Re: [Gambas-user] Gambas 3.4.1 won't compile on mint linux

2013-07-17 Thread Alexie
Normal steps are: ./reconf-all ./configure -C make sudo make install I think you forgot the "./reconf-all" :-) 2013/7/18 paulwheeler > >I downloaded the bz2 file from sourceforge for gambas3-3.4.1 at about > 5:30 >gmt >Looked at Installation instructions ("INSTALL") which said to

[Gambas-user] Gambas 3.4.1 won't compile on mint linux

2013-07-17 Thread paulwheeler
I downloaded the bz2 file from sourceforge for gambas3-3.4.1 at about 5:30 gmt Looked at Installation instructions ("INSTALL") which said to run configure Unfortunately, there is no "configure" file in the root directory for gambas3.4.1 Now what do I do? paul ---

[Gambas-user] Problems with storing a binary file in a database

2013-07-17 Thread Benoît Minisini
Hi, I've just come back from holidays, and I see all your mails. Your english is often difficult to understand, so I apologize if I misunderstood something. So, as far as I understood, you tried to load a file into a Blob database field, and save it too. But, sometimes, a file is truncated in

Re: [Gambas-user] A "Callback" function doesn't work.

2013-07-17 Thread Ru Vuott
Hello Jussi, > I think this is correct way to call > jack_client_open, since "status" is > declared in c code. > Though status is enum word, not short... > > Dim status As Short > > client = jack_client_open(nomeClient, options, > VarPtr(status), Null) I tried in this way, but I obtain the sa

Re: [Gambas-user] A "Callback" function doesn't work.

2013-07-17 Thread Jussi Lahtinen
I think this is correct way to call jack_client_open, since "status" is declared in c code. Though status is enum word, not short... Dim status As Short client = jack_client_open(nomeClient, options, VarPtr(status), Null) > 2. You should confirm size of jack_default_audio_sample_t. > > confir

Re: [Gambas-user] A "Callback" function doesn't work.

2013-07-17 Thread Ru Vuott
Hello, I'ld like to add that if I comment all lines in the "callback" function (as if it was empty), I get the same error (11) again. Regards vuott Mar 16/7/13, Jussi Lahtinen ha scritto: Oggetto: Re: [Gambas-user] A "Callback" function doe

Re: [Gambas-user] Two problems painting richtext

2013-07-17 Thread Tobias Boege
On Wed, 17 Jul 2013, Fabien Bodard wrote: > In fact i fnt know what you want to achieve. So I've just trying to > understand and then make it in a good way. > What I want is to draw a box and richtext which is centered in that box. The whole picture shall fade from black to transparency in a Radi

Re: [Gambas-user] Mouse.Inside() bug with collapsed Expander?

2013-07-17 Thread Tobias Boege
On Tue, 16 Jul 2013, Fabien Bodard wrote: > I think Mouse.inside use the screen coords so even if the expended is > collapsed, the dw2 don't move in reallity. So the only thing is that > mouse.inside must test the visibility. > I don't think so :-) If it used screen coordinates, Mouse.Inside() sh

Re: [Gambas-user] Error in rev. # 5732

2013-07-17 Thread Ru Vuott
Yes, now it's Ok. bye vuott Mer 17/7/13, Adrien Prokopowicz ha scritto: Whoops sorry, that's fixed in revision #5733. -- Adrien Prokopowicz - -- See everyth

Re: [Gambas-user] revision 5732 gb.xml.h misasing

2013-07-17 Thread Adrien Prokopowicz
Le Wed, 17 Jul 2013 07:56:34 +0200, wally a écrit: > At revision 5732. > > In file included from main.cpp:29:0: > node.h:25:20: fatal error: gb.xml.h: No such file or directory > That's fixed in revision #5733. -- Adrien Prokopowicz

Re: [Gambas-user] Error in rev. # 5732

2013-07-17 Thread Adrien Prokopowicz
Le Wed, 17 Jul 2013 11:49:34 +0200, Ru Vuott a écrit: > I followed the usual procedure: > > ./reconf-al > ./configure -C > make && sudo make install > > but during the "Make" I obtained that error. > > Regards > vuo > Whoops sorry, that's fixed in revision #5733. -- Adrien Prokopowicz ---

Re: [Gambas-user] Error in rev. # 5732

2013-07-17 Thread Ru Vuott
I followed the usual procedure: ./reconf-al ./configure -C make && sudo make install but during the "Make" I obtained that error. Regards vuo Mer 17/7/13, Fabien Bodard ha scritto: Oggetto: Re: [Gambas-user] Error in rev. # 5732 A: "mailing

Re: [Gambas-user] Error in rev. # 5732

2013-07-17 Thread Fabien Bodard
Have you trya reconf ? Le 17 juil. 2013 10:35, "Ru Vuott" a écrit : > Hello, > > from Make of rev. # 5732 > > > > make[5]: Entering directory `/home/vuott/trunk/gb.xml/src' > CXXgb_xml_la-main.lo > In file included from main.cpp:29:0: > node.h:25:20: fatal error: gb.xml.h: No such file or d

Re: [Gambas-user] Two problems painting richtext

2013-07-17 Thread Fabien Bodard
In fact i fnt know what you want to achieve. So I've just trying to understand and then make it in a good way. Centering is different between draw and paint Then you can't center a richtext vertically. This make sens when wrap is active. And you have give a bad zone for centering. My way is not

Re: [Gambas-user] Two problems painting richtext

2013-07-17 Thread Tobias Boege
On Tue, 16 Jul 2013, Fabien Bodard wrote: > Public Sub dwgDrawRichText_Draw() > > Dim hExtent As PaintExtents > > > > Paint.Text("Align.Center OK.", 0, 0, Paint.Width, Paint.Height, > Align.Center) > hExtent = Paint.PathExtents > Paint.Brush = Paint.RadialGradient(hExtent.X, hExtent.Y,

[Gambas-user] Error in rev. # 5732

2013-07-17 Thread Ru Vuott
Hello, from Make of rev. # 5732 make[5]: Entering directory `/home/vuott/trunk/gb.xml/src' CXXgb_xml_la-main.lo In file included from main.cpp:29:0: node.h:25:20: fatal error: gb.xml.h: No such file or directory compilation terminated. make[5]: *** [gb_xml_la-main.lo] Error 1 make[5]: Lea