DelphiVCL4Python icon indicating copy to clipboard operation
DelphiVCL4Python copied to clipboard

Two feedback questions

Open xusuyuan0923 opened this issue 1 year ago • 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 avatar Jun 15 '24 05:06 xusuyuan0923

企业微信截图_17184310626633

xusuyuan0923 avatar Jun 15 '24 05:06 xusuyuan0923

企业微信截图_1718250751615

xusuyuan0923 avatar Jun 15 '24 05:06 xusuyuan0923

@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

lmbelo avatar Jun 15 '24 20:06 lmbelo

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.

lmbelo avatar Jun 15 '24 20:06 lmbelo