Questions tagged [standard-icons]

7 questions
4
votes
1 answer

How to load imagelist with system dialog icons

How to load a TCustomImageList with all system icons used by Windows in dialog boxes (Standard icons like warning, error, information, confirmation..)? I would like to find a solution which works on Windows XP and later.
Fabrizio
  • 7,603
  • 6
  • 44
  • 104
3
votes
1 answer

Source for all Windows Phone standard application bar icons (like select, etc)

Windows Phone 8 SDK comes with a set of the standard icons one can use in WP apps (they can be found in C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Icons\). However, I could not find the standard 'select' icon used everywhere in the WP…
TecMan
  • 2,743
  • 2
  • 30
  • 64
2
votes
1 answer

IPhone: Missed Calls icon

Anybody knows if exist any way to show the phone calls icons (generated, received and missed calls) from the standard SDK, like the iphone phone calls application. Take a look to this…
Iván Peralta
  • 851
  • 1
  • 9
  • 25
2
votes
0 answers

How to load a TImage using task dialog common icons?

I'm trying to load icons used by Delphi's task dialogs into a TImage control. As I've learned here, I'm using LoadImage function but icons appear lightly different from the ones which are used by the MessageDlg function. unit…
Fabrizio
  • 7,603
  • 6
  • 44
  • 104
2
votes
1 answer

How do I get the android icons to change state (highlights)?

I am using the Android SDK icon-button for refresh (ic_menu_refresh) in a widget and I need to change the selection state when it is pressed. How is this done? Do I define an XML for the button?
mobibob
  • 8,670
  • 20
  • 82
  • 131
1
vote
1 answer

How do I display a standard windows error icon for a custom exception handler?

As the title suggests, I just want to display a standard windows error icon for a custom exception handler. What the easiest way to achieve this using WPF? For example, the red cross in this dialog: alt text…
Jon Cage
  • 36,366
  • 38
  • 137
  • 215
0
votes
1 answer

Are there standard iphone tab bar icons for 'home' and 'info'?

I'm putting together an iphone app which has a tab bar controller as its root controller. Two of the tabs we want are 'Home' and 'Information'; it seems like those ought to be standard icons, but I don't see an option for that in the interface…
Simon
  • 25,468
  • 44
  • 152
  • 266