Hi, I have a dialog, in which there is a field that needs to be a guid. How Do I validate this field?
Dialog: <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Fragment> <UI> <Dialog Id="ClientIDNAMEDlg" Width="370" Height="270" Title="!(loc.ClientIDNAMEDlg_Title)"> <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.WixUINext)"> <!--<Condition Action="enable"><![CDATA[CLIENTIDVALIDATED="1"]]></Condition> <Condition Action="disable"><![CDATA[CLIENTIDVALIDATED<>"1"]]></Condition>--> </Control> <Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" /> <Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.WixUICancel)"/> <Control Id="Description" Type="Text" X="25" Y="23" Width="280" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.ClientIDNAMEDlgDescription)" /> <Control Id="Title" Type="Text" X="15" Y="6" Width="200" Height="15" Transparent="yes" NoPrefix="yes" Text="!(loc.ClientIDNAMEDlgTitle)" /> <Control Id="BannerBitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="44" TabSkip="no" Text="!(loc.ClientIDNAMEDlgBannerBitmap)" /> <Control Id="BannerLine" Type="Line" X="0" Y="44" Width="370" Height="0" /> <Control Id="LinedBottom" Type="Line" X="0" Y="234" Width="370" Height="0" /> <Control Id="NameLabel" Type="Text" X="20" Y="60" Width="290" Height="10" Text="!(loc.ClientIDNAMEDlgFolderLabelName)" /> <Control Id="NameEdit" Type="Edit" X="20" Y="80" Width="200" Height="18" Property="CLIENTNAME"/> <Control Id="TesteGBox" Type="GroupBox" X="20" Y="110" Width="340" Height="70" Text="Check Guid"/> <Control Id="IDLabel" Type="Text" X="30" Y="130" Width="290" Height="10" Text="!(loc.ClientIDNAMEDlgFolderLabelID)" /> <Control Id="IDEdit" Type="Edit" X="30" Y="150" Width="190" Height="18" Property="CLIENTID"> <!--<Condition Action="disable"><![CDATA[CLIENTIDVALIDATED="1"]]></Condition>--> </Control> <Control Id="CheckGuidButton" Type="PushButton" X="230" Y="150" Width="40" Height="17" Text="!(loc.TestButton)" Property="CLIENTIDVALIDATED" Disabled="yes"> <!--<Condition Action="disable"><![CDATA[CLIENTIDVALIDATED="1"]]></Condition>--> </Control> </Dialog> </UI> </Fragment> </Wix> Thanks, Carolina Zuqueto Amaral carolina.ama...@conv.com.br<mailto:carolina.ama...@conv.com.br> tel +55 21 2494-5476 cel +55 21 9524-7186 ________________________________ Confidencialidade: A informa??o contida nesta mensagem de e-mail, incluindo quaisquer anexos, ? confidencial e est? reservada apenas ? pessoa ou entidade para a qual foi endere?ada. Se voc? n?o ? o destinat?rio ou a pessoa respons?vel por encaminhar esta mensagem ao destinat?rio, voc? est?, por meio desta, notificado que n?o dever? rever, retransmitir, imprimir, copiar, usar ou distribuir esta mensagem de e-mail ou quaisquer anexos. Caso voc? tenha recebido esta mensagem por engano, por favor, contate o remetente imediatamente e apague esta mensagem de seu computador ou de qualquer outro banco de dados. Grato. Confidentiality Notice: The information contained in this email message, including any attachment, is confidential and is intended only for the person or entity to which it is addressed. If you are neither the intended recipient nor the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that you may not review, retransmit, convert to hard copy, copy, use or distribute this email message or any attachments to it. If you have received this email in error, please contact the sender immediately and delete this message from any computer or other data bank. Thank you. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users