Hi,
We dynamically change context-menu contents in BeforeToolDropdown event. The menu has complex structure with sub-menus. Everything work fine until the form is not tabbed to UltraTabbedMdiManager. When the form is tabbed, after closing one of the sub-menus whole context menu is closing too.
What we should do to prevent this? Thanks in advance.
Hello.
Do you have any sample code that you could provide or could yopu give us more details about your application?
Hello,
Yes, we have sample code (find attached). Use case is:
1. After application start you will see main form with two child forms attached to right and left edge of main form. Context menus for both of child forms work well .
2. Then undock one of these child forms and put it inside the main form (i.e. Mdi). Context menu under this docked inside form work well. But the context menu under the form that is still docked at one of the edges is broken.