Sherif, thanks for your comments. It only work once you release the 
mouse....

I would like to stop it at 50, doesn't allow user to slide any more 
to right.

Is that possible?

Thank you


right, but you still can slide it to 100.

--- In flexcoders@yahoogroups.com, Sherif Abdou <[EMAIL PROTECTED]> wrote:
>
> off the top of my head, you can prob check if it is at 50 and just 
keep setting the value at 50, havent tested it
> if(mySlider.value >=50){
>     mySlider.value=50
> }
> and then to allow it to one hundred, you can just 
> 
> 
> ----- Original Message ----
> From: flexawesome <[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Wednesday, January 23, 2008 4:42:42 PM
> Subject: [flexcoders] Stop slide greater than 50 in HSlider 
component
> 
> Hey therem,
> 
> Is there a way to stop user to slide greater than 50, but user still
> can see rest tracker on the right side.
> 
> After running other code, I would like to despatch it and allow user
> slide to 100.
> 
> <mx:HSlider minimum="0" maximum="100" />
> 
> Is that possible? 
> 
> Thank you for your comments.
> 
> 
> 
> 
> 
>       
______________________________________________________________________
______________
> Looking for last minute shopping deals?  
> Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
>


Reply via email to