
07-18-2008, 09:08 PM
|
master of infinite loops
|
 |
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
|
|
GUIs and the active attribute
I've noticed that with GuiPopUpMenuCtrl, GuiTextListCtrl, and GuiContextMenuCtrl, the "active" attribute doesn't actually disable the entry. For instance, even if the active attribute is set to false, the action (onAction, onSelect, etc) still occurs. However, on GuiButtonCtrl, for example, the action doesn't occur.
This isn't a huge problem, as I can just write checks to make sure the action is canceled if the control doesn't have active set to true. But, it'd be nice to not have to write those. |
|
|