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

> Lindsay Harris wrote:
> >
> > Bob, thanks so much for your response.  So I wonder, is there any way 
> > to force a refresh or redraw of a WIX dialog?
> >
> 
> None that I'm aware of. The general approach is to have a separate 
> button (or double-up the Next button) that triggers the check. (e.g., 
> "Server name" edit control and "Verify server" button)

This is similar to what I was suggesting, except that the separate
button is just the Next button on the dialog.  In other words, put
your input validation in the Next button and display a modal error
dialog if there's a problem, otherwise continue to the next dialog in
your wizard sequence (or end the sequence if its the last dialog).

I've done this and it works just fine.
-- 
"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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to