On Wed, Jun 3, 2009 at 4:29 PM, jossminker <[email protected]> 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

Reply via email to