Questions tagged [application-icon]

51 questions
1
vote
2 answers

App icon with gloss effect on iTunes

Today i successfully release my new update to my app. Then i discover that my app icon on iTunes is without glossy effect, but not in iTunes website. Why this icons are different ? I changed nothing inside my info.plist file or project settings
Igor Prusyazhnyuk
  • 133
  • 2
  • 14
  • 29
0
votes
1 answer

How to update ApplicationBadgeIcon in iPhone App?

I am using applicationiconbadge in my app. I am setting it to 100 and I have to decrement it till 0 and give some alerts in meanwhile. Now when I close my app by pressing homescreen, I can see badge on app icon but its not updating. I have used…
slonkar
  • 4,055
  • 8
  • 39
  • 63
0
votes
1 answer

UILocalNotification.applicationIconBadgeNumber doesn't work in iOS 5 !!!

I just moved to iOS 5 and found that UILocalNotification.applicationIconBadgeNumber stopped to work. When we create any localnotification , we can set applicationIconBadgeNumber. So when pop-up comes up we can see that badgenumber on application…
harshit2811
  • 827
  • 1
  • 7
  • 21
0
votes
0 answers

Adding new Icons to MUI library

Is it possible to add new icons to MUI Library ? Please help us find some workarounds to add icons to the library. I coudld not able to find the appropiate icon for my product, so trying to add some custom MUI icons which is not availbale in MUI…
0
votes
2 answers

How to make Oracle SQL Developer show an application icon?

When running Oracle SQL Developer v21.2.1.204 on Windows 10 it only shows a generic "plain text" icon in the task bar, not the application icon. I have tried to assign the icon found in file sqldeveloper\bin\sqldeveloper.exe from the installation…
blerontin
  • 2,892
  • 5
  • 34
  • 60
0
votes
1 answer

Enabled system app's launcher activity. still app icon is not displayed after OS upgrade

Initial version of my application had no launcher activity, Enabled it for the next release, but i am not seeing app icon after OS upgrade.
0
votes
1 answer

How to fix Weird Drawable Rendering Android Studio

I am trying to create an icon for my Application but I am facing a strange issue : Android Studio is rendering in a really strange way the icons : I am using Android Studio 4.0.1 on Ubuntu 20.04 Is there a way to fix the problem (clean cache,…
0
votes
1 answer

How to make setWindowIcon work properly in a stand-alone executable (Qt5.14 + VS2019)?

I am programming a Qt application in MS Visual Studio Community 2019. I am trying to add an icon to my application window with the following command, and I also have the corresponding file my_icon.ico mentioned in the .qrc…
udavdasha
  • 79
  • 1
  • 6
0
votes
2 answers

How to change the icon that will be displayed on taskbar

In my WPF I set the application icon like below. Project property -> Application tab -> Resources Icon and manifest So I can see this icon on the wpf windows. but the icon of taskbar is default icon. How can I set it with application…
JS Guru
  • 343
  • 1
  • 3
  • 11
0
votes
1 answer

Adding MenuItem to the allready existing WPF header Menu

What at the moment is, What i want I want to add an MenuItem to the existing Menu that opens when you click on the Application Icon. Thanks for the help.
0
votes
1 answer

how to show badge counts on launcher icon in my android app?

I have tried below intent method but it does not work, Intent intent = new Intent("android.intent.action.BADGE_COUNT_UPDATE"); intent.putExtra("badge_count", 3); intent.putExtra("badge_count_package_name",…
0
votes
1 answer

How to change an application icon programmatically in Android, 2016

I, as so many Android programmers before me, would like to change the Icon of my App from the inside. My App would be a simple WiFi Switch App, with an Icon that displays the state. Yes, WiFi is in the Notification Bar. Byte me, I am lazy. Anyway,…
0
votes
0 answers

Throw exception when trying to get icon from package name

I am trying to get an icon from a package name. The package name is getting passed to me through a socket. I am getting the package name and trying to use it to get the icon, but it is throwing an exception. I never get the print statement for the…
Natalie
  • 315
  • 5
  • 18
0
votes
1 answer

Adding an application icon to a freepascal/SDL program?

I have installed freepascal on Windows 7, but did not install an IDE. How do I add an icon to the program I am developing? I have searched using Google, but most results point to the Lazarus IDE forums. The tips there all seem to refer to some sort…
posfan12
  • 2,541
  • 8
  • 35
  • 57
0
votes
2 answers

From where clickonce get the value used in DisplayName from regedit?

From where the clickonce get the value used in DisplayName in the register HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\XXXXXXXX ? I tried the change the application title and assembly name on VS(project -> properties ->…
Jack
  • 16,276
  • 55
  • 159
  • 284