Displaying 2 results from an estimated 2 matches for "tktree".
Did you mean:
thtree
2007 Apr 16
3
RODBC connections w/o specific database
...ng that I could get some advice.
All of my users will have access to a database server. I am going to limit their access to certain databases--a sizeable warehouse in a SAN, and then smaller storage that they can use for temp files and personal tables. I want to present these to the user using a tktree widget, rather like you might see in Enterprise Guide, with the top level of each tree being a specific database and branches being tables.
Can I get some advice on a good way to accomplish this?
Right now I can create and connect to a DSN that does not specify a database. I suppose that upon co...
2002 Feb 11
0
read.table in TCL/TK interface
...tkttest.R
******************************************************
### Command executed via Tk ###
t.test(Ozone[Month == 5], Ozone[Month == 8], alternative = "two.sided",
var.equal = FALSE)
### -----
...what is happen here ?
Thanks for advance and suggestions
regards Christian Schulz
tktree <- function() {
wfile <- ""
tt <- tktoplevel()
tktitle(tt) <- "Tcl/TK Decision Tree Window "
yvar <- "EKV"
y.entry <- tkentry(tt,textvariable=yvar)
submit.but <- tkbutton(tt,
text="submit",command=function()tclvalue(done)<-1)
done <...