[Gambas-user] Suggestion: Packaging preferences in gambas3.config

2012-05-30 Thread Bruce
Hi Benoît, Attached are three diffs that add a small benefit to those whose package up a lot of projects. Basically it adds "default" settings for the items on the first page of the FMakeInstall wizard. These are help in the gambas3.config file. The changes are: 1) add another tab to the Prefer

Re: [Gambas-user] Imagen IconView

2012-05-30 Thread Fabien Bodard
HI I hope this could help you :-) -- Fabien Bodard menu-0.0.4.tar.gz Description: GNU Zip compressed data -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat lan

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Ru Vuott
> > Maybe all that information should be centralized in the "how > to compile" > wiki page... > > -- > Benoît Minisini > > ...yes, Benoît, this's a good idea. Bye Vuot -- Live Security Virtual Conference Exclu

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Adrien Prokopowicz
Le mercredi 30 mai 2012 21:02:50 Benoît Minisini a écrit : > Le 30/05/2012 21:01, Benoît Minisini a écrit : > The problem is that I had to rename a few source files, and libtool > seems > not to like this ... > Benoît ? > >>> > >>> As soon as you use 'svn move', you should not

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Benoît Minisini
Le 30/05/2012 21:01, Benoît Minisini a écrit : The problem is that I had to rename a few source files, and libtool seems not to like this ... Benoît ? >>> >>> As soon as you use 'svn move', you should not have any problem. Of >>> course before recompiling you must issue a a './r

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Benoît Minisini
Le 30/05/2012 20:57, Adrien Prokopowicz a écrit : > Le mercredi 30 mai 2012 20:47:52 Benoît Minisini a écrit : >> Le 30/05/2012 20:44, Adrien Prokopowicz a écrit : >>> Le mercredi 30 mai 2012 19:35:11 Ru Vuott a écrit : > Did you call ./reconf and ./configure before ? > > If this doesn'

Re: [Gambas-user] Compile error in gb.xml - OK

2012-05-30 Thread Ru Vuott
Hello Adrien, well, I removed .deps directory in gb.xml/src/html, and I re-launched update from ./reconf-all... It was OK and worked ! :-) Thank you, so much. Vuottt --- Mer 30/5/12, Adrien Prokopowicz ha scritto: > Da: Adrien Prokopowicz > Oggetto: Re: [Gambas-user] Compile error

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Adrien Prokopowicz
Le mercredi 30 mai 2012 20:47:52 Benoît Minisini a écrit : > Le 30/05/2012 20:44, Adrien Prokopowicz a écrit : > > Le mercredi 30 mai 2012 19:35:11 Ru Vuott a écrit : > >>> Did you call ./reconf and ./configure before ? > >>> > >>> If this doesn't work, try to call make clean, or to remove > >>> t

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Benoît Minisini
Le 30/05/2012 20:44, Adrien Prokopowicz a écrit : > Le mercredi 30 mai 2012 19:35:11 Ru Vuott a écrit : >>> Did you call ./reconf and ./configure before ? >>> >>> If this doesn't work, try to call make clean, or to remove >>> the .deps directory >>> in gb.xml/src/html. >>> >>> Regards, >>> Adrien.

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Adrien Prokopowicz
Le mercredi 30 mai 2012 19:35:11 Ru Vuott a écrit : > > Did you call ./reconf and ./configure before ? > > > > If this doesn't work, try to call make clean, or to remove > > the .deps directory > > in gb.xml/src/html. > > > > Regards, > > Adrien. > > Hello, > > I had the same problem-error: >

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread jm
On Wed, 2012-05-30 at 19:17 +0200, Benoît Minisini wrote: > > > > Verbosity has made things unclear! :) > > > > Sorry Benoît, unless I mis-understood something, I am sure ssh -X login > > will be as good as IDE login without the overheads. > > > > I do this all the time with ssh -X so I am a fan of

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Ru Vuott
> > Did you call ./reconf and ./configure before ? > > If this doesn't work, try to call make clean, or to remove > the .deps directory > in gb.xml/src/html. > > Regards, > Adrien. > > Hello, I had the same problem-error: mv -f .deps/gb_xml_html_la-utils.Tpo .deps/gb_xml_html_la-utils.Plo

[Gambas-user] Imagen IconView

2012-05-30 Thread herberth guzman
Hello everyone, we have an educational project called edulibreos and are developing a launcher of all applications installed (usr / share / applicaction / *. Desktop), we have shown in a IconView the list of separate programs by category (eg officina all corresponding to office, all audio correspon

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Christer Johansson
Conrats Caveat, still waiting for mine... > I was thinking: maybe I must find a way to let the IDE debug programs > remotely. I mean: developing the program on the PC, click on > the start button, and magically the program is run on the Raspberry and > debugged remotely. > > But I don't know wha

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread tobi
On Wed, 30 May 2012, Benoît Minisini wrote: > Le 30/05/2012 15:04, tobi a écrit : > > > > Don't know how remote debugging programs like gdb or something work with > > this, but a naive and > > the more annoying-to-write approach could be a socket on the other side > > which receives commands. > >

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Benoît Minisini
> > Verbosity has made things unclear! :) > > Sorry Benoît, unless I mis-understood something, I am sure ssh -X login > will be as good as IDE login without the overheads. > > I do this all the time with ssh -X so I am a fan of this method of > remote debugging. Please try logging into a remote PC

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Benoît Minisini
Le 30/05/2012 15:04, tobi a écrit : > > Don't know how remote debugging programs like gdb or something work with > this, but a naive and > the more annoying-to-write approach could be a socket on the other side which > receives commands. > There are passed through a function that selects the debu

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Benoît Minisini
Le 30/05/2012 14:12, linuxos a écrit : > Hi Benoît, > > To communicate by ssh you can use the same library that i used to build my > proper component: libssh.0.52 at this url: http://www.libssh.org/ > > and you can get my component here: > http://www.gambasforge.org/code-45-gbsshclient.html > >

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Ricardo Díaz Martín
Hi, If you're thinking to use ssh -X I think freenx will be better. I'm using for deploy my software from the last 5 years and works fine. In ubuntu it is very easy to install. But both of them need you install all the gambas enviroment in raspberry pi box and maybe Benoit is only thinking in sen

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Ron
On 30-5-2012 16:58, Adrien Prokopowicz wrote: > Le mercredi 30 mai 2012 16:50:35 Ron a écrit : >> Gambas trunk doesn't compile anymore on two machines now. >> >> This is the end: >> >> make[4]: Entering directory `/home/ron/install/gambas/trunk/gb.libxml' >> make[4]: Leaving directory `/home/ron/in

Re: [Gambas-user] Compile error in gb.xml

2012-05-30 Thread Adrien Prokopowicz
Le mercredi 30 mai 2012 16:50:35 Ron a écrit : > Gambas trunk doesn't compile anymore on two machines now. > > This is the end: > > make[4]: Entering directory `/home/ron/install/gambas/trunk/gb.libxml' > make[4]: Leaving directory `/home/ron/install/gambas/trunk/gb.libxml' > make[3]: Leaving dir

[Gambas-user] Compile error in gb.xml

2012-05-30 Thread Ron
Gambas trunk doesn't compile anymore on two machines now. This is the end: make[4]: Entering directory `/home/ron/install/gambas/trunk/gb.libxml' make[4]: Leaving directory `/home/ron/install/gambas/trunk/gb.libxml' make[3]: Leaving directory `/home/ron/install/gambas/trunk/gb.libxml' make[2]: Le

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread jm
On Wed, 2012-05-30 at 13:37 +0200, Benoît Minisini wrote: > Le 30/05/2012 13:08, jm a écrit : > > On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote: > >> Le 30/05/2012 10:48, Caveat a écrit : > >>> Anyone need specific tests carried out, just let me know! > >>> > >>> OK, OK, I really just wa

Re: [Gambas-user] sqlite database inside an executable

2012-05-30 Thread Rolf Schmidt
Hi Bruce, what about to cat the database-file at the end of an executable and strip it later (perhaps with cut) and store it, where you like. Another methode could be, study the C-code of the sqlite-libs and see, if you can open the database with an offset - i.e. the data will begin at the end

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread tobi
On Wed, 30 May 2012, Benoît Minisini wrote: > Le 30/05/2012 13:08, jm a écrit : > > On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote: > >> Le 30/05/2012 10:48, Caveat a écrit : > >>> Anyone need specific tests carried out, just let me know! > >>> > >>> OK, OK, I really just wanted to let ev

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread linuxos
Hi Benoît, To communicate by ssh you can use the same library that i used to build my proper component: libssh.0.52 at this url: http://www.libssh.org/ and you can get my component here: http://www.gambasforge.org/code-45-gbsshclient.html Olivier Cruilles Le 30 mai 2012 à 13:37, Benoît Mini

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Benoît Minisini
Le 30/05/2012 13:08, jm a écrit : > On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote: >> Le 30/05/2012 10:48, Caveat a écrit : >>> Anyone need specific tests carried out, just let me know! >>> >>> OK, OK, I really just wanted to let everyone know it's here! >>> >>> Kind regards, >>> Caveat

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread jm
On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote: > Le 30/05/2012 10:48, Caveat a écrit : > > Anyone need specific tests carried out, just let me know! > > > > OK, OK, I really just wanted to let everyone know it's here! > > > > Kind regards, > > Caveat > > > > These privileged people... :

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread John Spikowski
On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote: > > These privileged people... :-) > > I was thinking: maybe I must find a way to let the IDE debug programs > remotely. I mean: developing the program on the PC, click on the start > button, and magically the program is run on the Rasp

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Fabien Bodard
2012/5/30 Benoît Minisini > Le 30/05/2012 10:48, Caveat a écrit : > > Anyone need specific tests carried out, just let me know! > > > > OK, OK, I really just wanted to let everyone know it's here! > > > > Kind regards, > > Caveat > > > > These privileged people... :-) > > I was thinking: maybe I

Re: [Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Benoît Minisini
Le 30/05/2012 10:48, Caveat a écrit : > Anyone need specific tests carried out, just let me know! > > OK, OK, I really just wanted to let everyone know it's here! > > Kind regards, > Caveat > These privileged people... :-) I was thinking: maybe I must find a way to let the IDE debug programs rem

[Gambas-user] My Raspberry Pi has arrived!

2012-05-30 Thread Caveat
Anyone need specific tests carried out, just let me know! OK, OK, I really just wanted to let everyone know it's here! Kind regards, Caveat -- Live Security Virtual Conference Exclusive live event will cover all the ways

Re: [Gambas-user] Sidepanel handles

2012-05-30 Thread Fabien Bodard
2012/5/30 Fabien Bodard > And can you invert the color for the handle ? > > a Lighter arrow and a darker background... it will be more easy to find > the and maybe a single centered and larger arrow can be easyest to find. Generally my eyes look the center of the bar, not the extrem opposite --

Re: [Gambas-user] Sidepanel handles

2012-05-30 Thread Fabien Bodard
And can you invert the color for the handle ? a Lighter arrow and a darker background... it will be more easy to find -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and t