Menu

#38 Changing directories while filter set results in no icons

open
nobody
5
2013-01-15
2003-06-20
Alden Bates
No

This problem occurs in BCB3. When a filter is set (even
*.*) and you change folders, the list view becomes
empty.

I believe the following will fix it, but haven't tried it on
any other version of BCB

In StShlCtl.pas, TStCustomShellListView.FillList:
about 2/3 of the way down there's a compiler conditional
statement which checks the filter and executes FilterList
if FileFilter is set and Filtered is true, but it only does
this if VERSION4 is defined.

It should also do this after the {$ELSE}. If FileFilter is
not set or Filtered is false, the existing code between
{$ELSE} and {$ENDIF} should be used.

Discussion


Log in to post a comment.