Re: [Gambas-user] Load an Image from Data

2016-10-05 Thread Benoît Minisini
Le 05/10/2016 à 09:15, Charlie a écrit : > Interesting. I have always used: - > *PictureBox1.Picture = Picture.load("Test.png")* > From the wiki. :-) http://gambaswiki.org/wiki/comp/gb.qt4/picture/_get -- Benoît Minisini

Re: [Gambas-user] Load an Image from Data

2016-10-05 Thread Charlie
Interesting. I have always used: - *PictureBox1.Picture = Picture.load("Test.png")* -- View this message in context: http://gambas.8142.n7.nabble.com/Load-an-Image-from-Data-tp57467p57474.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] Load an Image from Data

2016-10-05 Thread Demosthenes Koptsis
Yes, that was it! Thanks Dim On 4/10/2016 22:04 μμ, Gianluigi wrote: > Not sure I understand: > > PictureBox1.Picture = Picture["NamePicture.extension"] > > 2016-10-04 19:55 GMT+02:00 Demosthenes Koptsis : > >> Hi, >> >> i have 3 images imported in a Gambas3 Project. >> >> The images are in Data

Re: [Gambas-user] Load an Image from Data

2016-10-04 Thread Gianluigi
Not sure I understand: PictureBox1.Picture = Picture["NamePicture.extension"] 2016-10-04 19:55 GMT+02:00 Demosthenes Koptsis : > Hi, > > i have 3 images imported in a Gambas3 Project. > > The images are in Data folder of Gambas IDE. > > How do i load an image from Data folder? > > > Regards, > >

[Gambas-user] Load an Image from Data

2016-10-04 Thread Demosthenes Koptsis
Hi, i have 3 images imported in a Gambas3 Project. The images are in Data folder of Gambas IDE. How do i load an image from Data folder? Regards, Dim -- Check out the vibrant tech community on one of the world's mos