Le 3 avr. 2010 à 05:13, Michael Nickerson a écrit :
>
> On Apr 02, 2010, at 10:12 PM, Gideon King wrote:
>
>> That's the instance method. New in 10.6 is the class method of the same
>> name, which is what I need in this case, since I don't have an event to work
>> with.
>>
>> On 03/04/2010,
On Apr 02, 2010, at 10:12 PM, Gideon King wrote:
> That's the instance method. New in 10.6 is the class method of the same name,
> which is what I need in this case, since I don't have an event to work with.
>
> On 03/04/2010, at 12:09 PM, Klaus Backert wrote:
>
>>
>> On 3 Apr 2010, at 01:15,
That's the instance method. New in 10.6 is the class method of the same name,
which is what I need in this case, since I don't have an event to work with.
On 03/04/2010, at 12:09 PM, Klaus Backert wrote:
>
> On 3 Apr 2010, at 01:15, Gideon King wrote:
>
>> Excellent, I like the new way of doin
On 3 Apr 2010, at 01:15, Gideon King wrote:
Excellent, I like the new way of doing it using NSEvent directly,
but I do need to support Leopard.
- (NSUInteger)modifierFlags
Available in Mac OS X v10.0 and later.
NSAlternateKeyMask
Set if Option or Alternate key is pressed.
Available in Mac
Excellent, I like the new way of doing it using NSEvent directly, but I do need
to support Leopard.
If you launch from Finder holding the Option key, Finder closes the window you
launched from, but I can tell people to put it in the dock and launch from
there to avoid that.
Here's what I'm doi
On Apr 2, 2010, at 08:30, Jens Alfke wrote:
> I would have said GetKeys(), but it seems to have been deprecated and removed
> in the eyeblink [read: decade] since I last used Carbon. There must be some
> modern equivalent for reading the current state of the keyboard?
For completeness:
The non
On Apr 2, 2010, at 10:30 AM, Jens Alfke wrote:
> On Apr 2, 2010, at 1:45 AM, Gideon King wrote:
>
>> 1. I'm not sure what keyboard or mouse options could be used for this, since
>> all the character keys change the selection in Finder, and all the normal
>> modifier keys are used for special fu
On Apr 2, 2010, at 1:45 AM, Gideon King wrote:
> 1. I'm not sure what keyboard or mouse options could be used for this, since
> all the character keys change the selection in Finder, and all the normal
> modifier keys are used for special functions. So first question is how I can
> differentia
Hi,
I would like to have an application I am working on to be able to start up in
the normal way from the finder, but also have an alternative startup that users
can access in some way, where I will display a panel that most users wouldn't
normally want to see.
Issues I am having with this are