Thanks...that worked great!

--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> I would subclass TextArea, override mouseWheelHandler and just have it
> return without doing anything.
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of toofah_gm
> Sent: Tuesday, October 02, 2007 3:46 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Mouse Wheel over TextArea
> 
> 
> 
> I have a Canvas with a number of TextArea components, Images, Sprites,
> etc, on top of it. The Canvas itself is a scrollable area. When I
> use the Mouse Wheel over most parts of the Canvas, it scrolls up and
> down. If my mouse is on top of one of my TextAreas, the Canvas does
> not scroll when I use the Mouse Wheel. This is the case even though
> my TextAreas are not editable nor selectable.
> 
> Is there a way to get my Mouse Wheel to scroll my Canvas even when it
> is over my TextArea components?
>


Reply via email to