Re: [WiX-users] Showing a bitmap image

2009-03-18 Thread Jyothsna Padavala
Hi Sudripta,

Did you get this (showing bitmap) problem sorted out ?
I've the same problem too and looking out for a solution.

Thanks,
Jyo

-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Monday, March 16, 2009 5:56 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Showing a bitmap image

Sudripta Nandy (Sarangsoft Corporation) wrote:
 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?
   

What does your Binary element look like?

-- 
sig://boB
http://joyofsetup.com/




--
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

--
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


Re: [WiX-users] Showing a bitmap image

2009-03-18 Thread Chad Petersen
Didn't Bob's reply help at all? He was asking what the Binary element
looks like. It should have the name of the binary file, the same name
using in the Control attribute. 

Binary Id=Maingraphic.bmp
src=$(env.WIXINSTALL)\UpdateTemplate\UI\HarlandLeftBanner_121x234.bmp/




Control Id=MainBitmap Type=Bitmap X=2 Y=2 Width=100
Height=232 Text=Maingraphic.bmp /


The combination of the two has always allowed me to display a bitmap in
my dialogs. But, if I remove or don't get the Binary element correct
then it won't display.

Hope that helps



-Original Message-
From: Jyothsna Padavala [mailto:jpadav...@industrialorigami.com] 
Sent: Wednesday, March 18, 2009 10:29 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Showing a bitmap image

Hi Sudripta,

Did you get this (showing bitmap) problem sorted out ?
I've the same problem too and looking out for a solution.

Thanks,
Jyo

-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Monday, March 16, 2009 5:56 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Showing a bitmap image

Sudripta Nandy (Sarangsoft Corporation) wrote:
 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?
   

What does your Binary element look like?

-- 
sig://boB
http://joyofsetup.com/




--
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


--
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



--
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


Re: [WiX-users] Showing a bitmap image

2009-03-18 Thread Jyothsna Padavala
Thanks Chad,
I could solve it.

!-- The control element in my custom dialog --
Control Id=BannerBitmap Type=Bitmap X=0 Y=0 Width=370
Height=44 TabSkip=no Text=[BannerBitmap] /

!-- The properties set to refer to the bitmap image --
Property Id=BannerBitmapbannrbmp/Property
Binary Id=bannrbmp src=$(env.STAGE)\PROE\WF30\Resource\IOILogo.bmp
/


Thanks




-Original Message-
From: Chad Petersen [mailto:chad.peter...@harlandfs.com] 
Sent: Wednesday, March 18, 2009 11:48 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Showing a bitmap image

Didn't Bob's reply help at all? He was asking what the Binary element
looks like. It should have the name of the binary file, the same name
using in the Control attribute. 

Binary Id=Maingraphic.bmp
src=$(env.WIXINSTALL)\UpdateTemplate\UI\HarlandLeftBanner_121x234.bmp/




Control Id=MainBitmap Type=Bitmap X=2 Y=2 Width=100
Height=232 Text=Maingraphic.bmp /


The combination of the two has always allowed me to display a bitmap in
my dialogs. But, if I remove or don't get the Binary element correct
then it won't display.

Hope that helps



-Original Message-
From: Jyothsna Padavala [mailto:jpadav...@industrialorigami.com] 
Sent: Wednesday, March 18, 2009 10:29 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Showing a bitmap image

Hi Sudripta,

Did you get this (showing bitmap) problem sorted out ?
I've the same problem too and looking out for a solution.

Thanks,
Jyo

-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Monday, March 16, 2009 5:56 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Showing a bitmap image

Sudripta Nandy (Sarangsoft Corporation) wrote:
 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?
   

What does your Binary element look like?

-- 
sig://boB
http://joyofsetup.com/




--
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


--
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




--
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

--
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


[WiX-users] Showing a bitmap image

2009-03-16 Thread Sudripta Nandy (Sarangsoft Corporation)
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
TextMy Product License Agreement/Text
/Control
Control Id=Description Type=Text X=25 Y=33 Width=280 
Height=15 Transparent=yes NoPrefix=yes
TextPlease 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


Re: [WiX-users] Showing a bitmap image

2009-03-16 Thread Bob Arnson
Sudripta Nandy (Sarangsoft Corporation) wrote:
 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?
   

What does your Binary element look like?

-- 
sig://boB
http://joyofsetup.com/



--
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