Re: [Gambas-user] Charts in Gambas: alternatives to "Chart"

2013-10-14 Thread Alberto Caballero
ove the Gambas > application. Same with Octave. > > > On Sun, Oct 13, 2013 at 11:21 PM, Alberto Caballero < > alberto.ka...@gmail.com > > wrote: > > > Hi Randall, > > > > Thanks for your advice. Do you then integrate the Python chart into the >

Re: [Gambas-user] Charts in Gambas: alternatives to "Chart"

2013-10-13 Thread Alberto Caballero
ule or > replacing it with something that would work more like NumPy or MatLab > charts. I am hoping this will happen soon as I too have a great need for > good charting tools in Gambas. > > > On Sun, Oct 13, 2013 at 2:00 AM, Alberto Caballero > wrote: > > > Hi all, >

[Gambas-user] Charts in Gambas: alternatives to "Chart"

2013-10-13 Thread Alberto Caballero
Hi all, I am having many problems for showing several charts within my application using Gambas "Chart" object. It seems that there is some shared memory between all Chart objects defined. I was wondering if there is any other alternative for showing lines and bar charts in Gambas. Any other libr

Re: [Gambas-user] Multiple charts using gb.chart

2013-06-28 Thread Alberto Caballero
abstrip ... Multiple tabs and one chart object with different set of > > data that change depend on the selected tab ? > > Le 28 juin 2013 12:54, "Alberto Caballero" a > > écrit : > > > >> Hi Fabien, > >> > >> Thanks for your suppor

Re: [Gambas-user] Multiple charts using gb.chart

2013-06-28 Thread Alberto Caballero
udales.Width = DrawingArea1.ClientHeight - 50 ChartCaudales.Height = DrawingArea1.ClientWidth - 50 ChartCaudales.Resize(880, 450) ChartCaudales.Draw 'Muestra la Grafica Endif End 2013/6/27 Fabien Bodard > can you send me your project or a part of it that show the problem ?

[Gambas-user] Multiple charts using gb.chart

2013-06-27 Thread Alberto Caballero
Hi all, I am trying to show multiple charts inside a TabView. I managed to show only one chart. I only get compilation errors or the new chart is not displayed. I tried to find something to help me in the internet, and even in this mailing list, but I was unable to find anything. Would you provid

Re: [Gambas-user] Problems with application menu

2012-12-27 Thread Alberto Caballero
Ok. I will try and keep you updated. Regards, Alberto 2012/12/27 Benoît Minisini > Le 26/12/2012 18:22, Alberto Caballero a écrit : > > > > > > Hi all, > > > > > > I am a newby with Gambas and I have a small problem. I developed an > > applica

Re: [Gambas-user] Problems with application menu

2012-12-26 Thread Alberto Caballero
18:22 +0100 schrieb Alberto Caballero: > > > > > > Hi all, > > > > > > I am a newby with Gambas and I have a small problem. I developed an > > application that contains a simple menu. It works ok on my laptop but > then > > I moved to my des

[Gambas-user] Problems with application menu

2012-12-26 Thread Alberto Caballero
Hi all, I am a newby with Gambas and I have a small problem. I developed an application that contains a simple menu. It works ok on my laptop but then I moved to my desktop computer, with the following System configuration: [System] OperatingSystem=Linux Kernel=3.2.0-35-generic-pae Archi