search for: buttonvalu

Displaying 2 results from an estimated 2 matches for "buttonvalu".

Did you mean: buttonvalue
2006 Jul 08
1
another tcl/tk query
...s: I wish to use a tcl/tk widget to ask for user-selected parameter values. My widget works ? it asks for and returns to my workspace the stuff I need. Here is a snippet of my code: ############################### OnOK <- function() { LOG.X <<- as.logical(as.character(tclvalue(log.X.buttonValue))) LOG.Y <<- as.logical(as.character(tclvalue(log.Y.buttonValue))) natural.units.?.decision <<- as.double(as.character(tclvalue(?.decision))) natural.units.left.censor <<- as.double(as.character(tclvalue(left.censor))) natural.units.right.censor <<- as.do...
2006 Oct 23
1
R tcl/tk
...oplevel frame. tkgrid(tklabel(frame.2, text="FACTOR column "), tkentry(frame.2, textvariable=FACTOR.column.value, width=2), sticky="e") This doesn't work because I don't know how to tell tcl that answer.button1 belongs in frame2: tkconfigure(answer.button1, variable=buttonValue, value="TRUE") tkgrid(tklabel(frame.2, text="Question? yes "), answer.button1, sticky="e") ^^^^^^^^^^^^^^^ I know this can not be as hard as I am making it. Thanks for the help. Charles Annis, P.E. Charles.Anni...