[Prev][Next][Index][Thread]

Re: FO Dylan & LRU files lists



On Fri, 19 Jan 2001 13:15:02 -0500 (EST), ronaldfp@my-deja.com wrote:

> Has anybody create a FO application that has a
> list of recently used files? Would you be willing
> to share how you did that? I'm imagining that it
> involves the registry or such to persist the list
> between invocations. I've never tried to do
> anything with that - so I'm a little lost right
> now.

FunDev uses a "settings" library that abstracts over places like Windows
registry. It lets you access the registry as a set of properties and does
some basic conversions, e.g. #t, #f are stored as "Yes" and "No". And, yes,
FunDev does use the Registry to store recent-files lists. use the MS
Windows utility "regedit" and search for "Functional Developer".

__Jason


References: