Re: [Gambas-user] Feature request: Separator.Foreground

2012-12-11 Thread Benoît Minisini
Le 10/12/2012 16:47, Tobias Boege a écrit : > Hi Benoit, > > for aesthetic reasons, we would like to set the line colour of the Separator > control. AFAICS, Separator.Foreground has no function, is just an inherited > symbol from Control, so the feature could be implemented with this property. > >

Re: [Gambas-user] Drawing sector

2012-12-11 Thread Benoît Minisini
Le 10/12/2012 22:23, Jussi Lahtinen a écrit : >> I think this issue is related to the Paint.LineCap and Paint.LineJoin >> properties. Try to play with them before drawing the pie, I think it >> will fix the drawing artifacts. >> > > Yes, either with Paint.Linejoin = Paint.LineJoinBevel or > Paint.L

Re: [Gambas-user] Ubuntu for Android and Gambas

2012-12-11 Thread Demosthenes Koptsis
Thanks Rob, i will wait to see how it goes Στις 10/12/2012 8:34 μμ, ο/η Rob Kudla έγραψε: > On 12/08/2012 11:03 PM, Demosthenes Koptsis wrote: >> According Canonical we will be able to run ubuntu in any android device >> like phones and tablets. >> http://www.ubuntu.com/devices/android >> D

Re: [Gambas-user] DrawArea problems with gtk in 3.3.90 - rev. #5417

2012-12-11 Thread Willy Raets
On Sun, 2012-12-09 at 16:05 +0100, Benoît Minisini wrote: > Le 08/12/2012 22:01, Willy Raets a écrit : > > Problem occurred on Gambas 3.3.90 - rev. #5417 > > Works correctly on Gambas 3.3.4 > > > > Must be caused by new implementation of DrawArea. > > > > DrawArea behaves correctly with qt4, gives

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

2012-12-11 Thread gambas
Comment #4 on issue 362 by aristide...@gmail.com: Gambas 3.3.3: Socket.RemoteHost returns an empty string http://code.google.com/p/gambas/issues/detail?id=362 Thank you very much! I'll keep waiting! -- LogMeIn Rescue:

Re: [Gambas-user] Problem with Ubuntu 12.04 + SerialPort Example

2012-12-11 Thread Mike Crean
Hi abbat81, Usually this indicates you are trying to open the wrong device . Perhaps this code snip will help. If you are connecting to an Ardunio with USB look in /dev/ to see if ttyACM0 is there. Remember the file names are case sensitive. Regards Mike Label2.Text = " ttyACM0,57600,N,8,1" S