RE: loading another stack from splash

2010-10-02 Thread Mark Smith
Runtime Revolution] [ml-node+2768466-1431577482-120...@n4.nabble.com] Sent: Thursday, September 30, 2010 5:23 PM To: Mark Smith Subject: Re: loading another stack from splash On 9/28/10 5:11 PM, Mark Smith wrote: Also, it would be real nice not to have to hard code the path in case I want to change

Re: loading another stack from splash

2010-09-30 Thread Sivakatirswami
On 9/28/10 5:11 PM, Mark Smith wrote: Also, it would be real nice not to have to hard code the path in case I want to change its location. Having to manage two stacks instead of one does seems like an added burden. Stumped. Any help appreciated -- Mark We meaning many of us here... do this

RE: loading another stack from splash

2010-09-28 Thread Mark Smith
Hi Splash, any further thoughts on your last questions and my post. I'm sort of still trying to figure this compile thing out. Since I want to save the notes in the notepad stack does that mean it cannot absolutely ever be compiled? I am beginning to think that is my error in thinking. I was

Re: loading another stack from splash

2010-09-28 Thread Geoff Canyon Rev
You need to specify the filename of the stack, not the stack name. This is simple, but works: *on* preopenstack *set* the loc of this stack to the screenloc *end* preopenstack *on* openStack *send* gothere to me in 2 seconds *end* openStack *on* mouseUp gothere *end* mouseUp

RE: loading another stack from splash

2010-09-24 Thread Mark Smith
Hmm are you trying to create a notepad-like application that, when closed, saves it's contents and reloads them back when it's been relaunched? Yes, exactly. Each card is a note. There are buttons to navigate forwards, backwards through the cards/notes, add and delete cards etc. Pretty simple

RE: loading another stack from splash

2010-09-21 Thread Mark Smith
20, 2010 11:55 AM To: How to use Revolution Subject: RE: loading another stack from splash Correction concerning your new script, if you will use lock screen you don't have to include the to true after it. Reverting the lock screen should be as unlock screen. And also set visible to false needs

RE: loading another stack from splash

2010-09-21 Thread Shadow Slash
...@lists.runrev.com [use-revolution-boun...@lists.runrev.com] On Behalf Of Shadow Slash [shadow.sl...@yahoo.com] Sent: Monday, September 20, 2010 11:55 AM To: How to use Revolution Subject: RE: loading another stack from splash Correction concerning your new script, if you will use lock screen you don't

Re: loading another stack from splash

2010-09-20 Thread Shadow Slash
Hi Mark, First off, is that a typo in your handler? - preopenstackit. IMO, that should be preOpenStack. Now for your problem, can you try this in place of your code instead? on preopenstack answer the utargetstack of this stack go to stack (the utargetstack of this stack) end preopenstack

RE: loading another stack from splash

2010-09-20 Thread Mark Smith
From: use-revolution-boun...@lists.runrev.com [use-revolution-boun...@lists.runrev.com] On Behalf Of Shadow Slash [shadow.sl...@yahoo.com] Sent: Monday, September 20, 2010 10:36 AM To: How to use Revolution Subject: Re: loading another stack from splash Hi Mark, First off

RE: loading another stack from splash

2010-09-20 Thread Shadow Slash
mark_sm...@cpe.umanitoba.ca wrote: From: Mark Smith mark_sm...@cpe.umanitoba.ca Subject: RE: loading another stack from splash To: How to use Revolution use-revolution@lists.runrev.com Date: Monday, 20 September, 2010, 4:25 PM Thanks Shadow, yes that was a typo in my email, not the hander