Comment 4 for bug 800684

Revision history for this message
Petr Hlozek (ok2cqr) 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