In article <[EMAIL PROTECTED]>,
    Bob Arnson <[EMAIL PROTECTED]>  writes:

> > again? If so, how do I do that? (I can try to hookup the CA on next 
> > and prev buttons around this dialog, but it sounds like too much work).
> 
> That's probably the easiest/best way. There's no "initdialog" event.

Yes, using the control event table and putting the action on the
next/back button transitions into this dialog are the way to do it.
There might be an opportunity for a WiX extension for dialogs here
that managed these transitions for you, but it would do the same thing
under the covers as suggested by Bob.

> > 2.       I'd like to have an empty ComboBox when I don't have DMO 
> > installed or any available servers. MSI never runs without any items 
> > in the ComboBox. Is this by design?

I'm not sure what you mean by "MSI never runs without any items", but
if you get an error for an empty combobox, then you can do as bob
suggests:

> <shrug> You can have a "<none>" entry you detect in a control condition.

or you can simply hide the combobox when there are no items to be
selected and show a text control in its place that says something
descriptive like "(no items available)".
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to