My apologies, I am using web. I have the mouseenter exit working in Desktop application. In web I created a subclass, added the 2 event definitions. Getting them to fire seems to be my issue.
I am using web. From what I read, I thought that is why XOJO gave us the event definition ability? Maybe I just don’t get this at all? Any clarification would surely be appreciated.
When you define an event you need to handle a way for it to fire.
Just by creating MouseEnter or MouseExit events will not fire automatically when your mouse enter or exit your WebCanvas.