tgfx windows x86 x64 build 3256 - Entering multiple parameters only updates one
Same Win7 and Linux
If, for example, try to change x velocity max and x feed rate max, then select apply, only one change is actual made. So this still seems to be lurking. The good news is that the parameter display is correct after the 'apply', showing only one value was actually updated.
I tried to reproduce this and capture the output log. So, of course, it does not happen - two and three parameter changes work, at the moment.
??
Interesting. The reason I have not seen this is ANYTHING with a "text field" you can just hit enter to apply the new value. Which is what I do. I will look at this one. Thanks.
On Thu, Apr 24, 2014 at 12:42 PM, cmcgrath5035 [email protected]:
I tried to reproduce this and capture the output log. So, of course, it does not happen - two and three parameter changes work, at the moment.
??
Reply to this email directly or view it on GitHubhttps://github.com/synthetos/tgFX/issues/64#issuecomment-41303014 .
Keep in the back of your mind when looking at the code that I may not have hit enter between data entries. I frequently make data box entries on GUI's, then Navigate directly to another data box with a mouse click, not hitting enter first.. My impression is that the navigation away from Box A to Box B causes an implicit 'enter' on Box A, but perhaps Java GUI builder does not work that way or perhaps the programmer has to explicitly make it happen.