Search found 2 matches

by StefzX
15 Mar 2015, 22:24
Forum: CADEditorX
Topic: listerner for java
Replies: 2
Views: 34791

Re: listerner for java

Hello,

Thanks a lot, it worked!
Otherwise i had to change "event.detail" into "event.type" to get it to work, just in case anybody else will look forward this feature in the future

Kind regards,
Stefano Franchini
by StefzX
09 Mar 2015, 12:37
Forum: CADEditorX
Topic: listerner for java
Replies: 2
Views: 34791

listerner for java

Hello I'm using CadEditorX in Java via OLE.
I know i can execute some commands from code by submitting xml strings.

My question is: is it possible to know (for example with a listerner) where I'm clicking with the mouse? (on the drawing)

Thanks in advice