Re: [Gambas-user] Question about a Qt translation warning

2012-12-10 Thread Robynsveil
Oh, okay - well, if it's not a critical issue, I won't worry about it. Thanks for that. Might get on the Qt forums at some point to see if there actually is a translation file or configuration I'm missing or if it's something Qt devs don't really see as essential, either. -- View this message

Re: [Gambas-user] Drawing sector

2012-12-10 Thread Jussi Lahtinen
> 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.LineJoinRound everything works as expected. However Pain

Re: [Gambas-user] Drawing sector

2012-12-10 Thread Benoît Minisini
Le 10/12/2012 19:34, Jussi Lahtinen a écrit : > Yes, it makes difference. See screenshots. > > Jussi > > > > On Mon, Dec 10, 2012 at 8:19 PM, Fabien Bodard wrote: > >> haaa vector ... what a great thing for great things ... but not for small >> ones... >> >> does it do the same with a smaller line

Re: [Gambas-user] Issue 337 in gambas: Histo channels Red & Blue are swapped over?

2012-12-10 Thread gambas
Updates: Status: Fixed Comment #5 on issue 337 by benoit.m...@gmail.com: Histo channels Red & Blue are swapped over? http://code.google.com/p/gambas/issues/detail?id=337 It is fixed in revision #5417, and will be backported to Gambas 3.3.5.

Re: [Gambas-user] Issue 363 in gambas: Command Button Transparency Found

2012-12-10 Thread gambas
Updates: Status: WontFix Comment #6 on issue 363 by benoit.m...@gmail.com: Command Button Transparency Found http://code.google.com/p/gambas/issues/detail?id=363 OK. I close the issue. Check in the KDE control panel if you are using the "raster" or the "native" QT graphics system. -

Re: [Gambas-user] Sourceforge upgrade

2012-12-10 Thread Matti
Thank you so much. The import has worked. Would have been boring to do all those translations again... Matti Am 09.12.2012 19:52, schrieb Sebastian Kulesz: > > I have a backup of the old repository. If you want, i can import your > commit to the new repository, then you can just do a fresh checkou

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

2012-12-10 Thread 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 > Does this mean that we can run Gambas in Ubuntu in a Phone or Tablet? Any multi-core ARM-based phone or

Re: [Gambas-user] Drawing sector

2012-12-10 Thread Jussi Lahtinen
Yes, it makes difference. See screenshots. Jussi On Mon, Dec 10, 2012 at 8:19 PM, Fabien Bodard wrote: > haaa vector ... what a great thing for great things ... but not for small > ones... > > does it do the same with a smaller linewidth ? > > > > 2012/12/10 Jussi Lahtinen > > > OK, makes se

Re: [Gambas-user] Issue 363 in gambas: Command Button Transparency Found

2012-12-10 Thread gambas
Comment #5 on issue 363 by t4769_a...@cogeco.ca: Command Button Transparency Found http://code.google.com/p/gambas/issues/detail?id=363 I tried each and every theme on my stock Kubuntu KDE for styles and icons and the issue is reproducible. Specifically, Oxygen theme and icons reproduce the

Re: [Gambas-user] Drawing sector

2012-12-10 Thread Fabien Bodard
haaa vector ... what a great thing for great things ... but not for small ones... does it do the same with a smaller linewidth ? 2012/12/10 Jussi Lahtinen > OK, makes sense. > One tiny thing more... > > Draw.Foreground = Color.Black > Draw.LineWidth = 3 > Draw.Circle(106, 106, 105) > > Draw.L

[Gambas-user] Feature request: Separator.Foreground

2012-12-10 Thread Tobias Boege
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. Looking at the gb.qt4 sources, this seems to be no more

Re: [Gambas-user] Drawing sector

2012-12-10 Thread Jussi Lahtinen
OK, makes sense. One tiny thing more... Draw.Foreground = Color.Black Draw.LineWidth = 3 Draw.Circle(106, 106, 105) Draw.LineWidth = 1 Draw.FillStyle = Fill.Solid 'this draws very narrow sector Draw.FillColor = Color.Black Draw.Circle(106, 106, 105, Rad(359), Rad(360)) 'this draws little red

Re: [Gambas-user] Question about a Qt translation warning

2012-12-10 Thread Benoît Minisini
Le 10/12/2012 12:41, Robynsveil a écrit : > Hi, I'm running Gambas 3.3.4 in Linux Mint 13 64-bit, with the Qt4 > development set installed (hoping I'm describing this adequately). Oh, and I > live in Australia. > I've created a form... when I "Run" it, Console reports: > > gb.qt4: warning: unable t

[Gambas-user] Question about a Qt translation warning

2012-12-10 Thread Robynsveil
Hi, I'm running Gambas 3.3.4 in Linux Mint 13 64-bit, with the Qt4 development set installed (hoping I'm describing this adequately). Oh, and I live in Australia. I've created a form... when I "Run" it, Console reports: gb.qt4: warning: unable to load Qt translation: en_AU.UTF-8 I've installed qt

[Gambas-user] My email for posting to Gambas-users

2012-12-10 Thread Robyns Veil
-- *Wir sind gewohnt, daß die Menschen verhöhnen was sie nicht verstehen* -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve yo

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

2012-12-10 Thread abbat81
Hi, I have a problems with Ubuntu 12.04 but the same example is working good in Ubuntu 11.04. I get next: "Cannot open serial port (5) in FSerialPort:39." Can you help me? -- View this message in context: http://gambas.8142.n7.nabble.com/Problem-with-Ubuntu-12-04-SerialPort-Example-tp40318.h