TurboPack / MustangpeakEasyListview

TurboPack MustangpeakEasyListview is part of VirtualShellTools for the Listview but can be used for a TListview Replacement that is faster and more customizable.
Other
38 stars 22 forks source link

Calling RereadAndRefresh from VirtualExplorerEasyListview #9

Closed pyscripter closed 3 years ago

pyscripter commented 4 years ago
What steps will reproduce the problem?
1. VirtualExplorerEasyListview1.RereadAndRefresh(False).Selected; generates AV 
in Easylisview.pas:
function TEasyCollectionItem.GetSelected: Boolean;
begin
  Result := esosSelected in State // AV here.
end;

What version of the product are you using? On what operating system?
XE8

Please provide any additional information below.
64-bit compilation issue. 32-bit is okay.

Original issue reported on code.google.com by marko.hi...@gmail.com on 4 Jun 2015 at 4:12

pyscripter commented 4 years ago
If I do VirtualExplorerEasyListview1.RereadAndRefresh(False) its okay then and 
no AV. Also works ok in my purpose :)

Original comment by marko.hi...@gmail.com on 6 Jun 2015 at 9:13

romankassebaum commented 3 years ago

Then I will close the issue.