Re: [MSEide-MSEgui-talk] My MSEgui studies: Image viewer

2021-03-21 Thread Roland Chastain
Hello Fred! Thank you for the suggestion. I will try a tfilenameeditX. Regards. Roland -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourcefo

Re: [MSEide-MSEgui-talk] My MSEgui studies: Image viewer

2021-03-21 Thread fredvs
Re hello Roland. Excellent to make a clean suite of demos. Only infinite little details, in project options Editor, is it wanted the blue background of the editor and disable mark-pairwords ? And in Make option, error color is yellow and warning red, should it not be reverse? It is detail bu

Re: [MSEide-MSEgui-talk] My MSEgui studies: Image viewer

2021-03-21 Thread fredvs
Re-hello Roland. > I have to find why. Ok I have found and will fix it asap. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge

Re: [MSEide-MSEgui-talk] My MSEgui studies: Image viewer

2021-03-21 Thread fredvs
Re-hello Roland. If you want to try a tfilenameeditX, you will need to delete the previous tfilenameedit, because tfilenameedit and tfilenameeditX co-exist bad. tfilenameedit and tfilenameeditX use the same properties, with some added in tfilenameeditX. For a reason that I have to find when a tf

Re: [MSEide-MSEgui-talk] My MSEgui studies: Image viewer

2021-03-21 Thread fredvs
Hello Roland. Wow, I like it very well. You use a edDirectory : tfilenameedit, nice, but did you try with a tfilenameeditX in tab "FileDialogX" of MSE component palette ? It would be fantastic if, for the FileDialogX widgets, the default "image" icon would be a icon of the content of picture fil

Re: [MSEide-MSEgui-talk] MSEgui and Radeon graphics card.

2021-03-21 Thread fredvs
> Yes, it solved my problems. OK I propose to commit it and also change the msegui version to = '5.2.2'. It is only one line added but may fix lot of things. I seems that it fixes also the crazy blinking that I get sometime enabling in mseide menu "View" "Force Z order". If there is no protesta

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread fredvs
> Can those methods be overloaded? Kept, but replaced with identical methods that do internally a conversion to fpc methods? Yes, maybe. Circular did a class bridge for all graphic class, if you use the bridge all the fpc graphic class will be used vs mse class. Now to overloaded the methods, su

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread fredvs
> > Fred, if your application made for aarch64 wants to create files on disk, is that working? Following of the following of previous post. A other problem that I found with msegui on aarch64 is msethread (the custom mse tthread). It crashed at execute so I replaced it by fpc tthread. All that

Re: [MSEide-MSEgui-talk] MSEgui and Radeon graphics card.

2021-03-21 Thread vasi vasi
my configuration [image: neofetch-data.png] On Sun, Mar 21, 2021 at 7:46 PM vasi vasi wrote: > Yes, it solved my problems. I am more confident now in msegui. My daughter > has an i3 and there was no problem, only on my laptop/ > > On Sun, Mar 21, 2021 at 6:44 PM fredvs wrote: > >> Vasi, did the

Re: [MSEide-MSEgui-talk] MSEgui and Radeon graphics card.

2021-03-21 Thread vasi vasi
Yes, it solved my problems. I am more confident now in msegui. My daughter has an i3 and there was no problem, only on my laptop/ On Sun, Mar 21, 2021 at 6:44 PM fredvs wrote: > Vasi, did the fixes we did for MSEide really fixed your problems with your > Intel driver? > > If so we can maybe comm

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread vasi vasi
Can those methods be overloaded? Kept, but replaced with identical methods that do internally a conversion to fpc methods? On Sun, Mar 21, 2021 at 7:40 PM vasi vasi wrote: > Understood... thank you for explaining this! > > On Sun, Mar 21, 2021 at 7:33 PM fredvs wrote: > >> > Fred, if your appli

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread vasi vasi
Understood... thank you for explaining this! On Sun, Mar 21, 2021 at 7:33 PM fredvs wrote: > > Fred, if your application made for aarch64 wants to create files on disk, > is that working? > ... > Follow of previous post. > > So, to be sure to not have any problems, better to be careful with the

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread fredvs
> Fred, if your application made for aarch64 wants to create files on disk, is that working? ... Follow of previous post. So, to be sure to not have any problems, better to be careful with the use of the mse "sta" files. The mse "sta" files if a very good feature, for each widget there is a "stat

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread fredvs
> Fred, if your application made for aarch64 wants to create files on disk, is that working? If you use all the fpc methods to access disk, like fileexists(), create, open, edit, ... files, it works perfectly. It is what I use for all my applications. But if you use the custom mse methods, like m

Re: [MSEide-MSEgui-talk] MSEgui and Radeon graphics card.

2021-03-21 Thread fredvs
Vasi, did the fixes we did for MSEide really fixed your problems with your Intel driver? If so we can maybe commit it (if nobody has find problem with it, I did not find some). Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread vasi vasi
Fred, if your application made for aarch64 wants to create files on disk, is that working? On Sun, Mar 21, 2021 at 6:22 PM fredvs wrote: > > Regarding the acclaimed fpGUI, I have problems with it on my > configuration, > like text disappearing from the hint window for a while. What I mean is, as

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread fredvs
> Regarding the acclaimed fpGUI, I have problems with it on my configuration, like text disappearing from the hint window for a while. What I mean is, as long as X11 continue to have driver problems, not even fpGUI is trouble free. I like fpGUI very well. But there are some problems. There are som

Re: [MSEide-MSEgui-talk] MSEgui and Radeon graphics card.

2021-03-21 Thread vasi vasi
Indeed, the raw text is not visible on email. you have to go on the web to see it ... On Sun, Mar 21, 2021 at 10:59 AM Roland Chastain wrote: > Thank you Fred. Here is the output of /neofetch/ for me: > > > > > > -- > Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ > > > __

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread vasi vasi
Regarding the acclaimed fpGUI, I have problems with it on my configuration, like text disappearing from the hint window for a while. What I mean is, as long as X11 continue to have driver problems, not even fpGUI is trouble free. I compile it with 3.2.0 pascal version, don't know if fpGUI supports.

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread fredvs
Hello Alexander. OK, it is clear. In my side, I cannot help more. I have to find a computer with a Radeon card. But it is not easy, all the people that I know dont use Radeon and nobody wants to buy one. Anyway, many thanks for your patience. Maybe you may try things by yourself, imho the probl

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread Alexander via mseide-msegui-talk
Yes, in video problem see as lost lines. In object inspector bug may find fast (object inspector has inside many controls), but bug is not only object inspector: in MSE entry and all programs written on MSE. On Sun, 21 Mar 2021 04:02:21 -0700 (MST) fredvs wrote: > Hello Alexander. > > Maybe

Re: [MSEide-MSEgui-talk] MSEgui and Radeon graphics card.

2021-03-21 Thread fredvs
Hello Roland. > DE: Plasma 5.15.4 > xO: cOd Theme: Oxygen [Plasma] Ha, you are using Plasma. Afaik, Plasma uses Wayland server (the successor of X11). So nice to see that msegui works with Wayland too. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] MSEgui and Radeon graphics card.

2021-03-21 Thread fredvs
> i3 or I5 ? Ooops, I have a bigger than yours! ;) Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread fredvs
Hello Alexander. Here video of mseradeon_test.prj with mseide binary from previous post on a i5 machine. Do you have the same with radeon ? mse_radeon_test.mp4 Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8

Re: [MSEide-MSEgui-talk] MSEgui and Radeon graphics card.

2021-03-21 Thread Roland Chastain
i5 or i3? No, I didn't notice any problem. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] MSEgui and Radeon graphics card.

2021-03-21 Thread fredvs
Hello Roland. Ha, ok, you have a i5 (like me). Here I never found problems, did you find some? Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://

Re: [MSEide-MSEgui-talk] My MSEgui studies: Image viewer

2021-03-21 Thread fredvs
Hello Roland. Nice! I will take a look this night, write you later. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/list

Re: [MSEide-MSEgui-talk] Need or not needed domain for MSE ?

2021-03-21 Thread fredvs
Hello Alexander. Maybe I miss something, but in your video all seems ok. Or maybe the lines of the Tstringgrid are not painted (difficult to see on the video)? And if you run mseide and only click on the Tstringgrid of the form-designer, do you have still problems with the object inspector? Fre;

Re: [MSEide-MSEgui-talk] MSEgui and Radeon graphics card.

2021-03-21 Thread Roland Chastain
Thank you Fred. Here is the output of /neofetch/ for me: -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-m

[MSEide-MSEgui-talk] My MSEgui studies: Image viewer

2021-03-21 Thread Roland Chastain
Hello everybody! I am embarking on writing a series of small projects in order to familiarize myself with MSEide+MSEgui. I started with a simple image viewer. All the projects will be here: https://gitlab.com/rchastain/msegui-studies Any comment, suggestion, contribution is welcome. Regards. R