09-10-2008 09:55 AM
Hello
I would like to put a default text in a text string on a PromptPopup.
For example:
PromptPopup ("Server Name?",
"Type the name of the machine running the sample server "
"application.\n\n(example: abc.xyz.com or xxx.xxx.xxx.xxx)",
tempBuf, 255);
In the answer text box, I would like to have 127.0.0.1 by default in the box, for my test, but the user can modify it to a real IP.
Is it possible?
Thank a lot, I work on CVI 8.5.0
09-10-2008 10:20 AM
09-11-2008 02:30 AM
Thanks for you answer, I will use my own panel.