Re: [Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread Benoît Minisini
Le 06/04/2013 01:25, Jussi Lahtinen a écrit : > I cannot get either of them working... > > Jussi > > I use Ubuntu 12.10. $ watch --version watch from procps-ng 3.3.3 And you? -- Benoît Minisini -- Minimize network dow

Re: [Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread Jussi Lahtinen
I cannot get either of them working... Jussi On Sat, Apr 6, 2013 at 2:21 AM, Benoît Minisini wrote: > Le 06/04/2013 01:17, Benoît Minisini a écrit : > > Le 06/04/2013 01:03, Jussi Lahtinen a écrit : > >> Same error with my system, when using this piece of code (but of > >> course the > >> erro

Re: [Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread Benoît Minisini
Le 06/04/2013 01:17, Benoît Minisini a écrit : > Le 06/04/2013 01:03, Jussi Lahtinen a écrit : >> Same error with my system, when using this piece of code (but of >> course the >> error message is not visible without handling >> _Read event): >> >> Shell "watch echo 'test'" For Input Output As "Pro

Re: [Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread Benoît Minisini
Le 06/04/2013 01:03, Jussi Lahtinen a écrit : > Same error with my system, when using this piece of code (but of course the > error message is not visible without handling > _Read event): > > Shell "watch echo 'test'" For Input Output As "Process" > > > Jussi > > `Exec ["watch", "echo", "test"]` s

Re: [Gambas-user] IconView bug on LXDE 0.5.11

2013-04-05 Thread Benoît Minisini
Le 03/04/2013 17:05, Willy Raets a écrit : > On Mon, 2013-03-18 at 19:30 +0100, Willy Raets wrote: >> When running a Gambas application using gb.qt4 on Lubuntu 12.10 with >> LXDE 0.5.11 IconView shows black. >> Using gb.gui or gb.gtk poses no problems, IconView shows normal. >> >> Problem is ONLY w

Re: [Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread Jussi Lahtinen
Same error with my system, when using this piece of code (but of course the error message is not visible without handling _Read event): Shell "watch echo 'test'" For Input Output As "Process" Jussi On Sat, Apr 6, 2013 at 1:47 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 06

Re: [Gambas-user] Shared WiringPi library for RasPi

2013-04-05 Thread Benoît Minisini
Le 03/04/2013 14:19, CJ a écrit : > >> Did you compile Gambas with debugging information enabled? > > Yes, the debug option was checked. Just to verify I recompiled again > and here are the complete output... > >root@raspi-dev:/home/cj/Gambas 3/Projekt/libwiringPi_irq# gdb gbx3 >GNU gdb (GD

Re: [Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread Benoît Minisini
Le 06/04/2013 00:14, abbat81 a écrit : > It's is to difficult. > > But can be much easy. > > All I need is to start my application again if it will be closed. Nothing > more to INPUT/OUTPUT. > > A working command is: > "watch flock -n /home/user/Shell.lock /home/user/Onix_Shell.gambas" > > But it

Re: [Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread abbat81
It's is to difficult. But can be much easy. All I need is to start my application again if it will be closed. Nothing more to INPUT/OUTPUT. A working command is: "watch flock -n /home/user/Shell.lock /home/user/Onix_Shell.gambas" But it works only in terminal, not in Gambas: Shell "watch floc

Re: [Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread Willy Raets
On Fri, 2013-04-05 at 14:14 -0700, abbat81 wrote: > Thaks for reply. > > I don't need input/outout. I don't know if you need input/output. You just asked if the command could be run in an other manner and the answer to that is Exec. Do you need to feed the command input? Do you need to react to

Re: [Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread abbat81
Thaks for reply. I don't need input/outout. All I need is to make "watch" to run my application every 2 sec. if it down. -- View this message in context: http://gambas.8142.n7.nabble.com/watch-flock-Error-opening-terminal-unknown-tp41634p41637.html Sent from the gambas-user mailing list archi

Re: [Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread Benoît Minisini
Le 05/04/2013 22:37, Willy Raets a écrit : > On Fri, 2013-04-05 at 12:37 -0700, abbat81 wrote: >> Hallo! >> >> In LXterminal I can execute successfully next command: >> >> "watch flock -n /home/user/Shell.lock /home/user/Onix_Shell.gambas" >> >> But I can't do it in Gambas. >> >> Shell "watch flock

Re: [Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread Willy Raets
On Fri, 2013-04-05 at 12:37 -0700, abbat81 wrote: > Hallo! > > In LXterminal I can execute successfully next command: > > "watch flock -n /home/user/Shell.lock /home/user/Onix_Shell.gambas" > > But I can't do it in Gambas. > > Shell "watch flock -n /home/user/Shell.lock /home/user/Onix_Shell.ga

[Gambas-user] watch+fclock = Error opening terminal: unknown.

2013-04-05 Thread abbat81
Hallo! In LXterminal I can execute successfully next command: "watch flock -n /home/user/Shell.lock /home/user/Onix_Shell.gambas" But I can't do it in Gambas. Shell "watch flock -n /home/user/Shell.lock /home/user/Onix_Shell.gambas" gives me: "Error opening terminal: unknown." Is there any ot

Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-05 Thread Benoît Minisini
Le 05/04/2013 11:12, Ron a écrit : > On 5-4-2013 11:08, Benoît Minisini wrote: >> Hi, >> >> I have made a new package of the 3.4.1, with the fix about control names. >> >> http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.4.1.tar.bz2/download >> >> Please tell me if it is ok for you (t

Re: [Gambas-user] Gambas3 Console example

2013-04-05 Thread Jussi Lahtinen
What is the affected system? Version of installed Gambas? Can you take a screenshot? Jussi On Fri, Apr 5, 2013 at 12:03 PM, Grant Taylor wrote: > Hi all, > > I'm running into a problem with the Console example 3.0.0 where on my main > computer it run without any problems, but on my laptop it h

Re: [Gambas-user] Need a good idea - a slider with two handles

2013-04-05 Thread Bruce
On Tue, 2013-04-02 at 12:38 +0200, Fabien Bodard wrote: > You need to use a usercontrol and a drawing area. Then withvthe draw class > all becomebpossible > Le 1 avr. 2013 13:30, "Tobias Boege" a écrit : > > > On Mon, 01 Apr 2013, Bruce wrote: > > > A user had a good idea and wants to know if we

Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-05 Thread Ron
On 5-4-2013 11:08, Benoît Minisini wrote: > Hi, > > I have made a new package of the 3.4.1, with the fix about control names. > > http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.4.1.tar.bz2/download > > Please tell me if it is ok for you (those who don't want their control > name to

Re: [Gambas-user] Pre-release of Gambas 3.4.1

2013-04-05 Thread kokoko3k
It is working as previous versions; form names are right. Thanks! - Antonio Orefice -- View this message in context: http://gambas.8142.n7.nabble.com/Pre-release-of-Gambas-3-4-1-tp41628p41629.html Sent from the gambas-user mailing list archive at Nabble.com. ---

[Gambas-user] Pre-release of Gambas 3.4.1

2013-04-05 Thread Benoît Minisini
Hi, I have made a new package of the 3.4.1, with the fix about control names. http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.4.1.tar.bz2/download Please tell me if it is ok for you (those who don't want their control name to be renamed savagely), and I will make it official. Re

[Gambas-user] Gambas3 Console example

2013-04-05 Thread Grant Taylor
Hi all, I'm running into a problem with the Console example 3.0.0 where on my main computer it run without any problems, but on my laptop it has problems reading back the information. All I see is a lot of system codes with the wanted information mixed up with these system codes.  So has anyone