Re: [Gambas-user] transparency on rotated image

2017-05-07 Thread Charlie
Leon Davis wrote > While I have your eyes. Is there a way to add text to an image? Check out the good work done in 'Painting' which is in the Gambas Farm. Look at 'Example17' - Check out www.gambas.one -- View this message in con

Re: [Gambas-user] transparency on rotated image

2017-05-07 Thread Gianluigi
You can take a look here: http://gambas.8142.n7.nabble.com/How-to-add-subitems-to-a-ListView-td56846.html#a56851 Regards Gianluigi 2017-05-07 14:35 GMT+02:00 Leon Davis : > This solved my issue. Thank you very much. While I have your eyes. Is there > a way to add text to an image? > > On Sat, M

Re: [Gambas-user] transparency on rotated image

2017-05-07 Thread Leon Davis
This solved my issue. Thank you very much. While I have your eyes. Is there a way to add text to an image? On Sat, May 6, 2017 at 8:42 AM, Charlie wrote: > If you change: - > *sImg.drawImage(sImg2)* to *sImg.PaintImage(sImg2, 0, 0)* > and > *sImg.DrawImage(sImg2, 50, 50)* to *sImg.PaintImage(sIm

Re: [Gambas-user] transparency on rotated image

2017-05-06 Thread Charlie
If you change: - *sImg.drawImage(sImg2)* to *sImg.PaintImage(sImg2, 0, 0)* and *sImg.DrawImage(sImg2, 50, 50)* to *sImg.PaintImage(sImg2, 50, 50)* It seems to help, see the help section on PaintImage. - Check out www.gambas.one

Re: [Gambas-user] transparency on rotated image

2017-05-05 Thread Leon Davis
See attached On Fri, May 5, 2017 at 1:59 AM, Fabien Bodard wrote: > can you send a sample project ? > > 2017-05-04 18:12 GMT+02:00 Leon Davis : > > Using Gambas v3.9.2 and GTK+3 > > > > After I rotate an image "Image.Rotate(0.03)" I get a background I can't > get > > rid of. Bug or Feature? Than

Re: [Gambas-user] transparency on rotated image

2017-05-05 Thread Fabien Bodard
can you send a sample project ? 2017-05-04 18:12 GMT+02:00 Leon Davis : > Using Gambas v3.9.2 and GTK+3 > > After I rotate an image "Image.Rotate(0.03)" I get a background I can't get > rid of. Bug or Feature? Thank you for any assistance. > > Leon > ---

[Gambas-user] transparency on rotated image

2017-05-04 Thread Leon Davis
Using Gambas v3.9.2 and GTK+3 After I rotate an image "Image.Rotate(0.03)" I get a background I can't get rid of. Bug or Feature? Thank you for any assistance. Leon -- Check out the vibrant tech community on one of the wo