StewartGilray
29th April 2007 15:49 UTC
URGENT: Text/Number entry and write to file
Hi,
We've got Beta tomorrow on our title, and I need to add a page to the installer where someone can enter an IP address, this would then be written out to a file.
My problem is I've gone through the docs and can't find anything relating to text entry, or how to do it?!
Help??!
Many thanks in advance.
S.
Comperio
29th April 2007 16:16 UTC
InstallOptionsEx has an option for IP address input. This is the only plugin that I'm aware of that allows you to get an input box for IP addresses.
The only other thing I can suggest is use a plain text box with the regular InstallOptions plugin and then validate the entered text in the page's leave function.
Red Wine
29th April 2007 16:17 UTC
You'll need to set up a custom page, included InstallOptions examples might help you start.