differences win->mac os?
Posted: Mon May 30, 2011 6:24 am
Hi there,
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:
It works quite well on windows but I copied the whole dir to macOS x. Open the program in livecode - it starts without any problems but it doesnt open the substack from file. 
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
