Re: gtk webview wrong rendering on load and small artifact

2022-08-06 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Fri, Aug 5, 2022 at 9:08 AM Michael Nazzareno Trimarchi wrote: > > Hi > > On Fri, Aug 5, 2022 at 9:01 AM Kjell Ahlstedt wrote: > > > > Den 2022-08-04 kl. 22:47, skrev Michael Nazzareno Trimarchi: > > > > Did you get this strange resize effect? Seems the window is resized > > and the

Re: gtk webview wrong rendering on load and small artifact

2022-08-05 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Fri, Aug 5, 2022 at 9:01 AM Kjell Ahlstedt wrote: > > Den 2022-08-04 kl. 22:47, skrev Michael Nazzareno Trimarchi: > > Did you get this strange resize effect? Seems the window is resized > and the webview part resizes later, so it's totally not fluent. Anyway > the idea behind the project

Re: gtk webview wrong rendering on load and small artifact

2022-08-05 Thread Kjell Ahlstedt via gtkmm-list
Den 2022-08-04 kl. 22:47, skrev Michael Nazzareno Trimarchi: Did you get this strange resize effect? Seems the window is resized and the webview part resizes later, so it's totally not fluent. Anyway the idea behind the project is to create a way to interact with alexa stack using webkit and

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Thu, Aug 4, 2022 at 10:47 PM Michael Nazzareno Trimarchi wrote: > > Hi Kjell > > On Thu, Aug 4, 2022 at 5:40 PM Michael Nazzareno Trimarchi > wrote: > > > > Hi > > > > On Thu, Aug 4, 2022 at 5:21 PM Kjell Ahlstedt > > wrote: > > > > > > Den 2022-08-04 kl. 16:13, skrev Michael Nazzareno

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi Kjell On Thu, Aug 4, 2022 at 5:40 PM Michael Nazzareno Trimarchi wrote: > > Hi > > On Thu, Aug 4, 2022 at 5:21 PM Kjell Ahlstedt wrote: > > > > Den 2022-08-04 kl. 16:13, skrev Michael Nazzareno Trimarchi: > > > > Are you building with gnome-builder? > > > > Michael > > > > No, I'm building

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Thu, Aug 4, 2022 at 5:21 PM Kjell Ahlstedt wrote: > > Den 2022-08-04 kl. 16:13, skrev Michael Nazzareno Trimarchi: > > Are you building with gnome-builder? > > Michael > > No, I'm building as described in README.md. But I had defined the environment > variable GSETTINGS_SCHEMA_DIR. It's

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Kjell Ahlstedt via gtkmm-list
Den 2022-08-04 kl. 16:13, skrev Michael Nazzareno Trimarchi: Are you building with gnome-builder? Michael No, I'm building as described in README.md. But I had defined the environment variable GSETTINGS_SCHEMA_DIR. It's needed be other programs that I run now and then. In this case, it was a

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi mkdir build cd build cmake ../ make -j10 cd build/src/ ./alexa The schema should be in generated data. This problem I have only if I run from gnome-builder. I need to check if I have some installation by mistake before and still able to find it in the general schema Michael On Thu, Aug 4,

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi Kjell On Thu, Aug 4, 2022 at 3:57 PM Kjell Ahlstedt wrote: > > Den 2022-08-03 kl. 12:07, skrev Michael Nazzareno Trimarchi via gtkmm-list: > > Hi > > > > On Wed, Aug 3, 2022 at 11:55 AM Michael Nazzareno Trimarchi > > wrote: > > > > Hi > > > > I have created a simple example using gtkmm and

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Kjell Ahlstedt via gtkmm-list
Den 2022-08-03 kl. 12:07, skrev Michael Nazzareno Trimarchi via gtkmm-list: Hi On Wed, Aug 3, 2022 at 11:55 AM Michael Nazzareno Trimarchi wrote: Hi I have created a simple example using gtkmm and webkit here: https://github.com/panicking/gtkmm_alexa I downloaded your example and managed

Re: gtk webview wrong rendering on load and small artifact

2022-08-03 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Wed, Aug 3, 2022 at 11:55 AM Michael Nazzareno Trimarchi wrote: > > Hi > > I have created a simple example using gtkmm and webkit here: > > https://github.com/panicking/gtkmm_alexa > > I restart to work on it in my spare time but I found a rendering > problem on the first load of the page.

gtk webview wrong rendering on load and small artifact

2022-08-03 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi I have created a simple example using gtkmm and webkit here: https://github.com/panicking/gtkmm_alexa I restart to work on it in my spare time but I found a rendering problem on the first load of the page. If I resize it the artifact disappears. Another problem is that resizing is presenting