I'm using the ScintillaNet control to make an editor for a proprietary language my workplace uses.
I am attempting to implement the CallTip functionality but for some reason the DwellStart event is not being called. I could not locate any flags that needed to be set and (as per the norm) there was no documentation to be found.
I implemented the event handler via the designer so the code is auto generated.
Has anyone implemented CallTip from scratch and knows what has gone wrong?