Folks:

            It appears the standard methodology for making changes in
dialogs is to copy the dialog into your own .wxs file, and anything that
referred to it (like a UI sequence) also has to be copied and modified.

 

            Are there any plans (maybe in Wix v3?) to include an ability to
do some sort of limited 'dialog subclassing'? where perhaps you could just
add a control?

 

            For example, maybe something like:

 

<Dialog Id="MyDialog" Width="370" Height="270" InheritFrom="OrigDialog">
        <Control Id="CDKeyLabel" Type="Text" X="45" Y="147" Width="50"
Height="10" TabSkip="no" InsertAfter="SOMECONTROL">
          <Text>CD &amp;Key:</Text>
        </Control>

</Dialog>

 

 

                                    Lewis.

 

-------------------------------------------------------------------------
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