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
Window in the front always
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 344
- Joined: Tue Feb 24, 2009 6:14 pm
- Contact:
Hi mtecedor,
How about trying out this bit of code below:
Or you can simply put a check on the systemWindow checkbox in your stack's Property Inspector.

Hope I managed to help you even in the smalles of ways...
How about trying out this bit of code below:
Code: Select all
set the systemWindow of stack "yourStackName" to true

Hope I managed to help you even in the smalles of ways...
