Questions tagged [application-icon]
51 questions
4
votes
1 answer
Why is my application icon not transparent?
In XAML, I am attempting to bind the window/application icon to an icon on the file system.
In Window.xaml
Icon="{Binding ApplicationIcon}"
In AppViewModel.cs
public ImageSource ApplicationIcon
{
get
{
return new BitmapImage(new…

bsh152s
- 3,178
- 6
- 51
- 77
3
votes
1 answer
Hide application icon from dock, but keep icon in task switcher?
It's possible to show/hide the application's icon from both the Dock and the Task Switcher by setting the "Application is agent (UIElement)" property to YES/NO.
However, is it possible to have an application show in the Task Switcher (Cmd + Tab),…

Alex
- 7,432
- 20
- 75
- 118
3
votes
1 answer
Python - Application and Upper Left Corner Icons
Hopefully, there's a simple solution to my problem. I have a Python tkinter application and all is working as expected. I used the following command to generate a standalone exe file for distribution.
"C:\Program Files (x86)\Microsoft Visual…

TEL51
- 51
- 5
3
votes
1 answer
Anyone get this error when submitting to apple ITMS-90709?
I changed all photo's to remove alpha and i only get error on uploading, no other place.
WARNING ITMS-90709: "Invalid Image Asset. The image asset 'App Icon -
Small' in 'Payload/Hot On! homes.app' is missing an image for the
background layer…

scott
- 35
- 3
3
votes
4 answers
How to handle hi res and low res of application's Icon.png for iPhone and iPhone4
I have already provided both Icon.png (for iPhone) and Icon@2X.png (for iPhone4).
The thing is, when I just provided Icon.png of size 144x144, the console outputs this message:
"iPhone/iPod Touch: Icon.png: icon dimensions (144 x 144) don't meet…

eunique0216
- 875
- 1
- 16
- 28
2
votes
5 answers
how to update app icon for my iPhone app?
We have an updated version of our app icon to replace the existing one, we tried to simply overwrite the old one (image file) with the new version (image file), build and then deploy, what we found on the device is still the old icon being used for…

tom
- 14,273
- 19
- 65
- 124
2
votes
0 answers
Task bar Icon getting referred from Desktop shortcut
I have a WPF project and in which the Application Icon is taken from a specific path using a converter and please find the sample code block.
MainWindow.xaml.cs
Icon="{Binding Converter={StaticResource IconToImageConverter}}"
Converter…

Venkat
- 2,549
- 2
- 28
- 61
2
votes
1 answer
Where I can buy iOS tabbar icons one by one?
Hey! I am looking to buy some iOS icons for my apps tabbar, I want them to be retina display icons. I am looking for a place where I can buy icons one by one, as I rather not want to buy a pack as I don't need 90% of them... Thanks!

Samuli Lehtonen
- 3,840
- 5
- 39
- 49
2
votes
5 answers
ionic cordovaSQLite plugin doesn't work on physical device
I want to add SQLite data to my mobile application in ionic I had followed the tutorial step by step in the following site https://blog.nraboy.com/2014/11/use-sqlite-instead-local-storage-ionic-framework/ but still it dosen't work on physical…

khaled el omar
- 149
- 1
- 4
- 13
2
votes
1 answer
Drawable-ldpi icon is missing
I have created an icons in Eclipse using the steps on accepted answer here
But looks like drawable-ldpi is missing, is that fine? Please someone can explain why it does not have an icon? OR Should I need to manually add it there?

JunM
- 7,040
- 7
- 37
- 58
2
votes
1 answer
Application Icon and Tile sizes for apps which works on windows phone 7.1, WP7.8 and WP8.0
I'm jus so confused about application icon sizes that need to be used for WP. My app works on all the three, 7.1 , 7.8 and 8.0. I use Windows Phone 8 SDK.
This link gives the sizes need. My question is in the WMAppManifest.xml file, since my app…

alfah
- 2,077
- 1
- 31
- 55
1
vote
1 answer
Hide UiApplication Icon on a BlackBerry?
I am creating a tracking application. Once configured, the application should always run in the background, without the knowledge of user.
There is option to hide the application icon manually by selecting the app and pressing the BlackBerry icon…

Nadhas
- 5,421
- 2
- 28
- 42
1
vote
1 answer
How do you make an icon that's compatible with Vista/7 and XP?
Is there a way to make an icon file that includes a high-res .PNG copy of itself to be used with Windows 7 and Vista, but also includes the old-school .ico format so that it works with XP?
I recently had a problem with a program that I wrote…

Sootah
- 1,771
- 3
- 23
- 42
1
vote
1 answer
How to check if an Android OS is forcing an application icon background color?
I am working with a team to develop a cross-platform application on mobile, and we're using Visual Studio 2015 and Xamarin.Forms v2.3.2.127.
We have already created the application icons that we need for the three different platforms (Android,…

Paul Karam
- 4,052
- 8
- 30
- 53
1
vote
2 answers
Ionic serve throws this error code help please
Ionic serve throughs the error below when I run it.
When I change color of tabs with default settings like from stable ---> to positive it works and makes the changes but when i try to override it with my custom color nothing change for example if i…

CMP
- 435
- 3
- 8
- 22