View Single Post
  #2  
Old 09-19-2011, 10:49 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
PHP Code:
else if(temp.obj.name.starts("PrivateMessage")){
  
obj.makefirstresponder(true);

actually isn't doing what I hoped, if external playerlist and internal PM windows are being used, it doesn't appear you can transition from an external GUI control to an internal GUI control in another container.

so right now when opening a PM from the playerlist and then immediately trying to type, all that's happening is the playerlist search text edit appears
Reply With Quote