2009-06-09 10:43 UTC
Hello,
I still locked on a problem with tree control (in a dockable form):
When user chose a node, tree control keep focus anyway, and then , if i wish to send (entget) command , cursor are not available in graphical parts.
I found this for the moment :
(command "_TEXTSCR") ; Work fine, but flash a screen !
;(command "_GRAPHSCR") ; No work at all !
;(dcl_Control_SetOk "A" "B" "gpe:borne:inv") ; select another button in dockable form ,not work !
;(dcl_Control_SetFocus "A" "B" "gpe:borne:inv") ; focus another button in dockable form ,not work !
(setq @&entsel(entsel "Make a choice :"))
Also found :
Must do a mouse over the dockable form to get cursor back .... very strange !
There are no mouseover event.
all EventInvoke are allow !
Thanks for any suggest or reply ;)
I still locked on a problem with tree control (in a dockable form):
When user chose a node, tree control keep focus anyway, and then , if i wish to send (entget) command , cursor are not available in graphical parts.
I found this for the moment :
(command "_TEXTSCR") ; Work fine, but flash a screen !
;(command "_GRAPHSCR") ; No work at all !
;(dcl_Control_SetOk "A" "B" "gpe:borne:inv") ; select another button in dockable form ,not work !
;(dcl_Control_SetFocus "A" "B" "gpe:borne:inv") ; focus another button in dockable form ,not work !
(setq @&entsel(entsel "Make a choice :"))
Also found :
Must do a mouse over the dockable form to get cursor back .... very strange !
There are no mouseover event.
all EventInvoke are allow !
Thanks for any suggest or reply ;)