Hi, i'm validating password (Edit) and confirm password (Edit) without
using CA. I'm doing validation inside the "Next" button control. My
objective is, if the passwords are not correct or if any of the edit is
empty "Disable the Next Button" else Enable it.

In my wix file i coded the following. I have a problem in which if i use
mouse to click the "Next" button upon validation even the "Next" couldn't
enable but if i made focus to anoter contrl, then it enable it. But if i
use tab, the functionality working fine. How can i achieve.


 <Condition Action="disable">
  <![CDATA[((FDEADMINPWD="" OR FDECONFIRMPWD="")) OR ((FDEADMINPWD <>
FDECONFIRMPWD)) ]]>
 </Condition>

  <Condition Action="enable">
 <![CDATA[((FDEADMINPWD = FDECONFIRMPWD)) AND ((FDEADMINPWD <> "" OR
FDECONFIRMPWD <> ""))]]>
  </Condition>


-- 
Regards,
Nirmalraj Durai,
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to