Wow, I didn't even know that the PopUpButton existed, thanks for moving me in the right direction.
--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I'd try PopUpButton. > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of kevintuhumury > Sent: Thursday, September 13, 2007 4:05 AM > To: [email protected] > Subject: [flexcoders] Re: Vertical slider instead of dropdownlist in a > comboBox > > > > In short... I was thinking of overriding updateDisplayList, removing > the List (if it is a List) and adding a slider. Is this the correct > route to accomplish this? > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> > , "kevintuhumury" > <kevin.tuhumury@> wrote: > > > > MixBook ( http://www.mixbook.com/create/tool?d=1 > <http://www.mixbook.com/create/tool?d=1> ) is using a comboBox > > with a vertical slider instead of a dropdown box to change the > > fontsize of a text (select a textfield and the comboBox on the > > floating toolbar). > > > > I was wondering if this is a default functionality of the comboBox, > > which I don't know about or a custom component. I tried to find > > something on Google, but couldn't find anything. I guess they made it > > specifically for that application. > > > > I'd like to create something like it, since it makes changing fontsize > > a lot faster. Before looking in the code of the comboBox class, I'd > > like to have some suggestions on how to do this (or a link to a > > downloadable custom component ;)). > > >

