Author:Ralph Wessel
Posted: Tue Oct 20, 2015 9:35 am (GMT+1)
Sorry, I misunderstood your question – I thought you meant drag-drop in the UI, e.g. list items. What you really want to do is track moving elements.
In order to get events for an element moving, you need to instruct ARCHICAD to notify you by calling ACAPI_Notify_InstallElementObserver. You also need to identify which elements should trigger a notification with ACAPI_Element_AttachObserver.
_________________
Ralph Wessel
Cadimage
Posted: Tue Oct 20, 2015 9:35 am (GMT+1)
Rinovo wrote: | ||
ACAPI_Notify_GetTranParams could be the one, but ..
..i don't know how to get these events. . |
Sorry, I misunderstood your question – I thought you meant drag-drop in the UI, e.g. list items. What you really want to do is track moving elements.
In order to get events for an element moving, you need to instruct ARCHICAD to notify you by calling ACAPI_Notify_InstallElementObserver. You also need to identify which elements should trigger a notification with ACAPI_Element_AttachObserver.
_________________
Ralph Wessel
Cadimage