Thread: Hey, scripters!
View Single Post
  #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