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 = {100, 100};
extent = {200, 200};
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.