Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
sandosh.vasudevan@gmail.com #1
mx:Text mousewheel problem
Hi,
I have this is my flex AIR application:
<mx:VBox width="100%" height="100%">
<mx:VBox width="100%" height="100%" verticalGap="0" id="hbox1">
<mx:Text htmlText="{mydata.txt}" width="100%" id="title"
styleName="titleText" paddingBottom="0" paddingLeft="0"
paddingRight="0" paddingTop="0" />
</mx:VBox>
</mx:VBox>
When I roll the mouse wheel while I am hovering over them, not only
the content inside the parent parent container scrolls, but the text
inside the mx:Text also scrolls. The mousewheel event in the text is
not cancelable. How do I stop the text from scrolling?
Thanks
Sandosh
sandosh.vasudevan@gmail.com Guest
-
IDCS: mousewheel stops scrolling
My mousewheel stops scrolling up and down shortly after I start using a document in ID CS. The only fix is very temporary: close the document and... -
Does MouseWheel Event work?
does anyone have examples to work in Firefox 2.0 with flash 9.0.x? -
Logitech Mousewheel on kubuntu
For the benefit of the archives: When I bought my logitech mouse for kubuntu, the wheel originally didn't work. I tried following the... -
How to disable the mouseWheel on a ScrollPane???
I have this problem: I load into a scrollpane an external swf, and if the scrollpane has the vpolicy ON and the swf isnt bigger than the scrollpane... -
Scroll with mousewheel on a listbox component
Does anyone know how I can use the scroll wheel on my mouse to scroll down through a Flash listbox component? (on a flash page embeded in a HTML... -
Lars #2
Re: mx:Text mousewheel problem
Hi,
I was also bothered by this issue for a while. I managed to find a solution and created an extension to the Text component that prevents this mouse wheel scrolling. You will find the code and a brief explanation on what it does here:
http://flexceptional.blogspot.com/2011/03/flex-disable-mouse-wheel-scrolling-for.html
Hope this helps!
Thanks,
LarsLars Guest



Reply With Quote

