Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: What to do if number of menu items exceeds screenspace?

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2003
    Location
    Monrovia, California, United States of America
    Posts
    3

    What to do if number of menu items exceeds screenspace?

    Currently I have an application that is creating menu items using glut. The menu items are being created by glutAddMenuEntry. The number of items being added is dynamic based on the data being processed. In some cases the number of menu items exceeds the screen height and the lower half of the menu is being displayed without any access to the upper items on the menu. How would one be able to detect whether the number of menu items exceeds screen space? This would allow the menu to be split into multiple menus so all items could be accessed. Or, how does one access the menu items at the top, which are currently unaccessable?

    Cheers -

  2. #2
    Intern Contributor
    Join Date
    Jan 2003
    Location
    coventry
    Posts
    72

    Re: What to do if number of menu items exceeds screenspace?

    you can put a menu with submenus, and store options there. It's not a good idea to have 1 screen long menu. Organise your objects into groups in submenus.
    ----------------------------
    Non!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •