no, the whole point was to use "wait until" in one handler and restart it from another handler. This was just to test it, I skipped all the other stuff and reasons for doing it.
Maybe a bit confusing that i made both handlers start from one button handler.
I should not have put a subject on the ...
Search found 12 matches
- Fri Mar 02, 2007 10:02 pm
- Forum: Talking LiveCode
- Topic: this wait until works
- Replies: 3
- Views: 6047
- Sun Feb 25, 2007 9:45 pm
- Forum: Feature Proposals
- Topic: Head Bangers documentation
- Replies: 2
- Views: 4371
- Sun Feb 25, 2007 9:32 pm
- Forum: Talking LiveCode
- Topic: this wait until works
- Replies: 3
- Views: 6047
this wait until works
Hi,
finally made it, do not how I can upload the stack though...in case someone would like it.
Regards
Tore
local fromTheBeginning, exitHandler
on oneMoreLine
-- this handler is for the "Next Line" button
if fromTheBeginning = true
then
-- start handler:
oneLineAtTheTime
else
set the ...
finally made it, do not how I can upload the stack though...in case someone would like it.
Regards
Tore
local fromTheBeginning, exitHandler
on oneMoreLine
-- this handler is for the "Next Line" button
if fromTheBeginning = true
then
-- start handler:
oneLineAtTheTime
else
set the ...
- Fri Feb 23, 2007 7:29 pm
- Forum: Talking LiveCode
- Topic: Restart a handler by a message
- Replies: 2
- Views: 5047
- Fri Feb 23, 2007 4:41 pm
- Forum: Talking LiveCode
- Topic: Restart a handler by a message
- Replies: 2
- Views: 5047
Restart a handler by a message
How do I pause a handler and continue it by using: wait until ..... some message is sent from another handler or button script?
- Fri Feb 23, 2007 4:37 pm
- Forum: Feature Proposals
- Topic: Head Bangers documentation
- Replies: 2
- Views: 4371
Head Bangers documentation
I am a casual Revolutionary, but when I start a project I spend days writing code. And like today spend hours banging my head, because I get very impatient searching for code or explanations. Please include some more links to code examples in the Documentation Dictionary. Just accept that not all of ...
- Wed Feb 14, 2007 9:32 pm
- Forum: Talking LiveCode
- Topic: variable pointers
- Replies: 12
- Views: 13394
- Tue Feb 13, 2007 8:25 pm
- Forum: Talking LiveCode
- Topic: variable pointers
- Replies: 12
- Views: 13394
- Mon Feb 12, 2007 11:07 pm
- Forum: Talking LiveCode
- Topic: variable pointers
- Replies: 12
- Views: 13394
- Mon Feb 12, 2007 9:37 pm
- Forum: Talking LiveCode
- Topic: variable pointers
- Replies: 12
- Views: 13394
- Mon Feb 12, 2007 8:30 pm
- Forum: Talking LiveCode
- Topic: variable pointers
- Replies: 12
- Views: 13394
- Sun Feb 11, 2007 9:41 pm
- Forum: Talking LiveCode
- Topic: variable pointers
- Replies: 12
- Views: 13394
variable pointers
I am missing a method of variable pointers, so I have been using arrays instead:
put myVar into aKeyName
put theCalculation into myArray[aKeyName]
but this is not good in every situation, any other way?
put myVar into aKeyName
put theCalculation into myArray[aKeyName]
but this is not good in every situation, any other way?