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-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-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 option the directories of BGRABitmap-source 
according to your system.

There is also the widegets from bgragui that are msegui compatible:

https://github.com/bgrabitmap/bgragui

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-msegui-talk


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 using imported images should work
> too.
>
> 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-msegui-talk
>

thanks fred , i'll check that


___
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-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



--
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] 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.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 (something I always recommend) that it would be easy to find
what code caused the bug too.


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp


___
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-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 BGRABitmap, add -dclass_bridge parameter in project
option make.

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-msegui-talk


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, the bridge is used by default,
imho, it should be the reverse.



--
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] 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 computer around (or want to dual 
boot linux/windows) and you have a windows 7 product key. Install 
windows 7 and then upgrade to windows 10 via the "windows media creation 
tool' availble from the microsoft download site.



Patrick



___
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-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 are some incompatibilities if you use the bridge for
BGRABitmap and some MSE widgets that should be fixed in the near future.

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-msegui-talk


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 simply
use the binaries).
https://github.com/mse-org/mseide-msegui/releases/tag/5.0.0

Normally after that you may use last trunk of msegui to compile your
project.

And I will jump into this asap (or if somebody want to jump into the bridge
feature, he is welcome to check 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.sourceforge.net/lists/listinfo/mseide-msegui-talk


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 same
code for form-designer) it works.

So it must be something easy to fix.

Sadly I am hyper busy now, so for now, you may use binary release of MSEide
5.0.0.
https://github.com/mse-org/mseide-msegui/releases/tag/5.0.0

or use last version of ideU
https://github.com/fredvs/ideU/releases/tag/2.2.0

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-msegui-talk


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 it works without
problem:
msetimagelist.zip
  

The result:
 

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-msegui-talk


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 would be very great is you could give a little demo-source so I can see
what is wrong.

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-msegui-talk


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 mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[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
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk