mainStack and subStack question???

2005-07-14 Thread Ban Nguyen
Hello, On my application that I am working on, it has a mainStack and 5 substacks On the mainStack (card 1), I put 5 buttons to go to subStacks This is a problem: when user clicks on button 1 to go to substack 1, the substack 1 shows, but when user click on button 2 to go to substack2, the

Re: mainStack and subStack question???

2005-07-14 Thread Klaus Major
to go to substack2, the substack 1 disappears. Is there anyway to keep the substack 1 stays until the substack 2 shows up? it should stay open, actually, as long as you are not explicitely closing it! Maybe it is just covered by the newly opened substack or the mainstack? Regards Klaus

RE: mainStack and subStack question???

2005-07-14 Thread Ban Nguyen
to substack2, the substack 1 disappears. Is there anyway to keep the substack 1 stays until the substack 2 shows up? - it should stay open, actually, as long as you are not explicitely closing it! Maybe it is just covered by the newly opened substack or the mainstack

Re: mainStack and subStack question???

2005-07-14 Thread Eric Chatonet
Hi Ban, You could have a look at the mode and style properties and all related features: to be sure that a stack shows up (i.e. not masked by another one) you could set its style to palette... Please, dig in the docs and download the plugin I released today :-) Le 14 juil. 05 à 18:31, Ban

Re: mainStack and subStack question???

2005-07-14 Thread Devin Asay
On Jul 14, 2005, at 10:31 AM, Ban Nguyen wrote: Hello, On my application that I am working on, it has a mainStack and 5 substacks On the mainStack (card 1), I put 5 buttons to go to subStacks This is a problem: when user clicks on button 1 to go to substack 1, the substack 1 shows, but

RE: mainStack and subStack question???

2005-07-14 Thread Ban Nguyen
Hello, On my application that I am working on, it has a mainStack and 5 substacks On the mainStack (card 1), I put 5 buttons to go to subStacks This is a problem: when user clicks on button 1 to go to substack 1, the substack 1 shows, but when user click on button 2 to go to

Re: mainStack and subStack question???

2005-07-14 Thread Devin Asay
On Jul 14, 2005, at 11:24 AM, Ban Nguyen wrote: snip - It sounds like what you want is to smoothly transition from one stack to another with no breaks, flashes, or jumps. The best way I have found to do this is to use the go stack in window form, like this:

Re: Create new mainstack (not substack)

2005-04-22 Thread Eric Chatonet
Hi again, Some additional thought which might help: you can prepare a stack and save it as a custom property into your standalone. Then , when needed, you can *go* to it and save it. Check SaveStackInStack stack from Signe Marie Sanne on RevOnline (user: sms) Best, Le 22 avr. 05, à 17:52, Klaus

Create new mainstack (not substack)

2005-04-22 Thread Kurt Kaufman
Eric: Why not? Yes you can! Kurt: But how? (This has to be under script control in a standalone app). ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

RE: Create new mainstack (not substack)

2005-04-22 Thread Lynch, Jonathan
Doing it this way, it should not be necessary to set the defaultfolder. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kurt Kaufman Sent: Friday, April 22, 2005 12:33 PM To: use-revolution@lists.runrev.com Subject: Create new mainstack (not substack) JL

Create new mainstack (not substack)

2005-04-22 Thread Kurt Kaufman
While running a stack (will be a standalone) I would like to create a new mainstack in a specific path. I understand that I can set this path by using the defaultFolder property. However, I don't seem to be able to save a new and separate stack, only a substack. And I guess I can't set a

Re: Create new mainstack (not substack)

2005-04-22 Thread Klaus Major
Hi Kurt, Hi Kurt, Why not? Yes you can! Exactement, mon ami! :-) Le 22 avr. 05, à 17:31, Kurt Kaufman a écrit : While running a stack (will be a standalone) I would like to create a new mainstack in a specific path. I understand that I can set this path by using the defaultFolder property.

Create new mainstack (not substack)

2005-04-22 Thread Kurt Kaufman
JL wrote: When you save the new stack, save it by its full name, including the path and .rev - that is how I do it. Kurt: That's it. Now it works. Thanks to all. ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Create new mainstack (not substack)

2005-04-22 Thread Eric Chatonet
Hi Kurt, Why not? Yes you can! Le 22 avr. 05, à 17:31, Kurt Kaufman a écrit : While running a stack (will be a standalone) I would like to create a new mainstack in a specific path. I understand that I can set this path by using the defaultFolder property. However, I don't seem to be able to

RE: Create new mainstack (not substack)

2005-04-22 Thread Lynch, Jonathan
: Friday, April 22, 2005 11:32 AM To: use-revolution@lists.runrev.com Subject: Create new mainstack (not substack) While running a stack (will be a standalone) I would like to create a new mainstack in a specific path. I understand that I can set this path by using the defaultFolder property

Re: mainstack to substack

2005-01-31 Thread Frank D. Engel, Jr.
throughout the system of stacks. On Jan 30, 2005, at 6:12 PM, Dan Shafer wrote: It is, I believe, impossible to change a mainstack to a substack of a second mainstack if the first mainstack has any substacks. Dan On Jan 30, 2005, at 2:10 PM, Bob Hartley wrote: At 21:54 30/01/2005, you wrote: Bob Hartley

Re: mainstack to substack

2005-01-30 Thread Richard Gaskin
Bob Hartley wrote: I still can't figure this one. I need to make a mainstack a substack of another file. How do I do this? I can still design my app but if I dont manage to do this I'm stuffed. :-) clone stack stackName set the maintstack of stack Copy of stackName to mainstackName -- Richard

Re: mainstack to substack

2005-01-30 Thread Andre Garzia
On Jan 30, 2005, at 7:57 PM, Bob Hartley wrote: I still can't figure this one. I need to make a mainstack a substack of another file. How do I do this? I can still design my app but if I dont manage to do this I'm stuffed. :-) you can also set the mainstack property thru the stack inspector

Re: mainstack to substack

2005-01-30 Thread Bob Hartley
At 21:54 30/01/2005, you wrote: Bob Hartley wrote: I still can't figure this one. I need to make a mainstack a substack of another file. How do I do this? I can still design my app but if I dont manage to do this I'm stuffed. :-) clone stack stackName set the maintstack of stack Copy of stackName

Re: mainstack to substack

2005-01-30 Thread Dan Shafer
It is, I believe, impossible to change a mainstack to a substack of a second mainstack if the first mainstack has any substacks. Dan On Jan 30, 2005, at 2:10 PM, Bob Hartley wrote: At 21:54 30/01/2005, you wrote: Bob Hartley wrote: I still can't figure this one. I need to make a mainstack

Re: mainstack to substack

2005-01-30 Thread Mark Smith
You'll need to go through the process for each of your mainstack's substacks...there can only be one mainstack in a file, ie, substacks cannot have their own substacks. Watch out for any properties that the substacks inherit from their current mainstack, and any messages that pass up the

Re: mainstack to substack

2005-01-30 Thread Richard Gaskin
Dan Shafer wrote: I still can't figure this one. I need to make a mainstack a substack of another file. How do I do this? I can still design my app but if I dont manage to do this I'm stuffed. :-) clone stack stackName set the maintstack of stack Copy of stackName to mainstackName

mainstack to substack

2005-01-28 Thread Bob Hartley
Hi All. I have a main stack bobs and has a substack bits. To test some things I made another master stack bits that I'm quite happy with. So i want to copy it as a substack into the bobs main stack. I deleted substack bits from mainstack bobs and then opened the master stack bits

mainstack and substack

2002-04-07 Thread Robert Presender
Yves wrote: Hello, I have a mainstack with many substacks. I'd like to change making one of the substacks the main stack and the actually main a substack. How to proceed ? -- Hi, Suggest you use the Application Overview: With your stack file selected, expand the overview window. Then click

Re: mainstack and substack

2002-04-07 Thread yves COPPE
Hi, Suggest you use the Application Overview: With your stack file selected, expand the overview window. Then click 'show stack mover'. Select the stack you want to be the main from the list (source file). Click 'select' (source file). The new selected stack will be the main stack and the

mainstack and substack

2002-04-06 Thread yves COPPE
Hello, I have a mainstack with many substacks. I'd like to change making one of the substacks the main stack and the actually main a substack. How to proceed ? -- Greetings. Yves COPPE Email : [EMAIL PROTECTED] ___ use-revolution mailing list