[WiX-users] List box entry selection

2008-01-14 Thread fiordean dacian
Hi,

I added a listbox control on a dialog which I'm adding items into within a 
custom action (it is actually a feature list similar with the tree control on 
SetupTypeDlg.wxs except I want the features in a list).

Question is, how I could select by default the first entry in that listbox?

Thanks,
Dacian





  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] List box entry selection

2008-01-14 Thread Richard

In article [EMAIL PROTECTED],
fiordean dacian [EMAIL PROTECTED]  writes:

 I added a listbox control on a dialog which I'm adding items into within a cu
stom action (it is actually a feature list similar with the tree control on Set
upTypeDlg.wxs except I want the features in a list).
 
 Question is, how I could select by default the first entry in that listbox?

The ListBox control is associated with a property.  Usually the
default selection of a control associated with a property is
controlled by setting the property to have the value associated with
its selection.  If you don't initialize the property, it will be
empty, and no item will be selected.  Radio buttons and check boxes
work similarly.
-- 
The Direct3D Graphics Pipeline -- DirectX 9 draft available for download
  http://www.xmission.com/~legalize/book/download/index.html

Legalize Adulthood! http://blogs.xmission.com/legalize/

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users