Rép : [ANN] AUGUIFramework move to sourceforge .net
Rép : [ANN] AUGUIFramework move to sourceforge .net
- Subject: Rép : [ANN] AUGUIFramework move to sourceforge .net
- From: Franck Stauffer <email@hidden>
- Date: Mon, 10 Feb 2003 21:33:29 +0100
Hi Marc,
(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.
Ok, if your problem is that your custom control doesn't receive
kEventControlTrack at all, then i can help you out:
first when your control receives the kEventControlInitialize make
sure you set the kControlHandlesTracking feature bit. Then during the
kEventControlHitTest, you have to return which part of the control was
hit, and if you specify a part different from kControlNoPart, then
you'll receive kEventControlTrack events...if that's your problem it
should solve it....let me know if i misunderstood something.
Franck
_______________________________________________
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.