How do i increase any condition length on "Control Condition" on dHi Team,
How do i increase any condition length on "Control Condition" on dialogs. I refered to the mentioned localize the [Yes] and [No] button in a “Display message forum discussion .. is this going usefull for me
Im afraid to follow and use the process defined in the Url
"However, if you also want to be able to add a longer condition into that field, you can follow the steps below:
- go at the following path "C:\Program Files (x86)\Caphyon\Advanced Installer 11.1\fragments\"
- open the "Validation.aip" file in a text editor and search for the following row:
Code: Select all
<ROW Table="ControlEvent" Column="Condition" Category="Condition" Description="A standard conditional statement that specifies under which conditions an event should be triggered." Options="3" ColumnType="1" ColumnIndex="4" ColumnSize="255"/>
- set the "ColumnSize" to "0" and save it
- reopen your .AIP (project file), go in the Table Editor page, "ControlEvent" table
- find the control event that you want to modify, in your case:
Code: Select all
ConfigureDlg Next NewDialog DirAppConnectionDlg Condition
- double-click in the "Condition" column, then go at the end of the already written condition and add to it the property that you need
- build and run the project"
Thanks,
Pradeep