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
5 answers

Setting multiple icons on JButton

I have a JButton which I have set a custom icon on. Now I want it to display another icon ontop of the one that is already displayed when I drag my mouse cursor over it but I can't figure out how to do it because if I use button.setIcon(icon); it…
user2328614
4
votes
0 answers

Change icon actionbar depending on the profile selected

I am trying to implement a ProfilesActivity in my app. So, imagine, we are in the home activity/layout: UsersActivity, where we have done addActions to init the actionbar like: Intent addProfilesIntent = new Intent(this, ProfilesActivity.class); …
4
votes
0 answers

How come that PyQt's icon isn't as sharp as it should be?

I'm using Python 2.7 with PyQt. I'm setting a QtGui.QMainWindow() icon by using self.setWindowIcon(QtGui.QIcon("icon.ico")) Whenever I run my program, the icon looks very blurry, or pixelated. This is not what I want. I want the icon to be as sharp…
Exeleration-G
  • 1,360
  • 16
  • 29
4
votes
4 answers

How can I change the default .exe icon in Visual Studio 2012 (C++)

I was wondering if there was a way to change the default icon that VS2012 makes when I compile my app. Just for those wondering, I am trying to change the .exe program's icon, not the window icon at the top left of the window and on the start menu.…
Garrett Ratliff
  • 309
  • 3
  • 5
  • 10
4
votes
6 answers

Can't change the default icon of Android app?

I am facing a problem. I have converted a javascript application to Android app by using phonegap, cordova and eclipse. The App works cool. But the problem is, it always displays cordova icon as app icon. I replaced all the icons in the…
Edwin Alex
  • 5,118
  • 4
  • 28
  • 50
4
votes
3 answers

Currency Codes in Twitter Bootstrap Icons or ASCII Codes

I am building a eCommerce website in twitter bootstrap, in it i want to use currency symbols/icons in it. I have to alternatives, write the currency codes in ascii codes and second is by twitter bootstrap icons where i create my own css to a…
SaurabhLP
  • 3,619
  • 9
  • 40
  • 70
4
votes
6 answers

How to avoid text go below the icon with css?

Here is a visual example of what I am trying to achieve with CSS: Also live example at http://jsfiddle.net/En4yC/3/ The problem is that I need the text to be aligned next to an icon but without giving it a strict width because the container column…
devjs11
  • 1,898
  • 7
  • 43
  • 73
4
votes
1 answer

ObjectListView show icons

Trying to put icons in ObjectListview, here's my piece of code where icon should have been put: objectListView1.SmallImageList = imageList1; deleteColumn.IsEditable = true; deleteColumn.ImageGetter = delegate { …
user2002495
  • 2,126
  • 8
  • 31
  • 61
4
votes
4 answers

Where can I find custom UITabBarSystemItem icons?

Is there a resource out there some place that has custom UITabBarSystemItem icons that others can use. I know you get some from Apple to start, but I would imagine there are a lot more that are very common. I don't see a reason for each person to…
Jason
  • 17,276
  • 23
  • 73
  • 114
4
votes
0 answers

jQuery mobile Centering button Icons

Taking note of the nav bar image above, which has been applied in a footer, fixed to the bottom of the page, I would like assistance with the following: Format the icons present above each button such that it's centered neatly (using CSS, ideally,…
Ben
  • 113
  • 13
4
votes
1 answer

DrawIcon not using cursor mask when drawing to image (Example for I-beam cursor)

If i use DrawIcon when taking a screenshot, it can draw I-beam cursor with mask properly but if I want to use DrawIcon on any image then masking does not work. This DrawIcon example works properly: public static Image…
Jaex
  • 4,204
  • 2
  • 34
  • 56
4
votes
1 answer

Dynamically change icon of specific nodes in JTree

I've seen plenty of examples for changing the icon of nodes during tree instantiation, but I'd like a way to dynamically change the icon of an individual node later. So, in my main code I add my custom renderer to my tree: // Icon I want to set…
Matt
  • 295
  • 3
  • 6
  • 17
4
votes
1 answer

Modelica - Creating Icons

I want to create an icon for a model that combines two components from the Modelica standard library. These two components are Modelica.Blocks.Sources.Sine and Modelica.Electrical.Analog.Sources.SignalVoltage. I have connected the two components so…
4
votes
1 answer

C# ToolStrip Insert Standard Menu Standard Icons Location

I found this post VS-2010_Location on stackoverflow regarding the location of the standard icons used when you create a toolstrip and "insert standard items" like New, Print, Cut, Paste, etc in the toolstrip. But perhaps this has changed for VS…
Kairan
  • 5,342
  • 27
  • 65
  • 104
4
votes
1 answer

How can I use the default dialog icons in my custom Blackberry popup dialog?

I'm writing a custom dialog window to display the status of a long operation, and would like to use the little timer icon (the little square clock on OS >= 4.6) that's used in the BB native dialogs. How can I use this graphic within my dialog? I'm…
Ben S
  • 68,394
  • 30
  • 171
  • 212
1 2 3
99
100