You may need to click in the SWF portion of the browser to get it to work.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of kevintuhumury Sent: Thursday, September 13, 2007 5:32 AM To: [email protected] Subject: [flexcoders] Re: Mousewheel on a scrollbar (List or combobox) I just noticed that it does work in the standalone flash player, but not in the browser (IE or FF). --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "kevintuhumury" <[EMAIL PROTECTED]> wrote: > > Hm, well I'm on a desktop PC with Windows and a normal mouse. > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <aharui@> wrote: > > > > BTW, mouseWheel only works on Win. I've also had problems on Win with > > laptop touchpad "mousewheels". > > > > > > > > ________________________________ > > > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > > Behalf Of kevintuhumury > > Sent: Wednesday, September 12, 2007 12:19 AM > > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > > Subject: [flexcoders] Re: Mousewheel on a scrollbar (List or combobox) > > > > > > > > No, but since I was using dynamic data, I thought that might be a > > reason. I just tested it with static data and it's still not working. > > I really don't get it. > > > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > > , "Alex Harui" <aharui@> wrote: > > > > > > Are you saying that it works for you with static data, but not with > > > dynamic data? > > > > > > > > > > > > ________________________________ > > > > > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > > [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > > ] On > > > Behalf Of kevintuhumury > > > Sent: Monday, September 10, 2007 11:50 PM > > > To: [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > > > Subject: [flexcoders] Re: Mousewheel on a scrollbar (List or combobox) > > > > > > > > > > > > Hm, for some reason it's not. I have a comboBox with a dataprovider, > > > which gets it's data from a XML file. The same for the List, is this a > > > problem? > > > > > > I mean, is this option only available with static data and not with > > > dynamic data? Because I've got no clue as to why it wouldn't work. > > > > > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> > > <mailto:flexcoders%40yahoogroups.com> > > <mailto:flexcoders%40yahoogroups.com> > > > , "Alex Harui" <aharui@> wrote: > > > > > > > > mouseWheel should already work on list and combobox dropdowns. > > > > > > > > > > > > > > > > ________________________________ > > > > > > > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> > > <mailto:flexcoders%40yahoogroups.com> > > <mailto:flexcoders%40yahoogroups.com> > > > [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> > > <mailto:flexcoders%40yahoogroups.com> > > <mailto:flexcoders%40yahoogroups.com> > > > ] On > > > > Behalf Of kevintuhumury > > > > Sent: Monday, September 10, 2007 7:52 AM > > > > To: [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > > <mailto:flexcoders%40yahoogroups.com> > > > > Subject: [flexcoders] Mousewheel on a scrollbar (List or combobox) > > > > > > > > > > > > > > > > Hey, > > > > > > > > I'm trying to figure out on how to use the mousewheel on a list or a > > > > combobox, but I'm not getting anywhere. DataGrid and TextArea have > > an > > > > option called mouseWheelEnabled, I'd like to have this option also > > for > > > > a List or a ComboBox. > > > > > > > > I was thinking of extending ScrollBar and adding a method which > > makes > > > > scrolling with the mousewheel possible. But how do you enable it for > > > > all the scrollbars in an application? > > > > > > > > I was thinking of maybe calling the new class with ClassReference in > > > > my CSS file, but I'm not sure on which element I should add it. Any > > > > help would be great! > > > > > > > > For a few examples check out: www.scrapblog.com (comboBox with fonts > > > > or Lists in the Accordion) > > > > > > > > > >

