Board index » cppbuilder » Re: MRU-list support for TMenuItem...

Re: MRU-list support for TMenuItem...


2003-11-18 10:36:34 AM
cppbuilder70
"Oren (Halvani.de)" < XXXX@XXXXX.COM >wrote in message
Quote
can someone tell me a URL that describes how to build an MRU
support for an application ??
There are plenty of third-party components that do that for you. Have a
look around at popular component sites such as www.torry.net and
www.vclcomponents.com
Gambit
 
 

Re:Re: MRU-list support for TMenuItem...

Oren (Halvani.de) wrote:
Quote
MRU means last opend files list...
Well MRU means Most Recently Used.
It could be applied to your t-shirts too ...
By the way, could you adjust your computer's clock ?
It is on 1-1-2003 now.
Hans.
 

Re:Re: MRU-list support for TMenuItem...

Nothing ! :-(
Quote
look around at popular component sites such as www.torry.net and
 

{smallsort}

Re:Re: MRU-list support for TMenuItem...

"Oren (Halvani.de)" < XXXX@XXXXX.COM >wrote in message
Quote
Nothing ! :-(
I highly doubt that, there are MRU components floating around all over the
place.
Personally, I don't use any of them. I just make my own MRU manually.
There's nothing difficult about it, just whenever you open a file, record
its filename somewhere, such as a Registry key or a config file, and then
create a new TMenuItem for it that displays the file in your program
whenever it is clicked. Then also on program startup, simply loop through
your stored list creating menu items for each entry.
Gambit
 

Re:Re: MRU-list support for TMenuItem...

Oren wrote:
Quote
can someone tell me a URL that describes how to build an MRU
support for an application ??
You may be interested in the OvcMenuMRU component which
is part of the open-sourced Turbopower Orpheus collection:
sourceforge.net/projects/tporpheus/