Comment on FormObjects/properties_Text.md (20)
DanielMuellerIR opened this issue · 1 comments
DanielMuellerIR commented
Regarding "Meta Info Expression": You completely failed to mention, that the method "Color" needs to be executed in the On Display Detail Event of the Listbox's form method. I would argue, that nobody is able to use this feature from this documentation alone. Thankfully there is a blog post https://blog.4d.com/ease-your-developers-life-with-list-boxes/
Please edit this part, it is not explained well enough.
DanielMuellerIR commented
I must add that the method must be set for example with
LISTBOX SET PROPERTY(*; "LBX_Name"; lk meta expression; "MyMethodForHandlingMeta")
and it does not only allow changes on display detail but also several other events.