mainStack and subStack question???
Ban Nguyen
bann at sunncomm.com
Thu Jul 14 13:24:44 EDT 2005
> 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 substack 1 disappears.
>
> Is there anyway to keep the substack 1 stays until the substack 2
> shows
> up?
-----------------------------
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:
go stack <name of substack> in window <name of current stack>
This will simply replace the contents of the window with the new
stack without having to visually close the old stack window and
create and open a new window.
-------------------------
I did what you said but the window stop and could move the mouse
What Do you mean <name of current stack> ? is it the mainstack?
--------------------------
More information about the use-livecode
mailing list