Re: navigating cleanly between main- and sub-stacks

2010-02-25 Thread Nicolas Cueto
> In that case, you may just want to "go stack in window > ". The effect is the same as changing cards and you don't > need any other script manipulations. Thanks Jacqueline, but the stacks differ in dimension, both from the mainstack and each other. -- Nicolas Cueto

Re: navigating cleanly between main- and sub-stacks

2010-02-25 Thread J. Landman Gay
Nicolas Cueto wrote: Richmond asked a couple of questions: What does "cleanly" in "navigating cleanly" mean? I assume (possibly wrongly) that you mean that the end-user is unaware s/he is actually changing from the main stack to a substack. Yes, that "unawareness" factor is what I'm after.

Re: navigating cleanly between main- and sub-stacks

2010-02-25 Thread stephen barncard
Actually Trevor Devore (in his Application Framework master class) recommends breaking a project into several substacks as a way to manage large projects. - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev On 25 February 2010 05:13, Nicolas Cueto wrote:

Re: navigating cleanly between main- and sub-stacks

2010-02-25 Thread Nicolas Cueto
Richmond asked a couple of questions: > What does "cleanly" in "navigating cleanly" mean? > I assume (possibly wrongly) that you mean that the > end-user is unaware s/he is actually changing from > the main stack to a substack. Yes, that "unawareness" factor is what I'm after. The way it was se

Re: navigating cleanly between main- and sub-stacks

2010-02-25 Thread Richmond Mathewson
Wow, another naive question from Richmond . . . :) What does "cleanly" in "navigating cleanly" mean? I assume (possibly wrongly) that you mean that the end-user is unaware s/he is actually changing from the main stack to a substack. If that is so important why do you bother to have a substack

Re: navigating cleanly between main- and sub-stacks

2010-02-25 Thread Andre.Bisseret
Nicolas, If you find it nice, you could also add a visual effect (or two,) : -- lock screen set the visible of this stack to false go to cd 1 of stack "theMainStack" visual effect iris open -- or : "visual effect shrink to center to black", or "visual effect stretch from cen

Re: navigating cleanly between main- and sub-stacks

2010-02-25 Thread Nicolas Cueto
Thanks André. The "lock screen" did the trick. -- Nicolas Cueto ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/lis

Re: navigating cleanly between main- and sub-stacks

2010-02-24 Thread Andre.Bisseret
Bonjour Nicolas, Is the following doing what your are expecting : lock screen hide stack "theMainStack" go to cd 1 of stack "theMainStack" --wait 1 milliseconds open stack "theSubStack" Best regards from Grenoble André Le 24 févr. 10 à 03:39, Nicolas Cueto a écrit : Hello, I have a mainsta

navigating cleanly between main- and sub-stacks

2010-02-23 Thread Nicolas Cueto
Hello, I have a mainstack that becomes hidden, returns to its first card, and then opens up a substack. I want the user to not see that return to the first card, but rather just the illusion of the substack appearing immediately after the mainstack becomes invisible. As it's set up now, though, f

Re: Where to place (sub)stacks?

2009-09-17 Thread Klaus on-rev
Hi Mark, Klaus- Thursday, September 17, 2009, 3:24:02 AM, you wrote: Yes, since you store the "binary" (tha actual "your_stack.rev" file) in a custom property! I also do this insted of cloning a stack if necessary, since you can also do: ... put the cStack01 of this stack into tStack go stack

Re: Where to place (sub)stacks?

2009-09-17 Thread Mark Wieder
Klaus- Thursday, September 17, 2009, 3:24:02 AM, you wrote: > Yes, since you store the "binary" (tha actual "your_stack.rev" file) > in a custom property! > I also do this insted of cloning a stack if necessary, since you can > also do: > ... > put the cStack01 of this stack into tStack > go stac

Re: Where to place (sub)stacks?

2009-09-17 Thread Klaus Major
Hi David, On 16 Sep 2009, at 6:00 pm, Klaus wrote: If I would ever need to let the users modify and save STACK files, I would go this way: ... 5. Pro: If a user deletes one of your stacks (c'mon, we all know how they are :-D) you can quickly replace it with a fresh copy! ... Klaus, This

Re: Where to place (sub)stacks?

2009-09-17 Thread David Glasgow
On 16 Sep 2009, at 6:00 pm, Klaus wrote: If I would ever need to let the users modify and save STACK files, I would go this way: 1. Create all the stacks that will be modified and saved by the end user as MAIN stacks! 2. Import each of these stacks into a custom porperty of your SPLASH/m

Re:Where to place (sub)stacks?

2009-09-16 Thread Beat Cornaz
Tiemo and Klaus, thanks a lot for your excellent suggestions. I have a clear idea now of how to do this in a safe way. It's funny how one stumbles onto unsuspected stuff with the first 'real' application that I am making. Learning a lot :-) Thanks , Beat Cornaz ___

Re: Where to place (sub)stacks?

2009-09-16 Thread Jerry Daniels
, how do I do that with the installer? I got help from Lars Bremer with the Inno Setup Installer, which works great, but places all (sub)stacks into the Application Folder. How will I solve this? If I would ever need to let the users modify and save STACK files, I would go this way: 1.

Re: Where to place (sub)stacks?

2009-09-16 Thread Klaus Major
Hi Beat, I am completing my first commercial standalone and I am unsure of where to place the (sub)stacks on the user's machine. The stack consists of a splash (main stack) with about 30 substacks. Some of the substacks display data which is changed by the user and needs to be saved

AW: Where to place (sub)stacks?

2009-09-16 Thread Tiemo Hollmann TB
Ursprüngliche Nachricht- > Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] Im Auftrag von Beat Cornaz > Gesendet: Mittwoch, 16. September 2009 10:47 > An: use-revolution@lists.runrev.com > Betreff: Where to place (sub)stacks? > > I

Where to place (sub)stacks?

2009-09-16 Thread Beat Cornaz
I am completing my first commercial standalone and I am unsure of where to place the (sub)stacks on the user's machine. The stack consists of a splash (main stack) with about 30 substacks. Some of the substacks display data which is changed by the user and needs to be saved. Now, whe

Re: re-Ordering sub stacks

2008-11-19 Thread Thomas McGrath III
Chris, I just reread your post and think that if this script 'used' to work prior to 3.0 then either it is a bug or maybe 3.0 changed the way it handles the substacks function. You might want to enter a bug report on this. Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Libr

Re: re-Ordering sub stacks

2008-11-19 Thread Thomas McGrath III
Chris, This might be a better approach for the repeat loop I mentioned in the previous email. Use the lineoffset instead: on mouseUp set the hilite of me to true put mainstacks() into listOfMainStacks put line (lineoffset("ddm-",listOfMainStacks)) of listOfMainStacks into thismainStack

Re: re-Ordering sub stacks

2008-11-19 Thread Thomas McGrath III
Chris, As far as your actual problem maybe it is better to set the substacks mainstack property as in: on orderSubs thismainStack get the substacks of stack thismainStack sort it put it into theSubstacks repeat with x = 1 to the number of lines of theSubstacks put line x of t

re-Ordering sub stacks

2008-11-19 Thread Chris Condit
I've got a project that has numerous subStacks, to which I often make changes or enhancements. Numerous others use the same basic project, and in order to simplify updating their projects, I have the user run an "updater" stack, which among other things deletes the subStack that has been chang

Re: Variable transfers Between Stacks and Sub-Stacks.

2007-04-02 Thread Simon HARPER
. However, is there best practice for how to load the variables on startup of the mainstack and then use them in the mainstack - refereshing if people change the preferences (in the sub- stack) while the application is running? If the data in the sub-stack is stored in a field, then it's

Re: Variable transfers Between Stacks and Sub-Stacks.

2007-03-30 Thread Simon HARPER
Can I thank everyone who responded to this. Thanks for that! Cheers Si. Simon Harper 2.44 Kilburn Building University of Manchester (UK) Pri: [EMAIL PROTECTED] Alt: [EMAIL PROTECTED] On 29 Mar 2007, at 17:18, Trevor DeVore wrote: On Mar 29, 2007, at 8:42 AM, Richmond Mathewson wrote:

Re: Variable transfers Between Stacks and Sub-Stacks.

2007-03-29 Thread Trevor DeVore
On Mar 29, 2007, at 12:36 PM, Richmond Mathewson wrote: "While there is nothing difficult about the example you provide above, I see a broadcasting system (like the one Dave has talked about) as making your code cleaner and easier to read." Yes, you are completely right: however, I bet you didn

Variable transfers Between Stacks and Sub-Stacks.

2007-03-29 Thread Richmond Mathewson
"While there is nothing difficult about the example you provide above, I see a broadcasting system (like the one Dave has talked about) as making your code cleaner and easier to read." Yes, you are completely right: however, I bet you didn't think up your elegant and efficient version in the 2

Re: Variable transfers Between Stacks and Sub-Stacks.

2007-03-29 Thread Trevor DeVore
On Mar 29, 2007, at 8:42 AM, Richmond Mathewson wrote: 1. So let's have a merry drop-down button on the Main Stack to change units. 2. on mouseUp the mouseLine if it is "inches" then do FANCY CONVERSION ROUTINE NUMBER 999 end if end mouseUp where FANCY CONVERSION

Variable transfers Between Stacks and Sub-Stacks.

2007-03-29 Thread Richmond Mathewson
"But how do you notify a "BOSS" that something has changed?" Oh, Dearie Me! here I am between a group of 7 year-olds ('before, after") and a group of adults (first-conditional) and I see this . . . being the fool I am, I rise to the bate:- 1. So let's have a merry drop-down button on the Main St

Re: Variable transfers Between Stacks and Sub-Stacks.

2007-03-29 Thread Dave
Hi, But how do you notify a "BOSS" that something has changed? As an example: I have a preference stack that hold the default way to display measurements (Inches, MM, CM or Pixels). Other stacks that display Measurement data use the setting to show how to display it. If I have a stack o

Variable transfers Between Stacks and Sub-Stacks.

2007-03-29 Thread Richmond Mathewson
Well . . . the way I do it ( is probably goofy and inefficient, but it works ): is pop all the variables into a list field on the mainstack and then do something rather like this: put fld "MAINSTACKVARHOLDER" of stack "BIGBOSS" into fld "SUBSTACKVARHOLDER" of stack "SMALLBOSS" where the names

Re: Variable transfers Between Stacks and Sub-Stacks.

2007-03-29 Thread Dave
e substack. However, is there best practice for how to load the variables on startup of the mainstack and then use them in the mainstack - refereshing if people change the preferences (in the sub- stack) while the application is running? If the data in the sub-stack is stored in a field, then i

Re: Variable transfers Between Stacks and Sub-Stacks.

2007-03-29 Thread Eric Chatonet
Hello Simon, There are many ways to handle user preferences and I assume that you'll get many different ideas from the list. Here is one where used stacks are assumed read-only and current prefs stored out of any stack: Default standard prefs are stored in a custom property set. This is han

Re: Variable transfers Between Stacks and Sub-Stacks.

2007-03-29 Thread Sarah Reichelt
shing if people change the preferences (in the sub- stack) while the application is running? If the data in the sub-stack is stored in a field, then it's really easy: put field "Data" of stack "Sub" into myVariable The mainStack always "knows" where it'

Variable transfers Between Stacks and Sub-Stacks.

2007-03-29 Thread Simon HARPER
Hi there, So I've a main stack and sub-stack for preferences. I save and load the variables as a stack (not text of xml - just yet) when I open and close the substack. However, is there best practice for how to load the variables on startup of the mainstack and then use them in the mainst

Re: Trouble with sub stacks

2006-11-03 Thread Mark Schonewille
Hi Dave, Possibly, the problem is that although you hide the substack, it is still open and its style is still modal. Because it is modal, it probably blocks sent messages. Can't you just close the stack or use a different window style? Or call the handler directly instead of using the se

Trouble with sub stacks

2006-11-03 Thread Dave Herndon
I have a mainstack that serves as the main view of my database and I edit the database by hiding and showing modal substacks. When I hide the substack I am able to use the command. on mouseUp hide stack "EditWindowSubstack" go to card 1 of stack "mainstack" PerformRefreshDbHandlerInStac

Re: Removing sub-stacks

2004-09-08 Thread Jeanne A. E. DeVoto
At 5:19 AM -0700 9/7/2004, kee nethery wrote: Perhaps my question was not well formed. I have sub-stack inside a main stack and I want to extract it from the main stack and make it a separate main stack, separate from the current main stack it is in. "How to move a stack to another file" should d

Re: Removing sub-stacks

2004-09-07 Thread Frank D. Engel, Jr.
how do I "right click" on a Mac? Under OS X? You have two options: 1. Control-Click (the less expensive, possibly more common solution) 2. Buy a multi-button mouse, and use the right mouse button (which is what I do) OS X will work with most USB mice, even if they aren't labeled as supporting M

Re: Removing sub-stacks

2004-09-07 Thread kee nethery
make it a separate main stack, separate from the current main stack it is in. Thank you. Kee Nethery On Sep 07 2004, at 13:50, kee nethery wrote: I can see the sub-stacks in the application browser but I see no way to remove them either by extraction (copy them out and remake them as a regular

Re: Removing sub-stacks

2004-09-07 Thread Björnke von Gierke
07 2004, at 13:50, kee nethery wrote: I can see the sub-stacks in the application browser but I see no way to remove them either by extraction (copy them out and remake them as a regular stack) or deletion (make them go away without recovering them as a separate stack). How do I remove a sub-stac

RE: sub stacks

2004-07-05 Thread Ken Ray
ED] > [mailto:[EMAIL PROTECTED] On Behalf Of MisterX > Sent: Sunday, July 04, 2004 11:39 PM > To: How to use Revolution > Subject: RE: sub stacks > > > > Hi , can a main stack be a sub stack at the same time , meaning 3 > > generations ? > > mainStack > > su

Re: sub stacks

2004-07-04 Thread Jeanne A. E. DeVoto
At 10:22 PM -0400 7/4/2004, [EMAIL PROTECTED] wrote: Hi , can a main stack be a sub stack at the same time , meaning 3 generations ? mainStack sub and subSub Tanks. No. A stack file always contains a main stack, and may contain substacks of that main stack, but yoou can't have substacks of a su

RE: sub stacks

2004-07-04 Thread MisterX
> Hi , can a main stack be a sub stack at the same time , meaning 3 > generations ? > mainStack > sub > and subSub yes BUT you need to follow this procedure: create a mainstack. Put a substack into it. Save it. Create a new mainstack. Reopen previous Mainstack set it as the substack of the

sub stacks

2004-07-04 Thread hershbp
Hi , can a main stack be a sub stack at the same time , meaning 3 generations ? mainStack sub and subSub Tanks. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution