lesouef wrote:Robert,
answer is no. I don't even know what it does.
Then there is your issue.
The onDrag needs to allow the drag to happen. You accomplish this by returning either one of those constants.
When you return nothing or return DRAGNDROP.NONE then the drag won't happen and therefor the onDragOver will never trigger.
In the onDragOver you have to allow the Drop by returning true or false, true means you will allow the drop and onDrop will trigger.
So it's sort of a cascading approach. If you disallow it somewhere in the chain the rest will simply not trigger.
lesouef wrote:the weird thing is that it works in web mode, but this maybe a lucky side effect.
I think so too.
lesouef wrote:there maybe an explanation in the wiki, but no way to access that for me (account created and confirmed but never worked...) and no way to re-create one.
Just send an email to Servoy, they will fix/reset it for you.