Topstack

2002-01-24 Thread Pierre Delain
> go stack "newStack" in the window of stack "currentStack" > > Do the docs really say "set the topstack to the defaultstack?" I would think > "set the defaultStack to the topStack" would be more likely. > In the transcript Dictionary

Re: topStack

2002-01-24 Thread Geoff Canyon
At 9:29 AM +0100 1/24/02, Pierre Delain wrote: >I try to use the expression "set the topstack to the defaultstack" found in >the Transcript dictionary in order to put a stack in the active window. But >Rev return an error >The same if I try to put "set the topstac

Re: Topstack

2002-01-24 Thread Klaus Major
Bonjour Pierre, > >> go stack "newStack" in the window of stack "currentStack" >> >> Do the docs really say "set the topstack to the defaultstack?" I would >> think >> "set the defaultStack to the topStack" would be more l

Re: Topstack

2002-01-24 Thread Geoff Canyon
At 7:21 PM +0100 1/24/02, Pierre Delain wrote: >> go stack "newStack" in the window of stack "currentStack" >> >> Do the docs really say "set the topstack to the defaultstack?" I would think >> "set the defaultStack to the topStack"

TopStack question

2002-02-07 Thread Tim
All right, one more question... Get the topStack Put word 2 of it Yields "/HD/Somefolder/someFile.rev Shouldn't it be the name of the topmost stack instead of the (") char? I tried it on more than one Rev project and it always does this if the main stack is topmost. Any ideas?

Re: effective topstack

2003-05-27 Thread Wilhelm Sanke
Richard Gaskin <[EMAIL PROTECTED]> wrote > > Is there another function or way to determine the "effective" topstack > > irrespective of the mode the stack has? > > > get the windows > > -- Richard Gaskin Fourth World Media Corporation Developer of WebMer

Re: effective topstack

2003-05-27 Thread Richard Gaskin
Wilhelm Sanke wrote: > The "openstacks", "the stacks", and "the windows" functions, > unfortunately, *sometimes* produce what I called "unexpected behavior" > in one of my stacks. This was the reason why I was looking for another, > but &quo

Re: topstack empty?

2004-06-08 Thread xbury . cs
;) cheers Xavier On 08.06.2004 09:02:37 use-revolution-bounces wrote: >MisterX wrote: >> Richard wrote: >>>>Under what circumstances should "the topstack" return empty? >> when the topstack is not there ;) >> >> If you open RR and dont open a stack

win32 topstack problem

2004-02-02 Thread Alex Rice
e flashing between stacks. Also using "go ... in the window of ..." is not an option at this point- I would have to rewrite too much code.) In the preOpenStack card handler of stack "sub", a script runs this code: send yyyy to the current card of the topstack (The scr

topStack returns empty?

2004-03-07 Thread Richard Gaskin
The topstack function should return the topmost window of the lowest mode, but under what circumstances (if any) should it return empty? I would have thought that should never occur, since the engine requires at least one stack open at all times. In my circumstance it should be even simpler

Re: win32 topstack problem

2004-02-02 Thread Richard Gaskin
fte*r opening the next stack so there is > no empty space flashing between stacks. Also using "go ... in the > window of ..." is not an option at this point- I would have to rewrite > too much code.) > > In the preOpenStack card handler of stack "sub", a scri

Re: win32 topstack problem

2004-02-02 Thread Alex Rice
On Feb 2, 2004, at 12:38 PM, Richard Gaskin wrote: The preOpenStack message is sent before the card is drawn, while the topStack returns the value of the topmost visible stack with the lowest mode. This behavior should be the same across platforms, so I appreciate your Bugzilla report of any

Re: win32 topstack problem

2004-02-02 Thread Richard Gaskin
Alex Rice wrote: > > On Feb 2, 2004, at 12:38 PM, Richard Gaskin wrote: > >> The preOpenStack message is sent before the card is drawn, while the >> topStack returns the value of the topmost visible stack with the lowest >> mode. >> >> This behavior sh

Re: win32 topstack problem

2004-02-02 Thread Alex Rice
On Feb 2, 2004, at 1:37 PM, Richard Gaskin wrote: Which ever is the topmost visible stack of the lowest mode at the time. Unfortunately the definition of "topstack" doesn't help me understand what's happening. -- Alex Rice | Mindlube Software |

RE: topStack returns empty?

2004-03-07 Thread Phil Davis
Does the 'effective' modifier make any difference in the result? (e.g. 'put the effective topStack') Phil Davis > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Richard > Gaskin > Sent: Sunday, March 07, 2004

How to control the topstack

2003-01-22 Thread Piero Menno'
Hi to the all list, I have a main stack with several substacks, but I have to mantain a certain substack as the topstack (the user interface), while sometimes in my application other substacks become topstacks (blocking the application): how to "oblige" a stack to be THE topstack?

Re: How to control the topstack

2003-01-22 Thread Klaus Major
Buona sera Piero, va bene? Hi to the all list, I have a main stack with several substacks, but I have to mantain a certain substack as the topstack (the user interface), while sometimes in my application other substacks become topstacks (blocking the application): how to "oblige"

Re: How to control the topstack

2003-01-22 Thread Klaus Major
Oooops TYPO, sorry... ... I have a main stack with several substacks, but I have to mantain a certain substack as the topstack (the user interface), while sometimes in my application other substacks become topstacks (blocking the application): how to "oblige" a stack to be THE tops

Re: How to control the topstack

2003-01-23 Thread Piero Menno'
Hi all, Buona sera Piero, va bene? Hi to the all list, I have a main stack with several substacks, but I have to mantain a certain substack as the topstack (the user interface), while sometimes in my application other substacks become topstacks (blocking the application): how to "obli

Re: How to control the topstack

2003-01-23 Thread Klaus Major
like. When you go to another card (in another stack) that stack will become the topstack. So try to add that line to each substack... Ciao Klaus Major [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailm

Trouble setting a substack to topstack Help please.

2006-10-20 Thread Dave Herndon
is re-inserted into the database. Now comes the problem... I cant get the screen in substack2 to refresh with the same method as the mainstack. Sending mouseup to the refresh button in substack2 or calling a handler in the stack script of substack2 cant be done because the topstack reverts back t

Re: Trouble setting a substack to topstack Help please.

2006-10-21 Thread J. Landman Gay
handler in the stack script of substack2 cant be done because the topstack reverts back to the mainstack as soon as substack1 is hidden. Setting the topstack to substack2 only works if i use the path ( set the topstack to "substack2 of stack mainstack.rev" ) I'm not sure I follow