is it possible?
with the code above i have the current location of the slider displaying as its tooltip, but it would be a million times better if it's possible to show the tooltip while the slider is moving. i'm hoping this is possible. i couldn't find anything in the documentation.
[EDIT] sorry, i meant to write "but it would be a million times better if it's possible to show the tooltip visible and updating while the slider is moving" if my intention wasn't clear...
Code:
- (IBAction)swatchSizeChange:(id)sender
{
[swatchDragSizeSlider setToolTip:[NSString stringWithFormat:@"%i",[sender intValue]]];
}
with the code above i have the current location of the slider displaying as its tooltip, but it would be a million times better if it's possible to show the tooltip while the slider is moving. i'm hoping this is possible. i couldn't find anything in the documentation.
[EDIT] sorry, i meant to write "but it would be a million times better if it's possible to show the tooltip visible and updating while the slider is moving" if my intention wasn't clear...