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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/800684 Title: Lazarus code with Free Pascal does not work properly To manage notifications about this bug go to: https://bugs.launchpad.net/indicator-appmenu/+bug/800684/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
