search for: onedit

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

Did you mean: nedit
2003 Nov 03
0
problem with fix() called from Rcmdr
...s at this point, reporting a "program error." I suspect that there some kind of timing problem, but before I experiment further, I wonder whether anyone has any more specific ideas. To be supply some more details, the "Edit data set" button executes the following code: onEdit <- function(){ command <- paste("fix(", .activeDataSet, ")", sep="") logger(command) justDoIt(command) activeDataSet(.activeDataSet) tkwm.deiconify(.commander) tkfocus(.commander) } where .activeData...