Hello,
I try to customize the native standard bootstrapper application using
a custom theme XML-file. Unfortunately I have some problems
implementing our design requirements:
1. I have an image which should be placed in the lower left corner of
the window. Using negative values for the X/Y-coordinates this is
almost possible:
<Image X="1" Y="-1" Width="100" Height="100" ImageFile="logo.bmp"
Visible="yes"/>
But then I have a small 1px gap between the window-border and my
image. What I really would like to write is something like this:
<Image X="0" Y="-0" Width="100" Height="100" ImageFile="logo.bmp"
Visible="yes"/>
Obviously this is not possible since X and Y are integers. I also do
not want to use a positive Y-coordinate because the height of the
window depends on the height of the title bar (which may change when
using other window designs: e.g. Aero vs. classic design).
2. Another problem is that I need a vertical line. I tried using the following:
<Static X="105" Y="69" Width="1" Height="385" Visible="yes"/>
(again Height="-0" would be great)
But no line is shown.
3. Is there a way to use 32-bit images with alpha channel
(transparency)? I already tried png and bmp (with transparency) with
and without HexStyle attribute on the image element.
4. My last problem is that I need a gray background for some part of
the window. I tried to use a background image but when running the
setup the controls (buttons) only show up, after I moved the mouse
over them.
I attached my theme and the used images to this e-mail.
Do you have any ideas how I could solve some of the problems? Thanks!
Kind regards,
Christian Andersen
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users