Re: [Gambas-user] Signal 11

2011-08-26 Thread Benoît Minisini
> gnome 2.32.1 > metacity 2.30.3 > > Theme is clearlooks classic for controls and clearlooks for window > borders... > > What else you need to know? > > Jussi > I know enough to reproduce the crash. It should be fixed in revision #4044. Regards, -- Benoît Minisini

Re: [Gambas-user] Signal 11

2011-08-26 Thread Jussi Lahtinen
gnome 2.32.1 metacity 2.30.3 Theme is clearlooks classic for controls and clearlooks for window borders... What else you need to know? Jussi 2011/8/27 Benoît Minisini > > I'm on gnome..? > > > > Jussi > > > > Please give me more details about your desktop, your window manager... so > that >

Re: [Gambas-user] GB3 Browse Project requires root access

2011-08-26 Thread Benoît Minisini
> I don't know if this is a bug or whether this is something peculiar > about LXDE or if I have something set up on my (new) LXDE box incorrectly. > > When I click on Tools/Browse Project... (or Ctl+Alt+O) it asks for the > root password. If I give it what it wants it opens PCManFM in root > pri

Re: [Gambas-user] Moving a modal child window

2011-08-26 Thread Benoît Minisini
> Hi > > I am trying to position a modal child window relative to its parent. When I > put 'me.top = FMain.top + 20' in the _Open class of the child, it works > with GTK but not QT (where the child window opens centered). > > I can get the child window to move correctly in both GTK and QT by usin

Re: [Gambas-user] Signal 11

2011-08-26 Thread Benoît Minisini
> I'm on gnome..? > > Jussi > Please give me more details about your desktop, your window manager... so that I can reproduce your crash! -- Benoît Minisini -- EMC VNX: the world's simplest storage, starting under $10

Re: [Gambas-user] Signal 11

2011-08-26 Thread Jussi Lahtinen
I'm on gnome..? Jussi 2011/8/26 Benoît Minisini > > I did: > > sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 > > /usr/local/bin/gbi3 > > sudo rm -rf /usr/local/lib/gambas3 > > sudo rm -rf /usr/local/share/gambas3 > > sudo make clean > > > > Then: > > ( ./reconf-all &&

Re: [Gambas-user] gambas webos ?

2011-08-26 Thread Girard Henri
Le 26/08/2011 14:41, Fabien Bodard a écrit : > 2011/8/26 Rob: >> On Friday 26 August 2011 06:00, Fabien Bodard wrote: >>> it will be better to work on integration with android platform !! >> Android will actually be a little more difficult (WebOS was actually a full >> Linux implementation but with

Re: [Gambas-user] Signal 11

2011-08-26 Thread Benoît Minisini
> I did: > sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 > /usr/local/bin/gbi3 > sudo rm -rf /usr/local/lib/gambas3 > sudo rm -rf /usr/local/share/gambas3 > sudo make clean > > Then: > ( ./reconf-all && ./configure -C && make && sudo make install ) > > ~/Desktop/compile.lo

Re: [Gambas-user] Bug

2011-08-26 Thread Jussi Lahtinen
Strange! Then there must have been bug for a while that didn't allow to do that... or I don't know how I learned it otherwise! Jussi 2011/8/26 Benoît Minisini > > > It is not setting a different object reference to the same variable, it > > > is removing the object reference from the variable.

Re: [Gambas-user] Bug

2011-08-26 Thread Benoît Minisini
> > It is not setting a different object reference to the same variable, it > > is removing the object reference from the variable. > > > > "a" is a pointer to an instance of a newly instantiated Class1 object. > > Setting "a" to null is perfectly valid. "a" then no longer points to an > > instanc

Re: [Gambas-user] Bug

2011-08-26 Thread Jussi Lahtinen
> > It is not setting a different object reference to the same variable, it is > removing the object reference from the variable. > > "a" is a pointer to an instance of a newly instantiated Class1 object. > Setting "a" to null is perfectly valid. "a" then no longer points to an > instance. Therefo

Re: [Gambas-user] Signal 11

2011-08-26 Thread Benoît Minisini
> See attachment. Run and just close the window. > > Gambas 3 rev 4039 @ Ubuntu 11.04 64bit > > Jussi That does not crash there (same revision, same Ubuntu 11.04 64 bits). Are you sure everything compiled correctly ? Can you recompile everything from scratch ? -- Benoît Minisini ---

Re: [Gambas-user] Bug

2011-08-26 Thread Bruce Bruen
Jussi, It's not an illegal assignment, nor is it a type mismatch. It is not setting a different object reference to the same variable, it is removing the object reference from the variable. "a" is a pointer to an instance of a newly instantiated Class1 object. Setting "a" to null is perfectly val

Re: [Gambas-user] gambas webos ?

2011-08-26 Thread Fabien Bodard
2011/8/26 Rob : > On Friday 26 August 2011 06:00, Fabien Bodard wrote: >> it will be better to work on integration with android platform !! > > Android will actually be a little more difficult (WebOS was actually a full > Linux implementation but with their own GUI layer instead of X; Android has >

Re: [Gambas-user] gambas webos ?

2011-08-26 Thread Rob
On Friday 26 August 2011 06:00, Fabien Bodard wrote: > it will be better to work on integration with android platform !! Android will actually be a little more difficult (WebOS was actually a full Linux implementation but with their own GUI layer instead of X; Android has the kernel but doesn't

[Gambas-user] Signal 11

2011-08-26 Thread Jussi Lahtinen
See attachment. Run and just close the window. Gambas 3 rev 4039 @ Ubuntu 11.04 64bit Jussi MangleErr-0.0.1.tar.gz Description: GNU Zip compressed data -- EMC VNX: the world's simplest storage, starting under $10K The o

Re: [Gambas-user] Bug

2011-08-26 Thread Jussi Lahtinen
I didn't say compiler should stop, interpreter should stop! It shouldn't be legal for same reason as these: Dim a As Integer = "string" Dim a As Integer = Null It's type mismatch. Null is not same as zero. If you want to be able to give two different object references to same variable, use type o

Re: [Gambas-user] gambas webos ?

2011-08-26 Thread Fabien Bodard
2011/8/26 Rob : > On Thursday 25 August 2011 03:02, Girard Henri wrote: >> Do you think gambas could work on hp touchpad webos-3.0.2 ? >> I am not good enaugh to make the port but if people are looking to do >> it, i am interested. > > Having done some WebOS development before I got rid of my Palm

Re: [Gambas-user] Issue 84 in gambas: RowAt event problem in GB.GTK, works fine with GB.QT

2011-08-26 Thread gambas
Comment #3 on issue 84 by fidojo...@gmail.com: RowAt event problem in GB.GTK, works fine with GB.QT http://code.google.com/p/gambas/issues/detail?id=84 Yeah it's fixed thanks -- EMC VNX: the world's simplest storage,