Ok, so I solved it. The problem was in my HTML-template. I was using
'wmode="transparent"'. I removed it and everything is ok now.

Apparently it's also a known bug at Adobe:
http://bugs.adobe.com/jira/browse/SDK-12415

--- In flexcoders@yahoogroups.com, "kevintuhumury"
<[EMAIL PROTECTED]> wrote:
>
> I just noticed that it does work in the standalone flash player, but
> not in the browser (IE or FF).
> 
> --- In flexcoders@yahoogroups.com, "kevintuhumury"
> <kevin.tuhumury@> wrote:
> >
> > Hm, well I'm on a desktop PC with Windows and a normal mouse.
> > 
> > --- In flexcoders@yahoogroups.com, "Alex Harui" <aharui@> wrote:
> > >
> > > BTW, mouseWheel only works on Win.  I've also had problems on
Win with
> > > laptop touchpad "mousewheels".
> > > 
> > >  
> > > 
> > > ________________________________
> > > 
> > > From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> > > Behalf Of kevintuhumury
> > > Sent: Wednesday, September 12, 2007 12:19 AM
> > > To: flexcoders@yahoogroups.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 flexcoders@yahoogroups.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: flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com>
> > > [mailto:flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com>
> > > ] On
> > > > Behalf Of kevintuhumury
> > > > Sent: Monday, September 10, 2007 11:50 PM
> > > > To: flexcoders@yahoogroups.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 flexcoders@yahoogroups.com
> > > <mailto:flexcoders%40yahoogroups.com>
> > > <mailto:flexcoders%40yahoogroups.com>
> > > > , "Alex Harui" <aharui@> wrote:
> > > > >
> > > > > mouseWheel should already work on list and combobox dropdowns.
> > > > > 
> > > > > 
> > > > > 
> > > > > ________________________________
> > > > > 
> > > > > From: flexcoders@yahoogroups.com
> > > <mailto:flexcoders%40yahoogroups.com>
> > > <mailto:flexcoders%40yahoogroups.com>
> > > > [mailto:flexcoders@yahoogroups.com
> > > <mailto:flexcoders%40yahoogroups.com>
> > > <mailto:flexcoders%40yahoogroups.com>
> > > > ] On
> > > > > Behalf Of kevintuhumury
> > > > > Sent: Monday, September 10, 2007 7:52 AM
> > > > > To: flexcoders@yahoogroups.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)
> > > > >
> > > >
> > >
> >
>


Reply via email to