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

2011-12-21 Thread marco bra
2011/12/22 : > 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 pro

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

2011-12-21 Thread Fabien Bodard
2011/12/21 : > > 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 > so it's qt4 that have a problem on your machine > -

Re: [Gambas-user] problems after ubuntu 11.04 update --> same under 11.10

2011-12-21 Thread JUHASZ Robert
Cure is OK, too: from synaptic I removed all the installed gambas components and now the IDE works properly. Thank you so much for the help. Robi - Original Message- From: JUHASZ Robert To: gambas-user@lists.sourceforge.net Subject: Re: [Gambas-user] problems after ubuntu 11.04 update -->

Re: [Gambas-user] problems after ubuntu 11.04 update --> same under 11.10

2011-12-21 Thread JUHASZ Robert
Hello Jesus, I absolutely understand what you mean and I think that it's a correct explanation. I'll avoid installing programs written in gambas on my main OS in the future and will only do on a testing virtual machine. So understanding and prevention are fine :-) Do you have any idea for the cur

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 second

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

Re: [Gambas-user] problems after ubuntu 11.04 update --> same under 11.10

2011-12-21 Thread Jesus
El 21/12/11 18:53, Fabien Bodard escribió: > 2011/12/21 Jesus : >> El 21/12/11 11:14, JUHASZ Robert escribió: >>> Hello List, >>> >>> I didn't succeed to recover my gambas2 despite of trying all the >>> proposals. >>> Anyhow I wanted to upgrade to Ubuntu 11.10, so I made a brand new >>> install. >>

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 many. G

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 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] problems after ubuntu 11.04 update --> same under 11.10

2011-12-21 Thread JUHASZ Robert
I only use gambas2: the executable was also written in gambas2, created a .deb file under 11.04 (before the original issue) and installed on 11.10. This crashed the gambas IDE. Robi -Original Message- From: Fabien Bodard Reply-to: mailing list for gambas users To: mailing list for gamba

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] problems after ubuntu 11.04 update --> same under 11.10

2011-12-21 Thread Fabien Bodard
2011/12/21 Jesus : > El 21/12/11 11:14, JUHASZ Robert escribió: >> Hello List, >> >> I didn't succeed to recover my gambas2 despite of trying all the >> proposals. >> Anyhow I wanted to upgrade to Ubuntu 11.10, so I made a brand new >> install. >> Also installed the latest gambas2. >> >> After inst

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 to compile Gamba

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 property is

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] problems after ubuntu 11.04 update --> same under 11.10

2011-12-21 Thread Jesus
El 21/12/11 11:14, JUHASZ Robert escribió: > Hello List, > > I didn't succeed to recover my gambas2 despite of trying all the > proposals. > Anyhow I wanted to upgrade to Ubuntu 11.10, so I made a brand new > install. > Also installed the latest gambas2. > > After installation it worked properly

Re: [Gambas-user] problems after ubuntu 11.04 update --> same under 11.10

2011-12-21 Thread JUHASZ Robert
Hello List, I didn't succeed to recover my gambas2 despite of trying all the proposals. Anyhow I wanted to upgrade to Ubuntu 11.10, so I made a brand new install. Also installed the latest gambas2. After installation it worked properly including the Eval function. Then, I installed one of my pro