Re: [rkward-devel] GUI element for nxn matrix

2012-11-06 Thread Thomas Friedrichsmeier
Hi, On Saturday 03 November 2012, Birk Diedenhofen wrote: > The error highlighting is also neat. > How about highlighting erroneous rows as well? that would make a lot of sense, indeed, from a user's point of view. However, it would mean more changes to the implementation than it may seem. There

Re: [rkward-devel] GUI element for nxn matrix

2012-11-03 Thread Birk Diedenhofen
Hi Thomas! This looks really impressive! Everything is so dynamic. ;) I can't wait to implement that into my plugin! I hope I find the time to try that next week. The error highlighting is also neat. How about highlighting erroneous rows as well? Regards, Birk On 02.11.2012 13:31, Thomas Fried

Re: [rkward-devel] GUI element for nxn matrix

2012-11-02 Thread Thomas Friedrichsmeier
Hi again, On Wednesday 29 August 2012, Birk Diedenhofen wrote: > I thought it would be great to have a GUI element in RKWard that allows to > enter a nxn matrix: First, n has to be specified. Then the user can type > his or her data in a simple table with n rows and n columns. Finally, a > matrix

Re: [rkward-devel] GUI element for nxn matrix

2012-09-27 Thread Thomas Friedrichsmeier
Hi again, On Wednesday 29 August 2012, Birk Diedenhofen wrote: > The matrix GUI element could be used in RKWard dialogs to facilitate the > input, especially for inexperienced users who don't know how to create a > matrix. At least, I have two dialogs under development that would benefit > from su

Re: [rkward-devel] GUI element for nxn matrix

2012-09-24 Thread Thomas Friedrichsmeier
On Saturday 22 September 2012, meik michalke wrote: > definitely! this would be a huge enhacement. wouldn't it be almost enough > to limit all column types to be the same? this could be visualized by > deactivating/greying out all of the "type" row except for the first cell > (of course there's som

Re: [rkward-devel] GUI element for nxn matrix

2012-09-22 Thread meik michalke
hi, am Mittwoch 29 August 2012, 17:14:24 schrieb Thomas Friedrichsmeier: > Design-wise, I'm asking myself whether it would be possible / reasonable to > base this on the existing data.frame editor. Suppose the current data > editor would be extended such that: > - It will handle 2-dimensional matr

Re: [rkward-devel] GUI element for nxn matrix

2012-08-30 Thread Thomas Friedrichsmeier
Hi, On Wednesday 29 August 2012, Birk Diedenhofen wrote: > That sounds good! A simple table for numerical input would definitely cover > my use case. But I think it would be better to have the matrix input in a > modal window that pops up and not in a tab like the data.frame editor. ok, that shou

Re: [rkward-devel] GUI element for nxn matrix

2012-08-29 Thread Birk Diedenhofen
Hi Thomas! Thanks for your reply! > - I guess you are talking about rather small values of n, here, probably <= > 5 in typical usage? Yes. I am thinking of correlations matrices. > - The idea is to use the data once, not store it as an R object? Yes, I only thought of it as an input element w

Re: [rkward-devel] GUI element for nxn matrix

2012-08-29 Thread Thomas Friedrichsmeier
Hi! On Wednesday 29 August 2012, Birk Diedenhofen wrote: > I thought it would be great to have a GUI element in RKWard that allows to > enter a nxn matrix: First, n has to be specified. Then the user can type > his or her data in a simple table with n rows and n columns. Finally, a > matrix is cre