I've been using this to ensure that a GUIControl will
never steal key input, but it still does?
PHP Code:
profile.cankeyfocus = false;
I still need to be able to interact with it through mouse input, and setting
PHP Code:
profile.modal = false;
removes the ability to use the GUIControl via mouse, but remedies the key input problem. Can anybody help me out here?