Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Widgetset
»
Cocoa
»
[SOLVED] macOS/Cocoa - Blurry text in TVirtualStringTree (again?)
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
SynEdit theme
by
Martin_fr
[
Today
at 05:17:43 pm]
Lazarus Bugfix Release 4....
by
slicke
[
Today
at 04:20:04 pm]
Conscious Artificial Inte...
by
schuler
[
Today
at 03:56:48 pm]
[New Component] ExtTabCtr...
by
ovidio
[
Today
at 03:55:41 pm]
Single and Double, Conver...
by
Paolo
[
Today
at 03:43:42 pm]
Which Control should I us...
by
J-G
[
Today
at 03:33:56 pm]
If FileExists(
by
PascalDragon
[
Today
at 03:24:46 pm]
docked IDE and form capti...
by
Paolo
[
Today
at 02:53:50 pm]
New version of LazMapView...
by
wp
[
Today
at 12:09:27 pm]
Very rough version of a s...
by
Hansvb
[
Today
at 11:48:04 am]
PadXml 1.1.0 – Portable A...
by
AlexanderT
[
Today
at 10:38:42 am]
Arkanoid
by
Tomi
[
Today
at 09:46:46 am]
Interesting video
by
Joanna
[
Today
at 06:24:53 am]
IndySecOpenSSL is now ava...
by
TheMouseAUS
[
Today
at 03:49:17 am]
Message CM_ShowingChanged...
by
LeP
[
Today
at 02:13:51 am]
Fast Canvas Library V1.05...
by
Gigatron
[
Today
at 01:48:44 am]
[SOLVED]Program experienc...
by
Cainnech
[
Today
at 12:19:17 am]
TATTabs - how to stop a 3...
by
bobonwhidbey
[
Today
at 12:03:15 am]
If you are looking for Wi...
by
avra
[June 12, 2026, 07:37:10 pm]
Can /my/ AI help me with ...
by
microxa
[June 12, 2026, 04:26:18 pm]
Testing with 3.2.4 prepar...
by
Martin_fr
[June 12, 2026, 03:50:17 pm]
TDWEdit
by
Ed78z
[June 12, 2026, 10:20:58 am]
Strange Behaviour at Runt...
by
andrew Bubble
[June 12, 2026, 09:54:40 am]
FPC Debug mode releases [...
by
Martin_fr
[June 12, 2026, 09:22:25 am]
Implementing an Elo ratin...
by
paule32
[June 12, 2026, 08:43:20 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] macOS/Cocoa - Blurry text in TVirtualStringTree (again?) (Read 1736 times)
Hansaplast
Hero Member
Posts: 783
Tweaking4All.com
[SOLVED] macOS/Cocoa - Blurry text in TVirtualStringTree (again?)
«
on:
June 10, 2025, 09:46:47 am »
Maybe I am missing something here, but with the latest trunk (didn't test earlier trunk version) I noticed that TVirtualStringTree show very blurry text no matter what I try. This seems to have been a Cocoa specific issue in the past, so maybe we're just looking at regression in trunk?
Trunk versions build with FPCUpDeluxe:
Lazarus 4.99 (rev main_4_99-1960-gb2a22bea0d)
FPC 3.3.1 x86_64-darwin-cocoa
VirtualTreeview version:
latest 5.5.3 (tested the one that came with Lazarus trunk and the one found
on github
)
macOS Sequoia 15.5, Apple Silicon, tested with x86_64 and AARCH64 builds.
Xcode/Commandline tools: 16.4.
Tested with and without extra compiler directive (-WM10.15).
Related (old) posts in the forum:
TVirtualStringTree - poor fonts rendering quality on macOS
Alternative to VirtualTreeView in Cocoa which does not mess up other controls?
VirtualTreeView Font in Cocoa
VirtualtreeView and DPI related issues
I did see
this very old bug report
, but it is locked - probably for a good reason hence my question here.
Does anyone know how to fix this? Or should I open a new bug report?
Example project attached.
«
Last Edit: June 12, 2025, 02:25:13 pm by Hansaplast
»
Logged
https://www.tweaking4all.com
https://www.tweaking4all.nl
Thaddy
Hero Member
Posts: 19268
Glad to be alive.
Re: macOS/Cocoa - Blurry text in TVirtualStringTree (again?)
«
Reply #1 on:
June 10, 2025, 10:01:09 am »
Change the font to the OS default and
correct
size.
Tested on M4 mini. You are probably using a font that is too small.
Trunk from today.
But feel free to open a bug report, because it is indeed not as intended: I had to adapt the font size!
«
Last Edit: June 10, 2025, 10:09:19 am by Thaddy
»
Logged
objects are fine constructs. You can even initialize them with constructors.
Hansaplast
Hero Member
Posts: 783
Tweaking4All.com
Re: macOS/Cocoa - Blurry text in TVirtualStringTree (again?)
«
Reply #2 on:
June 10, 2025, 10:13:12 am »
Thanks Thaddy for chiming in - always good to know it's not just me ...
I still get the same blurry text with the
default
font.
Tried sizes 8, 10, 12 and 14, and they all remain blurry (had to changed deafultNodeHeight).
What size are you using?
Logged
https://www.tweaking4all.com
https://www.tweaking4all.nl
Thaddy
Hero Member
Posts: 19268
Glad to be alive.
Re: macOS/Cocoa - Blurry text in TVirtualStringTree (again?)
«
Reply #3 on:
June 10, 2025, 10:17:54 am »
Either 16 or -12. Fonts can have negative values to translate to pixels or points.
I used -12.
I do not have a fancy screen, just full HD, not a 4K.
«
Last Edit: June 10, 2025, 10:21:25 am by Thaddy
»
Logged
objects are fine constructs. You can even initialize them with constructors.
Hansaplast
Hero Member
Posts: 783
Tweaking4All.com
Re: macOS/Cocoa - Blurry text in TVirtualStringTree (again?)
«
Reply #4 on:
June 10, 2025, 10:26:24 am »
Thanks Thaddy.
Unfortunately; the text remains blurry.
Thank you for the tip though. Running on a Macbook Pro M1 - maybe it looks different, as you're using a different screen?
Posted a bug report (
41708
) - maybe others can give it a thumb up so the devs know this is not just a random incident
«
Last Edit: June 10, 2025, 10:29:08 am by Hansaplast
»
Logged
https://www.tweaking4all.com
https://www.tweaking4all.nl
Hansaplast
Hero Member
Posts: 783
Tweaking4All.com
Re: macOS/Cocoa - Blurry text in TVirtualStringTree (again?)
«
Reply #5 on:
June 12, 2025, 02:24:43 pm »
Thanks Rich2014 for pointing me in the right direction! (BugTracker)
It was far from obvious to me that
TVirtualStringTree
is supposed to be replaced with
TLazVirtualStringTree
(laz.VirtualTrees), not to mention the migration didn't go quite as smooth as I'd hoped. Either way though it fixed the issue.
Since others have seen this issue, I figured it would be good to post "the fix" here.
Replace
TVirtualStringTree
with
TLazVirtualStringTree
(unit: laz.VirtualTrees).
Logged
https://www.tweaking4all.com
https://www.tweaking4all.nl
zeljko
Hero Member
Posts: 1958
Re: [SOLVED] macOS/Cocoa - Blurry text in TVirtualStringTree (again?)
«
Reply #6 on:
June 12, 2025, 08:47:22 pm »
Because TLazVirtualStringTree implements GetCanvasScaleFactor and SetCanvasScaleFactor when drawing bitmaps ...
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Widgetset
»
Cocoa
»
[SOLVED] macOS/Cocoa - Blurry text in TVirtualStringTree (again?)
TinyPortal
© 2005-2018