2009-09-20 10:46 UTC
Hello,
I needed to know where is the mouse (coord) on an Treeview control.
The only way for this , is to use OnMouseMove Event with Treeview control, now, but i meet a new problem :
For each event call, a new command line (in AutoCAD) is inserted.
With OnMouseMove, a lot of lines are inserted : maybe One undred or more .... !
I understood that OpenDCL send AutoCAD order on an Event, wich is defined in Studio.
So, could it be possible to call directly lisp order without send AutoCad Order ?
Or anyway else to remove these Autocad Command lines ....
Or, is ther another way to get coords of mouse over a treeview ?
Hope i explain correctly my problem ;D
Best regards.
Thanks
I needed to know where is the mouse (coord) on an Treeview control.
The only way for this , is to use OnMouseMove Event with Treeview control, now, but i meet a new problem :
For each event call, a new command line (in AutoCAD) is inserted.
With OnMouseMove, a lot of lines are inserted : maybe One undred or more .... !
I understood that OpenDCL send AutoCAD order on an Event, wich is defined in Studio.
So, could it be possible to call directly lisp order without send AutoCad Order ?
Or anyway else to remove these Autocad Command lines ....
Or, is ther another way to get coords of mouse over a treeview ?
Hope i explain correctly my problem ;D
Best regards.
Thanks