Recent

Author Topic: TImageList (win32)  (Read 5525 times)

Guest

  • Guest
TImageList (win32)
« on: April 04, 2005, 04:05:28 pm »
The TImageList component will not work under win32. In the bug report are 5 reports about this (454, 594, 654, 790, 847). It is the same problem always. I don't know where is the bug and how write a patch. Perhaps there is anybody, who knows what is happening before lazarus crashed. Please tell is here or in the mailing list. So it will be updated soon, I hope so...
Thanks.

marmin_

  • Guest
TImageList (win32)
« Reply #1 on: April 04, 2005, 07:24:58 pm »
I spotted the location of the bug. or at least the line where the error occurs.

The error occurs at

fLV.Selected:= AListitem;   in 'imagelisteditor.pas'

someone with good experience in Object Pascal should look into it; I'm not experienced enough.

Joerg

  • New Member
  • *
  • Posts: 10
TImageList
« Reply #2 on: April 14, 2005, 12:04:21 pm »
I find the same bug. Is nobody there, how can help? Or are there only user like me, which don't understand the source code enough to find the problem?

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
TImageList (win32)
« Reply #3 on: April 14, 2005, 02:19:29 pm »
the point is that  fLV.Selected:= AListitem is not the problem.
It only causes a crash in win32. As a workaround you can change the line to AListitem.Selected := True but that wouldn't solve the error underneath it.
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

 

TinyPortal © 2005-2018