Skip to content
Prev 819 / 1236 Next

[R-gui] equivalent of "modal" widgets in gWidgetsRGtk2

On 7/18/2008 2:25 PM, Sebastian P. Luque wrote:
You can probably put a loop at the end, something like this:

   stop <- FALSE
   while (!stop) Sys.sleep(0.5)

and have the button which stops the process set stop to TRUE.

Duncan Murdoch