[Gambas-user] run project as root

2012-09-21 Thread wally
Hello, (how) can i run a project as root from within gambas3 IDE running as user ? thx wally -- How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow your code is

Re: [Gambas-user] KeyPress on Form, raise 2 times

2012-09-21 Thread Benoît Minisini
Le 22/09/2012 01:41, Karl Reinl a écrit : > Salut, > > start the attached project, press F1, a short help (Message.info) should > open. Close with OK. > > Message comes up a second time. > The bug should be fixed in revision #5188. Regards, -- Benoît Minisini --

[Gambas-user] KeyPress on Form, raise 2 times

2012-09-21 Thread Karl Reinl
Salut, start the attached project, press F1, a short help (Message.info) should open. Close with OK. Message comes up a second time. [System] OperatingSystem=Linux Kernel=3.0.0-26-generic Architecture=i686 Memory=3098200 kB DistributionVendor=Ubuntu DistributionRelease="Ubuntu 10.04.4 LTS" Deskt

Re: [Gambas-user] Gambas error messages

2012-09-21 Thread Benoît Minisini
Le 22/09/2012 00:53, Benoît Minisini a écrit : >> >> If gambas had --help, and also something like a -v n >> for verbosity level n in command line, then it will >> be easier to debug in environments where the IDE >> has not started up yet. >> If the verbose messages are cleverly worded in unique wa

Re: [Gambas-user] Gambas error messages

2012-09-21 Thread Benoît Minisini
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. > > e.g > firefox --help > konqueror --help > ssh --help > ls -

Re: [Gambas-user] Gambas error messages

2012-09-21 Thread Jussi Lahtinen
Did you try to install libqt3-mt? e.g > firefox --help > konqueror --help > ssh --help > ls --help > > Anyway I then tried gbr2 --help after realizing what was > happening. > True, thought --help works with gbx2, gbc2, gbs2, gbs3, gbx3, gbr3 and gbc3, which are command line programs. > That

Re: [Gambas-user] Gambas error messages

2012-09-21 Thread jm
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. e.g firefox --help konqueror --help ssh --help ls --help Anyway I then tried gbr2 --help after realizing wh

Re: [Gambas-user] Gambas error messages

2012-09-21 Thread Jussi Lahtinen
So, gambas2 is not packed correctly in Ubuntu repository. But in fact with my system launching gambas2 gives error message of missing qt library (when I uninstall the libs)... so I think there is yet something else wrong with your system. But check that anyway. Jussi On Fri, Sep 21, 2012 at 11

Re: [Gambas-user] Gambas error messages

2012-09-21 Thread Jussi Lahtinen
> Thats why I was originally posting to ask if more could be > done for the command line options to output more verbose > messages for the rainy day when things go wrong > so that we may debug in silence. > I don't know what kind of messages you expect to get... We already got this "ERROR: #49: No

Re: [Gambas-user] Gambas error messages

2012-09-21 Thread jm
On Fri, 2012-09-21 at 21:02 +0300, Jussi Lahtinen wrote: > OK, seems that there is no working version of Gambas2 in Ubuntu repository. > I have no clue what is going on... > > Jussi I can understand your view point. Thats why I was originally posting to ask if more could be done for the command

Re: [Gambas-user] Gambas error messages

2012-09-21 Thread Jussi Lahtinen
OK, seems that there is no working version of Gambas2 in Ubuntu repository. I have no clue what is going on... Jussi On Fri, Sep 21, 2012 at 10:40 AM, jm wrote: > Jussi, > > Finally some difference! > > > miniand@miniand:~$ cd /usr/bin > miniand@miniand:/usr/bin$ ls -l gam* >

[Gambas-user] Faults on new Project name

2012-09-21 Thread John Rose
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 right clicking Data etc. However, when I Make

Re: [Gambas-user] Make error on encountering gb.db.sqlite2 (Lubuntu 12.04 MK802 / ARM)

2012-09-21 Thread jm
On Fri, 2012-09-21 at 15:29 +0200, Benoît Minisini wrote: > Le 21/09/2012 14:53, jm a écrit : > > Hi, > > > > I'm trying to get Gambas3 compiled on MK802 / ARM running Lubuntu 12.04 > > > > The Lubuntu repository has gambas2 but not much luck yet sorting > > that out. So I try compile gambas3 - ver

Re: [Gambas-user] Make error on encountering gb.db.sqlite2 (Lubuntu 12.04 MK802 / ARM)

2012-09-21 Thread Benoît Minisini
Le 21/09/2012 14:53, jm a écrit : > Hi, > > I'm trying to get Gambas3 compiled on MK802 / ARM running Lubuntu 12.04 > > The Lubuntu repository has gambas2 but not much luck yet sorting > that out. So I try compile gambas3 - version 3.2.1. > > Everything seems to go OK until make command encounters

[Gambas-user] Make error on encountering gb.db.sqlite2 (Lubuntu 12.04 MK802 / ARM)

2012-09-21 Thread jm
Hi, I'm trying to get Gambas3 compiled on MK802 / ARM running Lubuntu 12.04 The Lubuntu repository has gambas2 but not much luck yet sorting that out. So I try compile gambas3 - version 3.2.1. Everything seems to go OK until make command encounters gb.db.sqlite2: make[4]: Leaving direct

Re: [Gambas-user] Another error with rev. 5177

2012-09-21 Thread Rolf Schmidt
Hi Benoît, > Can you try with revision #5181? It should fix the gb.desktop > compilation problem. Yes everything seems to be fine, even the graphics in the top left corner now looks nice. Many, many thanks Rolf -- Got

Re: [Gambas-user] Another error with rev. 5177

2012-09-21 Thread Benoît Minisini
Le 20/09/2012 15:58, Benoît Minisini a écrit : > Le 20/09/2012 14:50, Rolf Schmidt a écrit : >> Hi Benoit, >> >> when I try to open a project from the left panel of the IDE, I get the >> error >> "this application has raised an unexpected error and must abort. >> [11] Unknown symbol 'Path' in class

Re: [Gambas-user] gb.dbus system-bus register : error and then segfault

2012-09-21 Thread Benoît Minisini
Le 20/09/2012 03:21, Adrien Prokopowicz a écrit : > Hi Benoît, > > I'm trying to register my objects through DBus. Everything is fine for > the session bus, but when I'm trying to register it to the system bus, > I get an error "Unable to register application name" (I don't know > why). > If I go f

Re: [Gambas-user] Gambas error messages

2012-09-21 Thread jm
Jussi, Finally some difference! miniand@miniand:~$ cd /usr/bin miniand@miniand:/usr/bin$ ls -l gam* lrwxrwxrwx 1 root root 14 Dec 6 2011 gambas2 -> gambas2.gambas -rwxr-xr-x 1 root root 427530 Dec 6 2011 gambas2-database-manager.gambas