2016-07-27 16:04 UTC
Hello
I ask a question for you, probably trivial, but I have little experience.
I have a form Modeless Dialogs with many textbox where switches on the numbers, I manage as follows:
(Defun c: ... / Form1 / TextBox3 # OnKillFocus (/)
OnKillFocus is the best event to use?
I ask this because when I go in texbox continues to maintain focus and repeats continuously when I move the mouse function.
I also tried
(Defun c: ...... / Form1 / TextBox3 # OnEditChanged (NewValue /)
but even this does not seem good, if I insert 512 is run 3 times.
Someone could give examples or explain what is the standard to be used TexBox?
thank you
I ask a question for you, probably trivial, but I have little experience.
I have a form Modeless Dialogs with many textbox where switches on the numbers, I manage as follows:
(Defun c: ... / Form1 / TextBox3 # OnKillFocus (/)
OnKillFocus is the best event to use?
I ask this because when I go in texbox continues to maintain focus and repeats continuously when I move the mouse function.
I also tried
(Defun c: ...... / Form1 / TextBox3 # OnEditChanged (NewValue /)
but even this does not seem good, if I insert 512 is run 3 times.
Someone could give examples or explain what is the standard to be used TexBox?
thank you