Re: [WiX-users] capturing text change event

2007-04-21 Thread Bob Arnson
Richard wrote: > 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 > you

Re: [WiX-users] capturing text change event

2007-04-21 Thread Richard
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 s

Re: [WiX-users] capturing text change event

2007-04-21 Thread Bob Arnson
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"

Re: [WiX-users] capturing text change event

2007-04-20 Thread Richard
In article <[EMAIL PROTECTED]>, Lindsay Harris <[EMAIL PROTECTED]> writes: > Bob, thanks so much for your response. So I wonder, is there any way to fo= > rce a refresh or redraw of a WIX dialog? What is it you're really trying to do? You've asked about a task without stating the goal. U

Re: [WiX-users] capturing text change event

2007-04-20 Thread Lindsay Harris
Kumar Subject: Re: [WiX-users] capturing text change event Lindsay Harris wrote: Is there any way to capture the text changed event for an Edit control. No; MSI doesn't expose events on Edit controls. From the MSI doc: The ControlEvent Table specifies the control events that are started w

Re: [WiX-users] capturing text change event

2007-04-19 Thread Bob Arnson
Lindsay Harris wrote: Is there any way to capture the text changed event for an Edit control. No; MSI doesn't expose events on Edit controls. From the MSI doc: The ControlEvent Table specifies the control events that are started when a user interacts with a PushButton Control , CheckBox C