Questions tagged [icons]

An icon is a small pictogram used in graphical user interfaces to supplement the presentation of textual information to the user.

Icons may represent a file, folder, application or device on a computer operating system. In modern usage today, the icon can represent anything that the users want it to: any macro command or process, mood-signaling, or any other indicator.

9567 questions
4
votes
2 answers

How do I add an icon to the taskbar for a simple win32 dialog?

I have a very simple app which has a few buttons and text fields. I want to be able to add an icon to it, as you cant see if it is running when it is behind other windows. What is the simplest way of doing this? I tried creating a window which…
allanmb
  • 321
  • 3
  • 14
4
votes
1 answer

Chrome 33.0.1750.117 m, background icon extension is orange

I post here to see if you have an idea of ​​what may be this bug, met last night making changes to my Chrome extension. Since the background of the icon-extension is orange and does not change : http://img15.hostingpics.net/pics/388737bug.png The…
4
votes
2 answers

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:
Eldelshell
  • 6,683
  • 7
  • 44
  • 63
4
votes
0 answers

PreferenceActivity: set icon in action bar

I use a PreferenceActivity with encapsulated preference screens.
4
votes
4 answers

Change App icon programmatically

I have seen this application on iTunes, it is creating custom icon in iphone. In my application I also want to change icon , specifically what I want to do is in my icon there is one label and programmatically I want to change the value of label.
S S
  • 646
  • 1
  • 7
  • 16
4
votes
1 answer

Newly Created toolbar icon is not Showing in the Toolbar

I want to add a new icon to the Notepad++ toolbar. I've tried following code internal static void SetToolBarIcon() { toolbarIcons tbIcons = new toolbarIcons(); tbIcons.hToolbarBmp = tbBmp.GetHbitmap(); IntPtr pTbIcons =…
AmbhuvA
  • 175
  • 2
  • 8
4
votes
2 answers

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.
Mike Pateras
  • 14,715
  • 30
  • 97
  • 137
4
votes
2 answers

Bootstrap 3, accordian toggle - glyphicon default state?

thanks for your help. This solution comes closest, but the default icon states are wrong: Bootstrap 3 Accordion vs jquery UI accordion and Bootstrap 3 Collapse show state with Chevron icon and http://jsfiddle.net/arunpjohny/p84nw/ Need default…
4
votes
2 answers

TMainMenu Icons disappears after placing a TMemo on the form

I got a TMainMenu with Icons. All is fine until i place a TMemo on the form. When i run my program the icons were dissappeared. What happened and how can i fixx this problem? I am using Delphi 2010 as IDE.
Hidden
  • 3,598
  • 4
  • 34
  • 57
4
votes
2 answers

Changing node webkit app icon on windows from cli

I'm currently trying to build a .bat script to autobuild my node-webkit application, and the only missing thing is changing the generated .exe icon. I've been digging the interwebs for a while whitout finding any working solution. So far I've…
Furzel
  • 606
  • 8
  • 18
4
votes
1 answer

Custom icons in jsTree 3?

I have tryed to add custom icons to nodes with 'types' plugin but it doesn't work or through 'icon' field but then I can not change the background-size from 'auto' value. Could anyone help me, please. $("#jstree") .on("ready.jstree",…
sada
  • 584
  • 2
  • 8
  • 25
4
votes
1 answer

WPF Button icon gets mirrored, why?

This Button looks fine (see screenshot) when defining the image as done below. Note that the shield shaped icon with the letter 'T' is visualized correctly.
4
votes
1 answer

What does an orange square by folder in Package Explorer mean?

I'm completely new to Java and Eclipse. I developed my first "Hello, world" program the other day following along with a tutorial. I understand most of the Eclipse UI since I worked with Flash Builder for awhile which was built on top of the Eclipse…
Codist
  • 1,198
  • 2
  • 11
  • 28
4
votes
4 answers

Some Icomoon icons won't display

I am using Icomoon in an application - I am having a problem with a small number of icons which will not display. I have downloaded all the icons via the Icomoon App and this is the latest version - all 450 are selected. I have tried on just a blank…
bhttoan
  • 2,641
  • 5
  • 42
  • 71
4
votes
2 answers

Why my Android app don't show icon and text in ActionBar?

I'm a beginner in Android development and I trying to build my theme but I have a problem. I tried searching answers on google, d.android but to no avail. ActionBar is changing color (this is OK), but text and icon of app doesn't show (only if I use…
MartinK
  • 43
  • 1
  • 4