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