search for: tk2mclistbox

Displaying 1 result from an estimated 1 matches for "tk2mclistbox".

2010 Mar 01
0
Multicolumn Listbox selectcommand trouble
...iated and I think I could get the rest working. Thanks a lot. John UC Berkeley Student Here's some links for thought http://www1.clearlight.com/~oakley/tcl/ http://tech.groups.yahoo.com/group/tcl_announce/message/298 Here is is some of my code. I think selectcommand is supposed to go in the tk2mclistbox() totalcols = 5 totalrows = 100 idb <- matrix(NA, nrow = totalrows, ncol = totalcols, dimnames = list(c(),c("Date","URL", "Title", "List Price", "Category"))) base <- tktoplevel() listings <- tkframe(parent = base) editor <- tkframe(p...