hi, i've been following this thread, very insightful -- keep it coming.
Am Dienstag, 29. September 2015, 18:33:44 schrieb jan: > I split them in different mails, so that the issues stay separated. > > 1) Reading CSV Data i assume some of the aspects discussed for the import dialog will also affect the corresponding "write CSV" plugin. i can adjust that once the changes to be done are final. it's built by an rkwarddev script. @jan: maybe you have a look at the plugin, their layout is quite similar, but perhaps you can spot some additional sins there. it's in the exports submenu. btw., this inspired me again to do something i had in mind ever since alfredo presented his teaching plugin in spanish: i'm writing some functions that translate existing plugin XML code into rkwarddev function calls. this will not produce ready-to-run script code, but still be useful (at least for me ;-)) to speed up the transition, if you want it. i'm pretty far already, e.g. > (cbox <- rk.XML.cbox(label="foo", value="foo1", chk=TRUE)) <checkbox id="chc_foo" label="foo" value="foo1" checked="true" /> > cat(p2s.attributes(cbox)) rk.XML.cbox( label="foo", value="foo1", chk=TRUE, id.name="chc_foo" ) i'll add it to the rkwarddev package. viele grüße :: m.eik -- dipl. psych. meik michalke institut f"ur experimentelle psychologie abt. f"ur diagnostik und differentielle psychologie heinrich-heine-universit"at d-40204 d"usseldorf
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ rkward-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/rkward-devel
