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

[REBOL] Re: REBOL Browser Plugin issues

From: sterling:rebol at: 25-Jun-2001 10:12

It's an issue with how the plugin installs and sets itself up. Two different MIME types need to be used: - one for plain .r scripts with a link to them. These should be launched by REBOL directly and this works OK without the plugin installed. - one for EMBEDed REBOL code. This needs to use the plugin. We're working on getting the plugin install to configure the browser correctly on installation right now but for IE that requires writing to the registry. If you don't then the REBOL plugin can possibly end up associated with the wrong types of files. The Netscape version should be working better now because it spits out a web page that redirects the browser back to the page that you were just on. This is a temporary fix to the blank page issue. Sterling