Re: [Gambas-user] Code Reviews

2012-08-29 Thread Benoît Minisini
Le 30/08/2012 01:43, Sebastian Kulesz a écrit : > > Well, this tool integrates pretty well with email. If you upload a > piece of code, and somebody uploads a fix for a bug, you will get a > mail including the content of that patch. You can also be appointed by > another submitter as a reviewer or

Re: [Gambas-user] Code Reviews

2012-08-29 Thread Tobias Boege
On Wed, 29 Aug 2012, Sebastian Kulesz wrote: > On Wed, Aug 29, 2012 at 8:59 PM, Tobias Boege wrote: > >> > I don't want to reject the idea of using this codereview tool and here my > >> > constructive questions: What if someone spots a bug in some of my code > >> > and I > >> > don't even visit t

Re: [Gambas-user] Code Reviews

2012-08-29 Thread Sebastian Kulesz
On Wed, Aug 29, 2012 at 8:59 PM, Tobias Boege wrote: >> > I don't want to reject the idea of using this codereview tool and here my >> > constructive questions: What if someone spots a bug in some of my code and >> > I >> > don't even visit that site? How could I participate without using a >> >

Re: [Gambas-user] Code Reviews

2012-08-29 Thread Tobias Boege
> > I don't want to reject the idea of using this codereview tool and here my > > constructive questions: What if someone spots a bug in some of my code and I > > don't even visit that site? How could I participate without using a browser? > > I.e.: Can a pipe to a mailing list be established from

Re: [Gambas-user] Code Reviews

2012-08-29 Thread Sebastian Kulesz
On Wed, Aug 29, 2012 at 7:55 PM, Tobias Boege wrote: > On Wed, 29 Aug 2012, Emil Lenngren wrote: >> 2012/8/29 Tobias Boege >> >> > >> > Maybe I'm too young to be conservative, but isn't sending patches and >> > discussion just what the gambas-devel mailing list is for? User comments go >> > to ga

Re: [Gambas-user] Code Reviews

2012-08-29 Thread Tobias Boege
On Wed, 29 Aug 2012, Emil Lenngren wrote: > 2012/8/29 Tobias Boege > > > > > Maybe I'm too young to be conservative, but isn't sending patches and > > discussion just what the gambas-devel mailing list is for? User comments go > > to gambas-user. My mail programs perform well; why bring a second

Re: [Gambas-user] Code Reviews

2012-08-29 Thread Emil Lenngren
2012/8/29 Tobias Boege > > Maybe I'm too young to be conservative, but isn't sending patches and > discussion just what the gambas-devel mailing list is for? User comments go > to gambas-user. My mail programs perform well; why bring a second tool in? > I can't see how it could make things better

Re: [Gambas-user] getting dataview to expand??

2012-08-29 Thread rocko
On Wed, 2012-08-29 at 20:37 +0200, Fabien Bodard wrote: > 2012/8/29 Fabien Bodard : > > HARGGHH !!! > > > > > > WHAT ? > > > > > > The dataview need to be in a datasource to wor ... but a data source > > is a container . > > > > THis container Have a arrangement property... > > > >

Re: [Gambas-user] Code Reviews

2012-08-29 Thread Sebastian Kulesz
On Wed, Aug 29, 2012 at 8:09 AM, Tobias Boege wrote: > On Wed, 29 Aug 2012, Sebastian Kulesz wrote: >> Okey, i will try to follow this line: What-> Why -> How >> >> What?? I will be short; I created a website on google appengine for >> code reviews [0] It allows you to publish any patch, either of

Re: [Gambas-user] Issue 301 in gambas: property "handle" of all the objects are getting equal prawns in 3.2.1.

2012-08-29 Thread gambas
Comment #6 on issue 301 by linuxfx@gmail.com: property "handle" of all the objects are getting equal prawns in 3.2.1. http://code.google.com/p/gambas/issues/detail?id=301 Great, please close this issue. -- Live Se

Re: [Gambas-user] Issue 301 in gambas: property "handle" of all the objects are getting equal prawns in 3.2.1.

2012-08-29 Thread gambas
Comment #5 on issue 301 by benoit.m...@gmail.com: property "handle" of all the objects are getting equal prawns in 3.2.1. http://code.google.com/p/gambas/issues/detail?id=301 You can't. This is a X11 window ID returned by the toolkit, only the toolkit decides its value.

Re: [Gambas-user] Issue 301 in gambas: property "handle" of all the objects are getting equal prawns in 3.2.1.

2012-08-29 Thread gambas
Comment #4 on issue 301 by linuxfx@gmail.com: property "handle" of all the objects are getting equal prawns in 3.2.1. http://code.google.com/p/gambas/issues/detail?id=301 in gb.qt the property "handle" returns different values ​​for each object, but in gb.gtk, always returns the same valu

Re: [Gambas-user] Issue 319 in gambas: Operator ^(power) and Variant exponent: Type mismatch error

2012-08-29 Thread gambas
Updates: Status: Fixed Comment #3 on issue 319 by benoit.m...@gmail.com: Operator ^(power) and Variant exponent: Type mismatch error http://code.google.com/p/gambas/issues/detail?id=319 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 319 in gambas: Operator ^(power) and Variant exponent: Type mismatch error

2012-08-29 Thread gambas
Comment #2 on issue 319 by benoit.m...@gmail.com: Operator ^(power) and Variant exponent: Type mismatch error http://code.google.com/p/gambas/issues/detail?id=319 Fixed in revision #5097 -- Live Security Virtual Confe

Re: [Gambas-user] Issue 319 in gambas: Operator ^(power) and Variant exponent: Type mismatch error

2012-08-29 Thread gambas
Updates: Status: Accepted Comment #1 on issue 319 by benoit.m...@gmail.com: Operator ^(power) and Variant exponent: Type mismatch error http://code.google.com/p/gambas/issues/detail?id=319 (No comment was entered for this change.) --

Re: [Gambas-user] getting dataview to expand??

2012-08-29 Thread Fabien Bodard
2012/8/29 Fabien Bodard : > HARGGHH !!! > > > WHAT ? > > > The dataview need to be in a datasource to wor ... but a data source > is a container . > > THis container Have a arrangement property... > > The arrangement autoresize his content ... it's like in html. > > SO for you ... >

Re: [Gambas-user] getting dataview to expand??

2012-08-29 Thread Fabien Bodard
HARGGHH !!! WHAT ? The dataview need to be in a datasource to wor ... but a data source is a container . THis container Have a arrangement property... The arrangement autoresize his content ... it's like in html. SO for you ... In your form you put a datasource and in it a d

Re: [Gambas-user] getting dataview to expand??

2012-08-29 Thread Tobias Boege
On Wed, 29 Aug 2012, rocko wrote: > On Wed, 2012-08-29 at 19:37 +0930, Bruce wrote: > > On Wed, 2012-08-29 at 11:57 +0200, Tobias Boege wrote: > > > On Tue, 28 Aug 2012, rocko wrote: > > > > Been trying to get a dataview to expand when the window is maximized. > > > > I assume the dataview needs a

Re: [Gambas-user] getting dataview to expand??

2012-08-29 Thread rocko
On Wed, 2012-08-29 at 19:37 +0930, Bruce wrote: > On Wed, 2012-08-29 at 11:57 +0200, Tobias Boege wrote: > > On Tue, 28 Aug 2012, rocko wrote: > > > Been trying to get a dataview to expand when the window is maximized. > > > I assume the dataview needs a container to do that, but which container? >

[Gambas-user] Issue 319 in gambas: Operator ^(power) and Variant exponent: Type mismatch error

2012-08-29 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-High OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 319 by svit...@gmail.com: Operator ^(power) and Variant exponent: Type mismatch error http://code.google.com/p/gambas/issues/detail?id=319 Type into console: ?1^([1,"

Re: [Gambas-user] getting dataview to expand??

2012-08-29 Thread Tobias Boege
On Wed, 29 Aug 2012, Bruce wrote: > On Wed, 2012-08-29 at 11:57 +0200, Tobias Boege wrote: > > On Tue, 28 Aug 2012, rocko wrote: > > > Been trying to get a dataview to expand when the window is maximized. > > > I assume the dataview needs a container to do that, but which container? > > > > > > >

Re: [Gambas-user] Code Reviews

2012-08-29 Thread Tobias Boege
On Wed, 29 Aug 2012, Sebastian Kulesz wrote: > Okey, i will try to follow this line: What-> Why -> How > > What?? I will be short; I created a website on google appengine for > code reviews [0] It allows you to publish any patch, either of a few > lines or a monstrous multi-file spaghetti. But the

Re: [Gambas-user] Code Reviews

2012-08-29 Thread Benoît Minisini
Le 29/08/2012 05:59, Sebastian Kulesz a écrit : > Okey, i will try to follow this line: What-> Why -> How > > What?? I will be short; I created a website on google appengine for > code reviews [0] It allows you to publish any patch, either of a few > lines or a monstrous multi-file spaghetti. But t

Re: [Gambas-user] getting dataview to expand??

2012-08-29 Thread Bruce
On Wed, 2012-08-29 at 11:57 +0200, Tobias Boege wrote: > On Tue, 28 Aug 2012, rocko wrote: > > Been trying to get a dataview to expand when the window is maximized. > > I assume the dataview needs a container to do that, but which container? > > > > > > -- > > rocko > > > > You mean: Resize t

Re: [Gambas-user] getting dataview to expand??

2012-08-29 Thread Tobias Boege
On Tue, 28 Aug 2012, rocko wrote: > Been trying to get a dataview to expand when the window is maximized. > I assume the dataview needs a container to do that, but which container? > > > -- > rocko > You mean: Resize the DataView when the Window is resized? Fortunately, Gambas is Basic so tha

Re: [Gambas-user] Gambas is not multi-threaded, but...

2012-08-29 Thread Ivan Kern
Hi Olivier, could you give us your project as example please ? Regards Ivan -Ursprüngliche Nachricht- Von: Olivier Cruilles [mailto:linu...@club-internet.fr] Gesendet: Dienstag, 28. August 2012 21:25 An: mailing list for gambas users Betreff: Re: [Gambas-user] Gambas is not multi-threaded