http://qs321.pair.com?node_id=474624


in reply to Tk Video Widget with Perl

Yes, you need to install:

All in all, once you'll solve installation task, you'll get much more flexible and larger widget set (compared to perl/Tk)

Also, Tcl::Tk has user's mailing list (tcltk at perl.org), so feel free to write there...

Replies are listed 'Best First'.
Re^2: Tk Video Widget with Perl
by beretboy (Chaplain) on Jul 13, 2005 at 17:31 UTC
    Okay, once I've installed those, how do I install a particular widget?


    "Sanity is the playground of the unimaginative" -Unknown
      if you'll have Tcl::Tk up and running, using Tcl widgets isn't hard (those developed in Tcl or for Tcl).

      To give an idea, look for example at http://vkonovalov.ru/cgi-bin/perl-tcltk-wiki.cgi/40 or other examples at that wiki.
      Note that at that example BLTNoteBook is a widget within Tcl/Tk, and initially it is completely unknown to Tcl::Tk perl module. It is a single line of perl code to introduce BLTNoteBook widget to Tcl::Tk
      Tk Video could be very similar, and I will get you an example of concrete code, once you'll get far enough :)