Re: Stepper confusion
Re: Stepper confusion
- Subject: Re: Stepper confusion
- From: Shane Stanley <email@hidden>
- Date: Thu, 05 Jan 2012 13:47:20 +1100
On 05/01/2012, at 1:38 PM, John C. Welch wrote:
The actual error message, which I stupidly forgot to include on my first email is:
2012-01-04 21:30:44.789 Derby Score[2068:707] *** -[Derby_ScoreAppDelegate homeTeamTimeOut:]: Can’t make «class ocid» id «data kptr000000008019280004000000» into type number, date or text. (error -1700)
Well that's telling you that somewhere you are trying to use a Cocoa value («class ocid» is just an AS class for holding object pointers) in an AppleScript statement without coercing it to an AS class.
Next step is to find out where exactly. You have AppleScriptObjC Explorer; use Shortcuts -> Intersperse Temp Logging to try to narrow down where it's happening. |
_______________________________________________
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