Noch nicht registriert? Registrier Dich jetzt!

Parameters

All WDSibyl GUI-Programs have some generic parameters enabled.

Logfile

-LOG
All GUI-program support a simple logging mechanism. It can be enabled by the parameter »-LOG«. The logfile can then be found in the program-directory.

Language Support

-LNG=<Language>
All GUI-Programs, generated by WDSibyl includes support for multiple languages. The language is chosen by one of the following criteria.
  1. The language from the System.
  2. The language stored in the INI-file.
  3. The language can be overridden by the parameter »-LNG=<Language>«. (ex: »de« for German language)
The corresponding language file must reside in the output-directory.

File: <Project-Name>_<Language>.LNG
Sample: TestSPCC_DE.LNG

Data structure of the language file:

<Type>_<Unique Name>_<Property> <Text>
<Type>_<Unique Name>_<Property> <Text>

Type ................... Type of the object. At this time WDSibyl support »CL« and »MI«.
UniqueName ....... Unique Name of the Object. (Every class has the property »UniqueName«.)
Property ............. At this time WDSibyl supports »Caption« and »Hint«.
Text .................. Output-text.

Important: Attend the space between <Property> and <Text>. To enable the language support, the form must have the property »LanguageSupport« enabled.

Planned Languages: French, Italian, Russian and Ukrainian.

Samples:
for Form:
CL_FrmTest_Caption Mainform
CL_FrmTest_Hint This is the Mainform

for Buttons:
Cl_FrmTest\BitBtn_Caption Please Click
Cl_FrmTest\BitBtn_Hint Open new Click

for Menus:
MI_FrmTest\MenuItem1_Caption ~Open
MI_FrmTest\MenuItem2_Caption Open
Letzter Editor: ARoederer :: Eigentümer: ARoederer