I have a number of numeric entry components in project. but to change the data, I have to mouse into field and delete data and type in new. I would have expected when I hit enter that the mouse would leave the cell. Instead, it stays in the component and makes the operator use the delete key.
I think that Perspective has a better method, but i can't find it in vision
This is my property editor settings
Use tab to move from field to field. The enter key is reserved to trigger buttons that are identified as the "default" action for a window. This is part of Java Swing's UI design pattern.
thanks