Oldest known version of this page was edited on 2007-02-28 02:47:54 by ARoederer [ Seite erstellt ]
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.
All GUI-Programs, generated by WDSibyl includes support for multiple languages. The language is chosen by one of the following criteria.
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
Parameters
All WDSibyl GUI-Programs have some generic parameters enabled.Logfile
-LOGAll 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.
- The language from the System.
- The language stored in the INI-file.
- The language can be overridden by the parameter »-LNG=<Language>«. (ex: »de« for German language)
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
Last Editor :
Owner :