cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jeyanforu
Level 3

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
Labels (1)
0 Kudos
(4) Replies
RamyaVenkatesh
Level 7

Hi,

You can use the Get User Input panel for this.
0 Kudos
jeyanforu
Level 3

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
0 Kudos
anilsharma
Level 4

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
0 Kudos
jeyanforu
Level 3

Thanks anil
0 Kudos