Re: [MSEide-MSEgui-talk] imagelist is broken

2020-08-10 Thread fredvs
> There is also the widegets from bgragui that are msegui compatible: Ooops, the site with code is this one: https://github.com/bgrabitmap/bgragui/tree/dev-bgragui -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-08-10 Thread fredvs
> thanks fred , i'll check that Maybe you can try BGRABitmap on MSEgui too. In attachment a MSEgui/BGRAbitmap simple demo. testbgra.zip It uses both Tmseimage/Timagelist and BGRABitmap images. Please check in project optio

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-08-10 Thread code dz
2020-08-08 20:02 UTC+02:00, fredvs : > Hello. > > The problem of incompatibility with MSE image and the classes bridge is > solved. > The fixes are in last commit of MSEgui. > > So now you may use the classes bridge for all your MSE applications, even > if > you dont use BGRABitmap, all MSE widgets

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-08-08 Thread fredvs
Hello. The problem of incompatibility with MSE image and the classes bridge is solved. The fixes are in last commit of MSEgui. So now you may use the classes bridge for all your MSE applications, even if you dont use BGRABitmap, all MSE widgets using imported images should work too. Fre;D --

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-27 Thread fredvs
Hello Graeme. > In such cases `git bisect` Ha, thanks for the tip, I will use it. 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.source

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-27 Thread Graeme Geldenhuys
On 25/06/2020 5:19 pm, fredvs wrote: > The most strange is that, using last release of ideU (that share the same > code for form-designer) it works. In such cases `git bisect` is often a good way to track down the exact commit that caused the problem. If the commits were kept nice and small (somet

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-26 Thread code dz
thats cool , thanks fred ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Re hello. OK, in last commit changed default no class bridge used, use now fpc -dclass_bridge parameter to enable the class bridge for BGRABitmap. So, to resume, for all your projects that do not use BGRABitmpap, dont do nothing, just compile using last msegui trunk. If you want to use BGRAB

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Please add the fpc parameter -dno_class_bridge in project options of your project. And I think that maybe we have to change msegui code and set no class bridge by default (no parameter) and if people want to use the bridge use parameter -dclass_bridge. At the moment, if you dont add any parameter

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread code dz
thanks fred , that was quick :) ok i'll try it tonight ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread Patrick
On 6/25/20 11:08 AM, fredvs wrote: Hello. I did compile ideU and MSEide via wine emulator on Linux and all seems ok. I did use fpc-ootb 3.2.0 from there: https://github.com/fredvs/freepascal-ootb/releases I have to find a real Windows OS computer to try. If you want windows and have a spare

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
RE-rere-hello. OK, it is clear now, added fpc parameter -dno_class_bridge by default in project options. Fixed in last commit 49dcce9. Please, forget all the previous posts and use last commit of mseide-msegui. All should be ok now because it is set as no bridge by default. And yes, there

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Hello Code DZ. I did a deeper check of last msegui trunk and indeed, the new bridge to enable BGRABitmap compatibility gives problems for some MSEgui widgets. So version 5.2.0 was set as beta and 5.0.0 as last stable release. Please use the msegui source of that release to compile MSEide (or simp

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Hello CodeDZ. Yep, I get it. Indeed, after release MSEgui 5.0.0. (with BGRABitmap compatible) there is problems with Timagelist. ;-( OK, I will jump into this asap (or maybe Circular read this and has a idea whats wrong). The most strange is that, using last release of ideU (that share the sam

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Hello. I did try on a Windows 10 64 bit machine, last upgraded, with binary of MSEide 32 bit from there: https://github.com/mse-org/mseide-msegui/releases/tag/5.0.0 And using the source from there: https://github.com/mse-org/mseide-msegui With the simple project msetimagelist in attachment, here

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Hello. I did compile ideU and MSEide via wine emulator on Linux and all seems ok. I did use fpc-ootb 3.2.0 from there: https://github.com/fredvs/freepascal-ootb/releases I have to find a real Windows OS computer to try. What Windows version are you using and what fpc 3.2.0 (32 or 64 bit)? It w

Re: [MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread fredvs
Hello. Strange. I just have try to compile with fpc 3.2.0 MSEide and ideU that both use timagelist, did add some pictures in the list and all seems ok. Could you give a demo of the problem? Thanks. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

[MSEide-MSEgui-talk] imagelist is broken

2020-06-25 Thread code dz
Hi seems timagelist dose not accept any image and show this error when you try to assign a new image into it . where could be the problem ? i am using fpc 3.2 & msegui from (https://github.com/mse-org/mseide-msegui) ___ mseide-msegui-talk mailing list mse