There's a list of dialogs (with screen shots) at:
http://www.wixwiki.com/index.php?title=UiExtension

Regards,

Rob 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson
Sent: Wednesday, January 10, 2007 11:57 PM
To: Scullum
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] User Interface Help Needed On Displaying A Custom
DIalog

Scullum wrote:
>
> Error LGHT0204: ICE17: PushButton: 'Next' of Dialog: 'InstallDirDlg' 
> does not have an event defined in the ControlEvent table. It is a 'Do 
> Nothing' button.
>

WixUI_Mondo doesn't use InstallDirDlg -- are you referencing it?

> But i do not know the names of all the dialogs, what would this be 
> called.  Is there a of the dialog names somewhere, i have looked in 
> the user guide and the wiki but have not found anything of relevance
>

There's no such list. If you're customizing the UI, it's assumed you're also
looking at the source code in src/ext/UIExtension/wixlib.
>
> Secondly assuming the custom install dialog is called 
> 'CustomInstallDlg' would this be sufficient to display my dialog 
> within the sequence?
>      <Publish Dialog="LicenseAgreementDlg" Control="Next" 
> Event="NewDialog" Value="CustomInstallDlg">LicenseAccepted = 
> "1"</Publish>
>

You have to provide an entire dialog set; you can't just override the
dialogs you're interested in. You have to replace WixUI_Mondo, for example,
by copying it and updating the Back/Next control events to refer to your
custom dialog.

--
sig://boB
http://bobs.org



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




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