Forum: open-discussion


patched rgg to allow saving/loading of config [ Reply ] By: Holger Brandl on 2010-06-02 12:25 | [forum:2935] |
Hi, I've patched rgg to fix the following problems: - supernumerary , in generated code from listbox - rgghome should not appear automatically in generated scripts - layout of script is kept and most importantly - added possibility to persist and restore the ui-configuration of arbitrary scripts The last point is especially handy if users want to change an already rgg-generated script and and your app kept the template. E.g. I've used rgg to create ui for r-based nodes in KNIME that have a persistent state. This allows the user to come back to a node later and continue with the last ui-config. Tell me if you're interested in the patch or want to know more about it. Best, Holger |