I am creating a custom password entry popup screen.
A numeral display & input object is set with adress $W10.
It is using the input from a pop-up screen where I have put command buttons which write numeral strings to enter the password.
A macro in the object when Value = Set value executes a SHOWPAGE command.
This works fine, only I want the numeral input object to appear as a button without displaying the actual input value.
Therefore I have set the control flags:
Input > Enable
Display > Display
Display (Numeral Display) > No display
The numeric value is hidden while there is no activity but once the numeral input is pressed, it still displays a feed character and following the characters which are input by the popup screen. But I want nothing to be visible.
I have tried setting the text color the same as the the object background, but this doesn't effect the character colour which is still visible.
Any ideas ?
[attachmentid=3457] [attachmentid=3458]