[Lazarus] Canvas.TextRec aligns to canvas and not rectangle for tlTop and taLeftJustify.

2023-02-18 Thread Russ via lazarus
Hi, When writing text to the canvas using Canvas.TextRec(), using layout tlTop and/or alignment  taLeftJustify, the text is aligned to the canvas left and top edges instead of those edges of the text rectangle. The other layout and alignment cases work correctly. The sample code below illust

Re: [Lazarus] Show value hints while debugging fills screen - patch (Lazarus Digest, Vol 112, Issue 78)

2017-05-28 Thread Russ via Lazarus
On 2017/05/26 12:02, Mattias Gaertner wrote: I tried to register an account on the bug tracker twice, but the link in the confirmation email leads to an APPLICATION ERROR #1902 in Mantis, complaining about an invalid confirmation URL Marc fixed one problem. Does it now work for you? Mattias

[Lazarus] Show value hints while debugging fills screen - patch

2017-05-23 Thread Russ via Lazarus
I find debugging value hints (TurboPowerIProDsgn installed, "Show value hints while debugging") useful but annoying when the hint becomes so big it covers the variable being checked or even fills the screen; on single monitor systems the only way to close the hint is to scroll down to the varia