Re: Is this operating differently in Sierra?
Re: Is this operating differently in Sierra?
- Subject: Re: Is this operating differently in Sierra?
- From: Brian Christmas <email@hidden>
- Date: Sun, 02 Oct 2016 16:02:06 +1100
Fixed it!
Be forewarning, This does NOT work under Sierra, but installing the ‘ObjectWithFords’ DOES.
on doEventFetch() repeat set theEvent to current application's NSApp's nextEventMatchingMask:(((current application's NSLeftMouseDownMask) as integer) + ((current application's NSKeyDownMask) as integer)) untilDate:(missing value) inMode:(current application's NSEventTrackingRunLoopMode) dequeue:true if theEvent is missing value then exit repeat else current application's NSApp's sendEvent:theEvent end if end repeat end doEventFetch
Santa |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden