mastak128
14th July 2011 09:36 UTC
default text in textbox, droplist
Hi!
I have to questions:
1) is it possible to create droplist (NSD_CreateDropList) and textbox(NSD_CreateText) with default text?
In the case of textbox default text has to disappear when textbox has a focus and appear again if textbox hasn't focus and user didn't type entered a text.]
Thanks
Afrow UK
14th July 2011 11:02 UTC
You need to do this yourself with OnClick + OnChange events although I'm not sure that would be adequate for what you want to do (i.e. you probably need a lost focus event but there isn't one).
Stu
mastak128
14th July 2011 11:15 UTC
Seems to be WndSubclass_plug-in solves the 2nd problem, but I can't download it.