Page 1 of 1

SetGadgetAttribute with StringGadget

Posted: Mon Aug 04, 2008 7:04 am
by thyphoon
I think it will be cool if we can change StringGadget Attribute like

Code: Select all

SetGadgetAttribute(1, #PB_String_Password , 0)
With #PB_String_Password , #PB_String_ReadOnly, #PB_String_Numeric , #PB_String_LowerCase, #PB_String_UpperCase, #PB_String_BorderLess:

what do you think about it ?

Best regards