Yes, I am sure that is doable.

 

Tracy Spratt,

Lariat Services, development services available

  _____  

From: [email protected] [mailto:[email protected]] On
Behalf Of rockorgames
Sent: Thursday, April 09, 2009 10:43 PM
To: [email protected]
Subject: [flexcoders] Tile will automaticly scroll to make component full
visible

 






hm.. suppose i have a tile like this:

<mx:Tile height="171" width="205" x="0" y="0" verticalScrollPolicy="on">
<mx:Button label="Button 1" width="198" height="60"/>
<mx:Button label="Button 2" width="198" height="60"/>
<mx:Button label="Button 3" width="198" height="60"/>
</mx:Tile>

if you run this, you will see that Button 3 is only partially visible, and
the user would need to scroll a little down to see the full button..

what i would like to know is, is there anyway that when the user mouse over
the button 3, i would be able to detect that it isnt full visible and scroll
it down (or up depending) to make the control the user has the mouse over
full visible..



Reply via email to