Displaying 1 result from an estimated 1 matches for "openobservations".
2008 Oct 22
0
Bug when importing datas with tcltk window (PR#13191)
...R windows closed themselves.
I don't understand why. What is surprising is that it doesn?t happen each time.
Most of the time I can't finish the importation of my 3 data folders, but
sometimes I am successful.
Here is my function:
require(tcltk)
import.donnees.f = function() {
####
openObservations.f = function(){
name1<-tclvalue(tkgetOpenFile())
if (!nchar(name1))
tkmessageBox(message="Aucun fichier n'a ?t? s?lectionn?!") else
tkmessageBox(message=paste("Vous avez s?lectionn? le fichier ",name1))
assign("fileName",name1,envir=.GlobalE...