Feature #18
Updated by J. Templ about 11 years ago
In BlackBox 1.6 Dialog.version is a 2-digit INTEGER set to 16, which means BlackBox major version 1.6. This needs to be updated for the center release 1.7. In order to make a more detailed version information available to BlackBox users addition, any number from 1.20 on will not work correctly, because it is proposed contains 3 digits to add Also a string variable Dialog.appVersion initialized patch level release such as 1.7.1 cannot be expressed with the System property 'appVersion'. current format. Furthermore it Dialog.version is proposed to use Dialog.appVersion instead of Dialog.version currently only used for displaying the a version information info in the status bar after startup of BlackBox. Dialog.version should It is proposed to be set automatically changed to a string and initialized with the major version number derived from Dialog.appVersion. System property 'appVersion'. Corresponds to CPC change list number 62.