When developing "about window" in RCL Eclipse, we need to determine:
aboutText = My text which will be shown in about window
in about.ini file.
I need to add the version number that is defined on the overview page of the .product file. Is there a way to parameterize this string?
I tried adding {featureVersion} to aboutText, but it does not work - my window does not appear then.
Thank!
source
share