Thread: Help with GUI?
View Single Post
  #3  
Old 10-12-2013, 11:41 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Debug using the following- it will tell you which GUI is stealing focus- press F2 to see the output;

HTML Code:
//#CLIENTSIDE
function onFirstResponderChanges(obj) {
   echo(format(_("Stealing Focus: %s at %f %f"), temp.obj.name, temp.obj.x, temp.obj.y));
}
__________________
Reply With Quote