CF ContextMenu - (onOpen event???)
- by no9
Hello !
I have a CF application.
In some view i have a ContextMenu that shows OK.
Is there a way to catch an event as the menu is drawn/opened?
I need to do some things just as the menu is drawn, because doing it later (on menuitem click) is already too late.
regards