Re: treectrl widget
[email protected] (gary sachs) Wed, 28 Sep 2011 12:52:27 -0700 (PDT)
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <[email protected]> |
I worked around the issue and it works great... I just used an entry box and the window element to get the job done. I had to add a little code, but all in all not too bad. ----- Original Message ----- From: vadrer <[email protected]> To: Jeff Hobbs <[email protected]> Cc: gary sachs <[email protected]>; [email protected] Sent: Friday, September 16, 2011 5:41 PM Subject: Re: treectrl widget On Fri, 2011-09-16 at 09:42 -0700, Jeff Hobbs wrote: > On 15/09/2011 4:36 PM, gary sachs wrote: > > Using AS PERL 5.12 > > TCl 8.5.9 > > Windows XP SP3 > > > > I have been working with the TREECRTL widget in PERL/Tkx for a while now and have good luck. But now I would like to be able to set up a table of data for graphing and have the ability to edit a "cell" in that table. Does any one have a PERL example for TREECTRL showing how to enable a "cell" for editting? > > I don't have a Perl based example, but you can find a Tcl example (with > necessary bindings and command calls) at > <AP_Install>/lib/ActivePerl/PPM/tcl/ppm_repolist.tcl. Search for 'edit'. I can cook Tcl::Tk example (rather than Tkx, which is not my area of expertise) let me know if this is of any interest. Regards, Vadim.