Have you ever figured out how to refresh SelectionTree?
Hi, I am trying create my own reset button for my selection tree. I have got it resetting how I want it: <Control Id="Reset" Type="PushButton" X="25" Y="315" Width="73" Height="17" Text="!(loc.CustomizeDlgReset)"> <Publish Event="Remove" Value="ReFeature" Order="1"><![CDATA[CLIENTSERVER <>"Server"]]></Publish> <Publish Event="AddLocal" Value="ReFeature" Order="2"><![CDATA[CLIENTSERVER ="Server"]]></Publish> <Publish Event="Remove" Value="VersionFeature" Order="3"><![CDATA[CLIENTSERVER <>"Server"]]></Publish> <Publish Event="AddLocal" Value="VersionFeature" Order="4"><![CDATA[CLIENTSERVER ="Server"]]></Publish> <Publish Event="AddLocal" Value="MainFeature" Order="5">1</Publish> </Control> My only problem is that I do not know how to make the selectiontree refresh to show the updated feature which are selected. -- View this message in context: http://n2.nabble.com/Refreshing-a-SelectionTree-tp1452321p2603645.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 [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

