Join Server Gui
by Xavier "eXoDuS" Amado · in Torque Game Engine · 12/16/2001 (5:57 am) · 2 replies
Hi, i was wondering what this did:
Canvas.getContent().query();
it's the command that the query server buttons exectues when clicked, thing is that i removed the JoinServerGui and replaced it with a JoinServerDlg ... i mean, i did it a dialog isntead of a content, but that button wont work and i dont know how to make it work
Canvas.getContent().query();
it's the command that the query server buttons exectues when clicked, thing is that i removed the JoinServerGui and replaced it with a JoinServerDlg ... i mean, i did it a dialog isntead of a content, but that button wont work and i dont know how to make it work
About the author
Torque Owner Tim Gift
Don't forget to rename the methods as well from JoinServerGui::query to your new name: JoinServerDlg::query