[Gambas-user] R: Struct declaration scope and array of Struct

2013-01-25 Thread Ru Vuott
> > 1. Even if I declare a *Public* Struct, all other classes in > which I try to >    use this Struct give me an error about an > unknown identifier. In what >    regard is the Struct 'global'? > You have declare also "Public" the variable of relative Structure type. Example. In FMAIN I have

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2013-01-25 Thread Randall Morgan
I think the report module is a good thing. You can't always depend on having the open office suite installed on the machine. I haven't used reports except for a couple small projects quite a while ago. If it does not already contain plot abilities I would like to see some of the same features found

[Gambas-user] Struct declaration scope and array of Struct

2013-01-25 Thread Tobias Boege
Hi, two separate questions about Structs in Gambas: 1. Even if I declare a *Public* Struct, all other classes in which I try to use this Struct give me an error about an unknown identifier. In what regard is the Struct 'global'? 2. The docs state that we could only create embedded arrays o

[Gambas-user] Expander on FPatch in the IDE

2013-01-25 Thread Tobias Boege
Hi Benoit, when I click on the Expander in the FPatch form in the IDE, I just added, the IDE crashes with a Null object in FSidePanel. I think it's your turn :-) Regards, Tobi -- Master Visual Studio, SharePoint, SQL, AS

Re: [Gambas-user] IDE patch functionality

2013-01-25 Thread Tobias Boege
On Sun, 20 Jan 2013, Beno?t Minisini wrote: > - There must not be local absolutes paths in the patch file, only > relative ones. > Done by editing the in-memory patch buffer before saving it. This seemed to be the easiest solution to me. > - You should not call extern utilities (like 'find') if

Re: [Gambas-user] Image quality value?

2013-01-25 Thread Jussi Lahtinen
> > But it seems that for PNG, the quality doesn't do anything. > > I tried that. > I loaded a gif image and then I saved it twice in PNG format: the first > image in 10-quality, the second in 100-quality. > Well, the 10-quality PNG file-image was 10,2 KByte; the 10-quality PNG > file-image was 46

Re: [Gambas-user] Image quality value?

2013-01-25 Thread Ru Vuott
> But it seems that for PNG, the quality doesn't do anything. I tried that. I loaded a gif image and then I saved it twice in PNG format: the first image in 10-quality, the second in 100-quality. Well, the 10-quality PNG file-image was 10,2 KByte; the 10-quality PNG file-image was 46 KByte !

Re: [Gambas-user] Class Draw deprecated since Gambas 3.4

2013-01-25 Thread Jussi Lahtinen
...? I think you have misunderstood. Old implementation of Draw is deprecated, and new one is going to replace it. Jussi On Fri, Jan 25, 2013 at 1:33 PM, Pablo wrote: > Hello, > > I'm a new user of gambas. I've seen that class Draw wil be deprecated > since version 3.4. That means that from

Re: [Gambas-user] Image quality value?

2013-01-25 Thread Jussi Lahtinen
OK, thanks! In GIMP there is quality value also for PNG, and I think I have seen quality parameter for GIFs also. But it seems that for PNG, the quality doesn't do anything. And for some reason I cannot save pics as GIF (unknown format). Jussi On Fri, Jan 25, 2013 at 12:40 AM, Benoît Minisini <

Re: [Gambas-user] Who use gb.report ? (to all gambas users)

2013-01-25 Thread jm
On Thu, 2012-08-30 at 13:11 +0200, Fabien Bodard wrote: > This is my query... > > If you use it tell me what you want to see as improvement... The problems > with it. > > If you are not using it but need printing or generate reports. Tell me why > you are not using it. > > Thank you > > Fabien

[Gambas-user] Class Draw deprecated since Gambas 3.4

2013-01-25 Thread Pablo
Hello, I'm a new user of gambas. I've seen that class Draw wil be deprecated since version 3.4. That means that from that version we can't use Draw? Thanks Pablo -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 201