Archive: URGENT: Text/Number entry and write to file


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.


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.


You'll need to set up a custom page, included InstallOptions examples might help you start.