I'm sorry if I've missed the answer for this one
...
When you create a MDI form, you can attach a main menu to the parent and to
the child. When a child form is active, its menu is merged with the parent
menu.
The problem is: when the forms are right to left, after merging the menus
the parent menu is displayed left to the child menu, which is ok in left to
right windows but not in right to left windows. After you play with your
mouse with the menu items, the parent menu suddenly goes to the right.
Anyone knows a solution for it?
...