Page 1 of 1

Question re Features

Posted: Tue Jun 28, 2005 14:03
by tonyhnz
Is there a way/method to use that would allow users to right click on a gui component and change some of it's properties (for example alpha setting).

If you have a tabbed control with multiple tabs - can you undock a tab off by itself ?

Re: Question re Features

Posted: Tue Jun 28, 2005 18:35
by CrazyEddie
tonyhnz wrote:
Is there a way/method to use that would allow users to right click on a gui component and change some of it's properties (for example alpha setting).

You just need to subscribe to the required events and do some processing in there (so for example EventMouseButtonDown). There's pretty much no limits on what you can change from within the event handlers, so with a little work you should be able to get whatever you require (just be careful resizing in the sized handler, and moving in the moved handler, and so on).

If you have a tabbed control with multiple tabs - can you undock a tab off by itself ?

It's not something that's provided at the moment. The tab control doesn't have many bells and whistles at the moment; I burnt out before I got to adding those :lol: