in reply to Re: Perl/Tk application rendering HTML?
in thread Perl/Tk application rendering HTML?

Maybe it does, but only for those who know how in heck it works, or how to use it. Oh sorry, if someone knew that they must have been killed already.

Do you have any example code Mark?

jdtoronto

  • Comment on Re^2: Perl/Tk application rendering HTML?

Replies are listed 'Best First'.
Re^3: Perl/Tk application rendering HTML?
by acid06 (Friar) on Feb 25, 2005 at 17:27 UTC
    Tk::HTML does indeed come with some "hidden" documentation.
    However, I noticed it renders HTML horribly.

    Here you can find the example code from the module and see it with your own eyes...
    If you were using WxWidgets or Win32::GUI (and assuming you're in Win32 environment), you could use either Wx::ActiveX or Win32::GUI::AxWindow in order to create a Internet Explorer component that does the rendering for you.

    Maybe you could write a XS extension exntending Tk. ;)
    It shouldn't be a big problem, since Tcl::Tk documentation states that Tcl/Tk already supports creating ActiveX widgets.


    acid06
    perl -e "print pack('h*', 16369646), scalar reverse $="
Re^3: Perl/Tk application rendering HTML?
by kvale (Monsignor) on Feb 25, 2005 at 04:41 UTC
    Sorry, not really. I downloaded it once, ran tkweb, filed it away in my memory, never to use it again. I would advise studying the tkweb source as a way to get a handle on module.

    -Mark