I wish that were happening, but its not. I thought that might be the case but its not working that way. <Dialog Id="ErrorDlg" Title="[ProductName] Setup" Width="270" Height="105" NoMinimize="yes" ErrorDialog="yes"> <Control Id="ErrorText" Type="Text" X="48" Y="15" Width="205" Height="60" Transparent="yes" Text="Information text"/> <Control Id="Y" Type="PushButton" X="100" Y="80" Width="56" Height="17" Text="[ButtonText_Yes]" > <Publish Event="EndDialog" Value="ErrorYes">1</Publish> </Control> <Control Id="A" Type="PushButton" X="100" Y="80" Width="56" Height="17" Text="[ButtonText_Cancel]"> <Publish Event="EndDialog" Value="ErrorAbort">1</Publish> </Control> <Control Id="C" Type="PushButton" X="100" Y="80" Width="56" Height="17" Text="[ButtonText_Cancel]"> <Publish Event="EndDialog" Value="ErrorCancel">1</Publish> </Control> <Control Id="I" Type="PushButton" X="100" Y="80" Width="56" Height="17" Text="[ButtonText_Ignore]"> <Publish Event ="EndDialog" Value="ErrorIgnore">1</Publish> </Control> <Control Id="N" Type="PushButton" X="100" Y="80" Width="56" Height ="17" Text ="[ButtonText_No]"> <Publish Event ="EndDialog" Value ="ErrorNo">1</Publish> </Control> <Control Id="O" Type="PushButton" X="100" Y="80" Width="56" Height ="17" Text ="[ButtonText_Ok]"> <Publish Event ="EndDialog" Value="ErrorOk">1</Publish> </Control> <Control Id="R" Type="PushButton" X="100" Y="80" Width="56" Height="17" Text="[ButtonText_Retry]"> <Publish Event="EndDialog" Value="ErrorRetry">1</Publish> </Control> </Dialog>
It keeps Putting Y as the Control_First Magus wrote: > > I keep getting an error with my ErrorDlg > Error LGHT0204: ICE20: Specified ErrorDialog: 'ErrorDlg' not found in > Dialog table (or its Control_First control is not 'ErrorText'). > I have my ErrorDlg created just fine so the problem is the Control_First > not being ErrorText. I do have an errorText in my Dialog, but I don't > know how to in Votive or Wix to make it the Control_First > -- View this message in context: http://www.nabble.com/Votive-3-%28ErrorDialog%29-error-tf2379414.html#a6665683 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- 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