Re: [flexcoders] Slider dataTip- is it possibole to have this visibale all the time

2009-06-08 Thread Andrew D. Goodfellow
Does anyone have a good example of manually tool-tipping the thumb on
a Slider (like what Manish is referring to)?

-Andy

On Thu, Jun 4, 2009 at 2:15 PM, Manish Jethanimanish.jeth...@gmail.com wrote:


 On Wed, Jun 3, 2009 at 4:29 PM, jossminker jossmin...@yahoo.com wrote:
 I woudl like to have the datatip for my slider visible at all times, not
 just when the user is holding down the thumb.

 if this is not possible, then I would at least like the datatip to appear
 if the user moves the thumb using the arrow keys or by clicking on the track
 as the way it is at present means it will never be visible to user who are
 not using the mouse.

 I don't think there's any official way of doing this. You can of
 course set showDataTip to false and then go ahead and make your own
 data tip (use ToolTipManager to display it), which you show and hide
 in response to events from the slider.

 Manish
 


Re: [flexcoders] Slider dataTip- is it possibole to have this visibale all the time

2009-06-04 Thread Manish Jethani
On Wed, Jun 3, 2009 at 4:29 PM, jossminker jossmin...@yahoo.com wrote:
 I woudl like to have the datatip for my slider visible at all times, not just 
 when the user is holding down the thumb.

 if this is not possible, then I would at least like the datatip to appear if 
 the user moves the thumb using the arrow keys or by clicking on the track as 
 the way it is at present means it will never be visible to user who are not 
 using the mouse.

I don't think there's any official way of doing this. You can of
course set showDataTip to false and then go ahead and make your own
data tip (use ToolTipManager to display it), which you show and hide
in response to events from the slider.

Manish


[flexcoders] Slider dataTip- is it possibole to have this visibale all the time

2009-06-03 Thread jossminker
I woudl like to have the datatip for my slider visible at all times, not just 
when the user is holding down the thumb. 

if this is not possible, then I would at least like the datatip to appear if 
the user moves the thumb using the arrow keys or by clicking on the track as 
the way it is at present means it will never be visible to user who are not 
using the mouse.

does anyone know of a simple way of doing this? From what I have read about 
Slider datatip there is some kind of problem with teh way it is added to the 
display that amkes it hard to customise.

TIA
joss