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

[REBOL] Re: Plug [Was Popularity]

From: petr::krenzelok::trz::cz at: 27-Jan-2006 6:48

Tim Johnson wrote:
>* Carl Read <carl-cybercraft.co.nz> [060125 19:55]: > >>On Wednesday, 25-January-2006 at 13:00:30 Tim Johnson wrote, >> >> >> >>> Does rebol as a plugin for IE have the ability to interact with the >>> DOM? Or to the same affect? >>> >>> >>Hmm - it's not something I know much about, but does this answer your question... >> >>http://www.rebol.net/plugin/tests/plugin-guide.html#section-5 >> >> > > From what I read I believe the plugin should interact with the DOM (sort of) > by exploiting Javascript as the "go-between". > > Cool. Now let's make it linux and mozilla compatible. IE is downright > primitive compared to firefox. > ti >
Hi Tim, there is some effort on AltME to gring in the NS kind of plug-in, which would work with NS, Mozilla, FF, Opera and other browsers, which do support NS kind of plugins. RT tries to let the community to do the job. Sadly, we are small community. I tried my best, gathered resources, etc., I wrote to mozilla plug-ins newsgroup, but saw no reaction. We need some C coder. NS kind of plug-in, from what I can understand abou it, needs just no more than 10 - 30 funcs wrapping. So - if you know someone willing to help, please let me know ... btw - getting plug-in to work under FF etc. is hopefully rather trivial task, but current IE plug-in simply is not done right, and then the real job starts, to define, how it should upgrade, how is should appear, how it should behave in other ways (as communication with browser is concerned), if it should allow rebol networking or use only browser one (I think not), how to detect proxy or allow various settings and more importantly - what to do about security and View (VID) in iself, in regards to pop-up windows (view/new layout [....] - and you have got new window popping up above browser window and someone could misuse it) Petr