Re: [Gambas-user] Cannot compile

2009-07-24 Thread Fred Ellis
thanks for the info. I may not have explained the problem well enough - sorry. If I load the 'read only' examples I can compile them and run them. If I move the examples to my /home, I can load them, but when I click compile/run, I just get a message in the lower left corner saying

Re: [Gambas-user] Compiling Gambas3

2009-07-24 Thread Peter Landgren
Den Thursday 23 July 2009 21.15.37 skrev Benoît Minisini: Hi, I tried to compile gambas3 after svn up to night, but got this message during make: CDial_moc.cpp:14:2: error: #error This file was generated using the moc from 4.4.3. It CDial_moc.cpp:15:2: error: #error cannot be used with

[Gambas-user] gb.qt.kde.html

2009-07-24 Thread Pino Zollo
Hi, I have just added the components gb.qt.kde and gb.qt.kde.html ad all my project did change look like if QT were not present. How can I force the QT look ? Thank you Pino -- Key ID: 0xF6768208 Key fingerprint = B16D 0A7C 5B29 A334 CE6A 71F6 EAF8 3D88 F676 8208 Key server:

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread David Villalobos Cambronero
Application.Theme = qt Regards -- David - Original Message From: Pino Zollo pinozo...@gmail.com To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Friday, July 24, 2009 12:47:47 PM Subject: [Gambas-user] gb.qt.kde.html Hi, I have just added the components

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread Jean-Yves F. Barbier
Pino Zollo a écrit : Hi, I have just added the components gb.qt.kde and gb.qt.kde.html ad all my project did change look like if QT were not present. How can I force the QT look ? Normally, this has kicked gb.gui out, so you must be in Qt. If under kde, you can conform Qt to the kde

Re: [Gambas-user] Cannot compile

2009-07-24 Thread Fred Ellis
I tried f5 and f8, its the same and does not work for me. If I press f5 or f8 on my copy of the example (in my /home) I just get 'compiling project' in the bottom left corner of the screen, and nothing seems to happen. If I press f5 or f8 on the real example, it either starts as expected

Re: [Gambas-user] Cannot compile

2009-07-24 Thread Charlie Reinl
Am Freitag, den 24.07.2009, 19:01 + schrieb Fred Ellis: I tried f5 and f8, its the same and does not work for me. If I press f5 or f8 on my copy of the example (in my /home) I just get 'compiling project' in the bottom left corner of the screen, and nothing seems to happen.

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread David Villalobos Cambronero
Really don't know Regards -- David - Original Message From: Pino Zollo pinozo...@gmail.com To: David Villalobos Cambronero david_villalobo...@yahoo.com Sent: Friday, July 24, 2009 1:52:12 PM Subject: Re: [Gambas-user] gb.qt.kde.html Il venerdì 24 luglio 2009 15:40:32 hai scritto:

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread Pino Zollo
Il venerdì 24 luglio 2009 16:01:19 David Villalobos Cambronero ha scritto: Really don't know Regards -- David - Original Message From: Pino Zollo pinozo...@gmail.com To: David Villalobos Cambronero david_villalobo...@yahoo.com Sent: Friday, July 24, 2009 1:52:12 PM

Re: [Gambas-user] Cannot compile

2009-07-24 Thread Dimitris Anogiatis
Hey Fred, Here's what I tried on my Debian Lenny. I installed gnome-commander and run it Gnome Commander is a program that looks like the old Norton Commander (http://en.wikipedia.org/wiki/Norton_Commander) Went on my home directory, made a folder called GambasProjects went into

Re: [Gambas-user] Cannot compile

2009-07-24 Thread Benoît Minisini
I tried f5 and f8, its the same and does not work for me. If I press f5 or f8 on my copy of the example (in my /home) I just get 'compiling project' in the bottom left corner of the screen, and nothing seems to happen. If I press f5 or f8 on the real example, it either starts as

Re: [Gambas-user] EXEC vs. SHELL

2009-07-24 Thread Benoît Minisini
Benoît Minisini ha scritto: Rolf-Werner Eilert ha scritto: Could someone explain me why there are two different ways of executing shell commands and how they differ in practice? I mean, when do I want EXEC and when will I want SHELL? What's the idea behind them? Thanks for all hints

Re: [Gambas-user] gb.qt.kde.html

2009-07-24 Thread Pino Zollo
Il venerdì 24 luglio 2009 17:55:48 hai scritto: Pino Zollo a écrit : ... Mercì Jean-Yves, It seems that gb.gui is incompatible with gb.qt and gb.qt.ext ...so I am in a dead lock... Yes it is, but you have the choice: gb.gui = Gambas is choosing GTK||Qt, depending on your desktop

[Gambas-user] Menu question

2009-07-24 Thread richard terry
Each menu has 'children' menu[0] = child 0 etc (I think) is there any way to return the child menu item collection simply ie with list you can read an listindex, no such thing in the menu? regards richard --

Re: [Gambas-user] EXEC vs. SHELL

2009-07-24 Thread Jean-Yves F. Barbier
SHELL invokes /bin/sh and passes it a single command line. /bin/sh parses this command line exactly the same way you do on a normal shell. So, SHELL invoke /bin/sh and pass it a single command line. /bin/sh parse this command line the same way it does on a regular shell, thus SHELL ls -l

Re: [Gambas-user] EXEC vs. SHELL

2009-07-24 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : ... Please work directly on the wiki. Things on the mailing-list won't go there automagically... I don't have a wiki account nor know the wiki's syntax. JY -- --

[Gambas-user] Moving things

2009-07-24 Thread nic
Is there a quick, easy way to make a picture or button move according to the arrow keys? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net