Re: [Gambas-user] Issue 362 in gambas: Gambas 3.3.3: Socket.RemoteHost returns an empty string

2012-12-06 Thread gambas
Updates: Status: Fixed Comment #3 on issue 362 by benoit.m...@gmail.com: Gambas 3.3.3: Socket.RemoteHost returns an empty string http://code.google.com/p/gambas/issues/detail?id=362 Fixed in revision #5416. The bug will be backported to Gambas 3.3.5. --

Re: [Gambas-user] Issue 362 in gambas: Gambas 3.3.3: Socket.RemoteHost returns an empty string

2012-12-06 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.3.0 Comment #2 on issue 362 by benoit.m...@gmail.com: Gambas 3.3.3: Socket.RemoteHost returns an empty string http://code.google.com/p/gambas/issues/detail?id=362 (No comment was entered for this change.) ---

Re: [Gambas-user] Drawing sector

2012-12-06 Thread Benoît Minisini
Le 06/12/2012 23:51, Jussi Lahtinen a écrit : > Still something wrong... > > By this code I would expect to see two sectors each of them quarter of > whole circle, > now second one (blue) is half of circle. > > Draw.FillColor = Color.Red > Draw.Circle(106, 106, 105, 0, Rad(90)) > Draw.FillColor = C

Re: [Gambas-user] Drawing sector

2012-12-06 Thread Jussi Lahtinen
Still something wrong... By this code I would expect to see two sectors each of them quarter of whole circle, now second one (blue) is half of circle. Draw.FillColor = Color.Red Draw.Circle(106, 106, 105, 0, Rad(90)) Draw.FillColor = Color.Blue Draw.Circle(106, 106, 105, Rad(90), Rad(180)) Juss

Re: [Gambas-user] Graphic glitch - Corners in some controls

2012-12-06 Thread Jesus
El 06/12/12 13:43, Benoît Minisini escribió: > I have the same glitch. Apparently this comes > directly from GTK+, that draws a background to its progress bar. I don't > draw any background in the Gambas code. > > So I'm afraid he can't do nothing against that. Note that GTK+ is very > bad at stack

Re: [Gambas-user] Graphic glitch - Corners in some controls

2012-12-06 Thread Benoît Minisini
Le 06/12/2012 13:39, Benoît Minisini a écrit : > Le 06/12/2012 12:53, Jesus a écrit : >> El 06/12/12 12:28, Benoît Minisini escribió: >>> Le 06/12/2012 12:22, Jesus a écrit : Hi Using gambas3, gb.gui on Gnome (Unity). A friend of mine reports this annoying bug in controls w

Re: [Gambas-user] Graphic glitch - Corners in some controls

2012-12-06 Thread Benoît Minisini
Le 06/12/2012 12:53, Jesus a écrit : > El 06/12/12 12:28, Benoît Minisini escribió: >> Le 06/12/2012 12:22, Jesus a écrit : >>> Hi >>> >>> Using gambas3, gb.gui on Gnome (Unity). >>> >>> A friend of mine reports this annoying bug in controls which have round >>> corners, having a visible little whi

Re: [Gambas-user] Graphic glitch - Corners in some controls

2012-12-06 Thread Jesus
El 06/12/12 12:28, Benoît Minisini escribió: > Le 06/12/2012 12:22, Jesus a écrit : >> Hi >> >> Using gambas3, gb.gui on Gnome (Unity). >> >> A friend of mine reports this annoying bug in controls which have round >> corners, having a visible little white triangle, instead of a >> transparent one.

Re: [Gambas-user] Graphic glitch - Corners in some controls

2012-12-06 Thread Benoît Minisini
Le 06/12/2012 12:22, Jesus a écrit : > Hi > > Using gambas3, gb.gui on Gnome (Unity). > > A friend of mine reports this annoying bug in controls which have round > corners, having a visible little white triangle, instead of a > transparent one. > > Is there a solution to this? Attached screenshot a

[Gambas-user] Gambas 2 and Ubuntu 12.10

2012-12-06 Thread Antonio Teixeira
Hi everyone. We are having a problem trying to use gambas 2 and Ubuntu 12.10. We cant find qt3 (Ubuntu 12.10 uses qt4) and the distro uses Gambas 3. We try to compile gambas 2 and we cant. Any ideas about this? Thanks in advance António Teixeira ---