Hi all,
the menubar’s submenu doesn’t popup in correct location when the menubar is located inside gridlayout within a table. submenu popups doesnt popup in the same row where the component is located but the next one. So the current component hiearchy is:
table
- gridlayout (inside table) with 1 row and 2 colums
- textbox
- menubar.
without the gridlayout in the middle, the menubar shows up in right place. Same problem occurs when replacing gridlayout with HorizontalLayout.
Are there any workarounds for this problem?
Toni