Forum: open-discussion


RE: Multi-line text fields? [ Reply ] By: ilhami visne on 2008-09-15 10:18 | [forum:817] |
Hi, I'm working on the next release of RGG, which will include your <textbox> too. Another new GUI element is a spinner. Hopefully next month. You are right about <vector>. One solution could be adding '+' and '-' buttons to in- and decrease the number of vector elements. Please feel free to comment about anything. |
Multi-line text fields? [ Reply ] By: Alex Bokov on 2008-09-14 21:20 | [forum:815] |
Is there already a way to create text-boxes or multi-line text fields? This is not the same thing as a vector-- often a user needs to input vectors of varying lengths, e.g. pasting in an individual column of data from a spreadsheet. Doing this using a vector widget would be too laborious, and it is not known ahead of time how long that vector would be. Basically, a gui wrapper for scan() is what I'm talking about. I think this would be such a useful feature that if it were implemented, I think I might immediately start using RGG as the user interface for my own package. |