Livecode skipping on openCard script
Posted: Thu Jun 27, 2013 3:08 am
Hi everyone....
For some reason livecode is skipping my on openCard script entirely. The script is simple and has correct syntax.
on openCard
set the disabled of the group "IconsforLoggedinUsers" to false
UMPSay "Welcome back, what would you like to do?",""
end openCard
prior to the go to card statement, it performs a cleanup via a custom command.... it completes properly...... arrives at the go to card statement, goes to the card, but skips the on openCard script.whats going on?
Why in the world is this happening?...please help.
Thank you.
For some reason livecode is skipping my on openCard script entirely. The script is simple and has correct syntax.
on openCard
set the disabled of the group "IconsforLoggedinUsers" to false
UMPSay "Welcome back, what would you like to do?",""
end openCard
prior to the go to card statement, it performs a cleanup via a custom command.... it completes properly...... arrives at the go to card statement, goes to the card, but skips the on openCard script.whats going on?
Why in the world is this happening?...please help.
Thank you.