pxt2001 发表于 2022-1-30 22:18:20

无模式对话框文本列表OnSelChanged的疑问



(defun c:test/Form1/ListBox1#OnSelChanged (ItemIndexOrCount Value /)
    (command "view" "r" value)
    (dcl-Control-SetFocus test/Form1)
    (princ)
)       
(defun c:test/Form1#OnMouseEntered (/)
    (dcl-Control-SetFocus test/Form1)
)
疑问,动画演示功能为浏览已经定义的视图,点击任意一行文本box,对话框灰显,失去焦点,
请问鼠标没有移开对话框时,如何保持焦点?

页: [1]
查看完整版本: 无模式对话框文本列表OnSelChanged的疑问