Page 1 of 1

Window in the front always

Posted: Sat Nov 07, 2009 6:45 pm
by mtecedor
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

Posted: Sun Nov 08, 2009 7:33 am
by shadowslash
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

Posted: Sun Nov 08, 2009 2:51 pm
by mtecedor
Thanks shadowslash,

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

Marta