Re: [WiX-users] ListView Creation

2013-12-28 Thread ak m
his. > > Or you could try going back to SharpSetup and asking them to help. > > > Bevan > > -Original Message- > Date: Fri, 27 Dec 2013 16:23:23 +0530 > From: ak m > Subject: Re: [WiX-users] ListView Creation > > Hi Bevan Weiss, > > Thank you for the

Re: [WiX-users] ListView Creation

2013-12-27 Thread Bevan Weiss
t's really so important to have it like this. Or you could try going back to SharpSetup and asking them to help. Bevan -Original Message- Date: Fri, 27 Dec 2013 16:23:23 +0530 From: ak m Subject: Re: [WiX-users] ListView Creation Hi Bevan Weiss, Thank you for the information. My

Re: [WiX-users] ListView Creation

2013-12-27 Thread ak m
e binary table.. then we would populate this with the binary > table identifier > iOrder++; > > lView.Modify(ViewModifyMode.InsertTemporary, lRecord); > } > catch > { > continue; > } > } > > This is how to add items to the ListView contro

Re: [WiX-users] ListView Creation

2013-12-25 Thread Bevan Weiss
ful for someone... -Original Message----- Date: Tue, 24 Dec 2013 16:59:31 +0530 From: ak m Subject: Re: [WiX-users] ListView Creation Thank you for the information.. Could you please provide any example on how to create the columns on Wix UI and add values at run time? I need to have 3

Re: [WiX-users] ListView Creation

2013-12-24 Thread ak m
gt; > > Regards, > Bevan > > > -Original Message- > Date: Tue, 24 Dec 2013 14:44:53 +0530 > From: ak m > Subject: Re: [WiX-users] ListView Creation > > Blair, > > Please find the attachment. > My requirement is to create the similar dialog in

Re: [WiX-users] ListView Creation

2013-12-24 Thread Bevan Weiss
+0530 From: ak m Subject: Re: [WiX-users] ListView Creation Blair, Please find the attachment. My requirement is to create the similar dialog in WIX . Note: My req. is to create the setup.msi file with ListView control. On Tue, Dec 24, 2013 at 2:02 PM, Blair Murri wrote: > You can do whatever

Re: [WiX-users] ListView Creation

2013-12-24 Thread ak m
Blair, Please find the attachment. My requirement is to create the similar dialog in WIX . Note: My req. is to create the setup.msi file with ListView control. On Tue, Dec 24, 2013 at 2:02 PM, Blair Murri wrote: > You can do whatever UI you want with a BA in a bundle, or to a certain > ext

Re: [WiX-users] ListView Creation

2013-12-24 Thread Blair Murri
You can do whatever UI you want with a BA in a bundle, or to a certain extend with an EmbeddedUI. > Date: Tue, 24 Dec 2013 11:37:26 +0530 > From: wixak...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] ListView Creation > > Dear All, > > I want to create a Wix UI with L

Re: [WiX-users] ListView Creation

2013-12-23 Thread Phil Wilson
I'm not sure why you are asking here how to develop a SharpDevelop ListView UI. You should ask in a SharpDevelop forum. Phil Wilson On Sun, Dec 22, 2013 at 9:12 PM, ak m wrote: > Could any one help me on this? > > Dear All, > > I want to create a Wix UI with ListView . > ListView should contai

Re: [WiX-users] ListView Creation

2013-12-22 Thread ak m
Could any one help me on this? Dear All, I want to create a Wix UI with ListView . ListView should contain the following: Name, No, pincode I am using Sharpdevelop tool to create the Listview. But i am not able to create the Listview with Name, No, pincode. Any one please help me on this? Tha