[R] focus to tkwindow after a PDF window pop up
Hao Liu
hao.liu at bms.com
Mon Jul 2 18:02:36 CEST 2007
Thanks...
I finally used BrowseURL(), which is how Rcmdr does this... it starts
firefox and things are ok...
Thanks
Hao
Peter Dalgaard wrote:
> Hao Liu wrote:
>
>> Dear All:
>>
>> I currently have a TK window start a acroread window: However, when
>> the acroread window is open, I can't get back to the TK window unless
>> I close the acroead.
>>
>> I invoked the acroread window using: system(paste("acroread ",file,
>> sep=""))
>>
>> anything I can do to make them both available to users?
>>
>
> Tell system() not to _wait_ for command to complete.
>
More information about the R-help
mailing list