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 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?

Ban,
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.

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to