Re: [Lazarus] GUI freeze under GTK2

2017-02-21 Thread denisgolovan via Lazarus
Hi Not sure if it can help, but I rebuilt Lazarus with -dVerboseSizeMsg -dVerboseFormPositioning and I got following in console after GUI freeze. Those exact lines repeat endlessly in console. TEngineObjectTree is virtualtreeview control. TWinControl.WMSize A :TEngineObjectTree Message=192,67

[Lazarus] GUI freeze under GTK2

2017-02-20 Thread denisgolovan via Lazarus
Hi all Recently, I've started experiencing rather nasty bug - my GUI application started freezing when scrolling VirtualTreeView component vertically using scrollbar. VTV itself is rather old version (last commit from May 17 2015). FPC and Lazarus are from trunk, svn rev.35396 and rev.54204. I

Re: [Lazarus] GUI freeze under GTK2

2017-02-25 Thread denisgolovan via Lazarus
22.02.2017, 02:45, "Juha Manninen via Lazarus" : > What revision caused the freezing? Unfortunately I wasn't able to track the culprit commit. I tried building with year old Lazarus sources (the earliest my project builds from), but the bug was still there. I

Re: [Lazarus] Clarification about VirtualTreeView repositories (lazarus-ccr/virtualtreeview-new deprecation)

2016-11-22 Thread denisgolovan via Lazarus
Hi Luiz Americo Pereira Camara Maybe it's better to keep standard git naming like master (for current), and simple branches like v4,v5,v6,... as necessary? Why having non-standard lazarus_master in _new_ repo?Is existing master just an old "history"? Please keep it simple.  22.11.2016, 20:28,

Re: [Lazarus] GUI freeze under GTK2

2017-02-28 Thread denisgolovan via Lazarus
28.02.2017, 12:31, "Juha Manninen" : > I tested it and could not see any problems. Everything works as > before. However I don't know how to reproduce the original bug. > The removed line may be needed for old GTK2 versions or for GTK1. > The LCL-GTK2 binding code was

[Lazarus] .lrs not created?

2019-06-10 Thread denisgolovan via lazarus
Hi all I am getting some strange behaviour in latest trunk Lazarus (rev. 61340) Namely, Lazarus does not create .lrs files for files on form changing/saving. It's new test project for dynamic library. This results in run-time errors like: Form resource TfrmMain not found. For resourceless forms

[Lazarus] Missing resources???

2021-07-05 Thread denisgolovan via lazarus
Hi all I experience a strange issue. I managed to build Lazarus GUI project for Windows. Lazarus v2.1.0 It's cross-compilation if it matters. This project is built from simple makefile made by hand, -WG flag passed to compiler. However, on start it neither shows main form nor emits any

Re: [Lazarus] Missing resources???

2021-07-05 Thread denisgolovan via lazarus
My main form had my second display Left,Top coordinates. Thus it just wasn't visible. Sorry for noise. -- Regards, Denis Golovan -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] VirtualTreeView visual issues

2021-08-12 Thread denisgolovan via lazarus
Hi allI experience weird visual issues moving/resizing header of VirtuallTreeView. See attachment.It happens under Ubuntu + intel video.Has anybody seen anything similar?Looks like driver issue though.-- Denis-- ___ lazarus mailing list

Re: [Lazarus] Gtk 1.2 fixes (again)

2022-02-13 Thread denisgolovan via lazarus
>From "Kostas" > As to why, as i wrote in the comment in > the merge request, i was curious about the Gtk 1.2 state, noticed that > it didn't work and decided to fix it. I just simply like it when > software doesn't drop support for old stuff just because they are old. I > am into

Re: [Lazarus] More Gtk3 Status

2022-07-15 Thread denisgolovan via lazarus
> Denis, > > I will attempt the big design flaws I have found so far while wrangling with > the current Gtk3 widget implementation. > There are three main layers underpinning cross platform LCL widgetset. > > 1) We obviously have the LCL itself that mimics the VCL and creates a cross >

Re: [Lazarus] More Gtk3 Status

2022-07-15 Thread denisgolovan via lazarus
Hi Antony & all Personally I am interested in complete Gtk3 widgetset in Lazarus. Unfortunately, I can only donate some funds to make it happen. Of course, financial help is not the complete solution, but it might help. Perhaps it's possible to make a separate project at

Re: [Lazarus] More Gtk3 Status

2022-07-15 Thread denisgolovan via lazarus
> I see I forgot to set the page's visibility in the CMS :/ > > I did so now. > > Michael. Thanks, Michael. Now, next step - how can I donate to this specific project? The only thing I about specific project donation is following: = At a later stage, we'll set up per-project

Re: [Lazarus] More Gtk3 Status

2022-07-15 Thread denisgolovan via lazarus
> Respectfully, I believe the current underlying implementation of Gtk3 is > fundamentally a bad design making it unnecessarily difficult to work with. I > do not see it being completed and see its poor design as a large part of the > reason it has been languishing for so long. Could you be