Custom Query (518 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 518)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#104 fixed Add horizontal scroll bar to internal viewer Gregg Young
#110 fixed support state restore for drives with no-prescan set Steven Levine
Description

It is possible to save state for folders on no-prescan drives, but the state will fail to restore unless the drive is manually scanned before the restore. This seems a bit non-intuitive. Perhaps, state restore should automatically scan the drive when the user invokes the restore. Since the user is requesting the action, the user will know which drives are available.

The current behavior which bypasses the no-prescan drives on the startup folder restore should be retained.

This behavior could be made a configuration option, it's not clear that this is a solution to the actual problem.

#116 fixed dirsize.c: read-only directory on non-hpfs drive causes error condition guest
Description

On a FAT drive, when I use "sizes" on a directory containing a read-only directory I get an FM/2 message box:

OS/2 can't find directory "c:\utils\ati100\atiplay"
Module: dirsize.c
line number: 158
OS/2 error: 3
Class: Item not located
Action: Bad user input - get new values Location: Random access device such as a disk
"SYS0003: The system cannot find the path specified."

Gregg's comment: This doesn't happen on JFS but a much more involved version occurs on a readonly NTFS drive. The error occurs for every directory and is error 18(ERROR_NO_MORE_FILES) the dialog is populated with directory names but no size information. The error is from a DosFindFirst? call. Is it redundant to include FILE_NORMAL and FILE_READONLY etc in this call since FILE_NORMAL means include them all?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.