AWESOME

--- In flexcoders@yahoogroups.com, Sherif Abdou <[EMAIL PROTECTED]> wrote:
>
> i think then you need to enable liveDragging which will work 
> 
> 
> ----- Original Message ----
> From: flexawesome <[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Wednesday, January 23, 2008 6:33:47 PM
> Subject: [flexcoders] Re: Stop slide greater than 50 in HSlider 
component
> 
> 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 [EMAIL PROTECTED] ups.com, Sherif Abdou <sherif626@ ..> 
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 <flexawesome@ ...>
> > To: [EMAIL PROTECTED] ups.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
> >
> 
> 
> 
> 
> 
>       
______________________________________________________________________
______________
> Be a better friend, newshound, and 
> know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>


Reply via email to