Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
willkanoff #1
Displaying icons in List control
Hi everybody?
I am trying to display icons in List control:
<mx:List id="wEuropeList" width="100%" height="100%" color="blue"
dataProvider="{wEuropeXML..client.@label}"
change="changeHandler(event)"
borderThickness="0" iconField="{wEuropeXML..country.@flag}"/>
I know I am an idiot but please help me to make it work?.
Thanks
willkanoff Guest
-
Icons in people list
Hello everyone I am a little stuck on something I have trying to do for about a week now. I want to try and figure out how to add an icon or... -
displaying file list in browser
How do you create a tree control that displays your computers folders and files? Should be similar to the control that is in the ColdFusion... -
1st element not displaying in a List Box
Hi, I'm trying to populate a list box with items from a db based on selection from a combo id. If there are 2 elements, the 1st is getting left... -
Control panel icons not loading
When I enter into the control panel folder and select an icon such as "display" it seems to load and then turns of immediatley. Any help? -
View Menu selection options (Large icons, Small icons, List, Details or Thumbnails)
In the View Menu option of the File Save or File Open menus (4th icon to the right of the Save In or Look In drop-down boxes) Acrobat 5.0 gives you... -
Kaotic101 #2
Re: Displaying icons in List control
Icons are not natively set to allow runtime images. So trying the method you
are now won't work just because by default when your Flex application compiles
it looks for that icon to embed with it. There are two ways you can essentially
get around this. A) is best described by Ben Stucki with his post
[url]http://blog.benstucki.net/?p=42[/url] B) would be to use an itemRenderer that uses an
Image Control and pass the source to that. Either one should do the trick. Hope
this helps.
Kaotic101 Guest
-



Reply With Quote

