Me again and my unanswerable questions...
Is there a way to change the activation property of an object by script (The one you can find in the relation tab of the property dialog) ? I've ound nothing about it in the documentation so I think it's impossible...
Here is my problem :
I'm building a dock widget, staying rolled at the side of the screen. When the mouse enters the tab of the dock, it unrolls (that was easy with the event handler Object_OnMouseEnter). I wanted the dock to roll again when the mouse exits. But when the mouse comes over an object contained by the dock (i.e. a shortcut inside it), it litteraly "exits" the dock. I tried to replace the Object_OnMouseLeave by its 'Ex' version and test the object, but the problem is the same : for DX, the mouse exits the dock object, so it rolls. I forgot for the moment the idea where the docks rolls at mouse exit, but on a click in an empty area of it, which is not very elegant.
Any idea ?