Displaying 2 results from an estimated 2 matches for "okcanceldialog".
2008 Mar 19
1
Radio Buttons or similars
Hello companions!!!
I have a function that creates a Radio Buttons, and I need that this
function return the selected value in the Radio Buttons. I would like that,
if somebody know as I could return the value, you say me as do it.
Next, I show the function
function1<-function(){
require(tcltk)
tt <- tktoplevel()
rb1 <- tkradiobutton(tt)
rb2 <- tkradiobutton(tt)
rbValue <-
2008 Jan 15
3
How to interrupt a loop by pressing a key?
Hello,
Does anyone know a way of interrupting a loop by pressing a key (besides
ctrl-c)?
My problem is the following:
I have a machine acquiring data and saving text files into a directory.
I have an R script that read those files, process them and plots the
results.
What I would like to do is: process the data as the files appear in the
folder (I've done that do with a loop that checks