[Gambas-user] gb3: minor annoyances regarding the IDE

2012-09-24 Thread Kevin Fishburne
Under recent builds, including the current, I've noticed that after exiting/terminating a program the cursor does not return to the expected module/procedure/line in the IDE. If I have the cursor in X module, Y procedure and Z line when I hit F5, I expect it to return there upon termination of

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 : > > Set-Cookie:S

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

2012-09-24 Thread Richard Terry
Fabien Bodard wrote: > 2012/9/23 richard : > >> 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

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 wrote: > On 23/09/2012, Sebastian Kulesz wrote: >> On Sun, Sep 23, 2012 at 1:08 PM, RICHARD WALKER >> wrote: >>> So I was wondering, does it make sense to re-code a project so that >>> strings, or string constants are used for repeated fragments of

[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 : Set-Cookie:SESSION=88.140.174.145:0123456789ABB0C0DB1EEF5;path=/main.gambas.c

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

2012-09-24 Thread Fabien Bodard
2012/9/23 richard : > 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 the nu

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:

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..? Ben

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

[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 `/home/miniand/Do

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 t