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