similar to: tktoplevel & tkgetSaveFile options

Displaying 20 results from an estimated 6000 matches similar to: "tktoplevel & tkgetSaveFile options"

2003 Sep 18
1
Save object R with tkgetSaveFile
HI, my question is about the function tkgetSavefile not save any file, for example the next script run OK but not save the file who i like to save, how i cant to save and object R with tkgetSaveFile, how i use the function save(objet, file="foo.R") with tkgetSaveFile ?What is the error?. I'm work with R 1.7.1 library(tcltk) x<-1 filetypes <- list("{Texto {.txt}} {Word
2003 Sep 19
1
Saving with tkgetSaveFile
HI, i'm trying to save a data frame with the next script: x<-c(1,2,3)#suposse here the data frame a<-tkgetSaveFile() a<-tkgetSaveFile() save(x,file=as.character(a)) but i obtain the next warning message: Warning messages: 1: the condition has length > 1 and only the first element will be used in: if (file == "") stop("`file' must be non-empty string") 2:
2005 Dec 09
1
tkbind key pressed
Hi, I see in Wettenhall RTclTk Examples that tkbind(xxx, <Key>,...) can pass the key pressed. How can I get the key pressed? Thanks, Manel
2007 May 24
1
GUI component Margin on tkcanvas, tkframe or tktoplevel
Dear gurus: I have a question on how to configure the margin layout on tcl/tk GUI objects like tkcanvas, tkframe or tktoplevel. For example, if I want to leave a larger margin on the left side of the GUI container, which one should I configure, the toplevel or tkcanvas or tkframe? top<-tktoplevel() canvas<-tkcanvas(top, relief=, borderwidth=...) I also find the documentation for all
2008 Nov 08
1
Get Information
I am a new commer in R. I am using the library tcltk, i need few information about it. so that, i wrote the following programme to save the file, but when i save the file, i do not find the file save, please help me, in order to continue my projet. this is the programme: tt <- tktoplevel() txt <- tktext(tt) tkwm.title(tt,"Saisi des modalitĂ©s") #intitule la fenĂȘtre tkgrid(txt)
2005 Sep 09
0
Internationalized version of the Rcmdr package
Dear R-packages list members, I've recently uploaded to CRAN version 1.1-1 of the Rcmdr ("R Commander") package. Based on the tcltk package, the Rcmdr provides a basic-statistics graphical interface to R. The general functionality of the R Commander has not changed much since version 1.0-0. There are some small improvements to the package, but the reason that I'm re-announcing
2005 Sep 09
0
Internationalized version of the Rcmdr package
Dear R-packages list members, I've recently uploaded to CRAN version 1.1-1 of the Rcmdr ("R Commander") package. Based on the tcltk package, the Rcmdr provides a basic-statistics graphical interface to R. The general functionality of the R Commander has not changed much since version 1.0-0. There are some small improvements to the package, but the reason that I'm re-announcing
2006 Aug 30
0
Version 1.2-0 of the Rcmdr package
I've submitted a new, and substantially enhanced, version (1.2-0) of the Rcmdr package to CRAN. Some highlights (from the CHANGES) file: o Added ability to import from Excel, Access or dBase files (contributed by Samir Messad, Renaud Lancelot and Matthieu Lesnoff). o Added ability to read data from the clipboard (suggested by Graham Smith). o Added "Data -> Active data
2006 Aug 30
0
Version 1.2-0 of the Rcmdr package
I've submitted a new, and substantially enhanced, version (1.2-0) of the Rcmdr package to CRAN. Some highlights (from the CHANGES) file: o Added ability to import from Excel, Access or dBase files (contributed by Samir Messad, Renaud Lancelot and Matthieu Lesnoff). o Added ability to read data from the clipboard (suggested by Graham Smith). o Added "Data -> Active data
2000 Apr 04
0
Please inform samba@samba.org Jeremy Allison <jeremy@valinux.com> Jeremy Allison <jeremy@valinux.com> "Deborah Barba" <dbarba@yahoo-inc.com> Jeremy Allison <jeremy@valinux.com> "Michael Martin" <michael@violetstar.com> Michael Gerdts <gerdts@cae.wisc.edu>
samba@samba.org Jeremy Allison <jeremy@valinux.com> Jeremy Allison <jeremy@valinux.com> "Deborah Barba" <dbarba@yahoo-inc.com> Jeremy Allison <jeremy@valinux.com> "Michael Martin" <michael@violetstar.com> Michael Gerdts <gerdts@cae.wisc.edu> Sachin Patil (C&A_Projects) <cna-sp@asc.ltindia.com> Luke Kenneth Casson
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:
2000 Apr 13
0
YPServ uses a lot of CPU, why?
Hello, Sometimes 'ypserv' uses a lot of CPU in our Samba machine. Here is a capture of the output: load averages: 7.11, 4.71, 4.18 19:19:03 242 processes: 2 running, 3 waiting, 102 sleeping, 133 idle, 2 zombie CPU states: 20.0% user, 0.0% nice, 80.0% system, 0.0% idle Memory: Real: 100M/242M act/tot Virtual: 98M/824M use/tot Free: 664K PID
2000 Jan 07
1
Problems with the 2.0.6 release ....
Hello, we are trying to upgrade from 2.0.5a to 2.0.6 (under Digital Unix and Windows 95 clients). After the upgrade we get a lot of errors like these: >>>>>>>>>>>>>>>>>> Log <<<<<<<<<<<<<<<<<<< Jan 4 16:18:35 fissio smbd[31799]: [2000/01/04 16:18:35, 0] smbd/service.c:make
2016 Aug 26
3
Configuration of smb.conf for Active Directory authentication
I've completed the configuration specified, and the command 'wbinfo -g' provides a list of the groups available and 'wbinfo -u' provides a list of all the users on the system, but I cannot access the shares; When I navigate a file explorer to \\ip.ad.dre.ss I am presented with a login screen, which I cannot log into with my ID; 'The user name or password is incorrect'
2006 Jul 11
1
Linux/MacOSX and "X11 protocol error: BadWindow..." warnings
This concerns behaviour which has been noted previously, for example see http://tolstoy.newcastle.edu.au/R/help/05/03/0844.html http://tolstoy.newcastle.edu.au/R/help/03b/6873.html and especially the thread http://tolstoy.newcastle.edu.au/R/help/04/08/3025.html I find that it affects both my Linux and Mac OS X setups. It is a feature which has caused some (at least John Fox in the
2009 Aug 30
0
version 1.5-1 of Rcmdr package released
Dear R users, There is a new version (1.5-1) of the Rcmdr package. Here, from the CHANGES files, are changes since the last minor version (1.4-0) was released a year ago: ------------------------------------------------------- Version 1.4-1 o The following updated translations have been added: Catalan (thanks to Manel Salamero), French (thanks to Philippe Grojean), Japanese (thanks to
2003 Mar 27
0
R TclTk iwidgets::combobox
Thanks Peter, I've started a new R session (in Windows) and managed to get both ways working now : ### THIS WORKS !!! ### library(tcltk) tclRequire("IWidgets") tt<-tktoplevel() combo <- tkwidget(tt,"iwidgets::combobox") tkpack(combo) ### AND THIS WORKS TOO !!! ### tt<-tktoplevel() win <- .Tk.subwin(tt)
2009 Apr 14
0
disappearing dialog boxes when using tcltk
Dear all, I'm trying to use tcltk to build a small user-interface and couter the problem: It seems that sometimes the dialog box will be minimized automatically though I want it to be on top of the screen all the time. For example, when runing the following code, if you type in "a1", "a2", "a3", etc when being asked for an integer, the program is supposed to
2000 Sep 28
0
No subject
Prasad wrote: > I wrote a function in R which uses tcltk package .... essentially I wanted > to give within that function, a widget with 2 radiobuttons to choose > between plotting Precip and Temperature plots. After the user has chosen > one of the radiobuttons there is another widget that asking him to identify > outliers. However, I am having a lot of problems...what R does is
2003 Apr 23
0
tk windows position
Dear r-hackers, I want to split my screen into four screens (like split it do in Rgui). To get this I do the following: Window1 <- tktoplevel() Window1 <- tktoplevel() Window1 <- tktoplevel() Thomas Untern?hrer E-Mail: thomas.unternaehrer at zhwin.ch Institut f?r Datenanalyse und Prozessdesign Tel: 052/ 267 7813 Z?rcher Hochschule Winterthur