Re: [Gambas-user] Drawing Area

2010-02-25 Thread Doriano Blengino
tobias...@t-online.de ha scritto: 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

Re: [Gambas-user] Drawing Area

2010-02-25 Thread Doriano Blengino
EA7DFH ha scritto: Hi Doriano, I think there is no need to use Draw.Begin and Draw.End when drawings are triggered within the _Draw event. Good introduction, BTW. I confirm - just tried on the project I sended to you. You are right - good to know, even if it does not seem to hurt. But if

Re: [Gambas-user] Drawing Area

2010-02-25 Thread EA7DFH
Hi Doriano, I think there is no need to use Draw.Begin and Draw.End when drawings are triggered within the _Draw event. Good introduction, BTW. I'm not used to work with this event, what leads me to ask how to draw directly to a printer using this event, if possible at least. Regards, Jesús

[Gambas-user] Make Qt version error, SVN 2720.

2010-02-25 Thread Dr.Diesel
-DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/Qt3Support -I/usr/include/QtNetwork -I/usr/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os

Re: [Gambas-user] Make Qt version error, SVN 2720.

2010-02-25 Thread Laurent Carlier
Le Vendredi 26 Février 2010 00:26:28, Dr.Diesel a écrit : -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include/Qt3Support -I/usr/include/QtNetwork -I/usr/include/QtSql -I../../share -I../../src/share -pipe -Wall -fno-exceptions -Wno-unused-value

[Gambas-user] MySQL data access

2010-02-25 Thread Keith Clark
I am having some trouble understanding MySQL access. I am new to Gambas so you may have to take it easy on me! Ok, I followed the instructions as per: http://gambasdoc.org/help/howto/database And I'm now trying to insert my first record into a populated database. Here is my code to do so:

Re: [Gambas-user] MySQL data access

2010-02-25 Thread Keith Clark
On Thu, 2010-02-25 at 20:10 -0500, Keith Clark wrote: I am having some trouble understanding MySQL access. I am new to Gambas so you may have to take it easy on me! Ok, I followed the instructions as per: http://gambasdoc.org/help/howto/database And I'm now trying to insert my first

Re: [Gambas-user] MySQL data access

2010-02-25 Thread Dag Jarle Johansen
hi, seems like you have tendesial troubles ;) in Gambas there are NO problems accessing a database. I use it all the time, take a look at this; '== ' CONNECT TO DATABASE