Nubeat7 wrote:sorry dont get it , i`m used to type in something in and press enter to apply, like i understood the problem i would solve it like this, same as RJ already did, just with a selector in the the feed
Hi NuBeat7 !
Once again I need to that you for coming to the assist ... particularly involving RUBY. The work you provided me with the 'GUAGE' routine was a major determinant for me to migrate to FS ... Thank-you!
Ahhh ... now this EDIT box. Very interesting to see how you combined the ideas into the 2 internal RUBY's. Every bit helps me in trying to learn this stuff !
OK ... the mod's you've posted indeed work, along with the controls of the string length, this is already an improved edit box.
There are some 'features' that would really be desired ... to make for a more 'friendly' user experience. I'm not sure how difficult this would really be [I know how it would be for me

]. What we need is an elegant edit box
In no particular order, I could list several aspects that I've experienced in other apps that that are just plain good.
Some of the design needs controls that the programmer should be able to dictate for his program. In this category, I see things like:
1. String LENGTH
2. Alpha/Numeric and range restrictions [parsing]
3. optional caps.
4. final display placement within the edit box [Left, Center, Right]
5. maybe even decimal point handling
From a Users perspective ...
It would be nice if a user could click in the box and have the text highlight . [not disappear].
Also ... if the user could, be able to make a small change to the original string, maybe to fix a misspelled word or change a number without having to re-type all the data.
Of course, after the user edits ... any pre-conditions set by the programmer should then be applied.
As I type this, I'm realizing just how advanced the programming of this might be !

Add to this that these edit boxes need to be able to be loaded [from disk] ... oh yeah ... and saved too.
From what I've been reading, it seems the RUBY language is very capable ... however, there is no doubt that coding this would take someone[s] with experience. Which is why my plea to the GURU's. This is such an important GUI component [really fundamental] that puts the User in direct interaction with our app ... we really need a 1st class solution.
I see from some of the earlier replies that I'm not alone in this need. Even my web searching finds so very little info on a design ... regardless ... maybe we need to call out to the GURU community to piece this critical component together ! [i very much hope].
thanks again for listening ... very much appreciated!