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 columns with Name, No, pincode,

Thanks in Advance...



On Tue, Dec 24, 2013 at 4:47 PM, Bevan Weiss <kaize...@hotmail.com> wrote:

> Attachments get stripped from this list, you will need to provide a URL or
> some other such link to a hosted image.
>
> A ListView only really has two particular pieces of useful information for
> each 'row', that being a Value, and an item of Display.
> If you want more columns then perhaps you need to rethink the way you're
> going about the data.
>
> You could create your own custom table in the MSI and have a unique ID as
> one of the fields.
> This unique ID is then the 'Value' from the ListView to allow the selection
> of an entire row of data from your custom table.
>
> If you want to display all the columns to the user, then what you probably
> want to do is concatenate the various fields together and call this the
> 'item of Display'.
>
>
> Both options can be done using WiX, the first will likely require a custom
> action however, to retrieve the data from the custom table.
> If the second is using some dynamic data source then it will probably also
> require a custom action.  If the data will always be static, then it is
> just
> dependent on what you type into the XML for the ListView table.
>
>
> Regards,
> Bevan
>
>
> -----Original Message-----
> Date: Tue, 24 Dec 2013 14:44:53 +0530
> From: ak m <wixak...@gmail.com>
> 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 <os...@live.com> wrote:
> > 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 ListView .
> > > ListView should contain the following: Name, No, pincode
> > >
> > > Any one please help me on this?
> > >
> > > Thanks in Advance...
> > >
> > > Anil
> > >
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
> Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to