Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hi list, > [ Off the list(s) ] Oops!!! I sent it to the list, but meant to send it to Jeff. Sorry, pleaes ignore. Regards, James
Hi, I believe "Create a separate shortcut for each project: see Q2.3" in R-devel/src/gnuwin32/rw-FAQ.texi should refer to Q2.4 Regards, James
Prof Ripley, On Sun, 2 Nov 2003, Prof Brian D Ripley wrote: > ?bringToTop Oops. It's right there in help.search("focus"), help.search("window") etc. Sorry I missed it. Thanks for your help, James
Apologies, My mail system has reposted some emails I tried to send some time ago after my Linux administrator upgraded sendmail etc. Please ignore the recent post about rw-FAQ.texi etc. Regards, James
Hi Stefano, On Wed, 7 Jul 2004, stefano iacus wrote: > just for you convenience, I've add a package installer for the X11 > TclTk libraries. > It still require privileges though. (at http://www.economia.unimi.it/R/) Thanks very much...
Apologies if this gets posted twice. I've been having some pine/email troubles since upgrading to Fedora. Hi, I believe "Create a separate shortcut for each project: see Q2.3" in R-devel/src/gnuwin32/rw-FAQ.texi should...
Hi, Thanks Simon and Jan for very useful advice about R-Tcl/Tk in R 2.1.x for MacO S X. I think I can give some pretty clear instructions to Mac users wanting to install software for our...
Hi Duncan, On Sun, 29 Aug 2004, Duncan Murdoch wrote: > - library(tcltk) now preserves the foreground window. > > - In MDI mode, bringToTop() now brings the MDI frame forward before > bringing forward the requested window within it. Thanks for doing that! As...
Hi all, Sorry, two emails I posted to R-SIG-GUI a while ago sudenly seem to have reposted themselves. I think it has something to do with upgrading our Linux system to Fedora, and then forgetting to set my...
Duncan Temple Lang's article "In Search of C/C++ & Fortran Routines" in R News Vol 1/3, September 2001 is definitely worth reading (even though it's mainly about calling C from R): http://cran.r-project.org/doc...
Duncan, >> Seth - Thanks for suggesting valgrind. I tried it out, and it correctly >> told me that memory leakage was not the problem (although I didn't >> believe it at first). > > Is there a version of valgrind that works in Windows...
Hi Jeff, [ Off the list(s) ] On Thu, 15 Jul 2004, Jeff Gentry wrote: > It is still quite rough, but "getting there". It's another thing that > seems to get a burst of work done at infrequent intervals, unfortunately. I...
John, On Thu, 15 Jul 2004, John Fox wrote: > I'll be interested to see what you come up with. I think that my solution is > probably sufficient for the Rcmdr package (actually, I can eliminate the Yes, I'm...
Peter, Yes. I have a pretty limited understanding of hash-arrays in Tcl. I was amused to read "The Tcl War": http://www.vanderburg.org/Tcl/war/ Certainly your more-general array interface will be much better in the long...
Thanks Peter, Yes, the capitalization was the problem. My code previously used tclRequire("iwidgets") which worked OK in R 1.6.x on Windows but now I have changed it to tclRequire("Iwidgets") which has solved the problem! Regards, James...
Sorry to those not interested in R/TclTk for yet another email! Thomas found possibly a better way to fix the "white column on the right" problem : tkconfigure(table1,colstretchmode="unset") Also, he asked how to justify text to the...
Erin, On Thu, 22 Apr 2004, Erin Hodgess wrote: <SNIP> > I'm stuck on the validate function. I'm using Iwidgets of entryfield. <SNIP> > Trial <- tclVar(0) > fs2 <- function() { > NumTrial <- as.numeric(unlist(trial)) <SNIP> > } <SNIP> > trial <- tkwidget(tt,"iwidgets...
Thomas Sudler <TSudler at ch.imshealth.com> wrote: > color of all the cells, that's no problem. But is it also possible to define > another color for different cells? (example: Cell at position [1,1]:red, Thomas, Try this: require...
Dirk, Did you figure out how to display images in Tk widgets? I finally got it working as follows: library(tcltk) tt <- tktoplevel() tclRequire("Img") tkcmd("image","create","photo","foo",file="foo.png") imgAsLabel <- tklabel(tt,image="foo",bg="white...
On Tue, 30 Sep 2003, Marsland, John wrote: > Have you tried to make R under MSYS/MinGW, there would seem to be some > obvious benefits to this over the current collection of Cygwin tools? Yes I've tried, but the...
Can't find what you're looking for? Try searching with Google .