Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Rebol/ View dll do-browser crashing browser

From: bry:itnisk at: 22-Mar-2004 23:07

Yes I do have the evaluate function. I was replacing browse with do-browser so that I could pass up code to the html page to load the page in the _main browser window. The search bar, which you see when you click on the search button on your browsers chrome, is in a window named _search, so if you want to open a page in the main window that called the search window you have to have the following: window.open(url,"_main"); anyway I really don't understand how do- browser should be affecting this, I mean that do-browser should only be called when I click on a button in the rebol view form. yet nonetheless if I start that page I get the errors outlined on loading the page, yet as also noted these errors are not 100% of the time, but around 70%. The most logical thing would be a memory leak somewhere, but my system doesn't seem to be using any excessive resources.