In article <[EMAIL PROTECTED]>,
    Jaguar 36 <[EMAIL PROTECTED]>  writes:

> I have a dialog that has a password and a confirm password edit control.
> They are both set to Password=3D'yes'.
> I also have a checkbox that reads Display Password.
> What I want to do is to be able to display the Password when the user che=
> cks on the checkbox and set it to
> password when he unchecks the checkbox.
> Is there a way to set the attribute to do this in wix ? I have tried many=
>  ways , but dont seem to be able to solve this.

Create two sets of edit controls, one set with the password attribute
and another set without.  Hook them up to the same properties in each
set.  Use the checkbox to hide/show the different sets of edit
controls.
-- 
"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/>

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