opening another stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 137
- Joined: Thu Jul 24, 2008 11:22 pm
opening another stack
I have set up a completely separate stack to hold all my data. I want this data stack to open when I open my application stack. It all works fine if i open the stack manually first and it gets put into memory. but as soon as I close revolution down completely and open up my main stack it can't find the data stack. There has to be areally simple way of doing this. I've read the manual and can't get any help from that and I've wasted over 3 hrs today trying different things to get it work. Ca someone please set me right.
Re: opening another stack
Code: Select all
put filename of this stack into f
set itemdel to "/"
put "myotherstack.rev" into last item of f
open stack f
(Or make it a substack.)
Best wishes,
Curry Kenworthy
LiveCode Development, Training & Consulting
http://livecodeconsulting.com/
WordLib: Conquer MS Word & OpenOffice
SpreadLib: "Excel-lent" spreadsheet import/export
http://livecodeaddons.com/
Curry Kenworthy
LiveCode Development, Training & Consulting
http://livecodeconsulting.com/
WordLib: Conquer MS Word & OpenOffice
SpreadLib: "Excel-lent" spreadsheet import/export
http://livecodeaddons.com/
-
- Posts: 137
- Joined: Thu Jul 24, 2008 11:22 pm
Re: opening another stack
I knew it would be simple.
Thats got it. thanks very much
Thats got it. thanks very much