Hi,

I'm trying to create a dialog with two pathedit controls and corresponding
two browse buttons.
This is the code I've came up with:

       <Control Id="TextBox_BinDir" Type="PathEdit" X="25" Y="107"
Width="266" Height="15" Text="Test" Property="BIN_DIR"></Control>
       <Control Id="BrowseBinFolder" Type="PushButton" X="295" Y="107"
Width="50" Height="15" Text="Browse">
       <Publish Event="SpawnDialog" Value="BrowseDlg"></Publish>
       </Control>
       <Control Id="TextVerifySettings" Type="Text" X="25" Y="147"
Width="200" Height="10">
       <Text>Maya [Versions] Scripts Folder:</Text>
       </Control>
       <Control Id="TextBox_ScriptsDir" Type="PathEdit" X="25" Y="160"
Width="266" Height="15" Text="Test" Property="SCRIPTS_DIR"></Control>
       <Control Id="button1" Type="PushButton" Height="15" Width="50"
X="295" Y="160" Text="Browse">
          <Publish Event="SpawnDialog" Value="BrowseDlg"></Publish>
       </Control>

In addtion to:

   <Property Id="WIXUI_INSTALLDIR" Value="TARGETDIR" />
   <Property Id="_BrowseProperty" Value="TARGETDIR"/>

It's quite obvious that there is no connection between the BrowseDlg and the
PathEdit controls, but for the life of me - that's exactly what I've failed
to do.

Anyone?

Thank you
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to