View Single Post
  #3  
Old 02-20-2010, 12:50 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by xAndrewx View Post
I don't quite understand, but wouldn't this fix it?
HTML Code:
  GraalControl.makeFirstResponder(true);
Dunno... it's not enabled by default regardless. Not to mention onMouseDown() is not a GUI function, thus I don't think it'd be affected. Also(never using makefirstresponder myself), wouldn't that effect things negatively if GraalControl is stealing mouse click focus from GUI's that DO need it?
Reply With Quote