--- In [email protected], "nospam0123456us" <[EMAIL PROTECTED]> wrote: > > I want to add an event handler to detect EN_CHANGE for anth edit box. > > The folowing sample take as external dialog the pickString window. > > I' tried the folowing code but i got an unclear error message ! > "Dialog or Contrlo handle isn't
Yes, the error message is very cryptic :) But: AFAIK the only dialog function that works with non-dialog windows is set_font. I think the message means dialog.set_response works only with a dialog or control created by the dialog plugin. Regards, Sheri
