Contents |
With UpdateDISE you can setup a user interface to be used for creating text files with custom content. The application is meant to be a more controlled application instead of notepad or similar text editors. The text file(s) created by the application can then be used with Data connections in DISE.
When UpdateDISE is configured the actual usage is very easy. Select the Page you want to use on the left hand side, fill in all the fields on the right hand side and then click on "Write file" to save the data to the output file. If you uncheck the "Show this page" option then a empty file will be written. You can change the language of the user interface from the Language menu.
Configuration of UpdateDISE is a bit more complicated. If you have any problems getting started, then please contact us and we will help you out. The UpdateDISE data is separated in two files:
If you delete the data file then all text will be reset to the default. And if you do any changes to the settings the data file will be updated automatically.
To change the interface in UpdateDISE you edit the settings file. The settings file contains one Pages chunk, that in turn contain several Page chunks. Each page then contains a Items chunk that contains several Item.
Each page will be displayed to the left in the UpdateDISE user interface. And when you select a page the items in that page will be shown to the right.
FileName="Message1.txt" UseThis=1 Caption="Message 1" Items { Item { .... } }
FileName
UseThis
Caption
Item { X=10 Y=10 W=400 H=21 Type=Edit Caption="Title" Preset="" FontSize=8 RowBreak=1 FileName="" }
X, Y
W, H
Type
Caption
Preset
FontSize
RowBreak
FileName