Re: [ANN] AUGUIFramework move to sourceforge.net
Re: [ANN] AUGUIFramework move to sourceforge.net
- Subject: Re: [ANN] AUGUIFramework move to sourceforge.net
- From: Urs Heckmann <email@hidden>
- Date: Mon, 10 Feb 2003 00:00:41 +0100
Am Sonntag, 09.02.03, um 22:36 Uhr (Europe/Berlin) schrieb Marc Poirier:
(1) If anyway has suggestions on how to get proper control event mouse
tracking happening with custom controls, I would love to know. In
other
words, details about how to get those pesky kEventControlTrack events
for
each mouse twitch so that I don't need to enter into a modal loop upon
kEventControlClick (and thus take over the thread) in order to track
the
mouse location while a control is being moused.
Hi Marc,
I havn't had any time for that, but shouldn't it work easily like this:
Set Control in "trackmode == true" on mouse down, return from
ControlHandler
Track Mouse location via timer while "trackmode == true" (during
"idle()" calls)
Set trackmode = false on mouse up
Or doesn't a CarbonControl receive a MouseUp after a MouseDown if the
cursor left the Control's area?
Cheers,
;) Urs
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.