icons

iPhone App Icons - Exact Radius?

Hi, I'm trying to create the icon for my iPhone app, but don't know how to get the exact radius that the iPhone's icons use. I've searched and searched for a tutorial or a template but can't find one. I'm sure that I'm just a moron, but how do you get the rounded corners exactly right with your icon from Illustrator or Photoshop??? T...

Reverse icon from white to black, tool or iPhone sdk.

I have successfully placed an image into the lefthand ImageView of a default UITableViewCell and this shows up as a white image over the background blue of a selected row. However the image is invisible when the table cell background is white. The image came from a 3rd party iPhone tabbar icon set, hence it is white. Can I programatical...

Delete standard icon in windows form

Hi, how to just delete that windows form application icon in the left corner without replacing it with another icon? ...

Make android app icon available to other applications

I would like my application icon to be available to other applications. I understand this is a bit unclear so will try explain: Applications such as Astros program manager lists applications with their icon. For all apps this is the correct icon as on the launcher, except mine which is displaying the standard android icon. I have set...

Embedding an icon in a Linux executable

I have written an application in Java and succesfully compiled it using gcj. In (X)ubuntu's File Manager, my application appears with the default Linux executable icon, which I would like to replace with my own: I have seen that other applications display a custom icon as the executable, such as Firefox, but have no idea how to appr...

How do you set hotspot co-ordinates on a Windows cursor generated from an icon file?

Hello. I'm setting a custom cursor on my app from an icon file, but the click point is at the wrong co-ordinates. I'm setting the cursor with SetClassLongPtr(hwnd, GCL_HCURSOR, reinterpret_cast<LONG_PTR>cursor) where cursor is the result of; LoadImage( NULL, "some_path/cursor.ico", IMAGE_ICON, //also tried IMAGE_CURSOR...

How can I get an executable's icon in .Net?

I'm looking to get an executable's application icon in .Net. How can I do this? I'm thinking I'll have to query its resources, some how, but I'm open to any general-case solution. ...

Qt: How to show icon when item selected

I have a QListWidget containing items which have icons and when the items are selected the icon is just highlighted out. Is there a way to prevent this? I can't use stylesheets because it's for an embedded application and including them takes up too much space. thanks ...

Mac shell script running java program puts two icons in the dock

I have a Mac application bundle which is executing a shell script. The shell script calls java program 1 to do some stuff and then launches the main java application. This process leaves one icon in the Dock for the shell script which shows the name from the application folder and one icon in the Dock for the java program. Is there ...

How to prevent an icon being highlighted?

I have a listwidget with items which have icons. When the item is selected both the text and the icon are highlighted. My problem is that when the icon is highlighted it just goes entirely black because I'm using only two colours. Is there a way to prevent the icon from being selected? ...

Eclipse RCP: Disabled windows Icons in the Toolbar

Hello, I tried to use my own disabled 24*24 icons in a toolbar of an eclipse app. The scaling of the enabled icon is fine, only the disabled icon is scaled to 16*16 standard size. I tried different Images with different sizes but as soon as its larger than 16*16 it is scaled. This problem only occurs, if on a windows machine on an appl...

C#: How can I get the icon for a certain file?

If I have the path to a file, is there a way I can get the icon that windows would have displayed for that file in Windows Explorer? ...

VB 2008 - change icon of generated exe

I'm generating an executable file with VB 2008 using codeDom Compiler is there a way to change the icon before the compiler creates the exe file ? thanks ...

High-resolution icon for file in Mac OS X?

I am looking for a method exactly like -[NSWorkspace iconForFile:] but which returns the icon in a higher resolution if possible. In particular, I have an app which makes use of QuickLook to display previews of files, and I'd like it to fall back to the file icon if no quick look plugin is available. Using the iconForFile: method, howe...

How Do I Extract a Full Icon From a Vista/7 Executable?

If I have a Vista .ico file which contains a 16x16, 32x32, 256x256 etc. version of an icon, I can successfully load it as a .NET Icon by simply doing -: Icon myIcon = new Icon("C:\\MyIcon.ico"); I can then access all of the various sized images in the icon. I can even access the 256x256 Vista PNG using methods detailed HERE. However...

How Do I Create a System.Drawing.Icon with Multiple Sizes/Images?

I would like to create a single System.Drawing.Icon programmatically from 32x32, 16x16 Bitmaps. Is this possible? If I load an icon with - Icon myIcon = new Icon(@"C:\myIcon.ico"); ...it can contain multiple images. ...

How to change icon/emblem of a directory from bash

I'm playing around with get_iplayer (fantastic) it's running every few hours to grab any new episodes of whatever.... After it has finished grabbing anything new i'd like to change the emblem of ~/Videos to add a plus or star (nautilus emblem preferably) Do i go about this via nautilus? Do i need to change something in gnome-config? I'...

Flex combobox custom icon

Trying to set the up and down state icons of a Flex Combobox to images. I see the property for changing the color of the icon, but no property to skin it. How can I do this? ...

Differentiate gtk.Entry icons

I'm adding two icons to a gtk.Entry in PyGTK. The icons signals are handled by the following method def entry_icon_event(self, widget, position, event) I'm trying to differentiate between the two of them: <enum GTK_ENTRY_ICON_PRIMARY of type GtkEntryIconPosition> <enum GTK_ENTRY_ICON_SECONDARY of type GtkEntryIconPosition> How can ...

Android - dialer icon gets placed in recently used apps after finish()

In my application I detect the out going call when a call is dialled from the dialer or contacts. This works fine and I then pop up a dialog saying I have detected the call and then the user presses a button to close the dialog which calls finish() on that activity. It all works fine except that when I then hold the home key to bring u...