Thread: Help with GUI?
View Single Post
  #4  
Old 10-12-2013, 02:20 PM
DeCeaseD DeCeaseD is offline
Registered User
Join Date: Jan 2008
Posts: 247
DeCeaseD will become famous soon enough
Quote:
Originally Posted by xAndrewx View Post
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));
}
Thanks for the input Andrew, but I've actually already done this. Oddly the return is nullified. I'm not sure what's going on here. o_O
Reply With Quote