Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-30-2007, 02:36 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Stefan View Post
You can change the gui style and background image etc. at least on your own server, you just need to set the right attributes of the RC window (by script) I guess
Would be easier if the code was released
__________________
Reply With Quote
  #2  
Old 11-30-2007, 03:11 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by cbkbud View Post
Would be easier if the code was released
I shall add some functions into the next script update that will make it easier to change the styling and such.
Reply With Quote
  #3  
Old 11-30-2007, 11:28 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Skyld View Post
I shall add some functions into the next script update that will make it easier to change the styling and such.
*sniffle*

Okay

Can you tell me the name of the delete button so I can just do BUTTONPLX.destroy() for now?
__________________
Reply With Quote
  #4  
Old 12-08-2007, 09:43 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by cbkbud View Post
*sniffle*

Okay

Can you tell me the name of the delete button so I can just do BUTTONPLX.destroy() for now?
Late reply, but meh, not like I'm active these days.

PHP Code:
//#CLIENTSIDE
function onCreated()
{
  echo(
"--- GUI Controls START ---");
  for (
tmpGraalControl.controls) {
    echo(
tmp);
  }
  echo(
"--- GUI Controls END ---");

Once you know the name of the Client RC GUI name, replace "GraalControl" with the name of it to find out about buttons etc. on the default client RC window.

Oh and, not entirely sure if its "GraalControl" or something else, but that's the name I think I remember. That, and GUIContainer ^_^
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #5  
Old 12-08-2007, 11:45 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by xXziroXx View Post
Late reply, but meh, not like I'm active these days.

PHP Code:
//#CLIENTSIDE
function onCreated()
{
  echo(
"--- GUI Controls START ---");
  for (
tmpGraalControl.controls) {
    echo(
tmp);
  }
  echo(
"--- GUI Controls END ---");

Once you know the name of the Client RC GUI name, replace "GraalControl" with the name of it to find out about buttons etc. on the default client RC window.

Oh and, not entirely sure if its "GraalControl" or something else, but that's the name I think I remember. That, and GUIContainer ^_^
Yes, it is GraalControl. That's where all the GUIs & player things happen.
GUIContainer has start menu, etc.

I'll do that later I suppose.

EDIT:
For the record, ScriptedRCScriptEditorDelete
__________________
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:51 PM.


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