Hi Team,
I have a custom dialog where I get a value from the user on a masked edit box. (To limit the user to type only 2 digits).
On the 'Next' button on the dialog, I used the published events and selected the 'Set Installer Property value'.
Under the Event Options:
Property: MASKEDEDIT_1_PROP
Argument: [LANE_PORT]
Condition: 1
I tried providing the square brackets for the property option. Upon saving and clicking on Edit again, this square bracket is not visible on the edit screen. But again, on the Published Events grid, am able to see that [MASKEDEDIT_1_PROP] is provided under Events & [LANE_PORT] available under Arguments.
During the installation, when clicked on the Next button, on the next dialog, I was trying to display the property value of the [LANE_PORT] in a label but able to see that only the default value is displayed and not the value provided in the masked edit box. Am I missing something here?
Regards
Aswin