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 incompatib

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 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 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 environments.

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 false ! -- Write

[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. With GTK+ Dr

Re: [Gambas-user] Client/Server Application with Gambas

2011-12-20 Thread Ron
Hi Hamza, I use XMLRPC in my Gambas project. http://www.domotiga.nl/projects/domotiga/repository/entry/trunk/DomotiGa/CXMLRPC.class Look here for simple android, web and iphone clients using xmlrpc/json: http://www.domotiga.nl/projects/domotiga/repository/show/trunk/webclients I also watched webs

[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(By

[Gambas-user] (no subject)

2011-12-20 Thread JOHN FERREIRA
Please remove my email address, I no longer wish to receive gambas updates. Thanx -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to c

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.)

Re: [Gambas-user] Issue 159 in gambas: No Toolbox after warning about el_GR.utf8

2011-12-20 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #1 on issue 159 by benoit.m...@gmail.com: No Toolbox after warning about el_GR.utf8 http://code.google.com/p/gambas/issues/detail?id=159 Please provide a IDE screenshot of what you mean by "not visible". ---

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

2011-12-20 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #2 on issue 161 by benoit.m...@gmail.com: 4296 broken http://code.google.com/p/gambas/issues/detail?id=161 The compilation and installation have failed: please provide the full output of them! --

Re: [Gambas-user] Issue 160 in gambas: IS NOT A BUG - Requirement connection timeout

2011-12-20 Thread gambas
Updates: Status: Accepted Labels: -Version -Type-Bug Version-TRUNK Type-Enhancement Comment #1 on issue 160 by benoit.m...@gmail.com: IS NOT A BUG - Requirement connection timeout http://code.google.com/p/gambas/issues/detail?id=160 (No comment was entered for this change.) --

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

2011-12-20 Thread gambas
Updates: Status: Accepted Comment #1 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 (No comment was entered for this change.) ---

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

2011-12-20 Thread gambas
Status: New Owner: benoit.m...@gmail.com Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New 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/deta

Re: [Gambas-user] Issue 156 in gambas: Do not copied controls at form

2011-12-20 Thread gambas
Updates: Status: WontFix Comment #3 on issue 156 by benoit.m...@gmail.com: Do not copied controls at form http://code.google.com/p/gambas/issues/detail?id=156 (No comment was entered for this change.) -- Write

[Gambas-user] Client/Server Application with Gambas

2011-12-20 Thread Hamza Abdelkebir
Hi all, I'm trying to develop a clients/server application using gambas. Basically there will be two clients: one is an android app and the other is a desktop app.   What are the advantages of using sockets or webservices? Does anyone have an idea on how to develop XMLRPC webservices in Gam

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

2011-12-20 Thread gambas
Comment #1 on issue 161 by adamn...@gmail.com: 4296 broken http://code.google.com/p/gambas/issues/detail?id=161 Something seriously bad has happened. The IDE wont run. [bb@bluecow src]$ gbx3 gambas3/ ERROR: #2: Cannot load class 'CReportBrush': Unable to load class file I have tried to go back

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

2011-12-20 Thread gambas
Comment #9 on issue 153 by adamn...@gmail.com: gambas3 segfault creating new postgresql connection inside gambas ide http://code.google.com/p/gambas/issues/detail?id=153 See issue 161 re the CReportBrush problem -- Wr

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

2011-12-20 Thread gambas
Comment #8 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 Trying to debug the issue: cd ~/src/gambas/trunk/app/src/gambas3 gdb gbx3 GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Fr

Re: [Gambas-user] Issue 156 in gambas: Do not copied controls at form

2011-12-20 Thread gambas
Comment #2 on issue 156 by bespalov...@gmail.com: Do not copied controls at form http://code.google.com/p/gambas/issues/detail?id=156 Yes, it is problem the my linux at work. Home it is problem cannot reproduce... Close item. --

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

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 161 by adamn...@gmail.com: 4296 broken http://code.google.com/p/gambas/issues/detail?id=161 1) Describe the problem. at least in gb.report/Tests/Test.module Public Sub Main