Hello !
I made 3 standalone.apps with Studio 3.0 on my iMac intel
All 3 are running well on other mac ppc or intel
But on pc Windows :
- The first one : quite simple with few cards run well
-The 2 others a little more sophisticate with sub stacks and external data-files don't work : I see the front page but nothing happens when I click a button.
Errors in filename ? bad expressions ?
JA
My standalone don't run on pc Windows
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 47
- Joined: Sat Nov 17, 2007 6:04 pm
Isn't it the case with a standalone that if there's an error in the script, it simply won't execute?
If you're accessing external data files, you could try writing some code to check for the existence of the file that you're looking for before trying to open it directly?
I had a problem recently where I was putting a stack 'into use' but had misspelt its name and consequently, all my start up code didn't work.
Steve
If you're accessing external data files, you could try writing some code to check for the existence of the file that you're looking for before trying to open it directly?
I had a problem recently where I was putting a stack 'into use' but had misspelt its name and consequently, all my start up code didn't work.
Steve