Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!
if field tSpins = "" then
put name of this stack into sName
delete char 1 to 6 of sName
answer "Conditions of Use" with "Agree" or "Disagree" titled sName
if it is "Disagree" then
...some cleanup code
close this stack
end if
end if
This works in LC but not in the exe.
Where have I strayed?
Is age an excuse? Eighty-four and counting.
Programming powered by coffee.
We need to know what doesn't work. What do you expect to see and what really happens instead? Do you get the dialog? If so, does it respond as expected? Is the dialog title correct? (There may be a problem with the title parsing.)
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com