damoncourtney / installjammer

InstallJammer Multiplatform Installer
http://www.installjammer.com/
Other
32 stars 20 forks source link

Replace Virtual Text on CustomBlankPane2 only works in english Setup mode #87

Open luckyluke80 opened 13 years ago

luckyluke80 commented 13 years ago

In Version 1.2.15 and 1.2.15b the replacing of Virtual Text only works if you choose English at the "Select your Language" Combobox.

The bug is reproducable. Way to reproduce the bug:

  1. Create a new Project
  2. Add a CustomBlankPane2 in the Category "Standard Install" for example after the "Welcome Screen"
  3. Add a VirtualText String in "Virtual Text Strings" Category (Text = Example; Value=This is a simple test) for example the German language or any other language
  4. Change the Caption or Message Property in the TextProperties of the added CustomBlankPane2 to <%Example%>
  5. Clicking on "Preview Pane" will work but...
  6. Build the Installer and select "German" -> while the CustomBlankPane2 is shown the installer dont replaces <%Example%>. The installer takes the standard Text string defined in the de.msg file at Themes\Modern_Wizard**.msg

The changing of "SeparatorText" also doesn't work.

In Version 1.3 the replacing works!