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

2012-10-30 Thread Bruce
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 the mixed case in both). When the first insta

[Gambas-user] Issue 345 in gambas: GTK label border color not preserved when reparenting

2012-10-30 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-GTK New issue 345 by zachsmit...@gmail.com: GTK label border color not preserved when reparenting http://code.google.com/p/gambas/issues/detail?id=345 1) Similar to issue 343, wh

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
Adrien, Benoit, thank you, but too late. I do all fresh after hunting remainng old stuff. wally On Tuesday, October 30, 2012 19:20:40 Adrien Prokopowicz wrote: > Hi wally, > > I had the same problem a few days ago (when Benoît moved some stuff > from gb.qt4 to gb.gui.base), and I solved it by

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Adrien Prokopowicz
Hi wally, I had the same problem a few days ago (when Benoît moved some stuff from gb.qt4 to gb.gui.base), and I solved it by doing : sudo rm /usr/lib/gambas3/gb.qt4.gambas (After removing all the Gambas stuff in /usr/local as Benoît said of course). Regards, Adrien. 2012/10/30 Benoît

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Adrien Prokopowicz
Hi wally, I had the same problem a few days ago (when Benoît moved some stuff from gb.qt4 to gb.gui.base), and I solved it by doing : sudo rm /usr/lib/gambas3/gb.qt4.gambas (After removing all the Gambas stuff in /usr/local as Benoît said of course). Regards, Adrien. Le Tue, 30 Oct 2012 19:07

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Benoît Minisini
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:22, wally a écrit : > On Tuesday, October 30, 2012 16:55:12 Benoît M

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
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:22, wally a écrit : > >>> On Tuesday, October 30, 2012 16:55:12 Benoît Minisini wrote: > Le 30/10/2012 16:5

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Benoît Minisini
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:22, wally a écrit : >>> On Tuesday, October 30, 2012 16:55:12 Benoît Minisini wrote: Le 30/10/2012 16:51, wally a écrit : > Benoit, > > How may i check what remai

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
On Tuesday, October 30, 2012 18:19:28 Benoît Minisini wrote: > Le 30/10/2012 17:22, wally a écrit : > > On Tuesday, October 30, 2012 16:55:12 Benoît Minisini wrote: > >> Le 30/10/2012 16:51, wally a écrit : > >>> Benoit, > >>> > >>> How may i check what remains from previous install > >>> after a

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Benoît Minisini
Le 30/10/2012 17:22, wally a écrit : > On Tuesday, October 30, 2012 16:55:12 Benoît Minisini wrote: >> Le 30/10/2012 16:51, wally a écrit : >>> Benoit, >>> >>> How may i check what remains from previous install >>> after a build process ? >>> >>> I did "sudo make uninstall" and "make clean" >>> >>>

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
On Tuesday, October 30, 2012 16:55:12 Benoît Minisini wrote: > Le 30/10/2012 16:51, wally a écrit : > > Benoit, > > > > How may i check what remains from previous install > > after a build process ? > > > > I did "sudo make uninstall" and "make clean" > > > > A single build process on Raspberry

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Benoît Minisini
Le 30/10/2012 16:51, wally a écrit : > Benoit, > > How may i check what remains from previous install > after a build process ? > > I did "sudo make uninstall" and "make clean" > > A single build process on Raspberry takes about 4h. > > wally > Just check that there is no /usr/local/bin/gb* file o

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
Benoit, How may i check what remains from previous install after a build process ? I did "sudo make uninstall" and "make clean" A single build process on Raspberry takes about 4h. wally On Tuesday, October 30, 2012 16:32:18 Benoît Minisini wrote: > Le 30/10/2012 16:24, wally a écrit : > >

Re: [Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread Benoît Minisini
Le 30/10/2012 16:24, wally a écrit : > > Startproblem on RaspberryPi > > pi@raspberrypi ~ $ gambas3 > ERROR: #2: Cannot load class 'TableView': Cannot load parent class: Cannot > load class 'GridView': Unable to load class file > pi@raspberrypi ~ $ > > revision 5265 > logs attached > Can you check

[Gambas-user] SVN Startproblem on RaspberryPi

2012-10-30 Thread wally
Startproblem on RaspberryPi pi@raspberrypi ~ $ gambas3 ERROR: #2: Cannot load class 'TableView': Cannot load parent class: Cannot load class 'GridView': Unable to load class file pi@raspberrypi ~ $ revision 5265 logs attached logs_5265.tar.gz Description: application/compressed-tar -