Stumped by easy question: Get window on top

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
cwkalish
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 78
Joined: Thu Sep 30, 2010 2:24 am

Stumped by easy question: Get window on top

Post by cwkalish » Wed Mar 13, 2013 1:46 am

I know this is an easy one, but I can't figure out how to get one window to appear on top of another. I want Stack1 to 'un-iconify' Stack2 and then have Stack2's window appear in front of Stack1.

How does one set which window is on top?

Thanks.
-Chuck

sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: Stumped by easy question: Get window on top

Post by sturgis » Wed Mar 13, 2013 2:15 am

un-iconify so the stack pops up, then
go to stack "stackname"

Should do the trick.

cwkalish
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 78
Joined: Thu Sep 30, 2010 2:24 am

Re: Stumped by easy question: Get window on top

Post by cwkalish » Wed Mar 13, 2013 2:35 am

thanks. "go to stack" so simple.

Post Reply