Hi Al.
OK I haev a stack I haev created and I open this from a standalone.
Now I have a problem, when I try to open it the stack does not open. I have
not changed the code but it just wont work now. I have not changed the
version of runrev either.
At work I had the same problem and I copied and pasted in the same code and
it worked.
Can anyone spot the obvious mistake?
I have a button with this script
on mouseUp
doFileOpen
end mouseUp
And in the stack script
on doFileOpen
answer file "Select a database file:" \
with filter "Armbase Database File" & return & "*.abd"
if it is empty then exit to top
toplevel stack it
end doFileOpen
I even commented out the if it is empty line with no luck either.
Is there a problem with this script?
I cant see any
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution