Re: Stacks and Standalones

2010-03-09 Thread Devin Asay
On Mar 9, 2010, at 10:00 AM, Andrew Kluthe wrote: I am trying to package up a little preview of my app so far for my boss and am running into a few large snags. Saving as a stand alone (with all the guides I have been following) mangles the program and it crashes. Stack runner 2.0 runs

Re: Stacks and Standalones

2010-03-09 Thread Andrew Kluthe
I did not set the default folder. I will look this up in the dictionary right away. I tried the builder with both settings: individual and as they were. Neither had any effect on how it performed. -- View this message in context: http://n4.nabble.com/Stacks-and-Standalones-tp1586282p1586349.h

Re: Stacks and Standalones

2010-03-09 Thread Andrew Kluthe
No change from the stand alone builder. I do get warnings telling me that libsql yoga couldn't be searched because it was password protected. stack runner 2.0 runs a little bit better (still having a hard time finding handlers in "TopMenu") with adding that. Here is a new error I am getting thou

Re: Stacks and Standalones

2010-03-09 Thread Trevor DeVore
On Mar 9, 2010, at 12:52 PM, Andrew Kluthe wrote: No change from the stand alone builder. I do get warnings telling me that libsql yoga couldn't be searched because it was password protected. stack runner 2.0 runs a little bit better (still having a hard time finding handlers in "TopMenu")

RE: Stacks and Standalones

2010-03-09 Thread Jim Bufalini
Andrew Kluthe wrote: > I am trying to package up a little preview of my app so far for my boss > and > am running into a few large snags. > > Saving as a stand alone (with all the guides I have been following) > mangles > the program and it crashes. > Stack runner 2.0 runs the program mostly fine

Re: Stacks and Standalones

2010-03-10 Thread Robert Brenstein
Andrew, As others said, your problem is probably with paths, which IDE handles more automatically for you. Check out the startUp message. It is sent when your standalone application starts and allows you to accommodate the runtime differences between IDE and standalone. Robert __