2015-10-19 03:07 PM - last edited on 2023-07-13 03:01 PM by Doreena Deng
2015-10-19 03:32 PM
Rinovo wrote:There are example add-ons bundled with the API to illustrate the use of many calls. For drag-drop operations, I suggest looking at
Hello!
I need to get move/drag operation beg and end coords. Couldn't find a way to get drag event or initialize drag. Any ideas ?
2015-10-19 03:41 PM
2015-10-20 08:52 AM
*The transformation data is valid only between a APINotifyElement_BeginEvents and the following APINotifyElement_EndEvents notification.
2015-10-20 10:35 AM
Rinovo wrote: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.
ACAPI_Notify_GetTranParams could be the one, but ..*The transformation data is valid only between a APINotifyElement_BeginEvents and the following APINotifyElement_EndEvents notification.
..i don't know how to get these events. .
2015-10-22 10:36 AM