Re: [Gambas-user] One line to IDE

2011-05-22 Thread Benoît Minisini
> No, problem persist! > > Jussi > So I didn't understand what you talked about. -- Benoît Minisini -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach o

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

2011-05-22 Thread Benoît Minisini
> Hmmm official example doesn't have this problem..? > What is the difference? > > Jussi > Beside a few GUI changes, no difference at all. When do you get that message exactly? -- Benoît Minisini -- What Every C/

Re: [Gambas-user] One line to IDE

2011-05-22 Thread Jussi Lahtinen
No, problem persist! Jussi 2011/5/22 Benoît Minisini > > > Benoit, I think you forgot to add this line... I have long procedure > > > lists, and I want to jump automatically to right position of list. > > > FProcedureList --> SetCurrent --> line 96: > > > > > > gvwProc.MoveTo(iCurrent, 0) > >

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

2011-05-22 Thread Jussi Lahtinen
Hmmm official example doesn't have this problem..? What is the difference? Jussi On Sun, May 22, 2011 at 21:43, Jussi Lahtinen wrote: > For some reason I get error message with this code; > "The program has returned value 127." > And then to console; > "gsl_interp_cspline_demo: symbol looku

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

2011-05-22 Thread Jussi Lahtinen
For some reason I get error message with this code; "The program has returned value 127." And then to console; "gsl_interp_cspline_demo: symbol lookup error: /usr/lib/libQtGui.so.4: undefined symbol: _ZN18QThreadStorageDataD1Ev" Gambas 3 rev 3856 @ Ubuntu 11.04 64bit Jussi On Sun, May 22, 201

Re: [Gambas-user] printing gambas 3

2011-05-22 Thread Fabien Bodard
2011/5/22 Shane Powell : > On 22/05/11 00:27, Fabien Bodard wrote: >> 2011/5/21 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 pai

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

2011-05-22 Thread wally
ok, done On Sunday, May 22, 2011 16:41:39 Benoît Minisini wrote: > > clear button added > > I'd like to use it as an example. Can you just do the following changes: > > - Add an about box with your name. > > - Use "libgsl:0" as library name, otherwise the example will need the > libgsl develo

Re: [Gambas-user] One line to IDE

2011-05-22 Thread Benoît Minisini
> > Benoit, I think you forgot to add this line... I have long procedure > > lists, and I want to jump automatically to right position of list. > > FProcedureList --> SetCurrent --> line 96: > > > > gvwProc.MoveTo(iCurrent, 0) > > > > > > Jussi > > Not the good fix, but I understand the problem

Re: [Gambas-user] One line to IDE

2011-05-22 Thread Benoît Minisini
> Benoit, I think you forgot to add this line... I have long procedure lists, > and I want to jump automatically to right position of list. > FProcedureList --> SetCurrent --> line 96: > > gvwProc.MoveTo(iCurrent, 0) > > > Jussi Not the good fix, but I understand the problem. I will post a fix

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

2011-05-22 Thread Benoît Minisini
> clear button added > I'd like to use it as an example. Can you just do the following changes: - Add an about box with your name. - Use "libgsl:0" as library name, otherwise the example will need the libgsl development packages. Thanks in advance. Regards, -- Benoît Minisini

Re: [Gambas-user] Problems with gbs

2011-05-22 Thread Jussi Lahtinen
This problem is now "solved". I'm going to do distribution update, and because of that I temporarily change my fstab: /tmpext4relatime,nosuid,noexec0 2 --> /tmpext4defaults0 2 So, looks like even when gbs3 is not executed in /tmp, it is e

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

2011-05-22 Thread wally
clear button added On Sunday, May 22, 2011 14:14:37 Jussi Lahtinen wrote: > Nice work. > Code quality is good, this could be official demo for using external > libraries. > Only "clear" button is missing. > > Jussi > > On Sun, May 22, 2011 at 10:09, wally wrote: > > here is a gambas3 demo of g

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

2011-05-22 Thread wally
ok , i'll add clear button the remaining interpolation types are ready. also derivative of interpolation now adding derivative2 and integral of interpolation then i'll try rootfinding wally On Sunday, May 22, 2011 14:14:37 Jussi Lahtinen wrote: > Nice work. > Code quality is good, this could be

[Gambas-user] One line to IDE

2011-05-22 Thread Jussi Lahtinen
Benoit, I think you forgot to add this line... I have long procedure lists, and I want to jump automatically to right position of list. FProcedureList --> SetCurrent --> line 96: gvwProc.MoveTo(iCurrent, 0) Jussi -- What

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

2011-05-22 Thread Jussi Lahtinen
Nice work. Code quality is good, this could be official demo for using external libraries. Only "clear" button is missing. Jussi On Sun, May 22, 2011 at 10:09, wally wrote: > > here is a gambas3 demo of gsl cspline. > wally > > > ---

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

2011-05-22 Thread John Spikowski
On Sun, 2011-05-22 at 09:09 +0200, wally wrote: > here is a gambas3 demo of gsl cspline. > wally Here is a working ScriptBasic Windows version (running under Wine) using the DYC extension module for the FFI. (GTK-Server was the issue under Ubuntu 64) Code: (testgsl.sb) DECLARE SUB DLL ALIAS "d

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

2011-05-22 Thread wally
here is a gambas3 demo of gsl cspline. wally gsl_interp_cspline_demo-0.0.1.tar.gz Description: application/compressed-tar -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has