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
  #16  
Old 08-02-2006, 03:50 AM
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
Originall. A computer on a computer. I think I started on something like that back on Cynical..
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #17  
Old 08-02-2006, 04:48 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
It's very usefull
Reply With Quote
  #18  
Old 08-02-2006, 04:57 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Cool
Reply With Quote
  #19  
Old 08-02-2006, 07:41 AM
Bl0nkt Bl0nkt is offline
Era Developer
Bl0nkt's Avatar
Join Date: Mar 2005
Location: Pennsylvania
Posts: 1,589
Bl0nkt will become famous soon enough
Send a message via AIM to Bl0nkt
Best work I've seen from you in a while.

Actually, the only good work I've ever seen from you. But, in all honesty, I haven't seen your server since maybe a year ago.
Reply With Quote
  #20  
Old 08-04-2006, 06:26 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
I'm making it look better now, function better as well.
I will allow multitasking, more windows to be open at a time, more streamlined controls, more options, more customizability, such as players using their own personal desktops. It's still got a lot of bugs, but I'm working them out. I also have to rescrtipt the guis for the functions. Should take too long.
Reply With Quote
  #21  
Old 08-04-2006, 06:38 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
About making your window container and restricting windows to your screen:
PHP Code:
new GuiControl(ComputerWindowContainer)
{
  
position = {position of screen Xposition of screen Y};
  
extent = {width of screenheight of screen};

... creates a container which you can keep objects in.

Now, if you created a window:
PHP Code:
new GuiWindowCtrl(MyWindow)
{
  
position = {00};
  
extent = {300200};

  
text "EVIL";

... and then used:
PHP Code:
ComputerWindowContainer.addControl(MyWindow); 
... then the window becomes bound to the container control. That means you can move it, resize it, maximize and minimize it only inside of the container control.
__________________
Skyld
Reply With Quote
  #22  
Old 08-04-2006, 07:37 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
Quote:
Originally Posted by Skyld
About making your window container and restricting windows to your screen:
PHP Code:
new GuiControl(ComputerWindowContainer)
{
  
position = {position of screen Xposition of screen Y};
  
extent = {width of screenheight of screen};

... creates a container which you can keep objects in.

Now, if you created a window:
PHP Code:
new GuiWindowCtrl(MyWindow)
{
  
position = {00};
  
extent = {300200};

  
text "EVIL";

... and then used:
PHP Code:
ComputerWindowContainer.addControl(MyWindow); 
... then the window becomes bound to the container control. That means you can move it, resize it, maximize and minimize it only inside of the container control.
Thanks, that was the biggest thing in my way =D
Reply With Quote
  #23  
Old 08-04-2006, 08:14 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 excaliber7388
Thanks, that was the biggest thing in my way =D
Welcome. Now go ahead and post screenshots of your new aesthetic design I hope you've got there.
__________________
Skyld
Reply With Quote
  #24  
Old 08-04-2006, 09:00 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388


Just a few features that have been fixed
Reply With Quote
  #25  
Old 08-18-2006, 04:28 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by excaliber7388


Just a few features that have been fixed
I am assuming you can drag the internet explorer window out of the laptop's screen, maybe you should try and script your own little HTML-viewer control, would probably look better.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #26  
Old 08-18-2006, 04:55 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
Quote:
Originally Posted by ApothiX
I am assuming you can drag the internet explorer window out of the laptop's screen, maybe you should try and script your own little HTML-viewer control, would probably look better.
If I could I'm not sure gscript supports this, if I'm worng tell me, but I was hoping to create my own browser when I started this but was unable to figure out how.
All of the functions have been updated now, and the new comp has been released. You can now multi task, and there are many options, from the desktop image, to how the windows act. (parents windows closing when child window is opened for example)
Reply With Quote
  #27  
Old 08-21-2006, 06:01 AM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by excaliber7388
If I could I'm not sure gscript supports this, if I'm worng tell me, but I was hoping to create my own browser when I started this but was unable to figure out how.
All of the functions have been updated now, and the new comp has been released. You can now multi task, and there are many options, from the desktop image, to how the windows act. (parents windows closing when child window is opened for example)
This wouldn't be an easy feat to do. You could use the RequestHTTP function, or whatever it's called, and manually parse it and display the website. Either that or you could ask Stefan nicely to incorporate a nice HTML control where you can either input the HTML or address into it.

example:
PHP Code:
new GuiHtmlCtrl("Html_Main") {
  
profile "GuiHtmlProfile";
  
html "<html><body><font face='Arial' size='12px' color='#FF0000'>Zomg it's an HTML control</font></body></html>";

__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote
  #28  
Old 08-21-2006, 06:13 AM
Moondeath_2 Moondeath_2 is offline
"..."
Moondeath_2's Avatar
Join Date: Jan 2006
Location: Far Far Away.
Posts: 238
Moondeath_2 is an unknown quantity at this point
Send a message via AIM to Moondeath_2 Send a message via MSN to Moondeath_2 Send a message via Yahoo to Moondeath_2
Looks pretty cool, I would check it out my self. But unfourtiantely Vima banned me for being *** or something. Anyway, good job so far.
__________________
Aim: DarkFireXZ3
Email: [email protected] or [email protected]
Common Location: Unholy Nation
Gscript, Playerworld Rules, Support Center
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 01:42 AM.


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