• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Is this operating differently in Sierra?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Is this operating differently in Sierra? (From: Brian Christmas <email@hidden>)

  • Prev by Date: Is this operating differently in Sierra?
  • Next by Date: Re: I'm at a loss with Sierra codesigning
  • Previous by thread: Is this operating differently in Sierra?
  • Next by thread: Re: I'm at a loss with Sierra codesigning
  • Index(es):
    • Date
    • Thread