Displaying 3 results from an estimated 3 matches for "initialdir".
2007 Dec 29
3
tcltk again
Hello,
the admonition of Prof. Ripley to search the documentation to solve my problem
helped, today I read a lot more on Tcl/Tk than before ;-)
But now I'm stuck again. With the help of my script some functions are plotted
on the display, then I ask if the user wants to save it as pdf. In windows I
use winDialog and it works. But I can't succeed in Linux. In short:
2003 Sep 18
1
Save object R with tkgetSaveFile
...tkgetSaveFile ?What is the error?.
I'm work with R 1.7.1
library(tcltk)
x<-1
filetypes <- list("{Texto {.txt}} {Word {.doc}} {Pdf {.pdf}} {Postscript
{.ps}} {fuente C{.C}} {Eps {.eps}} {Latex {.tex}} {Todos
*}")
fileD <- tkgetSaveFile
(filetypes=filetypes,initialdir="c:\\temp",defaultextension=".txt")
save(x,file="foo.R") #how i cant merge tkgetSaveFile with function "save"
for to save the object "x"?
thanks Ruben
2006 Feb 15
2
Setting intial path under windows to MyComputer in Interactive file browser
Hello everyone,
How can I specify in tcltk file browser the initial directory to
"MyComputer" in Windows where Drives and Partition are accessible?
And just a little question if anyone knows, is there a way to use the
function choose.files under windows to select a directory?
Thanks a lot for your help.
Laetitia.