save and restore state
jverzani opened this issue · comments
john verzani commented
This question https://stackoverflow.com/questions/51136723/gwidgets-how-to-save-users-work-in-the-application/51213597#51213597 exposed a few issues with tcltk2:
- this should not change widget state
svalue(ojb, index=TRUE) <- svalue(obj, index=TRUE)
- this should not change widget state
obj[] <- obj[]
.
However, for gtable
the column size changes. For gedit
there is an issue (maybe) with empty states. And the answer there doesn't seem to work for setting the value after setting the values.