Re: Hello, List!
Re: Hello, List!
- Subject: Re: Hello, List!
- From: Markus Hitter <email@hidden>
- Date: Tue, 27 Nov 2007 20:04:26 +0100
Am 27.11.2007 um 18:07 schrieb ghe:
I gather from lurking on this list for a while that the OT Nazis
are active here,
You know, they call it being professional.
What happened to the MIDI synth?
No idea. And guess what, the only suggestion I have is to look into
the CoreAudio list. :-)
Am I correct in thinking there is a mouse event for every click?
Not exactly. In Cocoa, you don't do event handling your self but let
the system do it. That said, it isn't impossible to intercept events
(see NSEvent).
If so, how do you tell there's been a double-click before starting
action on a single-click? Set a timer?
Put your stuff into -mouseDown, -mouseUp and -doubleClick and let the
system decide which one should be handled.
If you task is to enrich a GUI, make sure to have a look at
NSAccessibility (Menu -> Help -> Documentation -> ADC Reference
Library -> Cocoa -> Accessibility).
Have fun,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden