<div dir="ltr"><div>Has anything happened with Alfredo's stuff? Some of his versions of functions/dialogs were really great. I had a hard time getting it all to run, though... <br><br></div>I think that when he first talked about it, either you or Thomas expressed interest in just incorporating his stuff into the main version, but the language was the issue.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 2, 2015 at 6:15 PM, meik michalke <span dir="ltr"><<a href="mailto:meik.michalke@uni-duesseldorf.de" target="_blank">meik.michalke@uni-duesseldorf.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">hi,<br>
<br>
i've been following this thread, very insightful -- keep it coming.<br>
<span class=""><br>
Am Dienstag, 29. September 2015, 18:33:44 schrieb jan:<br>
> I split them in different mails, so that the issues stay separated.<br>
><br>
> 1) Reading CSV Data<br>
<br>
</span>i assume some of the aspects discussed for the import dialog will also affect<br>
the corresponding "write CSV" plugin. i can adjust that once the changes to be<br>
done are final. it's built by an rkwarddev script.<br>
<br>
@jan: maybe you have a look at the plugin, their layout is quite similar, but<br>
perhaps you can spot some additional sins there. it's in the exports submenu.<br>
<br>
btw., this inspired me again to do something i had in mind ever since alfredo<br>
presented his teaching plugin in spanish: i'm writing some functions that<br>
translate existing plugin XML code into rkwarddev function calls. this will<br>
not produce ready-to-run script code, but still be useful (at least for me<br>
;-)) to speed up the transition, if you want it. i'm pretty far already, e.g.<br>
<br>
 > (cbox <- rk.XML.cbox(label="foo", value="foo1", chk=TRUE))<br>
 <checkbox id="chc_foo" label="foo" value="foo1" checked="true" /><br>
 > cat(p2s.attributes(cbox))<br>
 rk.XML.cbox(<br>
   label="foo",<br>
   value="foo1",<br>
   chk=TRUE,<br>
   <a href="http://id.name" rel="noreferrer" target="_blank">id.name</a>="chc_foo"<br>
 )<br>
<br>
i'll add it to the rkwarddev package.<br>
<br>
<br>
viele grüße :: m.eik<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
  dipl. psych. meik michalke<br>
  institut f"ur experimentelle psychologie<br>
  abt. f"ur diagnostik und differentielle psychologie<br>
  heinrich-heine-universit"at d-40204 d"usseldorf</font></span><br>_______________________________________________<br>
rkward-devel mailing list<br>
<a href="mailto:rkward-devel@kde.org">rkward-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/rkward-devel" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/rkward-devel</a><br>
<br></blockquote></div><br></div>