icons

Adding icons to the springboard

Hi, I have been trying to have my iphone app create it's own springboard icons (like safari does for bookmarks) but i'm not sure how to do this. Googling gives me unrelevant information about this topic. Can anyone point me in the right direction? Thanks ...

Tool or Utility to manage & organize icon libraries

This is not exactly a programming question, but it involves software development. Like many of you, I'm sure we find lots of interesting icon sets everywhere on the web and we download copies locally. But then you have the challenge of organizing them into some system that works for whatever project you are on. What software tools/uti...

How to reference an icon resource file reference in XAML

Hi Folks I'm trying to get a button to display an icon in XAML. Initially I wanted to paste a character instead, but vb Express 2008 would not recognise it being a symbol as it is not a regular character. Then I created an icon and tried to set the button image property to reference it, but this does not exist, so more misery. Now I've ...

Any good tools for skimming over a set of icons?

Hello, I have a set of 1400 icons and need a good way of previewing them and determining which one is needed from time to time. Are there any good programs out there to do this? Windows Explorer sorta sucks for it because every time I have to wait for all the icons to be loaded when scrolling through the huge list. ...

Jquery Accordion widget - remove the icon and padding

Hi, I'm new to jquery and i'm trying to find out if it's possible to create simple accordion without the arrow icon and without padding at all inside the accordion content. I want to use the whole content space, and it seems like jquery accordion widget auto create some padding as the width of the arrow icon. Thanks! Lior ...

Getting the right window of "CtrlNotifySink"

Hello everyone, I tried to get a hold on the icons of any folder, by going down this window tree: CabinetWClass ShellTabWindowClass DUIViewWndClassName DirectUIHWND CtrlNotifySink SHELLDLL_DefView DirectUIHWND however, I am stuck in DirectUIHWND, because there are more than one child with the class name "CtrlNotifySink". I need to ge...

How to set the default icon for all Java Swing windows?

How to set the default icon for all Java Swing windows? Otherwise i have to set icons for every frame i created. What's your suggestions? Simple hackings are also accepted. many thx Update: Best if the method you suggested can leave existing frame-creation codes untouched. thx ...

How to create an in-memory icon for my unit test

Hi, I have a resource assembly that contains various strings, icons, and bitmaps that my application uses. I have written a Resource Manager class that I would like to unit test. I have managed to create unit tests that have in-memory strings (duh) and bitmaps but I am struggling with how to handle the icon resources. Bitmaps can be ...

iPhone: Icon extension error in the archive validation

Using the Xcode 3.2.3 I updated my app to iOS4 and build an archive. When I tried to validate the application I received these warnings: "Icon specified in the Info.plist CFBundleIconFile does not have an extension: icon" Since my app is a universal app I have 4 icons mentioned in the plist and therefore 4 errors. I will also point out...

gmail login icon on google app engine

i can find facebook and twitter 's login icon , but i can't find gmail login icon ? who can show me one , thanks this is my login page on gae : ...

Change icons of checked and unchecked for Checkbox for Android

Instead of having a check mark for the icon, I want a custom star (I have checked and unchecked icons). Can this be done through a property? Or must I declare a custom widget that derives from Checkbox? ...

c++ icon in tray

i used qt to make an application in the tray. on my pc its a good project and i see the icon in the traybar, but when i release it to give it to sombody else they dont see the icon, its just an invissible square that can be used but it dont show the icon. but on my pc it shows the icon. :S i know it sounds weird but does anybody know how...

Get position of icons in any folder

Hello guys, I would like to get the coordinates of the icons in a specific folder. I have searched a shell method which does that, but I did not find any. someone can reference me or tell me what I should start looking for? (To the desktop I know how to do it, but to other folders I do not). Thanks, Aviad S. ...

White UITabBar icons needed

Hi, I've written a green UITabBar, but the problem I've got now is that the icons have still the same color and you can't see them very good. Is there any solution to change the color of the icons? Or add my own subview with image inside? Thanks for help ...

Windows 7 taskbar icon not displayed in .net 3.5 application

My application is in .net 3.5 its icon appears fine on the Windows 7 taskbar when I am running the application. But, when I pin my application to the taskbar, the icon dispappears and is replaced with the default windows "no icon" image. I tried making a 48 bit image for my .ico but that didn't solve the problem. ...

How to create an Icon file that contains Multiple Sizes / Images in C#

How do I create an icon file that contains multiple sizes? I know that I create a icon from a bitmap using Icon.FromHandle() but how do I add another image / size to that icon? Edit: I need to do this in my application, so I cannot execute an external application to do the combining. ...

Image in button - j2me

Hi, I am trying to build a simple menu-based GUI with J2ME. The menu entries are currently objects of classes derived from the class Button. Is there any way I can: Replace the text in the button and have an image show instead, sort of an icon? Make the text and image appear side by side on the same menu bar. If my question is not c...

Export/Import NSImage as ICO

Hi everyone, I would like to save and read an ICO file. It doesnt matter if its NSImage or NSBitmapImageRep or anything. It just needs to be done. How could this be accomplished? ...

Get position of icons- in any folder

Hello guys, I would like to get the coordinates of the icons in a specific folder. I have searched a shell method which does that, but I did not find any. someone can please reference me or tell me what I should start looking for? p.s- To the desktop I know how to take the coordinates, but to other folders I do not. Thanks, Aviad S. ...

Android Icon for "open" or "load"

Is there a built-in Android icon for "open" or "load"? I'm making menu items, and I see ic_menu_save, but there's no ic_menu_open nor ic_menu_load. I guess I could just use ic_menu_add, but that's not quite right. I;m looking for a little folder or something. Surely others have needed an open icon? ...