2009-05-05 01:08 UTC
(defun c:Onset_Outline_tbTabDatumLocX_OnSetFocus ()
(tcam:pushmsg "X Focus")
(dcl_TextBox_SetSel Onset_Outline_tbTabDatumLocX 0 -1 t)
)
Left mouse down in text box giving it focus fires event. Left mouse up in box fires event.
Checked events:
RetrunPressed
SetFocus
(tcam:pushmsg "X Focus")
(dcl_TextBox_SetSel Onset_Outline_tbTabDatumLocX 0 -1 t)
)
Left mouse down in text box giving it focus fires event. Left mouse up in box fires event.
Checked events:
RetrunPressed
SetFocus