Re: [Lazarus] Center text in multi-line hints?

2017-11-15 Thread Ondrej Pokorny via Lazarus
On 15.11.2017 18:46, Donald Ziesig via Lazarus wrote: Hi All! This is just a minor annoyance fpr me (it grates on my sense of esthetics :-)), but is there any way to center the text in a multi-line hint?  In the current app, the hint is for a TPaintBox, but I've occasionally wanted to do this

[Lazarus] BiDi mode support

2017-11-15 Thread Giuliano Colla via Lazarus
I have a family of application which must support the change of language on the fly. This we're doing since a lot of time, and everything works just fine. Now I face the problem of providing support also for right to left languages, such as Arabic. Application.BidiMode can be set true or fal

[Lazarus] Center text in multi-line hints?

2017-11-15 Thread Donald Ziesig via Lazarus
Hi All! This is just a minor annoyance fpr me (it grates on my sense of esthetics :-)), but is there any way to center the text in a multi-line hint?  In the current app, the hint is for a TPaintBox, but I've occasionally wanted to do this for other controls in the past. I could almost do th