Re: Problem with openStack
Posted: Thu Jan 02, 2014 1:29 am
Hi Craig,
It is odd that it has got better for you, while it reliably replicates for me. To repeat there are two handlers as below. Problem reliably replicates by quitting IDE, then re-starting IDE with the script by double clicking on the test script.
As before Test Handlers are:
Button Test
MainStack
The problem is resolved by doing as Hermann suggested and adding into the first card script
For my purposes it's a great work-around. But I agree it still begs a thorough explanation. To me it suggests that the IDE is interfering with messages all the way to choosing the pointer tool or behaving differently on startup when the pointer tool is selected, as Hermann suggested. Given replacing the 'send "choose browse tool" to me in 1 tick' with 'wait 60 seconds' does nothing but cause the IDE to hum and haw on startup with its startup panel showing for the 60 seconds the problem does not seem to be a simple timing problem as you suspected.
Well, I know nothing about the construction of the IDE, but it is still an oddity (and perhaps a little worrying in a calm sort of way!)
It is even odder that you are getting first intermittent display of the problem and then it has self-'fixed' while mine is reliably not working. That suggests the platform might have something to do with it. And also it does reinforce your view that timing has SOMETHING to do with it. My machine is the latest and greatest MacBook Pro (retina) with 1 TB of solid state memory and with the fastest processor, so whatever it does it does FAST (by Mac standards). Not sure what platform you are using. But it might be relevant to timing.
Well thats all I can add - more or less a review of the situation as I understand it. It remains a puzzle I think.
Warm good wishes.
So far 2014 seems quite nice
Jim
It is odd that it has got better for you, while it reliably replicates for me. To repeat there are two handlers as below. Problem reliably replicates by quitting IDE, then re-starting IDE with the script by double clicking on the test script.
As before Test Handlers are:
Button Test
Code: Select all
on mouseUp
ask "Got it"
end mouseUp
Code: Select all
on openStack
answer "Answer me" with "Yes" or "No"
send "mouseUp" to button "Test" of card id 1002
ask "mouseUp sent to button Test"
end openStack
Code: Select all
on preopenstack
send "choose browse tool" to me in 1 tick
end preopenstack
Well, I know nothing about the construction of the IDE, but it is still an oddity (and perhaps a little worrying in a calm sort of way!)
It is even odder that you are getting first intermittent display of the problem and then it has self-'fixed' while mine is reliably not working. That suggests the platform might have something to do with it. And also it does reinforce your view that timing has SOMETHING to do with it. My machine is the latest and greatest MacBook Pro (retina) with 1 TB of solid state memory and with the fastest processor, so whatever it does it does FAST (by Mac standards). Not sure what platform you are using. But it might be relevant to timing.
Well thats all I can add - more or less a review of the situation as I understand it. It remains a puzzle I think.
Warm good wishes.
So far 2014 seems quite nice
Jim