search for: bwidgets

Displaying 20 results from an estimated 22 matches for "bwidgets".

Did you mean: widgets
2006 Feb 27
1
TclTk library loading (whole version) Linux
Hello; Well, I'm afraid this is the second related problem I report in two days (I'm sorry for this) I've programmed a tcltk interface for a model and it includes a comboBox. The comboBox widget comes with the "BWidgets" library of Tcl/Tk. It works all perfectly with the windows R GUI (with the help of Prof. B. Ripley), following the advices in ?Startup, but I would like that it also could work under Linux. I've got a complete TclTk8.4 installed and also BWidgets, and I could swear that the complete Tcl...
2003 Apr 17
1
Help with TCL packages
Hello, I am exploring the TCLTK package under R and try to load and use additional TCL libraries (under Windows, with TCL8.3). For example : > addTclPath("C:/TCL/lib/bwidget1.5") > tclRequire("BWidget") <Tcl> 1.5 Loading seems to work, but when I try to create a specific widget : # The main window appears correctly > top=tktoplevel() # Trying to insert a
2006 Jun 21
0
Some R-Tcl/Tk-BWidget newbie questions.
...larify the issues I've put below with ### --> tags? Several things go wrong, and it's probably because of messy code, but I have a difficult time finding out what is the cause. Thanks very much, JeeBee. require(tcltk) || stop("Package tcltk is not available.") # Add path to BWidgets addTclPath(".") version.BWidget <<- tclvalue(tclRequire("BWidget")) start.gui <- function() { # Toplevel tt <- tktoplevel() tkwm.title(tt, "MyTitle") # Notebook ### --> The following line makes R hang with 100% cpu forever #tkpack(tn <- tk...
2013 Mar 26
1
update.packages(checkBuilt = TRUE) fails in updating rpanel_1.1-1 due to missing package BWidget
update.packages(checkBuilt = TRUE) fails with: > update.packages(checkBuilt = TRUE) rpanel : Version 1.0-6 installed in /usr/lib64/R/library built under R 2.15.0 Version 1.1-1 available at http://mirrors.softliste.de/cran Update (y/N/c)? y trying URL 'http://mirrors.softliste.de/cran/src/contrib/rpanel_1.1-1.tar.gz' Content type 'application/x-gzip' length 702508 bytes (686
2006 Aug 09
1
tk combobox question
Hello! The IWigdets::combobox has an option "selectioncommand" to specify a procedure which is called when an item in the combobox is selected. Does ComboBox from Bwidgets have an equal option or is there a simple method to do thi? I haven't found one but i would like to use Bwidgets instead of Iwidgets. Another question which should not be a problem, but at the moment I just don't see the answer: How can I get the index of the selected item in an Iwidget...
2008 Jan 16
1
Installing one channel GUI
Hello, I'm trying to install oneChannelGui on my computer. For this purpose, I've tried to carefully follow the manual, and done the following: 1. I've installed the Affy power tools 2. I've installed TCL from http://www.activestate.com/Products/ActiveTcl/ (by following the link at the right side of the page, and installing activeTCL8.5.0.0) Nonetheless, when I try running
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 the lib subdirectory
2006 May 22
1
rerender tcltk toplevel
Hi everybody, I am trying to write a simple progress display based on a tcltk toplevel. My first approach was to use the progressBar widget from the BWidget library but since this is not available on every system (missing on at least almost all windows systems, I guess...) I wanted to have a backup there. So my second strategy was to use a simple toplevel with a label and update the tclvariable
2010 Nov 29
2
Problems in running affylmGUI
Hi, I am trying to run affylmGUI on my mac computer. I have already installed the Tlc package as well as Bwidgets through ActiveTcl conversion installing files. However, when running affylmGUI() on R, I keep getting the message in the attached file. I have copied the tcl folders from the root library to the user library, and have obtained the same issue. I would really appreciate if you could help me...
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::number
2008 Jan 16
1
affylmGUI
I have been trying to use the package affylmGUI but keep getting the error message that it cannot find the package "Bwidget". I have downloaded the activeTcl for Windows and installed it in the default location C:\Tcl. The problem still persists. I have also tried to copy the files from C:\Tcl\lib into the C:\Arquivos de programas\R\R-2.6.1\Tcl\lib but the problem still there. Any help
2007 May 13
1
Dropdown boxes in tcltk and R
Hello, I'm very much a newbie in R and more so in tcltk so apologies if this question is stupid. Basically I am trying to use the combobox example found here: http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/DropDown.html . What I want to do is in that example get fruitChoice as a variable in R in general. When I run that code, however, and the ask for fruitChoice it says
2012 Sep 14
1
tcltk installation problem in R (Mac OS X version)
Hi all, I just installed R on my Mac OS X machine and wanted to installed tcl/tk. So, I installed tcl/tk from this page: http://cran.r-project.org/bin/macosx/tools/ It gets placed in /usr/local dir. and then I installed R. Next, in R, I set the TCL_LIBRARY variable by saying Sys.setenv(TCL_LIBRARY="/usr/local/lib/tcl8.5") and Sys.setenv(TK_LIBRARY="/usr/local/lib/tk8.5") But
2012 Apr 01
1
bioconductor help
Hello, I have a question on how to get bioconductor 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
2009 Sep 28
2
re trieve user input from an tcl/tk interface
Hello everyone, this is my first post here and I hope I signed up correctly and someone will take me by the hand and help me out. I am new to R and cannot figure out what to do here... ... I want to have an User Interface that requests input. I want to save this input to a variable to use it later on. I was able to do this with a modalDiaglog (
2017 Jul 03
0
Patch for R-exts.texi
Attached is a patch for R-exts.texi against r72880. Here are some of the changes I made: - Fix a broken link: https://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/Introduction/Introduction.html -> https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/index.html - Changed a few http
2006 Aug 08
0
OT: RBanking
...not trivial to install, but if you are interested I invite you to try it. It can be checked out with the command: svn co https://svn.sourceforge.net/svnroot/rbanking/trunk rbanking And the website is at http://rbanking.sourceforge.net (thereafter you would need to install several dependencies like BWidgets and tablelist. It would be great if there's a group of people who would slowly like to further develop this, like myself. Any help is appreciated :) Jonne.
2005 Oct 27
1
tree widget question
I'm trying to create an app using TclTk and R Can someone please explain how I bind a click event to the tree widget (http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/TreeWidget.html) Ideally I'd like to bind to particular elements in the tree but tkbind doesnt seem to work. thanks tom
2006 Oct 21
0
tcltk: multiple listboxes, selection
Dear list, I have multiple (BWidget) listboxes in the same toplevel window. The problem is, if I select (by left clicking) on one of those listbox elements, the current selection in the *other* listboxes is cleared! Anybody knows how I can prevent this? Here's my code (sorry not complete): (E.g. If I select an X value, I'd lose the Y value I selected before) gui.create.tab.general <-
2011 Oct 06
0
initial value in ComboBox tkwidget
Hello, I took me very long to find out how to set the initial value in the combobox widget in tk (see the example below). My question is now : Why does "textvariable" has to be a tclVar while "values" can be a normal vector? My next question is: How could I have known this much earlier? Is there a documentation for the tcl/tk usage in R? I know a lot of website with example.