RE: [flexcoders] Re: Mousewheel on a scrollbar (List or combobox)

2007-09-13 Thread Alex Harui
%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

RE: [flexcoders] Re: Mousewheel on a scrollbar (List or combobox)

2007-09-12 Thread Alex Harui
@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

RE: [flexcoders] Re: Mousewheel on a scrollbar (List or combobox)

2007-09-11 Thread Alex Harui
: [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