I have a data entry I widget that I want to validate when the focus leaves.

::iwidgets::entryfield $site_8_0.fra44.fra46.fra69.ent45 \
        -labeltext {AFM IP} -textvariable _afmIP

I have tried adding -validate focusout -validatecommand validateIP, but I
receive an error indicating validatecommand is not a valid command. I read
the ASPN help, whose formatting is terrible, and tried just setting the
-validate to the command I wished to be involved. This did result in the
check I wanted to be run, but its run on every key stroke which I do not
want. Any help here?

        Robert M. Bartis
        Lucent Technologies *
        Room HO 1C-413A
        * 732.949.4565
  * [EMAIL PROTECTED]



_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to