Re: [Gambas-user] Issue 170 in gambas: Error balloon is placed behind database connection window

2011-12-27 Thread gambas
Comment #1 on issue 170 by r...@cyberjunky.nl: Error balloon is placed behind database connection window http://code.google.com/p/gambas/issues/detail?id=170 1) Describe the problem. Error balloon is placed behind database connection window

[Gambas-user] Issue 169 in gambas: Error renaming database connection

2011-12-27 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 169 by r...@cyberjunky.nl: Error renaming database connection http://code.google.com/p/gambas/issues/detail?id=169 1) Describe the problem. When trying to rename a

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

2011-12-27 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New 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 1) Describe the

[Gambas-user] Issue 170 in gambas: Error balloon is placed behind database connection window

2011-12-27 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 170 by r...@cyberjunky.nl: Error balloon is placed behind database connection window http://code.google.com/p/gambas/issues/detail?id=170 1) Describe the problem. 2)

Re: [Gambas-user] Issue 169 in gambas: Error renaming database connection

2011-12-27 Thread gambas
Updates: Status: Fixed Comment #2 on issue 169 by benoit.m...@gmail.com: Error renaming database connection http://code.google.com/p/gambas/issues/detail?id=169 Fixed in revision #4343. -- Write once. Port to

Re: [Gambas-user] Issue 169 in gambas: Error renaming database connection

2011-12-27 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 169 by benoit.m...@gmail.com: Error renaming database connection http://code.google.com/p/gambas/issues/detail?id=169 (No comment was entered for this change.)

Re: [Gambas-user] Issue 170 in gambas: Error balloon is placed behind database connection window

2011-12-27 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #2 on issue 170 by benoit.m...@gmail.com: Error balloon is placed behind database connection window http://code.google.com/p/gambas/issues/detail?id=170 Mmm. No problem with KDE. I will try with Gnome... if it does not crash the nouveau

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

2011-12-27 Thread gambas
Updates: Status: WontFix Labels: -Version Version-TRUNK Comment #1 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 Your DataBrowser or DataView must have a parent

Re: [Gambas-user] Issue 170 in gambas: Error balloon is placed behind database connection window

2011-12-27 Thread gambas
Updates: Status: NeedsInfo Comment #3 on issue 170 by benoit.m...@gmail.com: Error balloon is placed behind database connection window http://code.google.com/p/gambas/issues/detail?id=170 (No comment was entered for this change.)

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

2011-12-27 Thread gambas
Comment #2 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 Yes, I think one should always be able to enter column names manually, like in gambas2 for projects not having a

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

2011-12-27 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 172 by emil.len...@gmail.com: Using static symbols on objects not consistent http://code.google.com/p/gambas/issues/detail?id=172 1) Describe the problem. Let's say you

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

2011-12-27 Thread Sebastian Kulesz
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 } Module Main (Starting class){ public sub Main()

[Gambas-user] Re Issue 169 - a few comments

2011-12-27 Thread Bruce Bruen
Hi emil.len...@gmail.com I have some thoughts on this. Static Public Const c As Integer Any (public) const could be defineable as being static by nature (all instances share the same value). The Static keyword for Const is not required and is not in the systax defined in the help for Constant

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

2011-12-27 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 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 You are right. obj.f() and obj.c should raise the same error, because

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

2011-12-27 Thread gambas
Comment #2 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 Mmm... Actually this is very useful to be allowed to do obj.c. Because sometimes you don't know the class of 'obj' at design time, or you