Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Implementing a LRU (Last recently used) menu
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Implementing a LRU (Last recently used) menu

 Post Reply Post Reply
Author
Message
Neil View Drop Down
Groupie
Groupie


Joined: 16 December 2007
Status: Offline
Points: 40
Post Options Post Options   Thanks (0) Thanks(0)   Quote Neil Quote  Post ReplyReply Direct Link To This Post Topic: Implementing a LRU (Last recently used) menu
    Posted: 02 March 2008 at 9:53pm
I am trying to implement a menu structure that will look something like this:

Main Menu
       Last Recently Used Menus->
                                  Sub Menu 1       
                                  Sub Menu 2       
                                  Sub Menu 3
                                  Sub Menu 4
                                  Sub Menu 5
                                  More ...


Sub Menu 1 to Sub Menu 5 are dynamic in that they change depending on the last menu the user selected. If a user wants a menu item not show in the menu list, then they can select  'More ...', and this displays a list of items which the user can select from. Assuming the user select an item 'Sub Menu 6' from the displayed list, then the menu will now look like this:


Main Menu
       Last Recently Used Menus->
                                  Sub Menu 6      
                                  Sub Menu 1       
                                  Sub Menu 2       
                                  Sub Menu 3
                                  Sub Menu 4
                                  More ...


Does anyone know how to do this?

                                    
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.188 seconds.