[Lazarus] TScrollBox.ScrollInView method does not work for nested child controls

2021-04-30 Thread Leyba Bronstain via lazarus
Hi all. I found that the ScrollInView method doesn't scroll the scrollbar to a "hidden" control unless its parent is a scrollbox but another component that lies on the scrollbox. test case: 1. Put to scrollbox the panel. 2. Put to panel any control (i.e. TEdit) 3. Change border of the scroll

Re: [Lazarus] How to save screenshot to jpg and png format files

2021-04-30 Thread Bo Berglund via lazarus
On Thu, 29 Apr 2021 16:49:06 +, Patrick Chevalley via lazarus wrote: > >Replace : >MyCapture.Bitmap.SaveToFile(ChangeFileExt(ParamStr(0), '.jpg')); >by : >MyCapture.SaveToFile(ChangeFileExt(ParamStr(0), '.jpg')); > >This work because Bgrabitmap set automatically the image writer based on the