[Gambas-user] Issue 346 in gambas: Gridview and scrollview scrollbars have different widths in GTK

2012-10-31 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-QT4 New issue 346 by zachsmit...@gmail.com: Gridview and scrollview scrollbars have different widths in GTK http://code.google.com/p/gambas/issues/detail?id=346 1) Gridview and S

Re: [Gambas-user] Issue 345 in gambas: GTK label border color ignores the foreground color

2012-10-31 Thread gambas
Updates: Status: Fixed Comment #2 on issue 345 by benoit.m...@gmail.com: GTK label border color ignores the foreground color http://code.google.com/p/gambas/issues/detail?id=345 Fixed in revision #5269. -- Eve

Re: [Gambas-user] Issue 344 in gambas: Cannot load class 'TableView': ... Cannot load class 'GridView'

2012-10-31 Thread gambas
Comment #3 on issue 344 by benoit.m...@gmail.com: Cannot load class 'TableView': ... Cannot load class 'GridView' http://code.google.com/p/gambas/issues/detail?id=344 Can you remove the following files and directories (if they exist) before recompiling? $ rm /usr/local/bin/gb? $ rm /usr/loca

Re: [Gambas-user] Issue 345 in gambas: GTK label border color ignores the foreground color

2012-10-31 Thread gambas
Updates: Summary: GTK label border color ignores the foreground color Status: Accepted Comment #1 on issue 345 by benoit.m...@gmail.com: GTK label border color ignores the foreground color http://code.google.com/p/gambas/issues/detail?id=345 This has nothing to do with reparenti

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-31 Thread wally
On Tuesday, October 30, 2012 19:18:01 Benoît Minisini wrote: > Le 30/10/2012 19:16, wally a écrit : > > On Tuesday, October 30, 2012 19:13:15 Benoît Minisini wrote: > >> Le 30/10/2012 19:07, wally a écrit : > >>> On Tuesday, October 30, 2012 18:19:28 Benoît Minisini wrote: > Le 30/10/2012 17:2

Re: [Gambas-user] Object.Class(Me).Name and class name cases occassionally don't match

2012-10-31 Thread Benoît Minisini
Le 31/10/2012 15:13, Bruce a écrit : > On Wed, 2012-10-31 at 14:02 +0100, Benoît Minisini wrote: >> Le 31/10/2012 06:04, Bruce a écrit : >>> I have a library which contains classes to analyse horse trial times. >>> These classes rely on some files which contain some static data about >>> the variou

Re: [Gambas-user] Object.Class(Me).Name and class name cases occassionally don't match

2012-10-31 Thread Bruce
On Wed, 2012-10-31 at 14:02 +0100, Benoît Minisini wrote: > Le 31/10/2012 06:04, Bruce a écrit : > > I have a library which contains classes to analyse horse trial times. > > These classes rely on some files which contain some static data about > > the various analyses, these files are all called A

Re: [Gambas-user] Object.Class(Me).Name and class name cases occassionally don't match

2012-10-31 Thread Fabien Bodard
ahhh, ok i didn't know that -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct __

Re: [Gambas-user] Object.Class(Me).Name and class name cases occassionally don't match

2012-10-31 Thread Benoît Minisini
Le 31/10/2012 06:04, Bruce a écrit : > I have a library which contains classes to analyse horse trial times. > These classes rely on some files which contain some static data about > the various analyses, these files are all called AbcZyx.meta where > AbcXyz is the name of the relevant class (note

Re: [Gambas-user] Object.Class(Me).Name and class name cases occassionally don't match

2012-10-31 Thread Fabien Bodard
For Each wkclass In Classes If Not IsNull(wkclass.Parent) Then If object.type(wkclass.Parent) = "BaseBO" Then Print wkclass.Name Endif Next 2012/10/31 Bruce : > I have a library which contains classes to analyse horse trial times. > These classes rely on some files which contain