Actually, I tried to use 2 selection trees: -- <Control Id="Tree" Type="SelectionTree" X="25" Y="85" Width="175" Height="115" Property="_BrowseProperty" Sunken="yes" TabSkip="no" Text="!(loc.CustomizeDlgTree)"> <Condition Action="hide"><![CDATA[NeedsRefreshing = "yes"]]></Condition> <Condition Action="show"><![CDATA[NeedsRefreshing = "no"]]></Condition> </Control> <Control Id="TreeTwin" Type="SelectionTree" X="25" Y="85" Width="175" Height="115" Property="_BrowseProperty" Sunken="yes" TabSkip="no" Text="!(loc.CustomizeDlgTree)"> <Condition Action="hide"><![CDATA[NeedsRefreshing = "no"]]></Condition> <Condition Action="show"><![CDATA[NeedsRefreshing = "yes"]]></Condition> </Control> --
By default NeedsRefreshing = "no". It is updated to "yes" on pressing "Next" button, if certain conditions met. But this doesn't work, I get the following error when dialog is created: DEBUG: Error 2711: The specified Feature name ('') not found in Feature Table. Does anyone have any idea how to make it work? -- View this message in context: http://n2.nabble.com/Refreshing-a-SelectionTree-tp1452321p2603680.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users