Re: [Gambas-user] gb.Chart capabilities

2013-09-26 Thread Fabien Bodard
So do to short ... what must be the name of this new component ? .. gb.chart? gb.plot ? gb.graph ? 2013/9/27 Bruce > On Tue, 2013-09-24 at 17:51 -0700, Randall Morgan wrote: > > Yes, but charting can also be used for plotting a course for sailing or > > flying... As in charting a course. > >

Re: [Gambas-user] gb.Chart capabilities

2013-09-26 Thread Bruce
On Tue, 2013-09-24 at 17:51 -0700, Randall Morgan wrote: > Yes, but charting can also be used for plotting a course for sailing or > flying... As in charting a course. > > > On Tue, Sep 24, 2013 at 11:19 AM, Fernando Martins > wrote: > > > well, it also means charting :) > > > > https://www.goo

Re: [Gambas-user] Further Assistance with gb.report repeating section

2013-09-26 Thread Greg Raffaelle
Fabien, New property for report sounds promising - can't wait to try it. Thanks, Greg -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for

[Gambas-user] R: GStreamer 1.2 is out...

2013-09-26 Thread Ru Vuott
> Maybe the MIDI playback problem with Gambas will be solved? ...but someone could be spoiled for choice. :-D http://www.gambas-it.org/wiki/index.php?title=Guide_della_comunit%C3%A0#Gestione_dei_dati_MIDI_e_dei_file_.mid Bye vuo Mer 25/9/1

Re: [Gambas-user] Problem compiling opengl on arm

2013-09-26 Thread joem
On Thu, 2013-09-26 at 12:34 +0200, Benoît Minisini wrote: > Le 26/09/2013 12:13, joem a écrit : > > System is arm Allwinner A20 CPU running linaro Ubuntu 13.08 > > > > $ lsb_release -a > > Distributor ID: Linaro > > Description:Linaro 13.08 > > Release:13.08 > > Codename: raring >

Re: [Gambas-user] Problem compiling opengl on arm

2013-09-26 Thread Benoît Minisini
Le 26/09/2013 13:07, Kende Krisztián a écrit : > Thu, 26 Sep 2013 10:13:57 + -n > joem írta: > >> System is arm Allwinner A20 CPU running linaro Ubuntu 13.08 >> >> $ lsb_release -a >> Distributor ID: Linaro >> Description: Linaro 13.08 >> Release: 13.08 >> Codename:raring >> > > I

Re: [Gambas-user] Problem compiling opengl on arm

2013-09-26 Thread Kende Krisztián
Thu, 26 Sep 2013 10:13:57 + -n joem írta: > System is arm Allwinner A20 CPU running linaro Ubuntu 13.08 > > $ lsb_release -a > Distributor ID: Linaro > Description: Linaro 13.08 > Release: 13.08 > Codename: raring > If you need armhf packages, use Gambas 3 PPA's: Stable: ne

Re: [Gambas-user] Problem compiling opengl on arm

2013-09-26 Thread Benoît Minisini
Le 26/09/2013 12:13, joem a écrit : System is arm Allwinner A20 CPU running linaro Ubuntu 13.08 $ lsb_release -a Distributor ID: Linaro Description:Linaro 13.08 Release:13.08 Codename: raring Sources from svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk which I do

[Gambas-user] Problem compiling opengl on arm

2013-09-26 Thread joem
System is arm Allwinner A20 CPU running linaro Ubuntu 13.08 $ lsb_release -a Distributor ID: Linaro Description:Linaro 13.08 Release:13.08 Codename: raring Sources from svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk which I downloaded today. Attached log of ./con

Re: [Gambas-user] Further Assistance with gb.report repeating section

2013-09-26 Thread Fabien Bodard
The good news is I get success with my new property. I've only to correct a problem of bad index in the fullrepeat container. It increment on the secondary page and it must not. It must increment only when its children say ok we have finished Le 25 sept. 2013 21:09, "Fabien Bodard" a écrit : > TH