clear textbox
Is there a way to clear a textbox . I can set the focus but can't see anything in NSDialogs to clear a textbox, just a listbox?
or do I have to write a function to clear the string.
thx
Archive: clear textbox
clear textbox
Is there a way to clear a textbox . I can set the focus but can't see anything in NSDialogs to clear a textbox, just a listbox?
or do I have to write a function to clear the string.
thx
Just write an empty string to the textbox, like
${NSD_SetText} $TextBox ""
thx. perfect.