GUI enabling/disabling of controls: Difference between revisions

Content added Content deleted
No edit summary
Line 1,679: Line 1,679:
=={{header|Phix}}==
=={{header|Phix}}==
Note: this validates each input char separately, and '-' is not "NUMBER": the only way to get numbers <0 or >9 into the input field is to paste them.
Note: this validates each input char separately, and '-' is not "NUMBER": the only way to get numbers <0 or >9 into the input field is to paste them.
{{libheader|pGUI}}
<lang Phix>include pGUI.e
<lang Phix>include pGUI.e