Comment 5 for bug 800684

Revision history for this message
Fanie van der Walt (sjvdwalt) wrote : Re: [Bug 800684] Re: Lazarus code with Free Pascal does not work properly

Hi Petr,

Thank you. I will try it - next time I install Ubuntu with Unity.

Greetings,

Fanie van der Walt.

On 24/10/2011 11:40, Petr Hlozek wrote:
> Hi Bilal,
>
> I had the same problem in my Lazarus application. Finally, I solved it.
>
> You have to set LIBOVERLAY_SCROLLBAR to 0 directly in your lazarus app.
> This has to be done before widget set is inicialized. So I created a
> unit called uScrollBars.pas and add it into initialization section.
>
> More at:
>
> http://cqrlog.svn.sourceforge.net/viewvc/cqrlog/branches/cqrlog_1.2.2/src/uScrollBars.pas?revision=339&view=markup
>
> You must add this unit into your project file as a first unit (or the
> second if you are using threads in your app).
>
> http://cqrlog.svn.sourceforge.net/viewvc/cqrlog/branches/cqrlog_1.2.2/src/cqrlog.lpr?revision=339&view=markup
>
> HTH
>
> Petr
>