| View previous topic :: View next topic |
| Author |
Message |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Nov 18, 2003 2:36 am Post subject: Re: MRU-list support for TMenuItem... |
|
|
"Oren (Halvani.de)" <oren78 (AT) freenet (DOT) de> wrote
| 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 http://www.torry.net and
http://www.vclcomponents.com
Gambit
|
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Tue Nov 18, 2003 2:42 pm Post subject: 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.
|
|
| Back to top |
|
 |
Oren (Halvani.de) Guest
|
Posted: Thu Nov 20, 2003 1:33 am Post subject: Re: MRU-list support for TMenuItem... |
|
|
Nothing ! :-(
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Thu Nov 20, 2003 2:03 am Post subject: Re: MRU-list support for TMenuItem... |
|
|
"Oren (Halvani.de)" <oren78 (AT) freenet (DOT) de> wrote
| 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
|
|
| Back to top |
|
 |
Fishface Guest
|
Posted: Fri Nov 28, 2003 1:40 am Post subject: 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:
http://sourceforge.net/projects/tporpheus/
|
|
| Back to top |
|
 |
|