I wish to place a background image behind all other elements.
How do I do that?

<Dialog Id="SelectFeaturesDlg" Width="491" Height="353" Title="Management
Platform WTR Setup">
        <!-- I don't know how to force this Control to be placed into the
background  -->

        <Control Id="Background" Type="Bitmap" X="0" Y="0" Width="491"
Height="353"
            Text="BackgroundImage">
            <Binary Id="BackgroundImage" SourceFile="Background.bmp" />
        </Control>

I've tried placing this control as the first control but that doesn't work.
Some items are placed underneath it anyway.
I've looked through all the elements and properties, and I cannot find any
way to do this.

Is there a particular order that controls are placed to the screen?


-- 
Oleksandr Lozitskiy

"Wealth is the product of man's capacity to think." -- Ayn Rand
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to