Hi,

I'm stumped on a problem and could use some help: I have a 
PopUpManager-launched TitleWindow (modal == true) that contains a DataGrid. 
Using the DataGrid's slider, I can move through the data rows just fine but 
can't scroll the DG using the mouse wheel. As a test, I set a 
MouseEvent.MOUSE_WHEEL listener on the TitleWindow and, sure enough, it doesn't 
get any mouse wheel events. Rolling the mouse wheel doesn't make anything 
happen in any other context either, at least not that I can see.

As the application is written, the popup's parent is an HBox but I've tried 
other parent components with no change in behavior. Is this a focus issue? How 
can I get the popup's DG to recognize and scroll on mouse wheel events?

Flex SDK 3.4, Flash Player 10.x, Firefox 3.0, Windows XP

Thanks, Garry

Reply via email to