Page 1 of 1

Make TextFields on the screen ReadOnly

PostPosted: Tue Sep 20, 2016 8:20 pm
by shad
Is it possible to add ReadOnly properties for the textFields?
And it's will be great to add Auto-Calculator for input new value to the DRO by mouse click or from touch screen monitors.
Thank you!

Re: Make TextFields on the screen ReadOnly

PostPosted: Tue Sep 20, 2016 9:36 pm
by ger21
If there was a "SetLabel" function, you could use a Label. I've done this in Mach3.

Re: Make TextFields on the screen ReadOnly

PostPosted: Tue Sep 20, 2016 9:45 pm
by cncdrive
Andrey,

Yes, you can set the textfield's type property to showfieldnb or showfield then it will be read only.

What do you mean by Auto-Calculator?
I'm not sure if you ment that, but there is an option (checkbox) in the Appearance menu to auto-validate the DROs always when leaving the textfield, then no Enter keyboard key press is required.

Re: Make TextFields on the screen ReadOnly

PostPosted: Tue Sep 20, 2016 10:04 pm
by shad
Thank you for information about textfields. I will try.
No, I am about pop up MDI window for input like calculator. For example when you click on the DRO.

Re: Make TextFields on the screen ReadOnly

PostPosted: Tue Sep 20, 2016 10:06 pm
by shad
showfieldnb property working very well.
Thank you!