Re: [Rcom-l] Option to start RExcel in foreground and background

2008-08-12 Thread Erich Neuwirth
PROTECTED] ]On Behalf Of [EMAIL PROTECTED] Sent: 21 July 2008 22:40 To: rcom-l@mailman.csd.univie.ac.at Subject: [Rcom-l] Option to start RExcel in foreground and background Is it possible in my VBA code to start the RExcel session in either foreground or background mode based on a parameter,

RE: [Rcom-l] Option to start RExcel in foreground and background

2008-08-03 Thread Wayne.W.Jones
acceptable method to change server types. Regards, Wayne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: 21 July 2008 22:40 To: rcom-l@mailman.csd.univie.ac.at Subject: [Rcom-l] Option to start RExcel in foreground and background Is it p

Re: [Rcom-l] Option to start RExcel in foreground and background

2008-07-23 Thread ryan . sheftel
Is there a feature request list I could add this too? Erich Neuwirth <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 07/23/08 10:55 AM Please respond to "R \(D\)COM and RExcel server related issues" To "R \(D\)COM and RExcel server related issues" cc Subject Re

Re: [Rcom-l] Option to start RExcel in foreground and background

2008-07-23 Thread Erich Neuwirth
You can start foreground mode an hide the GUI window, but you cannot change the server you will use easily. This is a configuration issue. It probably could be done, but there is no plan to make this available through the API. On Jul 21, 2008, at 11:40 PM, [EMAIL PROTECTED] wrote: Is it po

[Rcom-l] Option to start RExcel in foreground and background

2008-07-21 Thread ryan . sheftel
Is it possible in my VBA code to start the RExcel session in either foreground or background mode based on a parameter, and that ignores the setting of the user. An example pseudo-code would be: RInterface.StartRServer("foreground") or RInterface.StartRServer("background") I once saw how do