Recent Files

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
tdonovan
User
Posts: 61
Joined: Tue Jun 12, 2007 9:21 pm

Recent Files

Post by tdonovan »

I can't find a way to control the recent file list that the control provides. In my project there is a temporary folder that I would like to prevent the files in that temporary folder from cluttering the recent file list as the odds are the file won't be there.

If there isn't such an option, what I am looking for is either the option to specify a folder that is to be ignored for recent file list or the ability to get the list of recent files and then I could remove the ones I don't want and pass back the revised list of recent files.

Thanks
User avatar
Vasyl-Tracker Dev Team
Site Admin
Posts: 2352
Joined: Thu Jun 30, 2005 4:11 pm
Location: Canada

Re: Recent Files

Post by Vasyl-Tracker Dev Team »

Hi, Tom.

No way for direct editing of Recents List in current realization.
But we will add new property into the next build, like as:
ax.SetProperty("Documents.LastOpened.SkipFromFolder", "c:\temp", 0);
- to deny add all files from the specified folder to the recents list.

In the new version (V3) you will be able to edit this list directly.

Best
Regards.
Vasyl Yaremyn
Tracker Software Products
Project Developer

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Post Reply