Re: Dynamic Tooltips
Re: Dynamic Tooltips
- Subject: Re: Dynamic Tooltips
- From: Todd Ransom <email@hidden>
- Date: Thu, 10 Jul 2008 14:48:10 -0400
Jeff,
You can do this but you will need to implement the tooltips yourself
using tracking rects (or maybe you can just do it in mouseDown:, I
have only done it for cell-based custom views, not sliders) and a
custom window class for the tooltips. A tooltip window implementation
to start with can be found here:
http://www.cocoadev.com/index.pl?ToolTip
Todd Ransom
StoryMill & Montage Development
Mariner Software
On Jul 10, 2008, at 2:31 PM, email@hidden wrote:
Hi,
I have a slider and while dragging I want to have a tooltip show the
current value of the slider and have the tooltip follow the mouse
position. GarageBand does this for volume and pan. I've looked
around and it doesn't look like you can do it in Cocoa. In Carbon
you can do it with HMDisplayTag, but Carbon is going away. Any ideas?
thanks
Jeff
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden