Re: [Gambas-user] Issue 134 in gambas: gb.report not work properly

2011-12-20 Thread gambas
Updates: Status: WontFix Labels: -Version Version-TRUNK Comment #3 on issue 134 by benoit.m...@gmail.com: gb.report not work properly http://code.google.com/p/gambas/issues/detail?id=134 (No comment was entered for this change

[Gambas-user] Issue 163 in gambas: Events and ByRef

2011-12-20 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 163 by emil.len...@gmail.com: Events and ByRef http://code.google.com/p/gambas/issues/detail?id=163 1) Describe the problem. The Event declaration allows ByRef: Event ev

[Gambas-user] Issue 164 in gambas: With GTK+ DrawingArea doesn't raise _Draw event.

2011-12-20 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 164 by jussi.la...@gmail.com: With GTK+ DrawingArea doesn't raise _Draw event. http://code.google.com/p/gambas/issues/detail?id=164 1) Describe the problem. Wit

Re: [Gambas-user] Issue 164 in gambas: With GTK+ DrawingArea doesn't raise _Draw event.

2011-12-20 Thread gambas
Comment #1 on issue 164 by gambas...@gmail.com: With GTK+ DrawingArea doesn't raise _Draw event. http://code.google.com/p/gambas/issues/detail?id=164 Hi, Cached property of DrawingArea must be set to

Re: [Gambas-user] Issue 164 in gambas: With GTK+ DrawingArea doesn't raise _Draw event.

2011-12-20 Thread gambas
Comment #2 on issue 164 by jussi.la...@gmail.com: With GTK+ DrawingArea doesn't raise _Draw event. http://code.google.com/p/gambas/issues/detail?id=164 I don't think that is the solution, as controls should behave similarly in all en

Re: [Gambas-user] Issue 161 in gambas: 4296 broken

2011-12-20 Thread gambas
Comment #3 on issue 161 by adamn...@gmail.com: 4296 broken http://code.google.com/p/gambas/issues/detail?id=161 Attached, the make install log. Configure and make are all clean. gbr3, gbx3, gbc3 all run OK. It is only the IDE that seems affected. From the log it appears (around line 2274) that

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

2011-12-20 Thread gambas
Comment #10 on issue 153 by marcobra...@gmail.com: gambas3 segfault creating new postgresql connection inside gambas ide http://code.google.com/p/gambas/issues/detail?id=153 Ok now report compile issue is fixed... so i can send something more about this: [Thread debugging using libthread_db

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

2011-12-20 Thread gambas
Comment #11 on issue 153 by marcobra...@gmail.com: gambas3 segfault creating new postgresql connection inside gambas ide http://code.google.com/p/gambas/issues/detail?id=153 FYI in a try i also tried to add the gtk modules to the project, and i remove the qt4 relate lib modules due

Re: [Gambas-user] Issue 163 in gambas: Events and ByRef

2011-12-21 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 163 by benoit.m...@gmail.com: Events and ByRef http://code.google.com/p/gambas/issues/detail?id=163 Sorry, ByRef is not allowed with events. The event declaration should not allow it

Re: [Gambas-user] Issue 164 in gambas: With GTK+ DrawingArea doesn't raise _Draw event.

2011-12-21 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #3 on issue 164 by benoit.m...@gmail.com: With GTK+ DrawingArea doesn't raise _Draw event. http://code.google.com/p/gambas/issues/detail?id=164 Sorry but Qt4 does not raise the event too, when the Cached pro

Re: [Gambas-user] Issue 161 in gambas: 4296 broken

2011-12-21 Thread gambas
Comment #4 on issue 161 by benoit.m...@gmail.com: 4296 broken http://code.google.com/p/gambas/issues/detail?id=161 You just give the "make install" output, not the full output of configure and make. And you should give more details about your system, if you have already tried

Re: [Gambas-user] Issue 161 in gambas: 4296 broken

2011-12-21 Thread gambas
Comment #5 on issue 161 by gambas...@gmail.com: 4296 broken http://code.google.com/p/gambas/issues/detail?id=161 everything = in /usr/local/lib/gambas3 /usr/local/bin (gb*) /usr/local/share/gambas3 -- Write once. Port

Re: [Gambas-user] Issue 162 in gambas: The IDE system information script cannot be run if /tmp is mounted noexec.

2011-12-21 Thread gambas
Updates: Status: Fixed Comment #2 on issue 162 by benoit.m...@gmail.com: The IDE system information script cannot be run if /tmp is mounted noexec. http://code.google.com/p/gambas/issues/detail?id=162 Fixed in revision #4307

Re: [Gambas-user] Issue 151 in gambas: Gambas3 Quick Variable View in debugging has strange colour

2011-12-21 Thread gambas
Updates: Status: Accepted Comment #2 on issue 151 by benoit.m...@gmail.com: Gambas3 Quick Variable View in debugging has strange colour http://code.google.com/p/gambas/issues/detail?id=151 (No comment was entered for this change

Re: [Gambas-user] Issue 164 in gambas: With GTK+ DrawingArea doesn't raise _Draw event.

2011-12-21 Thread gambas
Comment #4 on issue 164 by jussi.la...@gmail.com: With GTK+ DrawingArea doesn't raise _Draw event. http://code.google.com/p/gambas/issues/detail?id=164 Yes it does in my computer! Jussi -- Write once. Port to

[Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-21 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 165 by jussi.la...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 1) Describe the problem. Dim ff As Float = 2 ^ 23 Print

Re: [Gambas-user] Issue 160 in gambas: Requirement connection timeout

2011-12-21 Thread gambas
Updates: Summary: Requirement connection timeout Status: Fixed Comment #2 on issue 160 by benoit.m...@gmail.com: Requirement connection timeout http://code.google.com/p/gambas/issues/detail?id=160 Done in revision #4309. I added a Connection.Timeout property, that is 20

[Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 166 by oonthew...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 1) Describe the

Re: [Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Comment #1 on issue 166 by oonthew...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 Sorry, GUI component: Qt4 Of course

Re: [Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Comment #2 on issue 166 by oonthew...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 And you need to change gb.gtk to gb.qt4 in GraphBug-0.0.2. I cannot do it with damn windows machine I'm forced to work

Re: [Gambas-user] Issue 160 in gambas: Requirement connection timeout

2011-12-22 Thread gambas
Comment #3 on issue 160 by flynetin...@gmail.com: Requirement connection timeout http://code.google.com/p/gambas/issues/detail?id=160 I will use immediately. Excellent work. Thanks -- Write once. Port to many. Get

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-22 Thread gambas
Updates: Status: Accepted Labels: -Version -Priority-Medium Version-TRUNK Priority-Low Comment #1 on issue 165 by benoit.m...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 I think the problem is in the float to string conversion

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-22 Thread gambas
Comment #2 on issue 165 by jussi.la...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 Not sure. Dim ff As Float ff = Log2(536870912) Print ff ff = CInt(Log2(536870912)) Print ff Print Log2(536870912) <> CInt(Log2(536870912)) Result: *2

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-22 Thread gambas
Comment #3 on issue 165 by jussi.la...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 Or do I file another bug report? Jussi -- Write once. Port to many. Get the SDK

Re: [Gambas-user] Issue 163 in gambas: Events and ByRef

2011-12-22 Thread gambas
Updates: Status: Fixed Comment #2 on issue 163 by benoit.m...@gmail.com: Events and ByRef http://code.google.com/p/gambas/issues/detail?id=163 Fixed in revision #4316. -- Write once. Port to many. Get the SDK

Re: [Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Comment #3 on issue 166 by jussi.la...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 Proper demonstration project attached. Attachments: GraphBug-0.0.3.tar.gz 4.8 KB

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-22 Thread gambas
Comment #4 on issue 165 by benoit.m...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 ?8388608.0 8388607, So I think the problem is in the Float->String conversion (which does not use the C libr

Re: [Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Updates: Status: Accepted Labels: -Version -GUI-Any Version-TRUNK GUI-QT4 Comment #4 on issue 166 by benoit.m...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 (No comment was entered for this

Re: [Gambas-user] Issue 166 in gambas: With Qt4 DrawingArea raises _Draw event when cached property is set.

2011-12-22 Thread gambas
Updates: Status: Fixed Comment #5 on issue 166 by benoit.m...@gmail.com: With Qt4 DrawingArea raises _Draw event when cached property is set. http://code.google.com/p/gambas/issues/detail?id=166 Fixed in revision #4321

Re: [Gambas-user] Issue 151 in gambas: Gambas3 Quick Variable View in debugging has strange colour

2011-12-22 Thread gambas
Updates: Status: Fixed Comment #3 on issue 151 by benoit.m...@gmail.com: Gambas3 Quick Variable View in debugging has strange colour http://code.google.com/p/gambas/issues/detail?id=151 It should be fixed in revision #4322

Re: [Gambas-user] Issue 151 in gambas: Gambas3 Quick Variable View in debugging has strange colour

2011-12-23 Thread gambas
Comment #4 on issue 151 by ron.mcin...@gmail.com: Gambas3 Quick Variable View in debugging has strange colour http://code.google.com/p/gambas/issues/detail?id=151 Thanks Benoit - fast work. Ron -- Write once. Port

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-23 Thread gambas
Comment #5 on issue 165 by santiago...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 I have posted something similar in the mailing list: Print CString(Frac(5.025)) returns 0.0254 when I expected to get 0.025

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-23 Thread gambas
Comment #6 on issue 165 by jussi.la...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 That is kind of expected result, since with doubles (float in Gambas) the actual value is (5.025 - 5): 0.0253552713678800500929355621337890625000 And

Re: [Gambas-user] Issue 161 in gambas: 4296 broken

2011-12-23 Thread gambas
Comment #6 on issue 161 by adamn...@gmail.com: 4296 broken http://code.google.com/p/gambas/issues/detail?id=161 Hi Benoit, I have done as you suggested and cleaned out everything, did a complete load of the trunk svn and the full compile cycle (the outputs are attached). However, the

[Gambas-user] Issue 167 in gambas: Height and width form does not change in runtime.

2011-12-24 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 167 by crasher...@gmail.com: Height and width form does not change in runtime. http://code.google.com/p/gambas/issues/detail?id=167 Dim testform As Form testform

Re: [Gambas-user] Issue 167 in gambas: Height and width form does not change in runtime.

2011-12-26 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 167 by benoit.m...@gmail.com: Height and width form does not change in runtime. http://code.google.com/p/gambas/issues/detail?id=167 Fixed in revision #4337

Re: [Gambas-user] Issue 161 in gambas: 4296 broken

2011-12-26 Thread gambas
Comment #7 on issue 161 by adamn...@gmail.com: 4296 broken http://code.google.com/p/gambas/issues/detail?id=161 Well, I finally tracked it down. It was a local issue. The problem was caused by a set of 8 or so "non-existent" printers that had somehow been discovered by the CUPS pr

Re: [Gambas-user] Issue 47 in gambas: Make code pretty tool button clears breakpoints

2011-12-26 Thread gambas
Updates: Labels: -Priority-Low Priority-Medium Comment #3 on issue 47 by benoit.m...@gmail.com: Make code pretty tool button clears breakpoints http://code.google.com/p/gambas/issues/detail?id=47 (No comment was entered for this change

Re: [Gambas-user] Issue 161 in gambas: 4296 broken

2011-12-26 Thread gambas
Updates: Status: WontFix Comment #8 on issue 161 by benoit.m...@gmail.com: 4296 broken http://code.google.com/p/gambas/issues/detail?id=161 When creating a Printer object in Gambas (with gb.qt4), I just create a QPrinter object, so apparently Qt4 initializes its internal printing

[Gambas-user] Issue 168 in gambas: gb.db.postgresql error in main.c

2011-12-26 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 168 by adamn...@gmail.com: gb.db.postgresql error in main.c http://code.google.com/p/gambas/issues/detail?id=168 1) Describe the problem. Sorry Benoit, I didn't n

Re: [Gambas-user] Issue 168 in gambas: gb.db.postgresql error in main.c

2011-12-26 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 168 by benoit.m...@gmail.com: gb.db.postgresql error in main.c http://code.google.com/p/gambas/issues/detail?id=168 (No comment was entered for this change

Re: [Gambas-user] Issue 168 in gambas: gb.db.postgresql error in main.c

2011-12-26 Thread gambas
Comment #2 on issue 168 by benoit.m...@gmail.com: gb.db.postgresql error in main.c http://code.google.com/p/gambas/issues/detail?id=168 Fix merged in revision #4341. -- Write once. Port to many. Get the SDK and tools

Re: [Gambas-user] Issue 168 in gambas: gb.db.postgresql error in main.c

2011-12-26 Thread gambas
Updates: Status: Fixed Comment #3 on issue 168 by benoit.m...@gmail.com: gb.db.postgresql error in main.c http://code.google.com/p/gambas/issues/detail?id=168 (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
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) De

[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 hav

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 no

[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 sa

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 desi

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

[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

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 &#x

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

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

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

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

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 editab

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&q

[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

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] Issue 153 in gambas: gambas3 segfault creating new postgresql connection inside gambas ide

2011-12-29 Thread gambas
Comment #14 on issue 153 by marcobra...@gmail.com: gambas3 segfault creating new postgresql connection inside gambas ide http://code.google.com/p/gambas/issues/detail?id=153 Benoit pkg-config --modversion gnome-keyring-1 Package gnome-keyring was not found in the pkg-config search path

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

2011-12-29 Thread gambas
Updates: Status: Fixed Comment #15 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 OK, I'm closing the

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

2011-12-29 Thread gambas
Updates: Status: Accepted Labels: -Version -Type-Bug Version-TRUNK Type-Enhancement Comment #1 on issue 174 by benoit.m...@gmail.com: gb.desktop does not recognizes ~ as the home folder http://code.google.com/p/gambas/issues/detail?id=174 It's not actually Gambas, but th

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

2011-12-29 Thread gambas
Updates: Status: Fixed Comment #2 on issue 174 by benoit.m...@gmail.com: gb.desktop does not recognizes ~ as the home folder http://code.google.com/p/gambas/issues/detail?id=174 Done in revision #4357

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #5 on issue 175 by emil.len...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 Print a.Pop() + i still does not work as expected, since the interpreter calls the inherited method, not the parent method

[Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 175 by emil.len...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 1) Describe the problem. The Array

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Updates: Status: Fixed Comment #4 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 It should be fixed in revision #4360. I chose the second solution

Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf()

2011-12-29 Thread gambas
Comment #1 on issue 176 by benoit.m...@gmail.com: problems with SizeOf() http://code.google.com/p/gambas/issues/detail?id=176 Have you read the documentation of SizeOf? -- Ridiculously easy VDI. With Citrix VDI-in-a

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 Well, that class coming from Gambas 1 should be virtual, because it

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #2 on issue 175 by emil.len...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 I also first thought that this class was not to be used alone, but then I saw it being used like this in ReadArray() and WriteValue() in

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #3 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 AFAIK, this is the only place I use it, and I don't think I need it. By the way, I see you looking everywhere in the code, and I would li

[Gambas-user] Issue 176 in gambas: problems with SizeOf()

2011-12-29 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 176 by tommyl...@interia.pl: problems with SizeOf() http://code.google.com/p/gambas/issues/detail?id=176 1) Describe the problem. It seems like the SizeOf function expects

Re: [Gambas-user] Issue 139 in gambas: Incorrect window positioning

2011-12-29 Thread gambas
Updates: Status: Fixed Labels: -Version -GUI-Any Version-TRUNK GUI-GTK Comment #1 on issue 139 by benoit.m...@gmail.com: Incorrect window positioning http://code.google.com/p/gambas/issues/detail?id=139 It should be fixed in revision #4361

Re: [Gambas-user] Issue 176 in gambas: problems with SizeOf()

2011-12-29 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #2 on issue 176 by benoit.m...@gmail.com: problems with SizeOf() http://code.google.com/p/gambas/issues/detail?id=176 OK, so maybe the documentation was not clear enough. And to get the size of a non-native type

Re: [Gambas-user] Issue 175 in gambas: The Array Base class does not work as expected

2011-12-29 Thread gambas
Comment #6 on issue 175 by benoit.m...@gmail.com: The Array Base class does not work as expected http://code.google.com/p/gambas/issues/detail?id=175 OK, it should be really fixed in revision #4361! -- Ridiculously

[Gambas-user] Issue 177 in gambas: gambas3 rev. 4363 install-recursive Error 1 on Ubuntu 10.04.3

2011-12-30 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 177 by marcobra...@gmail.com: gambas3 rev. 4363 install-recursive Error 1 on Ubuntu 10.04.3 http://code.google.com/p/gambas/issues/detail?id=177 1) Describe the problem

Re: [Gambas-user] Issue 177 in gambas: gambas3 rev. 4363 install-recursive Error 1 on Ubuntu 10.04.3

2011-12-30 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 177 by benoit.m...@gmail.com: gambas3 rev. 4363 install-recursive Error 1 on Ubuntu 10.04.3 http://code.google.com/p/gambas/issues/detail?id=177 Fixed in revision #4364

Re: [Gambas-user] Issue 177 in gambas: gambas3 rev. 4363 install-recursive Error 1 on Ubuntu 10.04.3

2011-12-30 Thread gambas
Comment #2 on issue 177 by marcobra...@gmail.com: gambas3 rev. 4363 install-recursive Error 1 on Ubuntu 10.04.3 http://code.google.com/p/gambas/issues/detail?id=177 Confirm fixed in rev. 4364 -- Ridiculously easy

Re: [Gambas-user] Issue 165 in gambas: Arithmetic problem with float

2011-12-30 Thread gambas
Updates: Status: Fixed Comment #7 on issue 165 by benoit.m...@gmail.com: Arithmetic problem with float http://code.google.com/p/gambas/issues/detail?id=165 In revision #4365: - I done the float to string conversion a bit differently. - I correctly detect the glibc mathematical

[Gambas-user] Issue 178 in gambas: Constants of type "Single" does not work in some cases. Segmentation fault.

2011-12-30 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 178 by emil.len...@gmail.com: Constants of type "Single" does not work in some cases. Segmentation fault. http://code.google.com/p/gambas/issues/detail

Re: [Gambas-user] Issue 178 in gambas: Constants of type "Single" does not work in some cases. Segmentation fault.

2011-12-30 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 178 by benoit.m...@gmail.com: Constants of type "Single" does not work in some cases. Segmentation fault. http://code.google.com/p/gambas/issues/detail?id=178 It should be fixed in revi

Re: [Gambas-user] Issue 178 in gambas: Constants of type "Single" does not work in some cases. Segmentation fault.

2011-12-30 Thread gambas
Comment #2 on issue 178 by emil.len...@gmail.com: Constants of type "Single" does not work in some cases. Segmentation fault. http://code.google.com/p/gambas/issues/detail?id=178 The VALUE_class_constant_inline(_class, _value, _ind) in gbx_value.h should also be updated to pro

Re: [Gambas-user] Issue 178 in gambas: Constants of type "Single" does not work in some cases. Segmentation fault.

2011-12-30 Thread gambas
Comment #3 on issue 178 by emil.len...@gmail.com: Constants of type "Single" does not work in some cases. Segmentation fault. http://code.google.com/p/gambas/issues/detail?id=178 The documentation at http://gambasdoc.org/help/cat/constdecl?v3 actually says that constants can only b

Re: [Gambas-user] Issue 178 in gambas: Constants of type "Single" does not work in some cases. Segmentation fault.

2011-12-30 Thread gambas
Comment #4 on issue 178 by benoit.m...@gmail.com: Constants of type "Single" does not work in some cases. Segmentation fault. http://code.google.com/p/gambas/issues/detail?id=178 OK, fixed in revision #4373. The documentation must be u

[Gambas-user] Issue 179 in gambas: Download source for 3.0 tar.gz doesn't include ./configure

2011-12-31 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 179 by zed.s...@gmail.com: Download source for 3.0 tar.gz doesn't include ./configure http://code.google.com/p/gambas/issues/detail?id=179 1) Describe the problem.

Re: [Gambas-user] Issue 1 in gambas: Gambas 3 has not been release yet

2011-12-31 Thread gambas
Updates: Status: Fixed Comment #6 on issue 1 by benoit.m...@gmail.com: Gambas 3 has not been release yet http://code.google.com/p/gambas/issues/detail?id=1 Fixed in revision #4385. -- Ridiculously easy VDI

[Gambas-user] Issue 180 in gambas: Process_Read event receives extra newline characters.

2012-01-01 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 180 by jussi.la...@gmail.com: Process_Read event receives extra newline characters. http://code.google.com/p/gambas/issues/detail?id=180 1) Describe the problem

Re: [Gambas-user] Issue 180 in gambas: Process_Read event receives extra newline characters.

2012-01-01 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #1 on issue 180 by benoit.m...@gmail.com: Process_Read event receives extra newline characters. http://code.google.com/p/gambas/issues/detail?id=180 Maybe you should write your program correctly? Put a debug line

Re: [Gambas-user] Issue 179 in gambas: Download source for 3.0 tar.gz doesn't include ./configure

2012-01-01 Thread gambas
Updates: Status: Accepted Labels: -Version -Priority-Medium Version-TRUNK Priority-Low Comment #1 on issue 179 by benoit.m...@gmail.com: Download source for 3.0 tar.gz doesn't include ./configure http://code.google.com/p/gambas/issues/detail?id=179 For some reasons

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

2012-01-01 Thread gambas
Updates: Labels: -Priority-Medium Priority-Low Comment #9 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 (No comment was entered for this change

<    2   3   4   5   6   7   8   9   10   11   >