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

2013-10-14 Thread richard terry
As I've previously mentioned we use gnuPlot with great success, shell out the data and get back the path to the png image generated to display where you want. regards richard On 14/10/13 17:30, Randall Morgan wrote: > NO, I allow python to open the chart window so it floats above the Gambas >

Re: [Gambas-user] Fw: Pre-release of Gambas 3.5

2013-10-14 Thread Jussi Lahtinen
Forms cannot be set invisible also on Xubuntu 13.04 64bit. Jussi On Mon, Oct 14, 2013 at 10:18 PM, Kende Krisztián wrote: > > > > > > I uploaded this pre-release version to nemh/gambas3 PPA, and the > > > build farm created installation packages. > > > If I create a borderless window on Ubuntu

Re: [Gambas-user] Fw: Pre-release of Gambas 3.5

2013-10-14 Thread Kende Krisztián
> > > > I uploaded this pre-release version to nemh/gambas3 PPA, and the > > build farm created installation packages. > > If I create a borderless window on Ubuntu Saucy Salamander, the > > size greater with invisible border sizes. I attached a picture of > > it. And if I set Visible=False in Form

Re: [Gambas-user] Fw: Pre-release of Gambas 3.5

2013-10-14 Thread Benoît Minisini
Le 14/10/2013 20:13, Kende Krisztián a écrit : > Sun, 13 Oct 2013 23:01:17 +0200 -n > Benoît Minisini írta: > >> Le 13/10/2013 17:11, Benoît Minisini a écrit : >>> Hi, >>> >>> I have uploaded a source package of Gambas 3.5 there: >>> >>> http://sourceforge.net/projects/gambas/files/gambas3/gambas3

[Gambas-user] Issue 466 in gambas: gambas2.23 can't input chinese use fcitx 4.2.8.1 in code editor

2013-10-14 Thread gambas
Status: New Owner: Labels: Version-2.23.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any Dist-Ubuntu New issue 466 by teliu...@gmail.com: gambas2.23 can't input chinese use fcitx 4.2.8.1 in code editor http://code.google.com/p/gambas/issues/detail?id=466 1) when

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

2013-10-14 Thread Fabien Bodard
I will work on that in 2 week to one month. I need to finish to harvest my grappes before and then finish the new report layout function. Well to all those are interesting. A first question : Is the structure for set the data to the chart is enouth easy to use and complete ? Then can you give me

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

2013-10-14 Thread Alberto Caballero
Ok, thanks! I will try to build a Gambas bar chart, just to check it works and then I suppose I will have to move to anything else in order to show different charts at the same time. Regards! Alberto 2013/10/14 Randall Morgan > NO, I allow python to open the chart window so it floats above t