similar to: R and DDE (Dynamic Data Exchange)

Displaying 20 results from an estimated 3000 matches similar to: "R and DDE (Dynamic Data Exchange)"

2012 Mar 30
1
Error in use of "gwindow" and ".First" function
Hi, I saved an image and planed to open it whenever I want to load it. However, when I open it, It doesn't work. The code is following, and saved it as an image. .First<-function(){ require(tcltk) require(TeachingDemos) library(gWidgetstcltk) options(guiToolkit = "tcltk") win <- gwindow("Don't worry", visible = FALSE) } Error message is following, Error :
2010 Apr 27
1
Problem with Tinn-R communicating with REvolution R
I have been using Tinn-R with R without any problems but when I try to use it with REvolution R I get the following error message when Tinn-R runs the configuration script and gets to the trDDEInstall() function: ## Start DDE trDDEInstall() > trDDEInstall() Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class = "tclObj") : [tcl] invalid command
2012 Apr 23
1
tcltk2 bug
Hola. A los que tuvieseis problemas con la versión 1.2.0 de tcltk2, comentaros que ya está disponible en CRAN la nueva versión (1.2.1) que soluciona el asunto. http://cran.r-project.org/web/packages/tcltk2/ Un Saludo, ________________________________________________________ Miguel Ángel Rodríguez Muíños Dirección Xeral de Innovación e Xestión da Saúde Pública Consellería de Sanidade Xunta de
2001 Jun 22
2
DDE Error
On Thu, 21 Jun 2001 20:53:30 +0200, Flo <sherpac@gmx.de> wrote: > >DdeInitialize(InstId, (PFNCALLBACK)(FARPROC) >CallBackProc, APPCMD_CLIENTONLY, 0) == DMLERR_NO_ERROR, file >..\dde\MyDDE.cpp, >line 238 > >happens after the following cmd line (wine) message: > >fixme:ddeml:DdeConnect (0x1,49180,49181,(nil)): stub > > >The application may try to run MSIE
2009 Aug 19
1
DDE
Hello, is it expected to fully implement Dynamic Data Exchange? I am interested at least in this two functions: Dde_OnRequest Dde_OnDisconnect Is there any documentation so I can try to implement it? I haven't found it googling but it seems microsoft has published all private protocols so DDE protocol should be avaliable... Thanks!
2008 May 19
1
svIDE and Tinn-R
Probably an old moon since evoqued one year ago in this link: http://tolstoy.newcastle.edu.au/R/e2/help/07/04/15738.html but I have recently re-installed Tinn-R with R 2.7.0 and forgot to insert options(warn=-1) library(svIDE) ... options(warn=0) in Rprofile.site... and could see that we have still the same warning launching R: Warning messages: 1: '\A' is an unrecognized escape in a
2011 Apr 08
7
Where is the tcltk package?
Perhaps I'm being even thicker than usual, but I can't find the tcltk package on CRAN. There is a tcltk2 package, which says that it is a collection of supplements to tcltk, but I cannot see a just-plain tcltk anywhere. If I try to install tcltk2 (from the Linux command line, or using install.packages() in R) it complains that it needs tcltk. If I try to install tcltk using
2011 Oct 18
1
how to invoke vba by r?
dear listers, right now, we are trying to use r to implement sas dde function, e.g. interact with excel. however, we can't find a way to call vba from r? any insight is appreciated. [[alternative HTML version deleted]]
2012 Mar 14
1
Real-Time data transfer from Excel to R
Hi All I receive through DDE ,real time data from an external supplier on an Excel 2003 sheet. I use R as platform to make backtest trading and prepare trade. My question : Is existing a solution to transfer real-time data from Excel to R? Such transfer keeping the streaming condition. I don't intend to open an account to IB. And I don't want make backtest on Excel,using R as
2007 Jun 20
2
How to activate the R commands in SciViews
Please help, I have SciViews(svGUI) and Rcmdr but when the SciViews Console opens the R commander menu don't work. Any ideas anybody? --------------------------------- 8:00? 8:25? 8:40? Find a flick in no time [[alternative HTML version deleted]]
2001 Jun 26
3
dde_private.h?
Build problem on a fresh CVS build, during 'make depend'. This after I wiped everything in my wine-x86 directory (the source is in ../wine): Tue Jun 26 07:58:16 PDT 2001 [lots snipped] make[3]: Leaving directory `/h5/ewill.h3/development/source/cvs/remote/\ wine/wine-x86/windows' ../../tools/makedep -I../../../wine/dlls/user -I. -I../../../wine/include \ -I../../include
2005 Oct 15
6
R GUI considerations (was: R, Wine, and multi-threadedness)
Hello, Following a discussion initiated on r-devel, that mentions SciViews-R and other GUIs issues for R, I would like to make comments (and would be happy if these comments would initiate interesting initiatives). A big, big problem with SciViews-R is that a part of it is written in Visual Basic 6, a M$$$$ language, not supported any more, buggy, non transposable to other platforms, etc,
2010 May 30
0
MetaTrader DDE Support
Has anyone tried to use DDE support with Metatrader? I have an example Excel spreadsheet, which I believe/hope will also work in OOo Calc, that uses DDE links to Metatrader to 'read' the live data and import this into cells. So, i) Is DDE supported between Metatrader in Wine and other applications? ii) Does it work with other applications outside of Wine? iii) Has anyone been able to
2008 Dec 08
0
DDE error with using QBridge networking
Hi, I have successfully installed Q-Bridge on Wine and got it work alright for single user use, but I wanted to also be able to use its networking facility. This uses a separate Q-NET program with which the main program exchanges network calls using DDE. When I try and initiate the networking service I get a DDE error. I am new to WINE and wonder whether DDE issues are a common problem, or
2010 Oct 07
0
Tinn-R and DDE
Hi folks, I'm trying to get these "call-tip" things to work in Tinn-R. I expect them to be somewhat like Microsoft's Intellisense? Anyways, I copy-pasted the recommended Rprofile.site and adjusted it to fit the location of my Tinn-R.exe... It looks like this: ##=============================================================== ## Tinn-R: necessary packages and functions ## Tinn-R:
2002 Feb 26
0
DDE problems
Hi! I started using wine (wine-20020122 compiled from source tarball) a couple of weeks ago to run a store-point-of-sale application. The idea is to port this windows application to linux. Before porting, we decided to check if the app could be emulated on linux with wine or recompiled with winelib. This is also necessary to run proprietary windows DLLs from third parties such as credit card
2004 Jan 29
0
Goldmine DDE to Linux Wordprocessor
Hello, Newbie to wine. I have built a wine binary from source (wine-20031212). I have been able to get Goldmine 5.0 running well with this version of wine. Goldmine has the ability to perform a DDE interface to format some information and launch a word processor. Essentially, to fill in some macro pieces before opening a template. I can get the interface to work with OpenOffice.org
2008 Nov 27
4
Lotus Notes 6.5.1 (or 7.0.1) and Office connection via DDE
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I use ubuntu 8.04 with wine 1.1.9. I would like to get Office (2000 or 2003) and Lotus Notes (6.5.1 or 7.0.1) working together because of a Notes application with requires Word acting as DDE server in order to generate documents. After several tentatives with community packages I cannot get a working Wine configuration. So I tried Bordeaux 1.4 that
2012 Sep 06
1
Package installation errors
Dear Rxperts.. I am trying to install a few packages in R (version 2.14.2) on a *64-bit Window 7* workstation. Some of the errors are posted below.. Both 32-bit and 64-bit versions of R were installed. I did not get errors while installing packages through *32-bit R*, except that it could not update some of the packages (already installed with 64-bit R) *A*) When I start *64-bit R (2.14.2)*
2008 Feb 11
6
Tinn-R not working well with latest R
I recently installed R 2.6.2 and am getting errors on startup that relate to svIDE being loaded by Tinn-R. Loading required package: tcltk Loading Tcl/Tk interface ... done Warning messages: 1: '\A' is an unrecognized escape in a character string 2: unrecognized escape removed from ";for Options\AutoIndent: 0=Off, 1=follow language scoping and 2=copy from previous line\n" 3: In