Jeff, thank you.

From your response it sounds like treecrtl is part of Tkx? If so,
does anyone have an example to get me started? If I have to some how "install" 
it, does anyone have some instructions?

I am also looking for a dialog box that I can customize and put a listbox in. I 
saw a posting about a widget::dialog but had no success in implementing. Again 
anyone have any examples of using this widget and customizing beyond the normal 
dialog box?

My work is PERL 5.10 at the moment.

Many Thanks,
gary

--- On Thu, 9/23/10, Mike <mai_king...@comcast.net> wrote:

> From: Mike <mai_king...@comcast.net>
> Subject: RE: TableList Widget and Perl
> To: "'Jeff Hobbs'" <je...@activestate.com>, "'gary sachs'" 
> <conversecoroll...@yahoo.com>
> Cc: "'Tcl/Tk Mailing List'" <tcltk@perl.org>
> Date: Thursday, September 23, 2010, 7:58 PM
> > > 3. Any examples of using
> Tkx to do a "pure" Tcl widget... like an 
> > > entry widget? Just curious.
> 
>     http://tkdocs.com  has some decent
> doco on Tk for Tcl, perl, python,
> and ruby.
> 
> 
> > -----Original Message-----
> > From: Jeff Hobbs [mailto:je...@activestate.com]
> 
> > Sent: Thursday, September 23, 2010 8:24 PM
> > To: gary sachs
> > Cc: Tcl/Tk Mailing List
> > Subject: Re: TableList Widget and Perl
> > 
> > 
> > Hi Gary,
> > 
> > On 22/09/2010 2:48 PM, gary sachs wrote:
> > > couple of quick questions... if you don't
> mind...
> > 
> > I hope you don't mind that I transition this to the
> Tcl 
> > module mailing 
> > list, as Tkx leverages it and it's the best mailing
> list for 
> > Tkx discussion.
> > 
> > > 1. is the Tcl TableList widget available through
> Tkx in PERL?
> > 
> > No, not currently.  It is pure Tcl, so it would
> be added to the list 
> > without too much trouble.  "treectrl" is
> included, and is what we use 
> > for our own tools.  It is a C-based tree, and
> _very_ advanced in its 
> > features.  See some screenshots at:
> >     http://tktreectrl.sourceforge.net/
> > 
> > > 2. Any pointers to documentation and/or PERL
> examples of 
> > implementing 
> > > the TableList?
> > 
> > First you'd have to add the package to the tkkit, or
> extend the 
> > auto_path to find it on disk.  After that, it is
> a matter of using 
> > standard Tcl -> Perl/Tkx translation of the
> existing tablelist 
> > documentation (perldoc Tkx).
> > 
> > > 3. Any examples of using Tkx to do a "pure" Tcl
> widget... like an 
> > > entry widget? Just curious.
> > ...
> > > using ActivePerl 5.10
> > 
> > Yes, the Tkx docs 
> > (http://docs.activestate.com/activeperl/5.12/lib/Tkx.html)
> do 
> > cover this 
> > under the "Megawidgets" section.  You will also
> find examples in 
> > Tkx::LabEntry.  Also check out the tutorial:
> >     http://docs.activestate.com/activeperl/5.12/lib/Tkx/Tutorial.html
> > 
> > Regards,
> > 
> > Jeff
> > 
> 
> 



Reply via email to