Displaying 2 results from an estimated 2 matches for "invalidatewindowrectangl".
Did you mean:
invalidatewindowrectangle
2000 Aug 10
0
Delayed output?
...ctivate another
> program's window that overlay completely the R window and come back to R
> then I'll see all the output up to the current state.
>
> My guess is that the internal functions that output to the console aren't
> refreshing the console window with a call to InvalidateWindowRectangle or
> whatever is appropriate.
That's deliberate, and mentioned in the rw-FAQ.
6.3 When using Rgui the output to the console seems to be delayed.
==================================================================
This is deliberate: the console output is buffered and re-writte...
2000 Aug 09
2
tcltk_example
Hello R and tcltk users...
I'm running into difficulties applying the tkmenubutton() and tklistbox()
functions, found in the tcltk package, to a simple gui. My search for R
code which utilizes these two functions has come up empty. Currently, I am
attempting to translate pure "Tcl/Tk" code to R with little to no success.
So far, the most helpful tool for learning the tcltk R