Menu

#35 Crash after editing name of a new folder

open
nobody
5
2013-01-15
2003-04-02
BACCONNAIS
No

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...)

Discussion


Log in to post a comment.

MongoDB Logo MongoDB