In my setup program, I am creating a simple dialog with an image at the top of 
the dialog. But, the image is not getting shown. The dialog entry looks like 
below:

            <Dialog Id="EulaDlg" Width="370" Height="270" Title="My Product" 
NoMinimize="yes">
                <Control Id="NextButton" Type="PushButton" X="240" Y="243" 
Width="57" Height="18" Disabled="no" TabSkip="yes" Text="Next" Default="yes">
                    <Publish Event="NewDialog" 
Value="InstallDlg"><![CDATA[1]]></Publish>
                </Control>
                <Control Id="TopPanelImage" Type="Bitmap" X="0" Y="0" 
Width="370" Height="60" Text="MyTopPanel.jpg" />
                <Control Id="BannerLine" Type="Line" X="0" Y="63" Width="370" 
Height="0" />
                <Control Id="EulaText" Type="ScrollableText" X="20" Y="70" 
Width="330" Height="120" TabSkip="no">
                    <Text SourceFile="EULA.rtf" />
                </Control>
                <Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" 
Height="0" />
                <Control Id="Title" Type="Text" X="15" Y="16" Width="200" 
Height="15" Transparent="yes" NoPrefix="yes">
                    <Text>My Product License Agreement</Text>
                </Control>
                <Control Id="Description" Type="Text" X="25" Y="33" Width="280" 
Height="15" Transparent="yes" NoPrefix="yes">
                    <Text>Please read the following license agreement 
carefully.</Text>
                </Control>
            </Dialog>


Please let me know, what am I doing wrong. I also had tried with a 24-bit bmp 
image but, had no luck. Why is the bitmap not getting shown?


Thanks.
Sudripta.
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to