Posted Wed, 25 Nov 2020 02:23:38 GMT by

is there a way to create a custom dialog box that updates two separate variables for username and password. Currently I have this snippet in my script 

<AMVARIABLE NAME="user" />
<AMVARIABLE NAME="Password" />
<AMSHOWDIALOG ACTIVITY="input" MESSAGE="User name" RESULTVARIABLE="user" WINDOWTITLE="Input" />
<AMSHOWDIALOG ACTIVITY="input" MESSAGE="Password" RESULTVARIABLE="Password" WINDOWTITLE="Input" />

 

But what i am trying to do is have one dialog box with two text boxes that are connected to the variables, i know you can create custom dialog boxes but i am not sure if you can connect a text box straight to a variable from them as i have not found that yet. 

 

thank you,

Posted Thu, 10 Dec 2020 07:05:31 GMT by

Bradley,

 

Sorry for the delay in response.  This is possible but there is a bug with this feature.  I am going to research the bug number and provide that bug number and information for you once I capture it.

 

Thanks, Chris

You must be signed in to post in this forum.