Greetings to the group.

I'm having trouble understanding how to set up a tktable in Vtcl (v1.6)�

First, I'm trying to set up row 0 to display column titles.  I've figured 
out how to specify that row 0 is a title row, but can't seem to find where 
to set the actual text.  I tried doing 'set <widget alias>
(0,x) "sometitletext" as a line in the init process, but that doesn't 
appear to do the trick�

Secondly, I want to be able to have the user click on a cell and have the 
event do the following:
    - remember the cell address
    - unhide or show a window widget

I want to do the above so that I can copy the contents of entry boxes in 
the window widget to the array variable associated with the indexed cell 
in the table�

Finally, is the "list var" in a listbox an array of values or a single 
value...?

Any suggestions?

Thanks in advance,

-Vern



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to