[Bug TC6.01] No message when not all files displayed (Win98)
Moderators: Hacker, petermad, Stefan2, white
[Bug TC6.01] No message when not all files displayed (Win98)
On my computer (Windows 98) Total Commander will show up to 32699 entries in the File window. I have no problem with this limit. I do have a problem with Total Commmander not reporting when a number of entries could not be shown. Suppose I thought I copied all files to another location and decided to delete the folder with the original files. Whoops...
It seems that Total Commander ignores errors when adding entries to the File window.
[edit]
Fixed in version 6.50
07.12.04 Added: Win9x/ME: Show error "Too many files" with lists longer than 32700 files, the maximum supported by standard listbox controls
[/edit]
It seems that Total Commander ignores errors when adding entries to the File window.
[edit]
Fixed in version 6.50
07.12.04 Added: Win9x/ME: Show error "Too many files" with lists longer than 32700 files, the maximum supported by standard listbox controls
[/edit]
Last edited by white on 2005-01-24, 12:18 UTC, edited 1 time in total.
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Actually, explorer shows me all 65534 files in my folder (yes I checked).sqa_wizard wrote:Check with Explorer and you get the same or most likely less ...
BTW. The maximum number of files in a sub folder on a FAT32 file system is 65534 files. The FAT32 file system can have 65536 directory entries, two are used by "." and "..". If you use long file names the number is less, because long file names use additional directory entries.
- ghisler(Author)
- Site Admin
- Posts: 50479
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
It's a limitation of the used listbox control. Explorer uses a ListView, but this has other disadvantages: It's much slower than the listbox, and isn't available on all platforms.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
What do you mean exactly?ghisler(Author) wrote:It's a limitation of the used listbox control.
Do you mean:
A) The limitation of the used listbox control in Windows 98 is that it cannot show a large number of strings.
As stated clearly before, I have no problem with this.
Or do you mean:
B) The limitation of the used listbox control in Windows 98 is that there is no way to detect if filling the listbox (partly) fails.
This does not seem very likely to me.
- ghisler(Author)
- Site Admin
- Posts: 50479
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Exactly.A) The limitation of the used listbox control in Windows 98 is that it cannot show a large number of strings.
As stated clearly before, I have no problem with this.
Indeed I could show an error every time, but this would probably be very annoying. Perhaps I could use the new error box with option "don't show this error again". What do you think?B) The limitation of the used listbox control in Windows 98 is that there is no way to detect if filling the listbox (partly) fails.
This does not seem very likely to me.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Yes, please.Perhaps I could use the new error box with option "don't show this error again". What do you think?
I think it is dangerous to show nothing although the list content is incomplete.
Is there any way to show the next bunch of files ?
What about a "+" button (by means of "more" but needs no translation) at the footer line to indicate the incomplete list status ?
#5767 Personal license
Blink...
2sqa_wizard
Hi!
Why not a blinking last line? Coming red also???
KR
Clo



Clo
Last edited by Clo on 2004-01-16, 21:31 UTC, edited 1 time in total.
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
Yes, pleaseghisler(Author) wrote:Indeed I could show an error every time, but this would probably be very annoying. Perhaps I could use the new error box with option "don't show this error again". What do you think?B) The limitation of the used listbox control in Windows 98 is that there is no way to detect if filling the listbox (partly) fails.
This does not seem very likely to me.

And I also would like a small mark to be visible somewhere during the time a listbox does not display all items.
Maybe by simply adding a text like "xx items not listed!" to the status bar.
BTW. I think this situation can also happen on an other OS than Windows 98 in the situation when the user (temporarily) runs out of resources. So I think it is important this is not ignored.