Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Bug Report
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 07-18-2014, 10:22 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
onAllRCChat() for new Client-RC

Whenever I'm using onAllRCChat(msg), it doesn't log when a new Client-RC logs in. So the default New Client-RC: Nickname (Account) message is being ignored, not when I echo that tho (to "simulate" a login). Whenever a Client-RC disconnects, onAllRCChat(msg) catches that message as well. So I don't see why a login shouldn't trigger that function as well.
EDIT: Same thing goes for the external RC

Would like to have this fixed so I can continue something on Era iPhone, which will make staff work kinda easier and motivate the team even more to continue working on such a great money resource
__________________
MEEP!

Last edited by callimuc; 07-19-2014 at 12:07 AM..
Reply With Quote
  #2  
Old 07-18-2014, 10:34 PM
BlueMelon BlueMelon is offline
asdfg
BlueMelon's Avatar
Join Date: Sep 2008
Posts: 1,481
BlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to beholdBlueMelon is a splendid one to behold
On Era we do something like this,

PHP Code:
//#CLIENTSIDE

function onFirstResponderChanges(temp.obj) {
  if(
temp.obj.name == "ScriptedRCWindow"){
    
// trigger, do something
  
}

__________________
http://i.imgur.com/OOJbW.jpg
Reply With Quote
  #3  
Old 07-19-2014, 12:06 AM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by BlueMelon View Post
On Era we do something like this,

PHP Code:
//#CLIENTSIDE

function onFirstResponderChanges(temp.obj) {
  if(
temp.obj.name == "ScriptedRCWindow"){
    
// trigger, do something
  
}

Thank you! I suppose that's the best way to have it "fixed" so far for the Client-RC. It still would be neat to have the other one working
__________________
MEEP!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:54 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.