tgFX icon indicating copy to clipboard operation
tgFX copied to clipboard

tgfx windows x86 x64 build 3256 - Entering multiple parameters only updates one

Open cmcgrath5035 opened this issue 11 years ago • 3 comments

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.

cmcgrath5035 avatar Apr 24 '14 13:04 cmcgrath5035

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.

??

cmcgrath5035 avatar Apr 24 '14 16:04 cmcgrath5035

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 .

ril3y avatar Apr 24 '14 22:04 ril3y

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.

cmcgrath5035 avatar Apr 29 '14 10:04 cmcgrath5035