Hi All,

Using 5.8 and 665-Fix.

Have a textbox $txtHostName in a window, with an event

sub ::txtHostName_Change {
        print "Event fired\n";
}

It appears the the 'Change' event is firing when the script first starts, as
well as detecting changes from the users input.

Is this normal behavior? If so, how do you isolate changes post startup and
not let the event fire during startup.

Chris


Reply via email to