Re: [Gambas-user] x86 and x64 executables

2016-10-05 Thread PICCORO McKAY Lenz
event if are jit related, the jit module takes care fo the subsystem machiine Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2016-10-05 7:28 GMT-04:00 Demosthenes Koptsis : > Thanks Tobi !!! > > > On 10/05/2016 10:54 AM, Tobias Boege wrote: > > On Wed, 05

[Gambas-user] Displaying a pdf file to the user

2016-10-05 Thread Jose Monteiro
I know how to call an external viewer. Is it simple to show a one page pdf file inside a Gambas3 control? RegardsJosé Monteiro -- Check out the vibrant tech community on one of the world's most engaging tech sites,

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] x86 and x64 executables

2016-10-05 Thread Demosthenes Koptsis
Thanks Tobi !!! On 10/05/2016 10:54 AM, Tobias Boege wrote: > On Wed, 05 Oct 2016, Demosthenes Koptsis wrote: >> Hello, >> >> is there possible to create gambas3 application >> >> for x64 and x86 architectures from the same gambas3 IDE? >> >> Or i have to install gambas3 in separated machines?

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] x86 and x64 executables

2016-10-05 Thread Tobias Boege
On Wed, 05 Oct 2016, Demosthenes Koptsis wrote: > Hello, > > is there possible to create gambas3 application > > for x64 and x86 architectures from the same gambas3 IDE? > > Or i have to install gambas3 in separated machines? > Gambas applications are compiled into bytecode which is

[Gambas-user] x86 and x64 executables

2016-10-05 Thread Demosthenes Koptsis
Hello, is there possible to create gambas3 application for x64 and x86 architectures from the same gambas3 IDE? Or i have to install gambas3 in separated machines? Regards, Dim -- Check out the vibrant tech

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