[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 questions:
   *What do these methods do?
   *How do I use them to fix my problem?
   Every tip to use these methods or a source to read is welcome - especially
   with examples.
   Regards,
   Tobi
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
   copying this file would be the most stupid way to handle this but I wanted
   to ask to be sure. :)
   Regards,
   Tobi
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Gambas on Linux without Gambas?

2010-02-28 Thread tobias...@t-online.de

   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 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
   copying this file would be the most stupid way to handle this but I wanted
   to ask to be sure. :)
   Regards,
   Tobi
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 does this
   EXACTLY and I don't know enough about my ubuntu to find this out by myself.
   (Please excuse my english, I am a German student ;))
   Regards,
   Tobi
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 socket but I simplified it to
   a file.
   Regards,
   Tobias
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 #Socket1, TextArea1.Text, Len(TextArea1.Text)
   an Error is raised. I have Socket1.Status = -6 - "Host not found" at this
   point. But "localhost" in firefox works fine. Is there anything I didn't
   understand?
   I tried the portscanning example in the documentation too: the same thing.
   Please help me, it's important.
   Regards,
   Tobias
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 "Unable to open fifo"
   error. What is to do now?
   Regards,
   Tobias
--

___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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".
   All  neccessary  files  are  at  /tmp/gambas.${UID} and the read/write
   permissions exist too.
   Regards,
   Tobias
--

___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user