Crash after editing name of a new folder
Brought to you by:
tpsfadmin
I'm using the AddFolder property of a StShellListView with an
empty string as a parameter to be able to edit the name direclty in
the list view
it crashes in StShlCtl at line 4428 (version
1.02)
when it tries to refresh the ShellTreeView on the Shell
Event notification
for I := 0 to Pred(Folders.Count) do
begin
if UpperCase(Folders[I].Path) =
UpperCase(SI1.Path)
...
the Folders[i] pointer is nil
when item=1 ?
(Folder[0] is valid corresponding to the desktop
item, but and I can see that many Folders[i] are also nil...)