This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Custom dialog
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Oct 14, 2013
07:41 AM
Custom dialog
Hi
In installsheild we have custom dialog to get the inputs from user. I don't know how create the same cutom dialog in InstallAnywhere. I have to get the IP address and port number from user and displays in the grid. Is it possible? i'm new to installanywhere.Please help me.
Thanks,
Thananjeyan
In installsheild we have custom dialog to get the inputs from user. I don't know how create the same cutom dialog in InstallAnywhere. I have to get the IP address and port number from user and displays in the grid. Is it possible? i'm new to installanywhere.Please help me.
Thanks,
Thananjeyan
(4) Replies
‎Oct 16, 2013
01:21 AM
Hi,
You can use the Get User Input panel for this.
You can use the Get User Input panel for this.
‎Oct 17, 2013
03:31 AM
Hi
Thanks for ur reply.
we have few built-in controls (text box,radio,list,checkbox ,pop menu) In get user input - simple action. but I need the actual IP address control (txt box with dots) and validate the same. Any idea?
Thanks,
Thananjeyan
Thanks for ur reply.
we have few built-in controls (text box,radio,list,checkbox ,pop menu) In get user input - simple action. but I need the actual IP address control (txt box with dots) and validate the same. Any idea?
Thanks,
Thananjeyan
‎Oct 17, 2013
06:05 AM
To solve this, you can take the value from get user input panel and then pass this value to a CustomAction. A java class needs to be written for validating the IP address here and accordingly set an IA variable to true or false and show the dialog box to user incase it is invalid