Forum > Cocoa

Outstanding Mac specific issues are not assigned and not solved

(1/2) > >>

han:
I have three outstanding MacOS issues. See below. The oldest is from two years ago. I understand everybody is (very) busy and this is a volunteer project, but are these issues not forgotten? There are still no assignees. Are the developers aware and when can progress be expected?

Thanks,
Han


Listview smallimages are not displayed.
https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/39193 

ScrollCode=scEndScroll does not appears at the end of scroll
https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/37454

Listview event OnCustomDrawItem is never triggered/fired in Mac, widget Cocoa
https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/39500   

Wallaby:
I ended up using VirtualTreeView on both macOS and Windows (cross platform apps) and it's way more powerful with nearly identical behaviour on all platforms.

There were too many issues with TListView on macOS, which is understandable since the underlying macOS system control is a architecturally different to Windows one.

You can see how it's used in Online Package Manager in Lazarus.

han:
Thanks for the feedback. I had a quick look to Virtualtreeview advanced demo. Looks powerful but at the moment Listview is well integrated in my program and replacing it will be a long and difficult exercise. Listview does multiplatform everything I need except the missing icons in cocoa. For a new program an alternative could be considered.

Martin_fr:

--- Quote from: han on August 06, 2022, 05:37:27 pm ---Listview smallimages are not displayed.

--- End quote ---

I don't work on Mac... But checking in the OI: SmallImages is listed as restricted for Mac and Qt.

That means, it's known not to work, and it's unknown if it can (or will) be implemented.


Please keep in mind that not all team members are visiting the forum. You can additionally try to get feedback on the mail list.
However seen that the issues were "updated" (pinged) last month, it seems that no one with sufficient knowledge has enough time right now.

han:
Thanks for the inside knowledge. Then I will extend my current Mac solution by displaying unicode characters as a substitute for the missing icons and no longer wait for a fix.

Navigation

[0] Message Index

[#] Next page

Go to full version