Hello again,
refering to my question about the gb.debug component, I have to say, that it
will be used to have a clearer view on bugs.
While the callto Debug.Begin in Form_Open() doesn't raise any error, there
is at the following Debug.Start() the error message "Unable to open fifo"
Hello Mailing list,
this time i have some questions about the gb.debug component, I really never
worked with it and I just pass these questions to you.
If I call a Debug.Begin() in Form_Open() event, there is no error. But with
the following Debug.Start() instruction there raises a
Hey Mailing-List,
now I habe a problem with the sockets (gb.net, normal socket). I just create
one and connected like this Socket1.Connect("localhost", 80) - with the
elements of the example in the documentation (waiting until the socket is
ready and so on) and when I
WRITE #Sock
Dear Mailing-List,
I have a simple problem with the DrawingArea component. Is there any
possibility to get the drawn content of the area? How is that formatted?
And in addition: I want to save it using streams. What have I to pay
attention of? This is to read a picture from a so
Dear Mailing-List,
I have to write a Facharbeit about Gambas + SQLite3.
It won't have so much pages, I just want to describe how Gambas can manage
Database-Systems which aren't installed by the user in the first chapter.
And that's what where I need help: I don't knoe, how Gambas d
I am sorry that the subject of my last question was Re: [Gambas-user]
Segmentation fault (core dumped), I just forgot to change it. Here's my
question with a better subject:
Dear Mailing-List,
my question today is: Is there any possibility to use a compiled Gambas
program on a l
Dear Mailing-List,
my question today is: Is there any possibility to use a compiled Gambas
program on a linux pc without Gambas?
I think there's no way because a compiled gambas program - as I understood -
is just byte code which is interpreted by gbr2 (in my case). I think just
Dear Mailing-Liste,
my name is Tobias and I have the following problem:
The function y=f(x) shall be displayed with the values x_min <= x <= x_max
in a drawing area (dwg.ClientW = const = 801, dwg.ClientH = const = 601)
using the methods Draw.Scale and Draw.Translate.
My question