Re: [Activetcl] Tclets
by Jeff Hobbs other posts by this author
Oct 6 2009 4:23PM messages near this date
view in the new Beta List Site
[Activetcl] Tclets
|
[Activetcl] MySQL
On 05/10/2009 6:36 AM, Steven Yahoo wrote:
> Long ago there was a tclet plug in that allowed tk to be used in a
> browser.
>
> I couldn't find an updated version of this plug in. Are modern
> browsers able to use tclets natively, are tclets a dead end or
> something else?
You can certainly use the existing Tcl plugin in FF 3.5 and IE 8. The
tricky part is simply the installation. FF 3.5 changed to disallow
install.js type installers (allowed up to 3.5), and the plugin needs to
move to an install.rdf type which complicates the distribution a little
bit and removes flexibility.
For IE8, the install always sort of piggy-backed on the FF XPI
installer. If you unpack the .xpi (rename to .zip and unzip it), you
can copy over the relevant bits to your plugin directory. You just need
to register the dll for IE6-8 to use it correctly.
Jeff
_______________________________________________
ActiveTcl mailing list
ActiveTcl@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Steven Yahoo
Jeff Hobbs
|