Hi guys,
This is driving me nuts ! I have a parent object which contains various buttons to manipulate an objects appearance -
Hue, Brightness, etc. Rather than setting mouse events for each button (with multiple scripts running), I'm taking advantage of the "Ex" feature "OnMouseEnterEX" to have one script running which handles the children in the parent script.
When I'm in DX builder, everthing works great ! When I create the widget, those buttons are "dead" not responding to their mouse events in the parent's code? I have tried everthing possible such as setting focus in code to ensure their availability, registering controller to reinforce trapping their events, etc. I've tried to solve this for days !
The funny thing is how it works fine in development mode but not on runtime !
I'm positive the parent - child relations are correct ( remember it works in the bulder).
As a stubborn coder, rarely do I "belly up" like this.
Please help
Joe