0
votes
1answer
19 views
How to access Google/Gmail/Gchat/Reader user icons
Hello, I'm building a Google Reader client and wonder if it's possible to access a user's profile image (aka avatar) directly. When I navigate to the images in Reader itself, I fin …
0
votes
2answers
17 views
How to clear IconCache in windows7 via NSIS
Hi folks!
I have a problem with installing of my application via NSIS in windows 7.
Application installs successfully, but instead of myApplicationsIcon windows shows generic icon …
0
votes
1answer
20 views
Windows Mobile application icon
Is it possible to specify the application icon for a windows mobile app from a resource file or other configuration besides the .csproj?
The reason I would like to do this is beca …
0
votes
1answer
29 views
How do I set the icon for my program in Visual C++ 2008 Express Edition?
I want to set the embedded icon for my executable console program to a custom icon.
I know this is pretty much the same question as this one here, but I'm using Visual C++ 2008 Ex …
0
votes
2answers
45 views
Android: APK Icon is not being installed
I am able to deploy my application but for some reason, I am not able to get the icon to display in the pull up menu on the Home page of the OS. Does anyone know what I can do to s …
0
votes
2answers
61 views
Qt Icon embedded in Executeable
I have some buttons on a tabwidget. These buttons need to have some icon on top of them.
I am aware of QPixmap that will allow me to put an image on top of a button, but I see tha …
0
votes
6answers
51 views
How to fire click event on new app. icon set using HomeScreen.updateIcon(bitmap) ?
Hi all,
I m changing the app. icon using HomeScreen.updateIcon(bitmap) when app. is in background.
Now how to fire click event when I click on this new app. icon like when I clic …
1
vote
2answers
28 views
How To Choose And Create a Icon?
Hello,
As I develop some things to my self and now I'm developing some of this applications for my friends and my family. I want to put icons on this applications, because It's ta …
0
votes
0answers
20 views
Outlook 2003 - Add an icon column to a View?
I want to add a custom column to the Inbox which is a Yes/No column. I want an icon to show in the Yes case. How can I do this?
Everything I've looked up is either about adding …
0
votes
0answers
18 views
get file icon for Outlook appointment (.msg)
I've read http://stackoverflow.com/questions/462270/get-file-icon-used-by-shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given ex …
2
votes
2answers
83 views
How do you get the icon and MIME type associated with a file in Qt/Linux?
In Qt/C++/Linux, is it possible to use QFileIconProvider to get the icon "associated" with an arbitrary file path through creating a QFileInfo object or is there a better way? Espe …
2
votes
4answers
168 views
Unable to set System.Windows.Controls.MenuItem.Icon thru a setter
Hi I am trying to have a MenuItem.Icon set thru a style setter:
<Style x:Key="MenuItem_Delete" TargetType="MenuItem"
BasedOn="{StaticResource {x:Type MenuItem}}">
…
1
vote
1answer
82 views
NSImage imageNamed: for Mac Mini returns small icon instead of high-res
When using NSImage's imageNamed: method to get the icon for the current computer, if I'm running on a Mac Mini, then I get a low resolution image. If I run the same code from my Ma …
1
vote
4answers
125 views
When making an iPhone App in Xcode, how do you make an app icon WITHOUT the phone adding the default glass effect glare?
I've seen many apps in the app store who's icons on the iPhone Springboard do not have the default rounded corners and "glass effect" that are created by default when I just add a …
0
votes
2answers
38 views
What Icon is Appropriate For Sorted by Time?
I have a duplicate bridge scoring application with two different sorting modes.
Let me fill you in on how duplicate bridge works so you have an idea what I'm looking for. You sit …
