Re: Input Box by Greg Haberek
- Posted by Greg Haberek <ghaberek at gmail.com> Jul 03, 2005
- 547 views
Add this: removeStyle( Popup_EditText, or_bits(ES_READONLY, ES_PASSWORD) ) Before this: -- add the style if necessary if pStyle then addStyle( Popup_EditText, pStyle ) end if It should remedy the problem. ~Greg