Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-25 Thread Fred vS
Hello everybody. Thanks Sieghard for the infos. Some good news from the front. I finally found a C demo that was working on a Wayland system. Some tweak needed and some hair to loose to make it compile + run. Then I tackled the big part: the conversion to Pascal. My nearly-friend ChatGPT

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-23 Thread Sieghard via mseide-msegui-talk
Hello Fred, you wrote on Sat, 23 Sep 2023 02:41:00 +: > Yes, sure and I am far to be ready for a msegui-wayland interface. > > I think that I have all the tools now to use Wayland with fpc, all the > demos of the demos-book are translated and compile. Fine - I saw that you presented a

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-22 Thread Fred vS
Hello Sieghard. >I'd suggest to be a bit more conservative and keep the old structure at >least until you got "many" signs of agreement from users you asked. Yes, sure and I am far to be ready for a msegui-wayland interface. I think that I have all the tools now to use Wayland with fpc, all the

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-22 Thread Fred vS
list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] MSEgui and Wayland. Fred, let the Wayland team to solve the problems they created in forcing the move from X-Window with a half baked solution. We (me and my family) use X server because is the only one that correctly manages the Wacom

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-22 Thread vasi vasi
- > *De :* Fred vS > *Envoyé :* vendredi 22 septembre 2023 01:21 > *À :* General list for MSEide+MSEgui < > mseide-msegui-talk@lists.sourceforge.net> > *Objet :* Re: [MSEide-MSEgui-talk] MSEgui and Wayland. > > Hello everybody. > > For the fun, I started

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-22 Thread Fred vS
have a idea what should be done to access those methods? Fre;D De : Fred vS Envoyé : vendredi 22 septembre 2023 01:21 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] MSEgui and Wayland. Hello everybody. For the fun, I started a new Github

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-21 Thread Fred vS
Hello everybody. For the fun, I started a new Github project: https://github.com/fredvs/wayland-pascal It takes inspiration of the demos from: https://bugaevc.gitbooks.io/writing-wayland-clients/content/black-square/first-steps.html (Yes, I confess, I was helped by ChatGPT for the translation

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-20 Thread Fred vS
Hello Sieghard. Thanks for the precious infos. I'm (not) sure that MSEgui for Wayland will appear soon but as much information as possible is needed to make it appear. Also maybe it would be good to reorder-rename the sub-directories in /lib/kernel/. Actually there is /kernel/windows and

Re: [MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-20 Thread Fred vS
Hello Sieghard. Thanks for the precious infos. I'm (not) sure that MSEgui for Wayland will appear soon but as much information as possible is needed to make it appear. Also maybe it would be good to reorder-rename the sub-directories in /lib/kernel/. Actually there is /kernel/windows and

[MSEide-MSEgui-talk] MSEgui and Wayland.

2023-09-17 Thread Fred vS
There is a advice about Wayland and how to do enable it for a widgetset here: https://gist.github.com/probonopd/9feb7c20257af5dd915e3a9f2d1f2277?permalink_comment_id=4695433#gistcomment-4695433 The advice was: ImGui has a Pascal binding, even if it's just

Re: [MSEide-MSEgui-talk] MSEgui on Wayland.

2021-11-08 Thread Fred van Stappen
to Wayland and that will make X11 withl all the Wayland most missing features. Fre;D De : vasi vasi Envoyé : lundi 8 novembre 2021 12:19 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] MSEgui on Wayland. Wow, future assured, many thanks Fre

Re: [MSEide-MSEgui-talk] MSEgui on Wayland.

2021-11-08 Thread Fred van Stappen
Thanks Vasi vasi. Hum, after deep search for infos about Wayland vs X11, I dont find lot of enthousiasts about Wayland. Of course, like for every new thing there are nostalgics and heaters. But here it seems something else. Wayland is not so young (2008) and there are still "many" bugs,

Re: [MSEide-MSEgui-talk] MSEgui on Wayland.

2021-11-08 Thread vasi vasi
Wow, future assured, many thanks Fred! On Sun, Nov 7, 2021 at 5:33 PM Fred van Stappen wrote: > Re-hello. > > About the problem of rounded button rendering in Wayland. > > OK, fixed, just set Options of the TimageList with the images of the > corners = [bmo_masked,bmo_graymask]. > >

Re: [MSEide-MSEgui-talk] MSEgui on Wayland.

2021-11-07 Thread Fred van Stappen
Re-hello. About the problem of rounded button rendering in Wayland. OK, fixed, just set Options of the TimageList with the images of the corners = [bmo_masked,bmo_graymask]. Conclusion, perfect, MSEgui is fully compatible with XWayland. Fre;D De : Fred van

[MSEide-MSEgui-talk] MSEgui on Wayland.

2021-10-23 Thread Fred van Stappen
Hello. I did try a MSEgui application on Wayland. Nearly no problem. The unique problem was in some rounded frames. It is not rendered correctly on Wayland. Using "classical" rectangle frames is ok. Otherwise all seems the same as Xorg and no speed difference in animations. Fre;D