Page 1 of 1

Real time update control in a dialog

Posted: Mon Jan 27, 2014 10:41 pm
by ElJi
Hi,

how can i get the line at the bottom (= $SHORTCUTFILESBASE$\$STARTMENU$ ) update at once if i change the EditField $STARTMENU$ or the RadiobuttonGroup $SHORTCUTFILESBASE$ .

If i press <Next> and then <Back> i'll get it, but i want to get that in a synchronous way (real time ...).

Thanx for help

El Ji

Re: Real time update control in a dialog

Posted: Tue Jan 28, 2014 12:24 pm
by FrancescoT
Dear User,

If I haven't missed your question, unfortunately it is not possible to catch when the Edit Box's text has been modified.

You should display that Edit box in a separate dialog and before to display your current dialog.

Regards