search for: tktable

Displaying 20 results from an estimated 20 matches for "tktable".

2020 May 03
2
Tcl.Tk Tktable package missing from R 4.0.0 on Windows
Dear R-devel list members, The Tktable package for Tcl/Tk is apparently missing from the Windows distribution of R 4.0.0. I (actually a user of the Rcmdr package) discovered this when trying to use the new-data-set dialog in the Rcmdr package, producing the error, "Tcl package 'Tktable' must be installed first." I be...
2020 May 04
0
Tcl.Tk Tktable package missing from R 4.0.0 on Windows
On Sun, May 3, 2020 at 6:15 PM Fox, John <jfox at mcmaster.ca> wrote: > > Dear R-devel list members, > > The Tktable package for Tcl/Tk is apparently missing from the Windows distribution of R 4.0.0. I (actually a user of the Rcmdr package) discovered this when trying to use the new-data-set dialog in the Rcmdr package, producing the error, "Tcl package 'Tktable' must be installed first." > &...
2007 Mar 29
0
tcltk, tclRequire and Tktable help
...e tcltk library, and the documentation seems very poor. What's the meaning of this error, and is there any way to fix it? I'm running R 2.4.1 in a Windows XP machine where I have almost no privileges (but at home I am the Evil Overlord of a Linux machine...) library(tcltk) tclRequire("Tktable") # [1] FALSE # Warning message: # Tcl package 'Tktable' not found in: tclRequire("Tktable") Alberto Monteiro
2003 Jul 30
1
Tktable White column when WIDTH>13
...> in tkwidget() lower than 13, this white column doesn't appear. > If the WIDTH is equal to 13 or higher, than the white column > appears. Can you help me how to eliminate > this white column when I want to have more than 12 columns in > the window? > Thomas, I think the Tktable geometry manager is having trouble because you have asked it to display 13 columns on the screen and the default column width is 10 characters in the default font. Can you fit 130 characters across your screen easily? Perhaps you could specify colwidth="5" or something smaller than 10 wh...
2003 Jul 29
1
Tktable active cell
Thomas Sudler <TSudler at ch.imshealth.com> wrote: > I want to start an action when i click into a cell. Example: When I click > into a cell, a message box should open with the information of the > location of the cell where I clicked in. <SNIP> So I only > need to know how to get the possition of the active cell. Thomas, Getting the active cell is easy, just use :
2012 Apr 01
1
bioconductor help
...ioconductor running properly on Ubuntu 11.10 as I have tried everything it seems like and I keep on getting this message. But before I go farther can you please email and say that you will help me with this because nobody seems to want to help or know how to. "Cannot find Tcl/Tk package "Tktable". affylmGUI cannot conitnue...." I have installed BWidget like it tells me to. I have tried to install Tktable 2.9 but cannot. When I try to do so I cannot run the make file properly. Then I have ran ./configure > output and gotten /Tktable2.9$ ./configure > output > configure...
2003 Sep 30
3
Adding Tk extensions to R for windows
Hi, I'm developing an R/TclTk application which uses the BWidget and Tktable Tk extensions and I'm trying to make it easy to install. For now, I'm focusing on Windows users who start with nothing. I have built Tcl/Tk and Tktable for windows using Msys/MinGW. (BWidget contains only Tcl scripts so does not need building.) I have then copied Tktable and BWidget into t...
2012 Jan 28
1
need gui matrix editor: does R Core team have advice on how?
...ore would offer us some guidance or advice. I'm not a programmer, but I can learn to program with a library, as long as it is not a waste of time. I've been searching R archives and here's what I found so far. 1. tcl/tk Building on R tcltk2, for people that have the Tcl addon widget TkTable installed, there are several packages. in tcltk2 itself, there is a function tk2edit, and there are others that try to embellish. I've tried several of these, they seem to be not-quite done yet, one can't copy a rectangle, for example. But maybe I could learn how to fix them up and make y...
2003 Sep 05
1
Installing R on Red Hat Linux, Tcl/Tk
...ed: libtcl8.3.so so I looked for a binary release of Tcl 8.3.x on http://www.tcl.tk/software/tcltk/8.3.html but found that the link to the Tcl 8.3.x binaries pointed to ActiveTcl 8.4.x . I couldn't see the old 8.3.x binaries anywhere. ActiveTcl is a nice easy way to get the extensions like Tktable, but it seemed to be the wrong version. I tried building tcl and tk 8.3 from source. tcl was built succesfully and installed in /usr/local/lib/tcl8.3 but I wasn't able to build tk: errors like "foo has been defined previously" Then I tried installing tcl and tk from the Red Hat C...
2009 Jan 20
1
tclarray with embedded spaces in data
...e for a table: table1 <- tkwidget(f1, 'table', variable= mytkarray) but if I include character strings with embedded spaces, I get braces appearing in the table. I can remove them using a non-R tclarray, (the difference between the first example of http://www.sciviews.org/_rgui/tcltk/Tktable.html and http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/tktable.html - the result of the second of which includes the braces (although not in the image provided!) and that of the first does not - but this seems undesirably complicated. Am I missing something simple? Any insights would be...
2004 Apr 23
4
Tcl Tk table
Hi I've a problem with the following example: library(tcltk) .Tcl("array unset tclArray") myRarray <- matrix(1:1000, ncol=20) for (i in (0:49)) for (j in (0:19)) .Tcl(paste("set tclArray(",i,",",j,") ",myRarray[i+1,j+1],sep="")) tt<-tktoplevel() table1 <- tkwidget(tt,"table",variable="tclArray",
2008 Jan 16
1
Installing one channel GUI
...t side of the page, and installing activeTCL8.5.0.0) Nonetheless, when I try running the oneChannelGUI I get an error message starting off like this: Cannot find Tcl/Tk package "BWidget". affylmGUI cannot continue. affylmGUI requires the Tcl/Tk extensions, BWidget and Tktable. You must have Tcl/Tk installed on your computer, not just the minimal Tcl/Tk installation which comes with R (for Windows). If you do have Tcl/Tk installed, including the extensions (e.g. using the ActiveTcl distribution in Windows), make sure that R can find the path to the Tcl...
2001 Sep 15
1
Tk version of data.entry?
Has anyone taken the time to put together a Tk version of the data.entry() function? -Greg LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or
2005 Sep 07
1
Using Tk table widget to display matrix
Has anyone written a matrix editor or data.entry() replacement using the Tk table widget? I've been playing around with the examples at http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/tktable.html and making some progress, but I'd rather not spend much time on this if someone else has already done it. Jeff
2007 Oct 15
0
iwidgets not found in r on windows
Hello, I have a problem with using Iwidgets in R while i'm able to use BWiget and Tktable. If I let tcl list the names of packages, Iwidgets seems available. I use R 2.6.0; in addition addTclPath("C:/Tcl/lib") has been used (in which iwidets is present) > try(tcl("package", "names")) <Tcl> http opt tcltest ::Utility::expand Widget ::Utility::numbe...
2003 May 20
3
Tcltk question for R people
Hello... Curious to know whether the TK extensions “Tktable” and “Iwidgets” will be included in future versions of R (full installation). These are key components of GUI construction and would be very useful in my current R-tcltk endeavors. I realize that I could just install a version of ActiveTcl, which includes the extensions; however, my goal is t...
2005 Oct 15
6
R GUI considerations (was: R, Wine, and multi-threadedness)
...y. So, I explore various kinds of additions that could make Tcl + Tk a better and more modern GUI implementation. Look at http://www.sciviews.org/SciViews-R... the "tcltk2" package. In that package, I add "Tile", a series of themable and more modern widgets, the famous "tkTable", a tooltip widget, a text widget with synthax colouring, a tree widget, etc. + some Windows specific stuff that help regarding problems like focusing on a Tk window, and communicating with other apps. However, I face the problem of installing all these additional widgets seemlessly under...
2003 Aug 24
0
Tcltk changes in R 1.8.0
I have committed a set of changes to the tcltk package for R-1.8.0. The most important changes are 1) Support for Tcl arrays, which should come in handy for people playing with things like the tkTable extension. Basically these work like tclVar objects but can be subscripted (notice that these beasts are associative - like a Perl hash - rather than objects of set dimensions). Basic usage goes like this: > x <- tclArray() # create array object > x[[2]]<-123 > x[[2]] <T...
2003 Apr 24
3
R TclTk Examples
Hi, I've been learning how to use R TclTk in Windows over the last few months. I have recently put together a collection of examples of some common widgets and their corresponding R code, at http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/ I would be interested in any feedback - Is it useful? Does it contain any significant errors or bad coding style? Does anyone else want to
2013 Apr 10
3
windows compile R from source, where do I put the Tcl directory?
Hi, I am trying to compile R from source on Windows. I am following the instructions here 3.1 Building from source 3 Installing R under Windows file:///F:/ProgramFiles/R/R-2.15.3/doc/manual/R-admin.html It only says,? " The Tcl/Tk support files are contained in Rtools30.exe and? available as .zips from http://www.stats.ox.ac.uk/pub/Rtools.? Please make sure you install the right version: