SetGadgetAttribute with StringGadget

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
thyphoon
Enthusiast
Enthusiast
Posts: 345
Joined: Sat Dec 25, 2004 2:37 pm

SetGadgetAttribute with StringGadget

Post 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