Re: [Gambas-user] gb.debug

2010-05-16 Thread tobias...@t-online.de
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.

[Gambas-user] Component gb.debug

2010-05-09 Thread tobias...@t-online.de
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

[Gambas-user] Problem with Sockets

2010-03-21 Thread tobias...@t-online.de
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

[Gambas-user] Picture in DrawingArea?

2010-03-20 Thread tobias...@t-online.de
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

[Gambas-user] Question about Databases

2010-03-10 Thread tobias...@t-online.de
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

Re: [Gambas-user] Segmentation fault (core dumped )

2010-02-28 Thread tobias...@t-online.de
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

[Gambas-user] Drawing Area

2010-02-24 Thread tobias...@t-online.de
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