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
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).
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.
---
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
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
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
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!
> 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
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
> 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
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
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
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
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
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:
> --
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
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
17 matches
Mail list logo