[VW7.4/WinXP] Large menus with submenus don't scroll

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[VW7.4/WinXP] Large menus with submenus don't scroll

Reinout Heeck-2
I'm not sure you can call this one a bug, but when you have a menu with
submenus, where the height of the main menu exceeds the height of your
screen, it won't scroll because scrolling of the menu is prevented by an
opened submenu.

Illustrating code:

| mb sm |
mb := MenuBuilder new.
mb add: 'a' -> 'a'.
sm := mb menu.

mb := MenuBuilder new.
1 to: 100 do: [:i| mb add: i printString -> sm].
mb menu startUp

Cheers,
Adriaan.

--
http://vdg38bis.xs4all.nl