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
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
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"
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
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
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
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
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
8 matches
Mail list logo