Hi
I have a window that automatically dims when the menu opens or a message pops up (standard behaviour) but I want my window to know when it gets dimmed and undimmed. Is there an event or something I can receive when dimming and undimming occurs?
I have tried focus events but my window does not accept focus (it's an information window only) so that didn't work.
It looks like the framework does the dimming as I do not even get a Draw event for dimmed (but I do when it is undimmed).
Ideas please.
Cheers
Monkey
you could maybe have a look at UI class headers and docs and see all of the handleXXX event handlers and overwrite them to test which one would be called when you app gets dimmed.