Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-20 Thread wally
Good morning Jussi, thank you for this solution. Don't you think, that a "gb.gsl" component would be from general interest ? Benoit, what is your opinion ? wally On Saturday, May 21, 2011 01:08:52 Jussi Lahtinen wrote: > Corrected (and working) version attached. > Though I'm not fully satisfi

[Gambas-user] mysql connection

2011-05-20 Thread Keith Clark
I seem to have forgotten how to connect to a mysql database server. I can reference the document: http://gambasdoc.org/help/howto/database but I keep getting connection errors. maybe I don't have the address correct? What format does it take www.xxx.com? -

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-20 Thread Jussi Lahtinen
Hmmm but then there should be also some kind of Struct@ function. Doesn't sound easy to implement! Jussi On Sat, May 21, 2011 at 02:08, Jussi Lahtinen wrote: > Corrected (and working) version attached. > Though I'm not fully satisfied to it. Benoit, is it possible to have > pointer to struc

Re: [Gambas-user] gambas 3

2011-05-20 Thread Shane Powell
On 21/05/11 08:47, Benoît Minisini wrote: >> hi >> I opened a gambas 2 project with gambas 3 and was asked if i wanted >> to convert it >> witch i did thinking that i would be able to save somewhere else wrong! >> so is there a way to convert it back to gambas 2 project and i think >> that yo

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-20 Thread Jussi Lahtinen
Corrected (and working) version attached. Though I'm not fully satisfied to it. Benoit, is it possible to have pointer to struct with varptr? Right now it cannot be done..? If you look at that attachment you will see why it would be useful... Jussi On Fri, May 20, 2011 at 13:57, wally wrote:

Re: [Gambas-user] gambas 3

2011-05-20 Thread Benoît Minisini
> hi > I opened a gambas 2 project with gambas 3 and was asked if i wanted > to convert it > witch i did thinking that i would be able to save somewhere else wrong! > so is there a way to convert it back to gambas 2 project and i think > that you should be able to save the > new gambas 3 proje

Re: [Gambas-user] printing gambas 3

2011-05-20 Thread Shane Powell
On 21/05/11 00:53, Fabien Bodard wrote: > 2011/5/20 Shane Powell: >> trying to print in gambas 3 using drawtext but the letters are huge >> what gives ? > on gambas3 you need to use the paint class > > paint.text... > > paint generate vectorial and antialiased draw. > > you can use gb.report too >

Re: [Gambas-user] printing gambas 3

2011-05-20 Thread Fabien Bodard
2011/5/20 Shane Powell : > trying to print in gambas 3 using drawtext but the letters are huge > what gives ? on gambas3 you need to use the paint class paint.text... paint generate vectorial and antialiased draw. you can use gb.report too but what did you want to draw ? > > > --

Re: [Gambas-user] Really basic basics

2011-05-20 Thread Fabien Bodard
2011/5/20 Rob : > On Friday 20 May 2011 06:08, j h wrote: >> For example a simple program >>  has a window with a Valuebox, a button and a slider.   How do i program >>  it so when i press the button the value of the slider is displayed in >>  the valuebox? If anyone can carefull explain how, not j

Re: [Gambas-user] basics basics

2011-05-20 Thread Christian DaGeek247 Stephens
*"*I used to do some programing on spectrum and amiga and now want to write some simple apps with gambas.My problem is i am tottaly baffled by this new type of programing. The documentation and examples do not explain the very basics well enough for me at all. For example a simple program has a wi

Re: [Gambas-user] Really basic basics

2011-05-20 Thread Rob
On Friday 20 May 2011 06:08, j h wrote: > For example a simple program > has a window with a Valuebox, a button and a slider. How do i program > it so when i press the button the value of the slider is displayed in > the valuebox? If anyone can carefull explain how, not just write the > code,

[Gambas-user] printing gambas 3

2011-05-20 Thread Shane Powell
trying to print in gambas 3 using drawtext but the letters are huge what gives ? -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation

Re: [Gambas-user] Gambas3 and Gnu scientific library

2011-05-20 Thread wally
Of course i want to try some other functionality of GSL too. and of course I'm too stupid :) now 1st derivative the code contains also the working C original and the necessary header files containing the necessary definitions. error message is : FMain class line 50 "VarPtr() argument must be a

Re: [Gambas-user] Really basic basics

2011-05-20 Thread Juan Ibaceta
Hello Before starting to use gambas or any other object oriented programming language you should start looking for the concepts, what an event is, what is and object what a class is, etc. After understanding these things it will be very easy to program in any OOP. Look for books that teach these

Re: [Gambas-user] Really basic basics

2011-05-20 Thread Fabien Bodard
2011/5/20 j h : > I used to do some programing on spectrum and amiga and now want to write some > simple apps with gambas.My problem is i am tottaly baffled by this new type > of programing.  The documentation and examples do not explain the very basics > well enough for me at all. > For example

[Gambas-user] Really basic basics

2011-05-20 Thread j h
I used to do some programing on spectrum and amiga and now want to write some simple apps with gambas.My problem is i am tottaly baffled by this new type of programing. The documentation and examples do not explain the very basics well enough for me at all. For example a simple program has a wi

Re: [Gambas-user] Issue 66 in gambas: Unknown symbol 'MoveScaled' in class 'Timer'

2011-05-20 Thread gambas
Updates: Status: Fixed Comment #3 on issue 66 by benoit.m...@gmail.com: Unknown symbol 'MoveScaled' in class 'Timer' http://code.google.com/p/gambas/issues/detail?id=66 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 66 in gambas: Unknown symbol 'MoveScaled' in class 'Timer'

2011-05-20 Thread gambas
Comment #2 on issue 66 by benoit.m...@gmail.com: Unknown symbol 'MoveScaled' in class 'Timer' http://code.google.com/p/gambas/issues/detail?id=66 Fixed in revision #3853. You must recompile the faulty projects! -- Wha

Re: [Gambas-user] Issue 66 in gambas: Unknown symbol 'MoveScaled' in class 'Timer'

2011-05-20 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 66 by benoit.m...@gmail.com: Unknown symbol 'MoveScaled' in class 'Timer' http://code.google.com/p/gambas/issues/detail?id=66 (No comment was entered for this change.)

Re: [Gambas-user] Printer

2011-05-20 Thread Benoît Minisini
> In gambas 3 build 3852 > when i have a printer component placed on a form > when the form is shown i get Unknown symbol scalemove in class printer > error > It should be fixed in revision #3853. Regards, -- Benoît Minisini