2
In the R
, It is possible to pick up and lock (hold) a device, draw an image and make the graphic render flush. This is useful for complex screen situations with hundreds of dots and/or color gradients, since without doing hold the device would be updated every operation that modifies the screen, and that locked on the device works normally.
However, however, any resizing operation of the window will cause a device update, but without crashing and flush.
Is there any way to talk to the R
lock screen (place with hold) for resizing operations?