We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We've get a floating error like a
EurekaLogExceptionNotify AExceptionInfo.ExceptionNative = false; AExceptionInfo.ExceptionClass = EAccessViolation AExceptionInfo.ExceptionMessage = Access violation at address 01E31B0D in module '...'. Read of address 00000060 Code: C0000005 (EXCEPTION_ACCESS_VIOLATION) Address: (01A31B0D){... } [01E31B0D] EasyListviewAccessible.TEasyAccessibleManager.FillItemState (Line 708, "EasyListviewAccessible.pas") + $E.; exit
This line: if Item = TEasyListviewHack(Item.OwnerListview).DragManager.DragItem then
if Item = TEasyListviewHack(Item.OwnerListview).DragManager.DragItem then
This is not a regular error.
The text was updated successfully, but these errors were encountered:
I added some checks that everything is assgined. I hope this helps.
Sorry, something went wrong.
No branches or pull requests
We've get a floating error like a
This line:
if Item = TEasyListviewHack(Item.OwnerListview).DragManager.DragItem then
This is not a regular error.
The text was updated successfully, but these errors were encountered: