Hi,...

The Button controls can have conditions such as disable/ enable/
hide / show.
Such condition should use the property from the Edit control.

e.g.:
<Control Id="Cancel" Type="PushButton" ...>
  <Condition Action="disable"><![CDATA[PROPERTY = 0]]></Condition>
  <Condition Action="enable"><![CDATA[PROPERTY<>0]]></Condition>
</Control>


regargds

Stefan


David Allen wrote:
> I am trying to come up with a way to require edit
> controls on a dialog to be required before allowing
> user to click on the next button and move to the next
> dialog. Anyone have a way of doing this?
> 
> Thanks.
> 
> 
>        
> ____________________________________________________________________________________
> Get your own web address.  
> Have a HUGE year through Yahoo! Small Business.
> http://smallbusiness.yahoo.com/domains/?p=BESTDEAL
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to