Re: [Gambas-user] httpclient error code -1018

2012-09-24 Thread Benoît Minisini
Le 24/09/2012 07:42, Bruce a écrit : or to be correct it is actually the Status code. But what does it mean? Is it the same as libcurl error code 18? CURLE_PARTIAL_FILE (18) A file transfer was shorter or larger than expected. This happens when the server first reports an expected transfer

Re: [Gambas-user] Faults on new Project name

2012-09-24 Thread Benoît Minisini
Le 21/09/2012 16:51, John Rose a écrit : I've taken an existing project and done Save As with a new project name. I've then amended this new project including setting the Project Properties' Title Description. I've added a new icon for the app into the project's Data section (of the IDE) by

Re: [Gambas-user] Gambas error messages

2012-09-24 Thread jm
On Sat, 2012-09-22 at 00:53 +0200, Benoît Minisini wrote: Le 22/09/2012 00:18, jm a écrit : So when I typed gambas2 and it didn't work, I typed gambas2 --help. Naturally that won't work because it a sym link. But nearly all other Linux commands do something when you type --help.

[Gambas-user] Compile error for 5196 in gb.sdl, ARM A10 SoC, Lubuntu 12.04

2012-09-24 Thread jm
Compile error for 5196 in gb.sdl, ARM A10 SoC, Lubuntu 12.04 Making all in gb.sdl make[2]: Entering directory `/home/miniand/Downloads/gambas3/5196/gb.sdl' make[2]: *** No rule to make target `all'. Stop. make[2]: Leaving directory

Re: [Gambas-user] run project as root - BIS

2012-09-24 Thread Jussi Lahtinen
But Desktop.RunAsRoot() does something else..? ...What do you mean ? AFAIK, Desktop.RunAsRoot(whoami) and xdg-su -c whoami should do exactly same thing. However only xdg-su -c whoami works. I will investigate... Jussi

Re: [Gambas-user] run project as root - BIS

2012-09-24 Thread Jussi Lahtinen
AFAIK, Desktop.RunAsRoot(whoami) and xdg-su -c whoami should do exactly same thing. However only xdg-su -c whoami works. OK, now I understand the problem. Destop.RunAsRoot() uses internally Exec command, and so redirections doesn't work. Instead of Exec there should be Shell..? Benoit?

Re: [Gambas-user] run project as root - BIS

2012-09-24 Thread Ru Vuott
AFAIK, Desktop.RunAsRoot(whoami) and xdg-su -c whoami should do exactly same thing. However only xdg-su -c whoami works. I will investigate... Jussi - At this moment I'm using another system: KUBUNTU 32bit -

Re: [Gambas-user] Modify a control in another form

2012-09-24 Thread Fabien Bodard
2012/9/23 richard rte...@internode.on.net: On 23/09/12 08:44, richard wrote: On 23/09/12 08:31, Keith Clark wrote: On 12-09-22 06:23 PM, richard wrote: On 23/09/12 08:03, Keith Clark wrote: How do I modify settings of a control on another form? Let's say that I want to be able to control

[Gambas-user] Session object does not work anymore (gb.web, rev #5096)

2012-09-24 Thread Adrien Prokopowicz
Hi Benoît, I recently updated my server to the last revision of gambas, and I noticed that the Session system didn't work anymore. After some investigations, I saw that the session cookie path wasn't the same anymore :

Re: [Gambas-user] Some questions about project Translation

2012-09-24 Thread Sebastian Kulesz
On Sun, Sep 23, 2012 at 2:44 PM, RICHARD WALKER richard.j.wal...@ntlworld.com wrote: On 23/09/2012, Sebastian Kulesz sebi...@gmail.com wrote: On Sun, Sep 23, 2012 at 1:08 PM, RICHARD WALKER richard.j.wal...@ntlworld.com wrote: So I was wondering, does it make sense to re-code a project so that

Re: [Gambas-user] Modify a control in another form

2012-09-24 Thread Richard Terry
Fabien Bodard wrote: 2012/9/23 richard rte...@internode.on.net: On 23/09/12 08:44, richard wrote: On 23/09/12 08:31, Keith Clark wrote: On 12-09-22 06:23 PM, richard wrote: On 23/09/12 08:03, Keith Clark wrote: How do I modify settings of a control on

Re: [Gambas-user] Session object does not work anymore (gb.web, rev #5096)

2012-09-24 Thread Benoît Minisini
Le 24/09/2012 19:08, Adrien Prokopowicz a écrit : Hi Benoît, I recently updated my server to the last revision of gambas, and I noticed that the Session system didn't work anymore. After some investigations, I saw that the session cookie path wasn't the same anymore :