Project

General

Profile

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 version 1.6. 
 This needs to be updated for the center release 1.7. 
 In addition, any number from 1.20 on will not work correctly, because it contains 3 digits 
 Also a patch level release such as 1.7.1 cannot be expressed with the current format. 
 Dialog.version is currently only used for displaying a version info in the status bar  
 after startup of BlackBox. It is proposed to be changed to a string and initialized with 
 the System property 'appVersion'. 

 Corresponds to CPC change list number 62.

Back