Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2009-03-25
2009-03-25 12:07:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ba264ac8c1eaa4e49f47196b604a062b4ee1cc7e (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
5.2
Second attempt to show progress text.
Rev: server/etc/RoxenUI.wxs:1.83
507:
</Control> <Control Id="ProgressLabel" Type="Text" X="18" Y="96" Width="336" Height="12"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}Please wait...</Text>
+
<Subscribe Event="ActionText" Attribute="Text"/>
</Control>
-
+
<Control Id="ProgressData" Type="Text" X="18" Y="123" Width="336" Height="12">
+
<Subscribe Event="ActionData" Attribute="Text"/>
+
</Control>
<Control Id="InstalledBody" Type="Text" X="9" Y="63" Width="354" Height="12"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}[ProductName] is being installed.</Text> <Condition Action="show"><![CDATA[REMOVE=""]]></Condition>