Displaying 2 results from an estimated 2 matches for "totalcol".
Did you mean:
totalcols
2012 Jun 19
1
how to manipulate dput output format
...es and colnames on
two separate lines, but i don't think it's possible. To give a specific
example, instead of dput output like
**new("big.matrix.descriptor"
, description = structure(list(sharedType = "FileBacked", filename =
"res", totalRows = 1528,
totalCols = 53040, rowOffset = c(0, 1528), colOffset = c(0,
53040), nrow = 1528, ncol = 53040, rowNames = c("A", "AA",
"RNT.A", "ADVA", "AAPL", "AAS", "ABFS", "ABM", "ABT", "ACI",
.......
I'd...
2010 Mar 01
0
Multicolumn Listbox selectcommand trouble
...k 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(parent = base...