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"

[WiX-users] capturing text change event

2007-04-21 Thread DE�K JAHN, G�bor
On Fri, 20 Apr 2007 16:31:36 -0600, Richard wrote: Richard, > You've asked about a task without stating the goal. It was there in the first letter: "As an example, lets say I wanted to enable the next button on a dialog, but only once the user has typed in a valid string in a text control. I

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

[WiX-users] capturing text change event

2007-04-19 Thread Lindsay Harris
Hello, Is there any way to capture the text changed event for an Edit control. As an example, lets say I wanted to enable the next button on a dialog, but only once the user has typed in a valid string in a text control. I have found that I have to actually "click off" this text control in or