my second question today: First I have to describe my system:
1.: Win7 on a bootable bootcamp-part an a MacBook Pro. LiveCode 4.6.1 ...
2.: MacOS X 10.6 (I think... its still updated)... on the same machine... Livecode 4.6.1
I got a livecode-program which open a substack which is saved in a seperate file:
Code: Select all
on mouseUp
close this stack
go stack "Substacks/Main_App.livecode"
end mouseUp
