[Gambas-user] Choose and nulls, a bug and a wish for a better way?

2012-08-21 Thread Bruce
This almost works grid[grid.Rows.Max, 15].Background = IIf(IsNull(Choose(cs.Result, Color.Yellow, Color.Green, Color.Cyan)), Color.Default, Choose(cs.Result, Color.Yellow, Color.Green, Color.Cyan)) (where grid is a gridview control (which just happens to ha

[Gambas-user] Bug in gb.ncurses component with non-ASCII characters

2012-08-21 Thread William Cabrera
Hi, when i print a text using print or printcenter function, the non-ASCII characters are not displayed correctly. For example, when i run $hWin.Printcenter("á, é, í, ó, ú, ñ, ü") The output is M-CM-!, M-CM-), M-CM-, M-CM-3, M-CM:, M-CM-1, M-CM-< -- William Cabrera http://willicab.gnu.org.

[Gambas-user] Issue 315 in gambas: TextLabel padding doesn't work for GTK

2012-08-21 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Linux Dist-ArchLinux Arch-X86-64 Desktop-XFCE GUI-GTK New issue 315 by shyl...@gmail.com: TextLabel padding doesn't work for GTK http://code.google.com/p/gambas/issues/detail?id=315 1) TextLabel padding works for QT bu

Re: [Gambas-user] libraries and gambas3

2012-08-21 Thread Charlie Reinl
Am Dienstag, den 21.08.2012, 15:42 +0200 schrieb Benoît Minisini: > Le 21/08/2012 10:21, Charlie Reinl a écrit : > > Am Montag, den 23.07.2012, 03:56 +0200 schrieb Benoît Minisini: > >> Le 08/07/2012 20:58, Charlie Reinl a écrit : > Mmm... What do you mean exactly? > > >>> Salut Benoît, >

Re: [Gambas-user] libraries and gambas3

2012-08-21 Thread Benoît Minisini
Le 21/08/2012 10:21, Charlie Reinl a écrit : > Am Montag, den 23.07.2012, 03:56 +0200 schrieb Benoît Minisini: >> Le 08/07/2012 20:58, Charlie Reinl a écrit : Mmm... What do you mean exactly? >>> Salut Benoît, >>> >>> it is exactly one year we worked on that, I attached you my mail from >

Re: [Gambas-user] Issue 311 in ... Attn Tobias

2012-08-21 Thread Tobias Boege
On Tue, 21 Aug 2012, Bruce wrote: > On Tue, 2012-08-21 at 20:42 +0930, Bruce wrote: > > On Tue, 2012-08-21 at 11:35 +0200, Tobias Boege wrote: > > > > > > c_list.c:27:1: error: unknown field 'uptr' specified in initializer > > > > > > That is really weird. I just checked-out a clean copy from svn

Re: [Gambas-user] Issue 311 in ... Attn Tobias

2012-08-21 Thread Bruce
On Tue, 2012-08-21 at 20:42 +0930, Bruce wrote: > On Tue, 2012-08-21 at 11:35 +0200, Tobias Boege wrote: > > > > c_list.c:27:1: error: unknown field 'uptr' specified in initializer > > > > That is really weird. I just checked-out a clean copy from svn and built it > > successfully. May I ask what

Re: [Gambas-user] Issue 311 in ... Attn Tobias

2012-08-21 Thread Bruce
On Tue, 2012-08-21 at 11:35 +0200, Tobias Boege wrote: > > c_list.c:27:1: error: unknown field 'uptr' specified in initializer > > That is really weird. I just checked-out a clean copy from svn and built it > successfully. May I ask what compiler (version?) you used? > Anyway, I was using a GCC e

Re: [Gambas-user] Gambas3 Libraries problem -> Gambas 3 bug or OS distro related?

2012-08-21 Thread Willy Raets
On di, 2012-08-21 at 03:06 +0200, Benoît Minisini wrote: > Le 20/08/2012 16:25, Willy Raets a écrit : > > Situation: > > 1. Build a Gambas library for system information retrieval. > > 2. Other developer installed my library (using openSuse rmp package) and > > is using it for one of his applicati

Re: [Gambas-user] Issue 311 in ... Attn Tobias

2012-08-21 Thread Tobias Boege
On Tue, 21 Aug 2012, Bruce wrote: > On Mon, 2012-08-20 at 21:11 +, gam...@googlecode.com wrote: > > Comment #4 on issue 311 by benoit.m...@gmail.com: Object.GetProperty is > > mangling objects > > http://code.google.com/p/gambas/issues/detail?id=311 > > > > Fixed in revision #5060. > > > >

Re: [Gambas-user] Issue 314 in gambas: DataBrowser does not display an added row or save all columns for an added row

2012-08-21 Thread gambas
Comment #1 on issue 314 by john.aaron.r...@gmail.com: DataBrowser does not display an added row or save all columns for an added row http://code.google.com/p/gambas/issues/detail?id=314 Sorry, I forgot to attach project & database. Attachments: JewishHeritage.tar.gz 39.1 KB Je

[Gambas-user] Issue 314 in gambas: DataBrowser does not display an added row or save all columns for an added row

2012-08-21 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 314 by john.aaron.r...@gmail.com: DataBrowser does not display an added row or save all columns for an added row http://code.google.com/p/gambas/issues/detail?id=314 Gamb

Re: [Gambas-user] libraries and gambas3

2012-08-21 Thread Charlie Reinl
Am Montag, den 23.07.2012, 03:56 +0200 schrieb Benoît Minisini: > Le 08/07/2012 20:58, Charlie Reinl a écrit : > >> Mmm... What do you mean exactly? > >> > > Salut Benoît, > > > > it is exactly one year we worked on that, I attached you my mail from > > 06.07.2011 Subject : a gambas3 component does