Hi using WIX 3.8 create a Bootstrapper and have a side panel bitmap for the welcome screen, hit the ALT key on keyboard and the controls on top of the .png are now "behind" the bitmap...
Anyway I can fix this? I have tried various hexstyle to no avail... hmm weird, but if I go next from Welcome then back it is fine... I have changed the options page to be the EULA page: <Page Name="Install"> <Image X="00" Y="00" Width="500" Height="390" ImageFile="Background.png" Visible="no"/> <Image X="00" Y="00" Width="493" Height="309" ImageFile="SideBanner.png" Visible="no"/> <Static X="0" Y="309" Width="495" Height="1" HexStyle="0x00000200L" Visible="yes"/> <Text X="170" Y="20" Width="-11" Height="60" FontId="2" DisablePrefix="yes" Visible="no">#(loc.InstallHeader)</Text> <Text X="170" Y="100" Width="-11" Height="-129" FontId="3" DisablePrefix="yes" Visible="no">#(loc.InstallMessage)</Text> <Text X="11" Y="-11" Width="246" Height="17" FontId="4" DisablePrefix="yes" Visible="no">#(loc.InstallVersion)</Text> <Checkbox Name="InstallClient1Checkbox" X="180" Y="180" Width="-11" Height="17" TabStop="yes" FontId="3" Visible="yes" HideWhenDisabled="no">#(loc.Client1Checkbox)</Checkbox> <Checkbox Name="InstallClient2Checkbox" X="180" Y="200" Width="-11" Height="17" TabStop="yes" FontId="3" Visible="yes" HideWhenDisabled="no">#(loc.Client2Checkbox)</Checkbox> <Checkbox Name="InstallClient3Checkbox" X="180" Y="220" Width="-11" Height="17" TabStop="yes" FontId="3" Visible="yes" HideWhenDisabled="no">#(loc.Client3Checkbox)</Checkbox> <Button Name="OptionsButton" X="314" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" Visible="no">#(loc.InstallOptionsButton)</Button> <Button Name="WelcomeCancelButton" X="404" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0" Visible="no">#(loc.InstallCancelButton)</Button> </Page> <Page Name="Options"> <Static X="0" Y="309" Width="495" Height="1" HexStyle="0x00000200L"/> <Static X="0" Y="58" Width="495" Height="1" HexStyle="0x00000200L"/> <Image X="00" Y="00" Width="493" Height="58" ImageFile="Logo.png" Visible="no"/> <Text X="11" Y="-11" Width="246" Height="17" FontId="4" Visible="no" DisablePrefix="yes">#(loc.InstallVersion)</Text> <Text X="28" Y="80" Width="444" Height="202" TabStop="no" FontId="2" HexStyle="0x00800000L" DisablePrefix="yes" /> <Richedit Name="EulaRichedit" X="30" Y="82" Width="440" Height="198" TabStop="yes" FontId="0" /> <Checkbox Name="EulaAcceptCheckbox" X="28" Y="-56" Width="260" Height="17" TabStop="yes" FontId="4" Visible="no" HideWhenDisabled="yes">#(loc.InstallAcceptCheckbox)</Checkbox> <Button Name="OptionsOkButton" X="238" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.OptionsOkButton)</Button> <Button Name="InstallButton" X="314" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.InstallInstallButton)</Button> <Button Name="WelcomeCancelButton" X="404" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.InstallCloseButton)</Button> </Page> thanks, Steve -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/alt-key-in-bootstrapper-messes-up-the-foreground-background-of-controls-tp7592823.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users