[Gambas-user] Issue 249 in gambas: cell height in gridrow can not be set to -1 for autoheight

2012-05-13 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 249 by imperiou...@paradise.net.nz: cell height in gridrow can not be set to -1 for autoheight http://code.google.com/p/gambas/issues/detail?id=249 1) When setting a grid

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
[linus@linusky tmp]$ valgrind --tool=memcheck --num-callers=50 gbr3 -- /usr/bin/gambas3.gambas /local/Gambas-3/gbEditor3 ==3141== Memcheck, a memory error detector ==3141== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al. ==3141== Using Valgrind-3.5.0 and LibVEX; rerun with -h for

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Benoît Minisini
Le 13/05/2012 20:53, Olivier Cruilles a écrit : > > > [linus@linusky gbEditor3]$ gdb gbr3 > GNU gdb (GDB) Fedora (7.2-52.fc14) > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
[linus@linusky gbEditor3]$ gdb gbr3 GNU gdb (GDB) Fedora (7.2-52.fc14) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the ex

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Benoît Minisini
Le 13/05/2012 20:09, Olivier Cruilles a écrit : > I try it on two different ways: > >>> >>> Can you remember me the command to debug gambas3 execution please ? >>> >>> Olivier Cruilles >>> Mail: linu...@club-internet.fr >>> >> >> $ gdb gbr3 >> ... >> (gdb) gbr3 /path/to/gambas3.gambas -- >> Sorry

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
I try it on two different ways: 1 - With gbx3 [linus@linusky ~]$ cd /local/Gambas-3/gbEditor3 [linus@linusky gbEditor3]$ gdb gbx3 GNU gdb (GDB) Fedora (7.2-52.fc14) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Benoît Minisini
Le 13/05/2012 19:13, Olivier Cruilles a écrit : > > Can you remember me the command to debug gambas3 execution please ? > > Olivier Cruilles > Mail: linu...@club-internet.fr > $ gdb gbr3 ... (gdb) gbr3 /path/to/gambas3.gambas -- -- Benoît Minisini --

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
Can you remember me the command to debug gambas3 execution please ? Olivier Cruilles Mail: linu...@club-internet.fr Le 13 mai 2012 à 17:27, Olivier Cruilles a écrit : > > Sorry, same problem. > > > Olivier Cruilles > Mail: linu...@club-internet.fr > > Le 13 mai 2012 à 16:41, Benoît Minisini

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Benoît Minisini
Le 13/05/2012 17:59, Olivier Cruilles a écrit : > Hi Benoit, > > I know that is not simple to keep compatibility on Gambas3 between many Linux > distribution version. > So I can install a Fedora more recent than 14 because I hate Gnome3 for the > moment and It not stable. > > So for me I prefer d

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
Hi Benoit, I know that is not simple to keep compatibility on Gambas3 between many Linux distribution version. So I can install a Fedora more recent than 14 because I hate Gnome3 for the moment and It not stable. So for me I prefer disable the gb.media module for the moment. If you need some t

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Benoît Minisini
Le 13/05/2012 17:27, Olivier Cruilles a écrit : > > Sorry, same problem. > > So it should mean that a recent version of glib and GStreamer is needed. But I didn't find any information on the GStreamer web site about compatibility between all 0.10 versions... -- Benoît Minisini ---

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
Sorry, same problem. Olivier Cruilles Mail: linu...@club-internet.fr Le 13 mai 2012 à 16:41, Benoît Minisini a écrit : > Le 13/05/2012 09:55, Olivier Cruilles a écrit : >> >> Sorry it does not work. >> >> ... >> ... > > And with revision #4727? > > -- > Benoît Minisini > > --

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-13 Thread Christer Johansson
> > Attached is a simple program that hopefully shows it. > > > > If I start this simple server on my NAS (IP# 192.168.0.20) and then > > connect with... > > > >telnet 192.168.0.20 1122 > > > > from my Windows computer (IP# 192.168.0.15) the server > running on the NAS > > shows... > > > >

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-13 Thread Benoît Minisini
Le 13/05/2012 13:34, Christer Johansson a écrit : > > >> -Original Message- >> From: Benoît Minisini [mailto:gam...@users.sourceforge.net] >> Sent: Sunday, May 13, 2012 5:04 AM >> To: mailing list for gambas users >> Subject: Re: [Gambas-user] Debian ARMEL packages for Gambas3 >> components

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Benoît Minisini
Le 13/05/2012 09:55, Olivier Cruilles a écrit : > > Sorry it does not work. > > ... > ... And with revision #4727? -- Benoît Minisini -- Live Security Virtual Conference Exclusive live event will cover all the ways toda

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Emanuele Sottocorno
Sorry Benoìt, still not working on Ubuntu 10.04.4 Regards, Emanuele -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers c

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-13 Thread Christer Johansson
> -Original Message- > From: Benoît Minisini [mailto:gam...@users.sourceforge.net] > Sent: Sunday, May 13, 2012 5:04 AM > To: mailing list for gambas users > Subject: Re: [Gambas-user] Debian ARMEL packages for Gambas3 > components? > > > Le 10/05/2012 13:42, Christer Johansson a écrit :

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-13 Thread Christer Johansson
> -Original Message- > From: Benoît Minisini [mailto:gam...@users.sourceforge.net] > Sent: Sunday, May 13, 2012 5:04 AM > To: mailing list for gambas users > Subject: Re: [Gambas-user] Debian ARMEL packages for Gambas3 > components? > > > Le 10/05/2012 13:42, Christer Johansson a écrit :

Re: [Gambas-user] Is gambasdoc.org down?

2012-05-13 Thread Christer Johansson
> Sorry, the building our server is in lost power for something like 18 > hours. It's back now, though. Thank you! /CJ -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security

Re: [Gambas-user] [Feature Request] Offline Documentation

2012-05-13 Thread Christer Johansson
> Somebody who has a downloadable .tar.gz containing the documentation? I did found older Gambas3 offline doc package over at http://whiteislandsoftware.com, look in the guides section. If you have problems getting it just let me know and I can upload it somewhere. /CJ --

Re: [Gambas-user] Trouble with SVN trunk for Gambas 3

2012-05-13 Thread Charlie Reinl
Am Sonntag, den 13.05.2012, 00:41 +0200 schrieb Willy Raets: > Hi, > > When doing the normal: > > svn checkout https://gambas.svn.sourceforge.net/gambas/gambas/trunk/ > > this didn't get accepted. > Needed tp put http there instead of https > This didn't work either as the location turns out to

Re: [Gambas-user] Bug during compilation of the lastest Gambas svn sources rev#4720

2012-05-13 Thread Olivier Cruilles
Sorry it does not work. ... ... Making all in gb.media make[2] : on entre dans le répertoire « /home/linus/Packages/SOURCES/trunk/gb.media » make all-recursive make[3] : on entre dans le répertoire « /home/linus/Packages/SOURCES/trunk/gb.media » Making all in src make[4] : on entre dans le rép