Re: [Lazarus] LCL-GTK2 warning about TScrollBox

2016-09-25 Thread zeljko via Lazarus
On 09/25/2016 11:21 PM, Alexey T via Lazarus wrote: On 25.09.2016 15:40, Mattias Gaertner via Lazarus wrote: When I run the >application from a console window, I see the following warning appear >multiple times. > >WARNING: TGtk2WidgetSet.InvalidateRect refused invalidating during paint >message

Re: [Lazarus] LCL-GTK2 warning about TScrollBox

2016-09-25 Thread Alexey T via Lazarus
On 25.09.2016 15:40, Mattias Gaertner via Lazarus wrote: When I run the >application from a console window, I see the following warning appear >multiple times. > >WARNING: TGtk2WidgetSet.InvalidateRect refused invalidating during paint >message: TScrollBox I asked the same thing in the StackOve

Re: [Lazarus] Windows 10 UAC blocking freepascal/Lazarus app (solved)

2016-09-25 Thread José Mejuto via Lazarus
El 25/09/2016 a las 21:05, Luiz Americo Pereira Camara via Lazarus escribió: The problem was simply the name. Changed executable name from UpdateInflationHistory to GetInflationHistory and worked Sharing here so others do not spend precious hours with such issue Hello, UAC is launched in pro

[Lazarus] Windows 10 UAC blocking freepascal/Lazarus app (solved)

2016-09-25 Thread Luiz Americo Pereira Camara via Lazarus
Windows 10 was blocking a simple console application compiled with Lazarus There were two side effects: A UAC window appears when app is executed and gdb could not load it with the following error: Error creating process D:/repositories/sharemonitor/backend/UpdateInflationHistory.exe, (error 740)

Re: [Lazarus] warning on compile

2016-09-25 Thread Mattias Gaertner via Lazarus
On Sat, 24 Sep 2016 19:50:14 + (GMT) Chris Kelling via Lazarus wrote: > On a new project, and I keep getting this warning: tubes.lpr(20,1) > Warning: "crtbeginS.o" not found, this will probably cause a linking > failure > > Linking doesn't; actually fail, and the compile completes. Any cl

Re: [Lazarus] LCL-GTK2 warning about TScrollBox

2016-09-25 Thread Mattias Gaertner via Lazarus
On Fri, 23 Sep 2016 11:10:13 +0100 Graeme Geldenhuys wrote: > Hi, > > I'm using a TScrollBox in a LCL-GTK2 application. When I run the > application from a console window, I see the following warning appear > multiple times. > > WARNING: TGtk2WidgetSet.InvalidateRect refused invalidating during

Re: [Lazarus] Scrollbars on form ?

2016-09-25 Thread Michael Van Canneyt via Lazarus
On Sun, 25 Sep 2016, Graeme Geldenhuys via Lazarus wrote: On 2016-09-25 09:01, Michael Van Canneyt via Lazarus wrote: I use GTK. Can you make a demo that shows this ? Michael, I just tried with a brand new project, dropped a large TMemo on the form, resized the form smaller, then set AutoSc

Re: [Lazarus] Scrollbars on form ?

2016-09-25 Thread Graeme Geldenhuys via Lazarus
On 2016-09-25 09:01, Michael Van Canneyt via Lazarus wrote: > I use GTK. Can you make a demo that shows this ? Michael, I just tried with a brand new project, dropped a large TMemo on the form, resized the form smaller, then set AutoScroll = True, and it worked with LCL-GTK2. So you seem to be in

Re: [Lazarus] Scrollbars on form ?

2016-09-25 Thread Michael Van Canneyt via Lazarus
On Sun, 25 Sep 2016, zeljko via Lazarus wrote: On 09/25/2016 12:47 AM, Graeme Geldenhuys via Lazarus wrote: On 2016-09-24 23:06, Michael Van Canneyt via Lazarus wrote: I tried AutoScoll true and false. I wouldn't be surprised if it only works with a specific LCL widgetset (eg: LCL-Win32).

Re: [Lazarus] Scrollbars on form ?

2016-09-25 Thread zeljko via Lazarus
On 09/25/2016 12:47 AM, Graeme Geldenhuys via Lazarus wrote: On 2016-09-24 23:06, Michael Van Canneyt via Lazarus wrote: I tried AutoScoll true and false. I wouldn't be surprised if it only works with a specific LCL widgetset (eg: LCL-Win32). It works on qtlcl on all supported platforms (lin

Re: [Lazarus] Scrollbars on form ?

2016-09-25 Thread zeljko via Lazarus
On 09/25/2016 12:06 AM, Michael Van Canneyt via Lazarus wrote: On Sat, 24 Sep 2016, Dmitry Boyarintsev wrote: Did you set AutoScroll to true? I tried AutoScoll true and false. What widgetset ? That should work (AutoScroll=True, v & h scrollbar properties untouched...try to set scrollbars