-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Gmoccapy: Use calculator widget to edit numeric values in tooltable #3472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gmoccapy: Use calculator widget to edit numeric values in tooltable #3472
Conversation
|
Maybe we could offer a TAB function on new tools so that pressing 'Ok' would automatically open the next cell in the calculator? |
|
Then we need to add some buttons to the calculator widget... |
|
I have no problem with making the calculator optional. |
I would appreciate this ;-) |
|
Regarding making the calculator popup optional: I don't think it makes much sense to to this in the settings page as an operator may not have access to that if a pin lock has been set. So it's likely the easiest to implement the screen button you suggested. |
Disregard, I figured it out. |
|
First of all: Thanks for going on, improving gmoccapy day by day! I hope to be back on development from end of the year. Regarding the calculator widget, I do like the idea a lot. IMHO, it should be implemented in a way, that every entry on every page should be done that way. My intention was to make a GUI for touch screen use, but I have not been able to make that possible in all cases. Now I see a possibility other do my job ;-) If you follow my suggestion, we should only have a settings entry, or we make a global button placed on the right button bar as additional widget. I would prefer the Settings solution, as normally it will be set only once (use the feature or not). Norbert |
I only used the stock icon for this example...
Hmm I like parts of the classic theme. But most of them are to colorful IMHO.
I think this does not make much sense there because you also have to enter non-numerical values there. So the onboard keyboard would be the better choice for these pages. |
Ok you mean use it as a calculator not only as numeric input, I got it. |
But that would break many hardware designs using aligned hardware buttons on the right side of the screen...
That would be applicable for the offsetpage and tool table. But for the idea to use it as calculator in MDI mode e.g. that would not work. For the latter I would tend to a button in the bottom button box. But this box is already full in most cases. |
I wouldn't say so in every case. I have a panel with a physical keyboard without numpad. So I prefer to enter numerical values on the touch screen, but for text and more editing I choose the keyboard. |
Maybe we could move the two 'touchoff tool .' buttons to another button page (similar to what we have on the mdi page)? |
|
I certainly like the larger tool table! |
|
If we consider adding a row of buttons to the tool table frame then I would suggest to move the 'Delete', 'Add', 'Reload' and 'Apply' buttons into the table frame as well. |
|
The numeric input widget in my lathe macros has some buttons that I find very useful. The second two are probably less useful in general, but very handy for the threading macro, for example cutting an 9tpi thread on a metric lathe. (tpi->pitch then ini>mm) And the Touchy MDI interface is well worth a look. You only need to type numbers, it knows what letters you will need. |
Yeah looks good 👍. I only would let the buttons have the same size like the lower ones. Or at least a bit wider. In this direction we have plenty of space.
You mean "deselect all"? |
Yes.
Sure a bit wider or a bit farther apart is fine. The idea was that it picks up the design of the preview window. |
|
Unless of course, you are thinking of having the upper row of buttons connect to the physical buttons by some sort of 'shift' hal pin (ie a button combination). |
Yeah you are right, this would make it hard to determine the mapping of the hardware buttons.
I would say that is too much complexity here |
But then you loose one button in favor of the arrow for the default view. Can you add a class variable to make it easier to implement a toggle button or setting later? So that this can be merged? |
I believe the dedicated button row at the bottom of the tool table frame (as discussed above) is really the best way forward.
Sure, I'll have a look at it tomorrow. |
8ab92e0 to
18f82a6
Compare
…alues in the tool table
18f82a6 to
0713d08
Compare
|
Thanks! |




















Same purpose as #3471 but for the tooltable page