Ok, Dutch, you speak about the height of the bar menu
This theme is a bit more complicated than defining the height of the items in the submenus popups
[u:28a5a2bf][b:28a5a2bf]1) With clause ADJUST[/b:28a5a2bf][/u:28a5a2bf]
[code=fw:28a5a2bf][/code:28a5a2bf]
With clause ADJUST run OK, but you have to keep in mind the following:
The ADJUST clause automatically adjusts the height of the items to the height of the font used and to the height of the bitmaps: [b:28a5a2bf]MAX (height font, bitmap height)[/b:28a5a2bf]
[b:28a5a2bf]- What happens if you are using bitmaps of different heights?[/b:28a5a2bf]
That the appearance of some items is greater
[b:28a5a2bf]- How to solve it?[/b:28a5a2bf]
Apply the NOINHERIT clause in those popup menus
[code=fw:28a5a2bf][/code:28a5a2bf]
If height of bitmaps used they have no different height, nor greater than the font used (for example: all bitmaps are 16x16), it is not necessary to use the NOINHERIT clause
[u:28a5a2bf][b:28a5a2bf]2 ) There is another simple way[/b:28a5a2bf][/u:28a5a2bf]
Also define a bitmap in the menu items bar with the same height as the bitmaps of the popup submenu
[code=fw:28a5a2bf][/code:28a5a2bf]
[u:28a5a2bf][b:28a5a2bf]3) More simple ( fixed in FW 17.08 ): if in the HEIGHT clause we define a value less than 0, only MENUBAR is modified the height[/b:28a5a2bf][/u:28a5a2bf]
[code=fw:28a5a2bf][/code:28a5a2bf]
Please try all options and comment
↧