similar to: TR: Simulate keyboard

Displaying 20 results from an estimated 400 matches similar to: "TR: Simulate keyboard"

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
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
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
2015 Sep 28
2
Link R with Tcl 8.6 on Windows
Dear all, I am working on an R package intended for CRAN that requires Tcl version 8.6 because of the TclOO tcl extension and the -angle option for canvas text items. R for Windows currently still ships with Tcl 8.5. Does anyone have experience with linking R under Windows to a Tcl interpreter of version 8.6? When I link R 3.2.2 (installed from the binary on Windows 8) to a custom Tcl
2005 Sep 21
0
[LLVMdev] How to compile llvm with mingw on Windows ?
Henrik Bach wrote: >> 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.
2012 Sep 11
4
ubuntu 12.04 install issues
Hello: I have a new install of Ubuntu 12.04. I have tried to install R via source, apt-get, and the deb packages from a cran mirror. Each of these had issues. I followed the secure apt key install. The apt-get and deb installs each have the same error. So, let's ignore the source install for now. This is the error: >> sudo dpkg -i r-base-core_2.15.1-1precise2_i386.deb (Reading
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
2011 May 17
3
gsub() issue...
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20110517/1812d6c6/attachment.pl>
2006 Feb 24
0
Appending <tr>''s to Table - Images in <tr>''s loading slowly.
While working on an application, I have run into an interesting problem for which I have no solution at this moment, hence writing to this forum. Basically, I am working on an email application that requires me to fetch data from the backend using AJAX and then I use dom to append the results dynamically to the mail display table. So far so good. So, I call a function getTableData() at the end
2006 Feb 24
1
RE: Appending <tr>''s to Table - Images in<tr>''sloading slowly.
I tried the same thing Ryan - tried preloading the images using javascript once and then using CSS (heights of desperate behavior ;) But no Luck! But, IE is misbehaving in this respect. The application behaves fine once loaded. But, each refresh sucks! Only if I knew why this was happening ... :) Thanks anyway, Mandy.
2006 Feb 24
0
RE: Appending <tr>''s to Table - Imagesin<tr>''sloading slowly.
Thanks Jerod for your help. I had already tried checking my cache settings and that was set to automatically. But, that didn''t fix this bug. Now, the URL that you sent really captures my problem well :) And what you just pointed seems interesting - I have absolute references to the images because of some reason (as designed by some developers). Now, if you are saying that IE would
2006 Feb 24
0
RE: Appending <tr>''s to Table - Images in <tr>''sloading slowly.
I have also experienced erratic image "non"-caching by IE in my projects (seemingly related specifically to AJAX/DOM manipulated nodes as you are seeing)... I tried preloading the icon images in body onload in global variables, then using those global variables to access the images... no luck. ...I have no idea why IE sometimes has to download these images that it SHOULD have in its
2003 Sep 05
1
Installing R on Red Hat Linux, Tcl/Tk
Hi, I've been trying to install R on Red Hat Linux 9 for 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
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 init.tcl in the
2007 Mar 03
3
ignoring attempt to close td with tr ???
I got the most current rspec and installed as a plugin. Running rake spec:controllers gives me this error: ignoring attempt to close td with tr I dumped response.body and everything looks fine. Is this a known issue? Nothing in Google about it. Thanks, Steve
2006 Aug 08
3
Updating a tr with RJS
I''m having a strange display issue when trying to update a tablerow using RJS. This is the code in the RJS template: page.replace_html "item_#{@item.id}", :partial => ''item_display'' So the existing <tr> has an id like item_1. When the update actions completes, it renders this template and effectively replaces the tr with item_display which as a
2006 Jun 25
0
[markaby] <tr>s really can''t have ids?
trying to reduce the extent to which the plugins i use have been modified, to ease deployment issues...( should probably learn SVK - somehow i think my hacks to allow geocoding in cartographer (before google supported it officially), add id''s to table stuff in markaby, or make acts_as_authenticated work with drupal userbases wouldn''t be useful patches for other people) so XHTML
2006 Feb 21
1
Appending new tr into a table
Hi, While working on a project, I ran into the problem of appending <tr>''s to a table in IE 6. I am using new Insertion.Bottom(element, content); for this. This works fine in Firefox but in IE 6, I don''t get an error but nothing appears in the table. I know that IE treats innerHTML of a table as read only, but going through the following post, I assume there is some fix
2008 Mar 14
1
Tr: RE : getting a Creative Soundblaster card to work
Forwarding this to wine-users, I made a mistake while sending. Gardou J?r?me <jgardou at yahoo.fr> a ?crit : Date: Fri, 14 Mar 2008 14:09:42 +0100 (CET) De: Gardou J?r?me <jgardou at yahoo.fr> Objet: RE : [Wine] getting a Creative Soundblaster card to work ?: Susan Cragin <susancragin at earthlink.net> Cc: wine-user at winehq.org Susan Cragin <susancragin at
2006 Jul 13
1
TR: Latent Class Analysis
_____ De : Pousset [mailto:maud.pousset@noos.fr] Envoyé : mardi 4 juillet 2006 18:38 À : 'r-help@stat.math.ethz.ch' Objet : Latent Class Analysis Hello everybody, I am working on latent class analysis and have already used the ‘R’ function « lca » (in the e1071 package). I ‘ve got interesting results but I can’t simply find out the methodology used by this routine : 1) What