Active Window

Discuss GUI programming with the MUI Royale plugin here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Active Window

Post by djrikki »

Hello,

If the user presses a button my app receives a 'Pressed' attribute. But how do I determine which window the button derives from? *scratches head*

----

Scratch that never mind lol.... when the user presses a gadget the window will automatically become active so I don't need to check for that in my Switch...Case...EndSwitch branching.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
Mazze
Posts: 69
Joined: Thu May 06, 2010 8:08 pm

Re: Active Window

Post by Mazze »

You could give your button a unique ID.
Post Reply