Displaying 20 results from an estimated 34 matches for "activetcl".
2019 Apr 08
1
ActiveTCL has non open-source license
https://cran.r-project.org/doc/manuals/R-admin.html#Installing-R-under-macOS
https://www.activestate.com/activetcl/downloads links to ActiveTCL which
has non open-source license:
http://docs.activestate.com/activetcl/8.5/get/license/
"ActiveState Confidential Information includes the Software, including all
source and object code, and all associated documentation, but not
Accessible Code."
[[alterna...
2002 Sep 17
1
ActiveTcl Version
Dear Tcl/Tk users,
Will R work with the more recent version of ActiveTcl 8.4.0.1 or should
I use ActiveTcl 8.3.4.3?
Peter
---------------------------------------------------------------
Peter Ho
Departamento de Ci?ncias de Engenharia e Tecnologia
Escola Superior de Tecnologia e Gest?o
Instituto Polit?nico de Viana do Castelo
Avenida do Atl?ntico- Apartado 574
4901-90...
2007 May 31
1
recompile R using ActiveTcl
Dear all,
While running some code requiring the "tcltk" package I have realised that my
version of R was compiled with the Tcl/Tk libraries included in Fedora 6. It
would be for me better to use the ActiveTcl libraries (which I have
under /usr/local), and I'm aware that this probably means to recompile R with
the proper configuration variables.
But...is it by any chance possible to "just" recompile the bit affected by
Tcl/Tk, like, for instance, to install tcltk with some environment v...
2005 Aug 23
2
Using tcltk to display jpeg images
Dear R Helpers,
Does anyone know how to use tcltk to display jpeg images? The manual says
that
one must use Tk_PhotoCreateImageFormat to register the jpeg image handler.
The
"ActiveTcl User Guide"
(http://support.serv.ch/lang/tcl/img/doc/img-jpeg.html)
says:-
"The package img::jpeg is a sub-package of Img. It can be loaded as a part
of the complete
Img support, via package require Img, or on its own, via package require
img::jpeg"
I downloaded the tkimg1.3 file f...
2002 Aug 06
1
Using Tcl/Tk on Windows
Hello,
I would like to try Tcl/Tk library on Windows.
I installed ActiveTCL 8.3.4.3 and add the environment variable TCL_LIBRARY
linking to the directory of installation.
When I load the Tcl/Tk package, I have the following error:
+--------------------------------------------------------------+
Error in firstlib(which.lib.loc, package) :
Can't find a usable...
2003 Sep 05
1
Installing R on Red Hat Linux, Tcl/Tk
...some
potential users of my R/TclTk application. I tried using the
rpm for R 1.7.1 for Red Hat Linux 9. It told me that I needed:
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
a...
2003 Apr 25
1
tcltk tkfilefind demo problem
...tTcl", ..., PACKAGE = "tcltk"), class
= "tclObj") :
[tcl] megawidget initialization error: expected integer but got "
--1".
I have a fresh binary install of 1.7.0 on Win2000 machine. I observed this
behavior with the Tcl library included with R and with ActiveTcl 8.4.2 I
just installed. I think I have it set-up correctly: my TCL_LIBRARY and
MY_TCLTK both point to c:/Tcl where I installed ActiveTcl. I also have
c:/Tcl/bin on my path - to avoid possible interference with cygwin Tcl I
have the following in my Rprofile:
Sys.putenv("Path"=&quo...
2015 Sep 28
2
Link R with Tcl 8.6 on Windows
...ation of version 8.6 (e.g. from ActiveState for both 32bit or 64bit) using the MY_TCLTK environment variable, then loading the tcltk package will result with a tk85.dll not found error. This problem can be ?fixed? by copying and renaming the tk86.dll and the tcl86.dll files in the bin folder of the activetcl installation to tk85.dll and tcl85.dll.
However, this setup does not work well for me; sometimes, when creating a number of involved toplevel windows at once, some of them are not created properly and are left completely unresponsive, see the attached image. I have not managed to create a small co...
2005 Sep 21
0
[LLVMdev] How to compile llvm with mingw on Windows ?
...runk of the unix version. The problem is that dejagny uses some
> functionality not present in the outdated ExpectNT. If you can spare
> some bucks try an updated Expect for Windows with dejagnu. I haven't
> tried this option yet.
ActiveState now provides a free version of expect with ActiveTcl. It seems
to be fairly close to the last unix version.
http://www.activestate.com/Products/Download/Download.plex?id=ActiveTcl
Baptiste.
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 the oneChannelGUI I get an error message
starting off like this:
Cannot find Tcl/Tk package "BWidget". affylmGUI cannot continue.
affylmGUI requires...
2013 Jun 18
0
tcktk problem with custom R 2.15.0 build on RHEL5
...l] unknown math function "min".
-----
I had the same problem as discussed in this thread. The problem is that sqldf requires version 8.5 of tcl/tk and there is not an rpm of tcl 8.4.
What I did was:
1. Get version 8.5 of tcl for Linux directly from ActiveState:http://www.activestate.com/activetcl/downloads
2. Tell R where the tcl 8.5 libraries are when you build R:
./configure --with-tcltk
--with-tcl-config=/opt/ActiveTcl-8.5/lib/tclConfig.sh
--with-tk-config=/opt/ActiveTcl-8.5/lib/tkConfig.sh
2005 Sep 20
2
[LLVMdev] How to compile llvm with mingw on Windows ?
>From: "Baptiste Lepilleur"
>Date: Tue, 20 Sep 2005 09:29:07 +0200
>
>Henrik Bach wrote:
>>Hi,
>>
>>Please have a look on my private Getting started with MinGW:
>>
>>http://www.geocities.com/henrik_bach_llvm/
>
>
>Thanks Henrik.The make line was most useful. Though, in my case I also
>needed to add a -L so libimagehlp.a would be
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 setting this up. C...
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 to eventually
distribute my work keeping installation procedures at a minimum.
I do have one question for individuals working with R and Tcl/Tk on Windows
XP. Has anyone experienced corrupted GUI’s (lost widgets) after invoking a
tkpack comma...
2003 Mar 26
0
R TclTk iwidgets::comboboc
...##
tt<-tktoplevel()
win <- .Tk.subwin(tt)
.Tcl(paste("iwidgets::combobox",.Tk.ID(win),.Tcl.args()))
Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"),
class = "tclObj") :
[tcl] .
I am using R 1.6.2 (with tcltk package 1.6.2) and ActiveTcl
8.3.5.0 in Windows 2000. Below I've included some of the
relevant ActiveTcl help. I'm not sure why it has "funny characters".
#
# Non?.editable Dropdown Combobox
#
iwidgets::combobox .cb1 ?.labeltext Month: \ ?.selectioncommand
{puts ?selected: [.cb1 getcurselection]"}...
2003 Apr 23
1
iwidgets in tcltk in R 1.7.0
Hi,
I have successfully installed R 1.7.0 and ActiveTcl 8.4.2.0 in
Windows 2000. Yes, I know that Tcl is already bundled with
R 1.7.0, but I want to use the iwidgets package to create a
drop-down listbox, and I don't think iwidgets is included in the
bundled R 1.7.0/TclTk installation package. I have set the
environment variables TCL_LIBRARY...
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 would be greatly appreciated
Marcos Pinho
Instituto Nacional de C...
2012 Mar 25
1
How to install tclRequire(Iwidgets)
hi, i'm trying to make "Tabbed Notebook Widget",but cannot install
"tclRequire(Iwidgets)".
I installed Activetcl but I don't know what can be the next step to execute
"tclRequire(Iwidgets)".
how can i do that?
Thanks
--
View this message in context: http://r.789695.n4.nabble.com/How-to-install-tclRequire-Iwidgets-tp4502775p4502775.html
Sent from the R help mailing list archive at Nabble.com.
2004 Jul 27
1
Re: R-help Digest, Vol 17, Issue 25
hello,
I'm trying to use R to take an image matrix and paint it into a
tcltk canvas. I'm using R-1.9.0 within ess-5.2.0 on a linux
machine running the 2.4.30-31.9smp kernel. I'm using the
ActiveTcl8.4.6.1-linux-ix86 tcltk libraries.
When I run the following comands, however, I get an R segmentation
fault:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> library(tcltk)
> addTclPath("/usr/local/ActiveTcl/lib")
> tclRequire("Img")
<Tcl&...
2002 Oct 17
3
R-1.6.1beta available
R 1.6.1 has been scheduled for November 1.
We're makin interim beta versions available via
http://cran.us.r-project.org/src/base
(ftp://cran.us.r-project.org/pub/R/src/base used to work, but
apparently FTP access has been disabled)
The filename is R-1.6.1beta_*.tar.gz, where * is the creation date.
If you want to help ensure that the final 1.6.1 works satisfactorily
on *your* platform,