Figured it out...
changed 'of card' to 'of the card'
Thanks,
Kosmo
Search found 4 matches
- Wed Jun 18, 2014 8:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Moving Value of Field to another field on another card/stack
- Replies: 2
- Views: 1836
- Wed Jun 18, 2014 7:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Moving Value of Field to another field on another card/stack
- Replies: 2
- Views: 1836
Moving Value of Field to another field on another card/stack
Is this the correct format to move the value of a field (substack) to another field on the main stack?
put field "field 1" into field "field 2" of card "card id 1002" of stack "Untitled 1"
I am getting a error that it can't find the card.
Thanks,
Kosmo
put field "field 1" into field "field 2" of card "card id 1002" of stack "Untitled 1"
I am getting a error that it can't find the card.
Thanks,
Kosmo
- Tue Jun 17, 2014 7:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Close Substack Question
- Replies: 3
- Views: 3014
Re: Close Substack Question
Richard,
Something so simple...causing me such a headache!
Thank you very much for your help!
Kosmo
Something so simple...causing me such a headache!
Thank you very much for your help!
Kosmo
- Tue Jun 17, 2014 7:03 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Close Substack Question
- Replies: 3
- Views: 3014
Close Substack Question
I have a stack opening a substack...
go to stack "Untitled 2" as modal dialog box
In my substack I have the option to:
close this stack
When it goes back to my main stack, I get the following error:
execution error at line 3 (Handler: can't find handler) near "dialog"
The error is on the "go ...
go to stack "Untitled 2" as modal dialog box
In my substack I have the option to:
close this stack
When it goes back to my main stack, I get the following error:
execution error at line 3 (Handler: can't find handler) near "dialog"
The error is on the "go ...