Displaying 1 result from an estimated 1 matches for "myrgtkcod".
Did you mean:
myrgtkcode
2009 Jun 12
1
Gtk objects disappears
Dear John,
I have a question.
When I run a RGtk code in my terminal (without using the R GUI)
R --vanilla << "EOF"
source("myRGtkcode.R")
EOF
the GTK objects do not remain on the screen.
Until now, I "bypass" this problem using the following commands:
require(tcltk)
tkmessageBox("Press to exit")
But it is not really satisfactory and the tcltk Box cannot be
minimized (at least in Mac OSX).
Any idea?...