[Gambas-user] Printer Class not available in GUI component or GTK

2009-10-01 Thread Steven James Drinnan
Benniot just noticed that the Printer class is not available when you when you use GUI or GTK. But the documentation says that you can use it in GTK. Is this by design? If so the GTK-Draw.Begin help page should be updated to reflect this. Steven

Re: [Gambas-user] print

2009-10-01 Thread Steven James Drinnan
Nothing quite that simple but easy enough, try this SUB PrintForm() 'Prints a form DIM myformPic AS Picture DIM size AS INTEGER myformPic = ME.Grab() size = 5 '5 times the size otherwise picture is to small. myformPic = myformPic.Image.Stretch(ME.W * size, ME.H * size).

[Gambas-user] print

2009-10-01 Thread yuhej
Hello, Is there an easy way to print out an entire form? (Like in VB the Form1.Print). Thanks, Robi -- View this message in context: http://www.nabble.com/print-tp25709303p25709303.html Sent from the gambas-user mailing list archive at Nabble.com. ---

[Gambas-user] gambase and modbus

2009-10-01 Thread Jean-Yves F. Barbier
Hi folks, Does anybody have experience (and code) of ModBus driven by Gambas? JY -- < Overfiend> well, excellent. I get to tear someone a new asshole. -- in #debian-devel -- Come build with us! The Blac

[Gambas-user] SetFocus problem

2009-10-01 Thread Jussi Lahtinen
Hi! How can I show form without losting focus of current form? I tried this: Dim formi As New Form1 formi.Show() FMain.SetFocus() But it doesn't work... Gambas 3 revision 2368 Both Qt3 and GTK+ @Ubuntu 9.04 64bit These problems confirmed with current version: http://www.nabble.com/Stack-backtr

[Gambas-user] Make installation package - Benoit please read it ?

2009-10-01 Thread Stefano Palmeri
Il giovedì 1 ottobre 2009 15:19:44 Jarkko Härmä ha scritto: > Moi . > > If i do that, i get an error : tar 1.13 not installed. Ok i have tar > 1.19 but why a specific > version of tar ?? > > -Jarkko > Tar 1.13 is needed by Slackware packages manager. It means that i you use a different version of

Re: [Gambas-user] Make installation package ?

2009-10-01 Thread Jarkko Härmä
Benoît Minisini wrote: >> Benoît Minisini wrote: >> Moi . >>> ??? >>> >>> If i do that, i get an error : tar 1.13 not installed. Ok i have tar 1.19 but why a specific version of tar ?? -Jarkko >>> Because Slackware requires that!

Re: [Gambas-user] Make installation package ?

2009-10-01 Thread Benoît Minisini
> Benoît Minisini wrote: > >> Moi . > > > > ??? > > > >> If i do that, i get an error : tar 1.13 not installed. Ok i have tar > >> 1.19 but why a specific > >> version of tar ?? > >> > >> -Jarkko > > > > Because Slackware requires that! But apparently it changed in the last > > version of Slackware

Re: [Gambas-user] Make installation package ?

2009-10-01 Thread Jarkko Härmä
Benoît Minisini wrote: >> Moi . >> > > ??? > > >> If i do that, i get an error : tar 1.13 not installed. Ok i have tar >> 1.19 but why a specific >> version of tar ?? >> >> -Jarkko >> >> > > Because Slackware requires that! But apparently it changed in the last > version > of Slackwa

Re: [Gambas-user] Make installation package ?

2009-10-01 Thread Benoît Minisini
> Moi . ??? > > If i do that, i get an error : tar 1.13 not installed. Ok i have tar > 1.19 but why a specific > version of tar ?? > > -Jarkko > Because Slackware requires that! But apparently it changed in the last version of Slackware, but I didn't update Gambas yet. I'm not a Slackware u

[Gambas-user] Make installation package ?

2009-10-01 Thread Jarkko Härmä
Moi . If i do that, i get an error : tar 1.13 not installed. Ok i have tar 1.19 but why a specific version of tar ?? -Jarkko -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer ev

Re: [Gambas-user] packaging

2009-10-01 Thread Petit Eric
yes fakeroot pkg, you could also try MonoOSC on OBS server : http://sourceforge.net/projects/monoosc/ http://software.opensuse.org/search?baseproject=ALL&p=1&q=monoosc https://build.opensuse.org/ This is the best i found to deploy my application, that solve the dependency problem and give you the w

Re: [Gambas-user] packaging

2009-10-01 Thread Robert JUHASZ
Thanks, I'll try. Robi 2009/10/1 Doriano Blengino > yuhej ha scritto: > > Hello, > > > > I'm not very far from being able to test my first Gambas application. It > > works from the IDE, also the executable on my PC. > > I try to make a package to test it on a "virgin" ubuntu but I haven't > > s

Re: [Gambas-user] packaging

2009-10-01 Thread Charlie Reinl
Am Donnerstag, den 01.10.2009, 02:34 -0700 schrieb yuhej: > Hello, > > I'm not very far from being able to test my first Gambas application. It > works from the IDE, also the executable on my PC. > I try to make a package to test it on a "virgin" ubuntu but I haven't > succeeded. I got an error me

Re: [Gambas-user] packaging

2009-10-01 Thread Doriano Blengino
yuhej ha scritto: > Hello, > > I'm not very far from being able to test my first Gambas application. It > works from the IDE, also the executable on my PC. > I try to make a package to test it on a "virgin" ubuntu but I haven't > succeeded. I got an error message like that: > --

[Gambas-user] packaging

2009-10-01 Thread yuhej
Hello, I'm not very far from being able to test my first Gambas application. It works from the IDE, also the executable on my PC. I try to make a package to test it on a "virgin" ubuntu but I haven't succeeded. I got an error message like that: - Creati

Re: [Gambas-user] tableview

2009-10-01 Thread nero
nero wrote: ok , I'm investigating the problem: - When tv is loaded all columns are 100 in size - When I doubleclick between two column the column are resized by the content and get various size - When I set tv.Columns.Width = "-1" or tv.Columns.Width = -1 all the columns get size 20. I think