Window in the front always

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
mtecedor
Posts: 68
Joined: Fri Sep 04, 2009 6:40 pm

Window in the front always

Post by mtecedor » Sat Nov 07, 2009 6:45 pm

Hi All,

I have a small dilema: In the application I am designing, help options open in new, smaller cards. I want these cards to remain in the front always, and to dissapear only when the end user click the ¨"close" button. That is, if the end user click on the main card, I dont want the help card to go to the back of the screen.

Is it possible to do this?

Thanks,

Marta

shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Post by shadowslash » Sun Nov 08, 2009 7:33 am

Hi mtecedor,

How about trying out this bit of code below:

Code: Select all

set the systemWindow of stack "yourStackName" to true
Or you can simply put a check on the systemWindow checkbox in your stack's Property Inspector.
Image

Hope I managed to help you even in the smalles of ways... Image
Parañaque, Philippines
Image
Image

mtecedor
Posts: 68
Joined: Fri Sep 04, 2009 6:40 pm

Post by mtecedor » Sun Nov 08, 2009 2:51 pm

Thanks shadowslash,

That worked. Even easier than I thougt it would be.

Marta

Post Reply