View Single Post
  #2  
Old 08-16-2009, 09:19 PM
Programmer Programmer is offline
Coder
Programmer's Avatar
Join Date: Jan 2008
Location: -78.464422, 106.837328
Posts: 449
Programmer has a spectacular aura aboutProgrammer has a spectacular aura about
Send a message via AIM to Programmer Send a message via MSN to Programmer Send a message via Yahoo to Programmer
Perhaps it would be best if you provided the script that you're having trouble with? I can provide the code for a simple window if that's what you need:

PHP Code:
//#CLIENTSIDE
function onCreated()
{
  new 
GuiWindowCtrl("your_window")
  {
    
profile GuiBlueWindowProfile;
    
position = {100100};
    
extent = {200200};
    
    
title "My window!";
  }

It may benefit you to look at the GuiControl section of the wiki:
http://wiki.graal.net/index.php/Crea...iControls_List
It may also benefit you to use proper English, with correct grammar and punctuation.
__________________
- Iᴀɴ Zɪᴍᴍᴇʀᴍᴀɴ
Reply With Quote