Re: How to keep dir structure when building standalone?

2008-07-03 Thread Jan Schenkel
--- Devin Asay <[EMAIL PROTECTED]> wrote: > > On Jul 3, 2008, at 12:10 PM, Jan Schenkel wrote: > > > There is a message that the standalone builder > sends > > to your project's mainstack after the app has been > > built: 'standaloneSaved' > > You can trap that in your stack script to copy any >

Re: How to keep dir structure when building standalone?

2008-07-03 Thread Devin Asay
On Jul 3, 2008, at 1:17 PM, Stephen Barncard wrote: Don't forget that (at least on Mac OSX and using the splash screen method) one can edit stacks that exist in the standalone, and one doesn't have to compile the splash stack every time, or even quite the IDE for that matter. I have mult

Re: How to keep dir structure when building standalone?

2008-07-03 Thread Stephen Barncard
Don't forget that (at least on Mac OSX and using the splash screen method) one can edit stacks that exist in the standalone, and one doesn't have to compile the splash stack every time, or even quite the IDE for that matter. I have multistack projects and I only recompile with new engine chan

Re: How to keep dir structure when building standalone?

2008-07-03 Thread Devin Asay
On Jul 3, 2008, at 12:10 PM, Jan Schenkel wrote: --- Devin Asay <[EMAIL PROTECTED]> wrote: I never use the standalone builder's Copy files section. I just always open the standalone package and copy them in manually. I know of several other Rev developers who do the same. So it's possible that

Re: How to keep dir structure when building standalone?

2008-07-03 Thread Jan Schenkel
--- Devin Asay <[EMAIL PROTECTED]> wrote: > > On Jul 3, 2008, at 1:00 AM, Tiemo Hollmann TB wrote: > > > Hi Devin, thank you for your offer! > > The issue with the path to my resources I could > solve (I was just > > puzzled > > with the following issue). But the initial > question keeps open f

AW: AW: AW: AW: How to keep dir structure when building standalone?

2008-07-03 Thread Tiemo Hollmann TB
Ok, thank you for your experience Tiemo > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Devin Asay > Gesendet: Donnerstag, 3. Juli 2008 17:29 > An: How to use Revolution > Betreff: Re: AW: AW: AW: How to

Re: AW: AW: AW: How to keep dir structure when building standalone?

2008-07-03 Thread Devin Asay
On Jul 3, 2008, at 1:00 AM, Tiemo Hollmann TB wrote: Hi Devin, thank you for your offer! The issue with the path to my resources I could solve (I was just puzzled with the following issue). But the initial question keeps open for me: In the standalone settings of my stack I put the resources

AW: AW: AW: How to keep dir structure when building standalone?

2008-07-03 Thread Tiemo Hollmann TB
Hi Devin, thank you for your offer! The issue with the path to my resources I could solve (I was just puzzled with the following issue). But the initial question keeps open for me: In the standalone settings of my stack I put the resources/file.db in the "copy files" section. After building the sta

Re: AW: AW: How to keep dir structure when building standalone?

2008-07-02 Thread Devin Asay
On Jul 2, 2008, at 1:06 PM, Tiemo Hollmann TB wrote: Hmmm I am really not beeing used to the Mac bundle structure. When asking the path for my file.db it shows me: /Users/Tiemo/Desktop/Testfolder/resources/file.db What explains why my prog finds the file, when the resources folder is located ou

AW: AW: How to keep dir structure when building standalone?

2008-07-02 Thread Tiemo Hollmann TB
Hmmm I am really not beeing used to the Mac bundle structure. When asking the path for my file.db it shows me: /Users/Tiemo/Desktop/Testfolder/resources/file.db What explains why my prog finds the file, when the resources folder is located outside of the prog.app in my Testfolder on the same level

AW: AW: How to keep dir structure when building standalone?

2008-07-02 Thread Tiemo Hollmann TB
Hi Devin, thank you for your explanation, I think I got the setting of the path correct. (I also tried your function, which is similar to mine) My problem is building the standalone bundle for the Mac on a Win PC. In the development environment my file.db is in "the defaultfolder/resources" (in you

Re: AW: How to keep dir structure when building standalone?

2008-07-02 Thread Devin Asay
Hi Tiemo, On Jul 2, 2008, at 8:44 AM, Tiemo Hollmann TB wrote: I don't know if I am completely confused, is it a bug or just wrong implementation? I still have troubles with getting the right path for my DB, developing with 2.9 on Win XP, testing on Mac. Testing on Win, everything works fin

AW: How to keep dir structure when building standalone?

2008-07-02 Thread Tiemo Hollmann TB
fault? Thanks for any help for a runaway :) Tiemo > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Tiemo Hollmann TB > Gesendet: Mittwoch, 2. Juli 2008 09:43 > An: Revlist > Betreff: How to keep dir structure when

AW: How to keep dir structure when building standalone?

2008-07-02 Thread Tiemo Hollmann TB
the Mac Hmmm, still missing some basics of Mac app structure. Any help? Tiemo > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Tiemo Hollmann TB > Gesendet: Mittwoch, 2. Juli 2008 09:53 > An: 'How to use Re

AW: How to keep dir structure when building standalone?

2008-07-02 Thread Tiemo Hollmann TB
lution- > [EMAIL PROTECTED] Im Auftrag von Tiemo Hollmann TB > Gesendet: Mittwoch, 2. Juli 2008 09:43 > An: Revlist > Betreff: How to keep dir structure when building standalone? > > Hello, > > I have a db, which is located in a folder one level deeper as my app > (myfo

How to keep dir structure when building standalone?

2008-07-02 Thread Tiemo Hollmann TB
Hello, I have a db, which is located in a folder one level deeper as my app (myfolder/mydb). In the standalone app settings I located and added mydb and when building the standalone it takes also mydb in the standalone package. So far so good. BUT the standalone builder doesn't keeps the director