Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-13-2008, 05:08 PM
Ronnie Ronnie is offline
Registered User
Join Date: Jun 2008
Location: Nj, USA
Posts: 48
Ronnie is on a distinguished road
Send a message via AIM to Ronnie
Closing Gui Windows

Well, I have quite a problem, it's actually a rather odd problem, whenever I try to close my GUI windows in one of my scripts using another method then the red(x) , such as control.Hide(); and control.Destroy(); . It doesn't effect the GUI window control? Here is an example of one of my windows.

PHP Code:
new GuiWindowCtrl("Guild_Window_fapp") {
   
useownprofile true;
   
profile "gcpu1-window";
   
360;
   
115;
   
width 300;
   
height 375;
   
text "Guild System!";
   
destroyonhide true;
   
canmaximize false;
   
canminimize false;
   
canresize false;
   
canclose true
Thanks in advance
-Ronnie
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 05:11 AM.


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