Re: [Gambas-user] Pb with transparency?

2009-04-27 Thread Simonart Dominique
Benoît Minisini a écrit : Hi, Gambas 2.12 with QT I had a prog that worked well in Gambas 2.11 but now it doesn't work correctly for all the images with transparent areas. Here is a very short illustration of the problem DIM PicSac AS Picture DIM PicCase AS Object[] Dim i AS Integer

Re: [Gambas-user] Pb with transparency?

2009-04-27 Thread Benoît Minisini
Benoît Minisini a écrit : Hi, Gambas 2.12 with QT I had a prog that worked well in Gambas 2.11 but now it doesn't work correctly for all the images with transparent areas. Here is a very short illustration of the problem DIM PicSac AS Picture DIM PicCase AS Object[] Dim i

Re: [Gambas-user] Pb with transparency?

2009-04-27 Thread Simonart Dominique
Benoît Minisini a écrit : Benoît Minisini a écrit : Hi, Gambas 2.12 with QT I had a prog that worked well in Gambas 2.11 but now it doesn't work correctly for all the images with transparent areas. Here is a very short illustration of the problem DIM PicSac AS Picture DIM PicCase AS

[Gambas-user] Pb with transparency?

2009-04-26 Thread Simonart Dominique
Hi, Gambas 2.12 with QT I had a prog that worked well in Gambas 2.11 but now it doesn't work correctly for all the images with transparent areas. Here is a very short illustration of the problem DIM PicSac AS Picture DIM PicCase AS Object[] Dim i AS Integer PicCase.Resize(2) FOR i = 0 TO 1