[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-07 Thread nathanleewei
--- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Are icons shown in ToggleButtonBar? Yes What's your flex sdk version? 3.3 OK, I will take a try with flex sdk 3.3. Thanks!

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-03 Thread grg_blls
Thank you Steve for the example. (I also had a look at the links you provided :) Though all seem very straightforward, somehow it keeps on disregarding showing the icons, without any errors. Looks like the itemRenderer 'forgets' to place the icons, even if the iconField is set at the mx:Menu

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-02 Thread valdhor
Works for me. Do you get any errors? --- In flexcoders@yahoogroups.com, nathanleewei nathanlee...@... wrote: package com { import mx.controls.ToggleButtonBar; import mx.events.FlexEvent; public class MyToggleButtonBar extends ToggleButtonBar {

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-02 Thread nathanleewei
Are icons shown in ToggleButtonBar? What's your flex sdk version? --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Works for me. Do you get any errors?

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-02 Thread valdhor
Are icons shown in ToggleButtonBar? Yes What's your flex sdk version? 3.3

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-02 Thread grg_blls
Excuse me guys for dropping in to ask, but as to the first post: The second part of the code is about a menuBar control showing icons - though the post is titled how to show icon in ToggleButtonBar. As I have a same problem with a menuBar here trying to show some icons along with the labels, I

[flexcoders] Re: how to show icon in ToggleButtonBar

2009-09-02 Thread valdhor
Using examples from http://livedocs.adobe.com/flex/3/langref/mx/controls/MenuBar.html#includ\ eExamplesSummary and http://blog.flexexamples.com/2007/08/18/displaying-icons-in-a-flex-combo\ box-control/ I came up with the following example: ?xml version=1.0? !-- Simple example to demonstrate the