Page 1 of 1

Highlight previous.

PostPosted: Tue Jan 17, 2006 9:57 am
by boofredlay
I wish that when I go to open a file in DataCAD that the last file I opened (since I have had the program open) would be highlighted.
Sometimes when I have a folder with many DataCAD files and I am working in many of them at a time it is hard to remember which was the last opened.

Small but helpful.

PostPosted: Tue Jan 17, 2006 10:06 am
by Neil Blanchard
Greetings,

Do you use the Recent File, and the Recent Folder lists? If so, you can add these lines to your DcadWin.INI file to get them each to show up to 10 items (up from the default 4):

Code: Select all[Recent File List]
Max=10

[Recent Folder List]
Max=10


Add the Max=10 to these existing sections -- do not add a duplicate section.

PostPosted: Tue Jan 17, 2006 10:23 am
by Daniel Kaczor
Just add to Neil's post, the last used file is at the top of the recent file list followed by other recently used files in chronological order.

HTH

PostPosted: Tue Jan 17, 2006 10:36 am
by boofredlay
Neil Blanchard wrote:Greetings,

Do you use the Recent File, and the Recent Folder lists?


No, I just use open. I like to see all the files in the folder.
On occasion I use the Recent file.
I would like it to either highlight the last file in that folder or have it already selected... this is what AutoCAD does and it is very helpful.

I hope that was more clear. :?:

PostPosted: Tue Jan 17, 2006 12:38 pm
by Neil Blanchard
Hello,

Well, for now I would recommend using the Recent File list more often! :P

PostPosted: Tue Jan 17, 2006 12:51 pm
by devinder
The filename field of any Open or Save Dialog box is also a DropDown field. Simply use the drop down to select from a list of last opened files. You can even select a file from a different location. The windows dialogs updates this list based on the file-type extension. This works great when working with bitmaps/o2c/dc5/sm3.
This is a standard Windows Dialog operation.