I am opening a stack by double-clicking on a row of a datagrid in stack A. When stack B opens there is some processing that takes place there and when all is said and done stack B ends up being behind stack A. I want stack B to be the active stack at that point that is to say I want stack B to be in from of stack A. What command can I use to get it there?
Thanks,
Larry
Move stack window to front
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Move stack window to front
Hi Larry,
Use the go or show command to make a stack the front window. The go command can change the mode of a stack, which is why sometimes the show command is better.
Kind regards,
Mark
Use the go or show command to make a stack the front window. The go command can change the mode of a stack, which is why sometimes the show command is better.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Move stack window to front
Thanks Mark,
Larry
I tried both in multiple places with no luck. Finally when I commented out a 'pass doubleMouseUp" it began to stay in front.Use the go or show command to make a stack the front window. The go command can change the mode of a stack, which is why sometimes the show command is better.
Larry
Re: Move stack window to front
Hi Larry,
Apparently, you have a mouseDoubleUp handler somewhere, which puts the wrong stack in front. By removing the pass command, you don't run that handler anymore.
Kind regards,
Mark
Apparently, you have a mouseDoubleUp handler somewhere, which puts the wrong stack in front. By removing the pass command, you don't run that handler anymore.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode