Hello all,
I have made a little system in Clan War System which uses 'guiSetInputEnabled'. As soon as you click on an edit-box this code is fired and disables the input key's. When you click on a non-edit-box, then it will enable the input key's. Now comes the bug: As soon as you click and hold your mouse on an edit-box and then move your mouse to select some piece of text, it doesn't work with 'onClientGUIClick'.
How to make the click and drag detectable?
PS: I tried event 'onClientGUIFocus' and 'onClientGUIBlur', but whenever you close the window with a bind, it doesn't get fired. Putting this code's into the bind-function is not an option too, because I can't do this by, for example, the Admin Panel.