Re: Error in Windows standalone

2011-04-14 Thread Paul Foraker
On Wed, Apr 13, 2011 at 3:28 PM, J. Landman Gay jac...@hyperactivesw.comwrote: I'm still thinking there's a permissions problem somewhere, and that's why the script is causing an error. It also looks like a bug in LiveCode's error reporting for some reason. My user ran a search for the file

Re: Error in Windows standalone

2011-04-13 Thread Paul Foraker
So, if the error is in the error script, and the error is the single quotes around Object when they should be double quotes, how do I fix that? And, why would it work on Mac XP, but not Win 7? I'm so foncused. However, maybe I'm doing something wrong in the specification of the place to save

Re: Error in Windows standalone

2011-04-13 Thread J. Landman Gay
On 4/13/11 4:01 PM, Paul Foraker wrote: So, if the error is in the error script, and the error is the single quotes around Object when they should be double quotes, how do I fix that? And, why would it work on Mac XP, but not Win 7? I'm so foncused. In the original LiveCode script, it's in

Re: Error in Windows standalone

2011-04-13 Thread Mark Wieder
Jacque- Wednesday, April 13, 2011, 3:28:09 PM, you wrote: The function looks okay to me and the paths are right. Try logging the result after the folder creation and see if you can find a problem there. Or you could wrap the folder creation in a try statement, and log any errors. That would

Error in Windows standalone

2011-04-11 Thread Paul Foraker
I've built a little app that is generating a script error on Windows 7, but not on XP or Mac. On Win 7, the app generates this error message: Executing at 2:58:29 PM Type Object card id 1002 Lineput 'Object' tab the short name of tObject cr after tErrorString HintpreOpenCard I don't

Re: Error in Windows standalone

2011-04-11 Thread Mike Bonner
Might look at http://forums.runrev.com/viewtopic.php?f=18t=1694 and see if it applies. Also noticed you mentioned a database in your post, if you're trying to access a database from your stack, you can't do anything relating to it in your preopenstack handler. The external won't be loaded yet

Re: Error in Windows standalone

2011-04-11 Thread Mike Bonner
Here is the comment from the rev dictionary that explains. Got it from the very last comment for revopendatabase. * * *revOpenDatabase, like all the revDB commands and functions is implemented in a separate library called an External, rather than in the Revolution core engine. * * * *The database

Re: Error in Windows standalone

2011-04-11 Thread Pete
preOpenCard works for db access, not sure about other externals. Pete Molly's Revenge http://www.mollysrevenge.com On Mon, Apr 11, 2011 at 4:00 PM, Mike Bonner bonnm...@gmail.com wrote: Might look at http://forums.runrev.com/viewtopic.php?f=18t=1694 and see if it applies. Also noticed

Re: Error in Windows standalone

2011-04-11 Thread Andrew Kluthe
I had this happen on windows 7 when it opened cards with datagrids. The datagrid library was not being included in the stand alone. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Error-in-Windows-standalone-tp3443299p3443496.html Sent from the Revolution - User

Re: Error in Windows standalone

2011-04-11 Thread Paul Foraker
. The datagrid library was not being included in the stand alone. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Error-in-Windows-standalone-tp3443299p3443496.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Error in Windows standalone

2011-04-11 Thread J. Landman Gay
On 4/11/11 8:53 PM, Paul Foraker wrote: Seems like if it were the case that the datagrid library did not get included, it would also fail on Win XP, no? It works fine there and on Mac. You'd think so. Did you send exactly the same copy to XP and Win7 users? It was just mentioned on the dev

Re: Error in Windows standalone

2011-04-11 Thread J. Landman Gay
On 4/11/11 5:27 PM, Paul Foraker wrote: I've built a little app that is generating a script error on Windows 7, but not on XP or Mac. On Win 7, the app generates this error message: Executing at 2:58:29 PM Type Object card id 1002 Lineput 'Object' tab the short name of tObject cr after