Re: What is the essential difference between ASOC on Script Editor and Xcode based ASOC app
Re: What is the essential difference between ASOC on Script Editor and Xcode based ASOC app
- Subject: Re: What is the essential difference between ASOC on Script Editor and Xcode based ASOC app
- From: Takaaki Naganoya <email@hidden>
- Date: Thu, 15 Oct 2015 14:41:04 +0900
2015/10/15 14:08、Shane Stanley <email@hidden> のメール:
On 15 Oct 2015, at 2:51 PM, Takaaki Naganoya < email@hidden> wrote:
What is the essential difference among these runtime environment?
I don't know the answer to that, but I can see something in your code you might wish to follow up:
repeat 10 times set cStat to (amChartV's isReady()) as boolean if cStat = true then exit repeat delay 1 end repeat
On my Mac, if I delete the "10 times" it loops forever -- it looks like amChartV is never ready.
Yes. Xcode version told me "amChartV is ready” with same debugging code.
So, each runtime environment should be different………a kind of event looping issue?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden