Re: [Gambas-user] Issue 171 in gambas: Cannot set property 'columns' of databrowser or dataview object in IDE

2011-12-28 Thread gambas
Comment #3 on issue 171 by r...@cyberjunky.nl: Cannot set property 'columns' of databrowser or dataview object in IDE http://code.google.com/p/gambas/issues/detail?id=171 I just checked again, and the proposed way it should work simply doesn doesn't work. Look at the gambas3 example

[Gambas-user] Issue 173 in gambas: Increasing tabstrip count from ide made Gambas3 crashing

2011-12-28 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 173 by marcobra...@gmail.com: Increasing tabstrip count from ide made Gambas3 crashing http://code.google.com/p/gambas/issues/detail?id=173 1) Describe the problem.

Re: [Gambas-user] Issue 172 in gambas: Using static symbols on objects not consistent

2011-12-28 Thread gambas
Comment #3 on issue 172 by emil.len...@gmail.com: Using static symbols on objects not consistent http://code.google.com/p/gambas/issues/detail?id=172 What is exactly the point in having both dynamic constants and static constants? They seem to behave equally. You can even access a dynamic

[Gambas-user] Gambas3 IDE's un- indent buttons

2011-12-28 Thread Ron
Community, I really, really miss the Indent and Unindent toolbar icons in Gambas3's IDE! I want to start a petition to get them back, 1 vote added.. Regards, Ron_2nd. -- Write once. Port to many. Get the SDK and tools

Re: [Gambas-user] Issue 172 in gambas: Using static symbols on objects not consistent

2011-12-28 Thread gambas
Comment #4 on issue 172 by emil.len...@gmail.com: Using static symbols on objects not consistent http://code.google.com/p/gambas/issues/detail?id=172 One little problem I can see is the following: Let's say you have obj1 and obj2 of class Class1. Class1 has a static variable 'a'. The

Re: [Gambas-user] Gambas3 IDE's un- indent buttons

2011-12-28 Thread Benoît Minisini
Le 28/12/2011 14:52, Ron a écrit : Community, I really, really miss the Indent and Unindent toolbar icons in Gambas3's IDE! I want to start a petition to get them back, 1 vote added.. Regards, Ron_2nd. Click on the toolbar with the right mouse button: a popup menu opens. Then click on

Re: [Gambas-user] Issue 173 in gambas: Increasing tabstrip count from ide made Gambas3 crashing

2011-12-28 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 173 by benoit.m...@gmail.com: Increasing tabstrip count from ide made Gambas3 crashing http://code.google.com/p/gambas/issues/detail?id=173 Fixed in revision #4347.

Re: [Gambas-user] Issue 172 in gambas: Using static symbols on objects not consistent

2011-12-28 Thread gambas
Comment #5 on issue 172 by benoit.m...@gmail.com: Using static symbols on objects not consistent http://code.google.com/p/gambas/issues/detail?id=172 There is no dynamic constant. The point is that you are using a symbol on an object reference, and the symbol kind (constant, property...

Re: [Gambas-user] Issue 171 in gambas: Cannot set property 'columns' of databrowser or dataview object in IDE

2011-12-28 Thread gambas
Updates: Status: Accepted Comment #4 on issue 171 by benoit.m...@gmail.com: Cannot set property 'columns' of databrowser or dataview object in IDE http://code.google.com/p/gambas/issues/detail?id=171 Mmm. Yes you get that point there. I was not logical. I will see what I can do...

Re: [Gambas-user] Issue 172 in gambas: Using static symbols on objects not consistent

2011-12-28 Thread gambas
Comment #6 on issue 172 by benoit.m...@gmail.com: Using static symbols on objects not consistent http://code.google.com/p/gambas/issues/detail?id=172 There is no dynamic constant. The point is that you are using a symbol on an object reference, and the symbol kind (constant, property...

Re: [Gambas-user] Issue 172 in gambas: Using static symbols on objects not consistent

2011-12-28 Thread gambas
Comment #7 on issue 172 by emil.len...@gmail.com: Using static symbols on objects not consistent http://code.google.com/p/gambas/issues/detail?id=172 Of course real dynamic constants would be totally useless :) With static/dynamic constants I meant this: You can declare a const like this:

Re: [Gambas-user] Issue 172 in gambas: Using static symbols on objects not consistent

2011-12-28 Thread gambas
Comment #8 on issue 172 by benoit.m...@gmail.com: Using static symbols on objects not consistent http://code.google.com/p/gambas/issues/detail?id=172 Haa ok. Indeed, the static keyword is optional with the Const keyword, because constants are always static.

Re: [Gambas-user] Issue 171 in gambas: Cannot set property 'columns' of databrowser or dataview object in IDE

2011-12-28 Thread gambas
Updates: Status: Fixed Comment #5 on issue 171 by benoit.m...@gmail.com: Cannot set property 'columns' of databrowser or dataview object in IDE http://code.google.com/p/gambas/issues/detail?id=171 OK, it should be fixed in revision #4348. Now all these properties are editable even if

Re: [Gambas-user] Issue 153 in gambas: gambas3 segfault creating new postgresql connection inside gambas ide

2011-12-28 Thread gambas
Comment #13 on issue 153 by benoit.m...@gmail.com: gambas3 segfault creating new postgresql connection inside gambas ide http://code.google.com/p/gambas/issues/detail?id=153 The gb.desktop.gnome component is needed to store passwords on Gnome. It needs a library named gnome-keyring-1. You

Re: [Gambas-user] Release of Gambas 3

2011-12-28 Thread Fabián Flores Vadell
I'd like to enhance gb.desktop so that it is usable enough to implement a simple GUI shell/desktop (for those who have time and find Gnome 3 or KDE 4 too heavy). The interesting thing is that this simple desktop will be able to use GTK+ or Qt4 indifferently, depending on the user taste. Someone

Re: [Gambas-user] Release of Gambas 3

2011-12-28 Thread Benoît Minisini
Le 28/12/2011 18:12, Fabián Flores Vadell a écrit : I'd like to enhance gb.desktop so that it is usable enough to implement a simple GUI shell/desktop (for those who have time and find Gnome 3 or KDE 4 too heavy). The interesting thing is that this simple desktop will be able to use GTK+ or

Re: [Gambas-user] Gambas3 IDE's un- indent buttons

2011-12-28 Thread Fabien Bodard
Le 28 décembre 2011 16:11, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 28/12/2011 14:52, Ron a écrit : Community, I really, really miss the Indent and Unindent toolbar icons in Gambas3's IDE! I want to start a petition to get them back, 1 vote added.. Regards, Ron_2nd.

Re: [Gambas-user] Release of Gambas 3

2011-12-28 Thread Fabien Bodard
Le 28 décembre 2011 18:54, Benoît Minisini gam...@users.sourceforge.net a écrit : Le 28/12/2011 18:12, Fabián Flores Vadell a écrit :   I'd like to enhance gb.desktop so that it is usable enough to implement a simple GUI shell/desktop (for those who have time and find Gnome 3 or KDE 4 too

Re: [Gambas-user] Release of Gambas 3

2011-12-28 Thread Fabián Flores Vadell
Then the Gambas part of gb.desktop needs to implement some freedesktop protocols, especially the *.desktop file format that allows to make a startup menu. As for features, I want to start with the simplest possible at the beginning: - A panel with task buttons, virtual desktop buttons,

[Gambas-user] Issue 174 in gambas: gb.desktop does not recognizes ~ as the home folder

2011-12-28 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 174 by sebi...@gmail.com: gb.desktop does not recognizes ~ as the home folder http://code.google.com/p/gambas/issues/detail?id=174 Using gambas 3.0 rc7, Archlinux By

[Gambas-user] Conflict discovered in 'trunk/main/lib/db/gb.db/.startup'.

2011-12-28 Thread Ru Vuott
Hello, from Gambas-3 (svn checkout) updating I had a message: ... ... Utrunk/main/gbx/gbx_c_array.h Conflict discovered in 'trunk/main/lib/db/gb.db/.startup'. Select: (p) postpone, (df) diff-full, (e) edit, (mc) mine-conflict, (tc) theirs-conflict, (s) show all

Re: [Gambas-user] Conflict discovered in 'trunk/main/lib/db/gb.db/.startup'.

2011-12-28 Thread Benoît Minisini
Le 28/12/2011 23:52, Ru Vuott a écrit : Hello, from Gambas-3 (svn checkout) updating I had a message: ... ... Utrunk/main/gbx/gbx_c_array.h Conflict discovered in 'trunk/main/lib/db/gb.db/.startup'. Select: (p) postpone, (df) diff-full, (e) edit, (mc)

Re: [Gambas-user] gb.report Gambas 3 - I'm struggling

2011-12-28 Thread Alfonso Contreras
Hi Fabian I have a question how can I change the report orientation to landscape? Thank you -Mensaje original- De: Fabien Bodard [mailto:gambas...@gmail.com] Enviado el: martes, 13 de diciembre de 2011 07:11 a.m. Para: mailing list for gambas users Asunto: Re: [Gambas-user] gb.report

Re: [Gambas-user] gb.report Gambas 3 - I'm struggling

2011-12-28 Thread Fabien Bodard
2011/12/29 Alfonso Contreras jacontre...@sesmex.com: Hi Fabian I have a question how can I change the report orientation to landscape? report1.orientation = printer.landscape Thank you -Mensaje original- De: Fabien Bodard [mailto:gambas...@gmail.com] Enviado el: martes, 13 de

Re: [Gambas-user] gb.report Gambas 3 - I'm struggling

2011-12-28 Thread Fabien Bodard
or just change it in the ide (in the properties) -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops.

Re: [Gambas-user] gb.report Gambas 3 - I'm struggling

2011-12-28 Thread Alfonso Contreras
Hi Fabian, I just tried that but the orientation property is not available in gambas3 neither in the ide. Thank you Alfonso -Mensaje original- De: Fabien Bodard [mailto:gambas...@gmail.com] Enviado el: miércoles, 28 de diciembre de 2011 05:45 p.m. Para: mailing list for gambas users

Re: [Gambas-user] Getting an Object instance from a string

2011-12-28 Thread Benoît Minisini
Le 28/12/2011 02:03, Sebastian Kulesz a écrit : Hi! I am having some problems when using the Object.GetProperty method when the object parameter to be used is stored in a string. The structure of my project is as follows Module Module1{ public Var1 as string }

Re: [Gambas-user] Getting an Object instance from a string

2011-12-28 Thread John Spikowski
On Tue, 2011-12-27 at 22:03 -0300, Sebastian Kulesz wrote: Hi! I am having some problems when using the Object.GetProperty method when the object parameter to be used is stored in a string. The structure of my project is as follows Module Module1{ public Var1 as string }

Re: [Gambas-user] Issue 173 in gambas: Increasing tabstrip count from ide made Gambas3 crashing

2011-12-28 Thread gambas
Comment #2 on issue 173 by marcobra...@gmail.com: Increasing tabstrip count from ide made Gambas3 crashing http://code.google.com/p/gambas/issues/detail?id=173 Confirmed fixed Thanks Benoit -- Ridiculously easy VDI.

Re: [Gambas-user] Getting an Object instance from a string

2011-12-28 Thread Sebastian Kulesz
On Wed, Dec 28, 2011 at 11:20 PM, John Spikowski supp...@scriptbasic.org wrote: On Tue, 2011-12-27 at 22:03 -0300, Sebastian Kulesz wrote: Hi! I am having some problems when using the Object.GetProperty method when the object parameter to be used is stored in a string. The structure of my

Re: [Gambas-user] Getting an Object instance from a string

2011-12-28 Thread nando
...If I understand properly, I had a similar issue years ago. You want to extend each class and override each with it's own personal .getproperty. Dynamic dispatching will call the correct SUB So, you want to wrap into a SUB the Object.GetProperty(sModule, Var1) so that it gets dynamically