Skip to content
Discussion options

You must be logged in to vote

As the log shows there is no restart required. The reason for the message was a changed behavior in the API interface to THM files.

The bundle doesn't come with a custom bootstrapper application. Only a the HyperlinkTheme.xml defines the UI. I assume that the 3.x framework had set the localized SuccessRestartText to an empty string. The 4.x framework requires that the VisibleCondition in the THM must be used.

This change was necessary in the UI theme:

From
<Text Name="SuccessRestartText" X="-11" Y="-51" Width="400" Height="34" FontId="3" HideWhenDisabled="yes" DisablePrefix="yes">#(loc.SuccessRestartText)</Text>
To
<Label Name="SuccessRestartText" X="-11" Y="-51" Width="400" Height="34" F…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@robmen
Comment options

Answer selected by robmen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants