• 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: AppleScriptObjC framework error?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleScriptObjC framework error?


  • Subject: Re: AppleScriptObjC framework error?
  • From: Shane Stanley <email@hidden>
  • Date: Fri, 24 Dec 2010 18:20:47 +1100
  • Thread-topic: AppleScriptObjC framework error?

On 24/12/10 5:52 PM, "Dave" <email@hidden> wrote:

>     -- I am bypassing this problem by using an integer value of 0x7FFFFFFF.
>     --return current application's NSDragOperationEvery
>     return 2.147483647E+9

The problem with that approach is that NSUIntegerMax varies depending on
whether you're running 64-bit or 32-bit. You'd be better to use:

 return current application's NSUIntegerMax

Having said that, I'm not sure under what circumstances you would want to
return NSDragOperationEvery in the first place.

--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>


 _______________________________________________
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

  • Follow-Ups:
    • Re: AppleScriptObjC framework error?
      • From: Dave <email@hidden>
References: 
 >AppleScriptObjC framework error? (From: Dave <email@hidden>)

  • Prev by Date: AppleScriptObjC framework error?
  • Next by Date: Re: AppleScriptObjC framework error?
  • Previous by thread: AppleScriptObjC framework error?
  • Next by thread: Re: AppleScriptObjC framework error?
  • Index(es):
    • Date
    • Thread