Search found 6 matches
- Thu Jan 02, 2014 1:29 am
- Forum: Talking LiveCode
- Topic: Problem with openStack
- Replies: 23
- Views: 13570
Re: Problem with openStack
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 on mou...
- Wed Jan 01, 2014 2:36 pm
- Forum: Talking LiveCode
- Topic: Problem with openStack
- Replies: 23
- Views: 13570
Re: Problem with openStack
It didn't even work with a 60 second wait!
It makes me wonder if the diagnosis is correct!
All the best,
Jim
It makes me wonder if the diagnosis is correct!
All the best,
Jim
- Mon Dec 30, 2013 1:09 pm
- Forum: Talking LiveCode
- Topic: Problem with openStack
- Replies: 23
- Views: 13570
Re: Problem with openStack
Hi Craig, Would it not be the case that if we forced the script to wait, say 1 sec, before sending the openStack command to the mainstack on launching the script (and LC) that it should give adequate time for the card to load? I tried that by replacing send "choose browse tool" to me in 1 tick (as s...
- Sun Dec 29, 2013 6:39 am
- Forum: Talking LiveCode
- Topic: Problem with openStack
- Replies: 23
- Views: 13570
Re: Problem with openStack
Brilliant! Works in both the test script and the script I am working on.
Thanks a million Hermann and have a well-deserved 2014!
Thanks to Craig and Simon too for getting us here.
Warm good wishes,
Jim
Thanks a million Hermann and have a well-deserved 2014!
Thanks to Craig and Simon too for getting us here.
Warm good wishes,
Jim
- Sun Dec 29, 2013 5:29 am
- Forum: Talking LiveCode
- Topic: Problem with openStack
- Replies: 23
- Views: 13570
Re: Problem with openStack
Wow - thanks for the quick reply Craig. I did make a completely new stack with those two handlers and saved it. It is when I quit livecode and then re-launch the script by double clicking on it, thus re-launching livecode and by that means opening the stack that I find that the mainstack script will...
- Sun Dec 29, 2013 5:08 am
- Forum: Talking LiveCode
- Topic: Problem with openStack
- Replies: 23
- Views: 13570
Problem with openStack
Hi everyone. A most mysterious development. Can anyone help???? In the last 24 hours I have encountered the following LC script problem. Example: In the mainstack script On openStack answer "Hi" with "Yes" or "No" send "mouseUp" to button "Test" of card id 1002 end openStack Button "Test" of card id...