icons

Set the size of a (vector) icon in a flex menu

I have a flex popup menu that uses an icon which is imported thusly: <mx:Object label="THing" icon="@Embed(source='/resources/items.swf', symbol='Icon_Suitcase')" /> The item is a SWF, and therefore a vector. When the menu pops up, the icon is gigantic; I'd really like to force it to be 16x16 (it's used in several places, so just resi...

Can I set a Custom Icon for a jQueryUI Button

Is it possible to create a jQueryUI Button with a custom icon, ie: an icon that is not part of the sprite icons that are provided with jQueryUI??? I am using the ButtonSet functionality for a group of 3 checkboxes but need a more stylised icon than what is provided out of the box... ...

How to add add icons and Intents in the QuickContactBadge menu for my android program ?

Hello, I'm a writing a program to add a new way of communication such as MMS/SMS or SIP phone to Android. Is there a way to add an icon in the QuickContactBadge menu, when clicking on a contact photo in the Contacts application ? I wasn't able to fully understand how it works from android sources ... Is the list of icons only popula...

ComponentResourceManager.GetObject( "$this.Icon" ) throwing Invocation Exception on WinXP

This is generated code on a winform app's InitializeComponent() implementation (from the code-behind *.Designer.cs file). This code works on Vista/7, but on XP it blows up at runtime. I have a custom Icon added to the form. It was initially a png file. Suspecting that XP couldn't handle that format (the inner exception is something a...

Android: No icon for Notification

Hello, I wanted to create a notification without the icon in the status bar (the state that is not expanded). I tried the custom expanded view and set the icon for this view only. But it did not work. When I give 0 as icon to the constructor, the icon disappears but notification also does not appear in the expanded view. Notificatio...

Working with images (CGImage), exif data, and file icons

What I am trying to do (under 10.6).... I have an image (jpeg) that includes an icon in the image file (that is you see an icon based on the image in the file, as opposed to a generic jpeg icon in file open dialogs in a program). I wish to edit the exif metadata, save it back to the image in a new file. Ideally I would like to save th...

how to reposition an icon inside a Flex button on any x,y cordinates .

how to reposition an icon inside a button on any x,y cordinates . i know how to use labelplacement etc but still i dont get the full control over them. i m just wondering if there is a way to directly access and control the x,y position of an icon in a flex button ...

Is it possible to make my iPhone app's icon look correct on both the iPad and iPhone?

Our CEO wants our iPhone app's icons to look correct (ie not scaled) on both the iPad and iPhone. He does not want to actually create separate versions, or a universal version of the app. The app will remain iPhone only, but the icon would need to show up proper on both devices. This is a "business decision", and I think its rather si...

Is there a way to organize a icon collection to allow for easy searching?

Is there any way of organizing a icon collection so that it easier to find needed icons? For example: the program needs a save icon there are 5 icons collections on your HD that have a save icon and there are 5 more collections that don't have a save icon (but you don't know that) do you browse through each icon collection? run a se...

Does the jQuery UI Icon system have an "empty" icon - one with no image?

Sounds like a bit of a silly question but it'd be a nice feature. Does the jQuery UI Icon system have an "empty" icon - one with no image? Am I forced to do some custom styling on a ui-icon-empty and move the background to an area of the sprite that is off the chart? ...

Is there a way to add a badge to an application icon in Android?

On the iPhone, you can add a numbered badge to the application icon. On BlackBerry, I've successfully painted an image onto the application's icon while in the program. I want to do this for Android as well. I don't want to use the notification bar, as it's not something that needs to be notified instantly. Instead, I just want the user ...

How do I find out what android system icons mean?

Ok, so I've got an andoid phone with a bunch of icons up the top, looks like app notifications go on the left, system icons go on the right. Most of the system icons seem reasonably intuitive, service, 3g, wireless etc. I've recently gotten a new one that looks like a phone being tilted / shaken and have absolutely no idea what it mean...

iPhone: Where can I find those arrow icons used on the toolbar of the Photo Library (Camera Roll)

Hello. I am looking for those arrow icons (a left white arrow and a white right arrow) that are used on the lower toolbar of the Photo Library (or Camera Roll). I also have seen them on the Facebook app and some other custom apps. I am surprised that they are not built in "UIBarButtonSystemItem" icons. Can anybody point me to these i...

Hide Icon from Emulator/device in Android

Hi friends, I got Install application list using "PacakageManager" Now I want to hide a particular application Icon from emulator/device. Please suggest me Thanks in Advance. ...

Android - Custom Icons in ListView

Is there any way to place a custom icon for each group item? Like for phone I'd like to place a phone, for housing I'd like to place a house. Here is my code, but it keeps throwing a Warning and locks up on me. ListView myList = (ListView) findViewById(R.id.myList); //ExpandableListAdapter adapter = new MyExpandableLis...

WPF NotifyIcon Help C#

Hi everyone. I'm having trouble with a NotifyIcon in WPF I currently have the following: notifyI = new NotifyIcon(); notifyI.Icon = new Icon("Power.ico"); notifyI.Text = "Shutdown Timer"; notifyI.Visible = true; notifyI.MouseDoubleClick...

Changing the icon of a .JAR file

How can I change the icon of a .JAR file I want to distribute? I have changed the icon that shows when the program is run, but I want to change the icon in the environment (e.g. Windows XP), that is for the file itself. I googled, but the best I could find is converting the .JAR to a .EXE, which is not the best choice. ...

How do you add an Icon to a WPF App?

How do you add an Icon to a WPF App? I have an icon made already. How do I add it to the app so that it will represent the application on the desktop, in the minimize system bar, etc.. ...

where I can find the facebook and twitter iphone toolbar icon

Hi,I am writing an iphone program which use facebook and twitter api.But I can't find any suitable icon to use as toolbar icon. The twitter icon should be a white "t" and the facebook icon should be a white "f",and they must like the responding official logos.thank in advance! ...

iPhone: different icon for homescreen and App Store

I would like to know if the app icon on the iPhone can be slightly different than the one shown in a large version in Apple's App Store. It was discussed in short here: http://stackoverflow.com/questions/28551/tips-for-a-successful-appstore-submission/266657#266657 But I wanted to make sure if anyone has more experience with that. To ...