Two feedback questions
xusuyuan0923 opened this issue · 4 comments
Hello, I also encountered several issues while using the Delphivcl library. I would like to give you feedback.
One issue is that the OnKeyPress event of the Edit control cannot be filtered.
Another issue is that after calling the Add method on the CustomiImageList object, the image was not added to the list, and after printing the Count property, the result is still 0
@xusuyuan0923, do not instantiate CustomImageList directly, use a ImageList instead. There is a sample showing how to use the ImageList class: samples/ListView/listview_unit.py
Hello, I also encountered several issues while using the Delphivcl library. I would like to give you feedback. One issue is that the OnKeyPress event of the Edit control cannot be filtered. Another issue is that after calling the Add method on the CustomiImageList object, the image was not added to the list, and after printing the Count property, the result is still 0
Thank you to report.
I will check it and let you know.

