Re: [Gambas-user] Bugs - Gambas3

2010-09-08 Thread Fabien Bodard
it's a mixx between gnome and kde :) 2010/9/8 Jussi Lahtinen jussi.lahti...@gmail.com: Strange icons, see attachment. Gambas 3 revision 3196 @ Ubuntu 10.04. Jussi On Tue, Sep 7, 2010 at 20:38, Fabien Bodard gambas...@gmail.com wrote: so it need to work ... try the last revision please

Re: [Gambas-user] Bugs - Gambas3

2010-09-08 Thread Fabien Bodard
please cd /usr/share ls -R -a icons ~/out.txt return me out.txt 2010/9/8 Fabien Bodard gambas...@gmail.com: it's  a mixx between gnome and kde :) 2010/9/8 Jussi Lahtinen jussi.lahti...@gmail.com: Strange icons, see attachment. Gambas 3 revision 3196 @ Ubuntu 10.04. Jussi On Tue, Sep

Re: [Gambas-user] Bugs - Gambas3

2010-09-08 Thread Benoît Minisini
Strange icons, see attachment. Gambas 3 revision 3196 @ Ubuntu 10.04. Jussi Can you run your program by setting the GB_STOCK_DEBUG environmental variable? $ cd /path/to/my/project $ GB_STOCK_DEBUG=1 gbx3 Then send us all debugging messages that are printed on the output. Regards, --

[Gambas-user] Difference among gridview and tableview

2010-09-08 Thread admhardsoft
Hi I would like to know wich is the difference among GRIDVIEW and TABLAVIEW? Someone can explain me? Thanks Tomas Sent on the TELUS Mobility network with BlackBerry -- This SF.net Dev2Dev email is sponsored by: Show off

Re: [Gambas-user] Gambas class to read a joystick

2010-09-08 Thread Benoît Minisini
Rob Kudla wrote: Someone on linuxbasic.net asked for a way to read a joystick in Gambas. I couldn't find anything in the SDL component for that purpose, so I wrote a minimal class that reads from the raw device, parses the data into something useful, and throws events. I wrote a

Re: [Gambas-user] dialog.select font conf setting

2010-09-08 Thread Benoît Minisini
Hallo everyone, i am new to gambas and trying some things out. I would like to give the user of my program the opportunity to choose a font. The default title of the dialog.selectFont must been changed The font that has been chosen must be written to the conf-file My code is as follows

Re: [Gambas-user] Difference among gridview and tableview

2010-09-08 Thread Benoît Minisini
Hi I would like to know wich is the difference among GRIDVIEW and TABLAVIEW? Someone can explain me? Thanks Tomas Sent on the TELUS Mobility network with BlackBerry TableView is a GridView with editing features added. Regards, -- Benoît Minisini

Re: [Gambas-user] Problem of FileChooser with menu shortcut keyboard

2010-09-08 Thread Benoît Minisini
Bonjour Benoît, 1. Last day I had a question about multi-choosing files and folders and your answer is FileChooser. So I created a dialog form with a FileChooser control and some other controls.I got a problem with the menu shortcut. I have the menu File Open (Ctrl + O) to open this

Re: [Gambas-user] Bugs - Gambas3

2010-09-08 Thread Jussi Lahtinen
Out.txt rejected as too big, so new try... Jussi On Wed, Sep 8, 2010 at 15:31, Jussi Lahtinen jussi.lahti...@gmail.comwrote: Here: warning: unable to load Qt translation: en_GB.utf8 Stock.AddPath.80: gnome:/usr/share/icons/Human/2x2!1 Stock.AddPath.80:

Re: [Gambas-user] Bugs - Gambas3

2010-09-08 Thread Benoît Minisini
Out.txt rejected as too big, so new try... Jussi Thanks. Is it better with the very last revision? -- Benoît Minisini -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills.

Re: [Gambas-user] Problem of FileChooser with menu shortcut keyboard

2010-09-08 Thread Phạm Quang Dương
Gambas2 was installed from Fedora 13 repository; full version is gambas2-2.20.2-1.fc13 Here is screen shots: My open dialog with menu clickhttp://www.flickr.com/photos/44069...@n02/4971059900/ My open dialog with menu shortcut

Re: [Gambas-user] Bugs - Gambas3

2010-09-08 Thread Jussi Lahtinen
No change... Jussi 2010/9/8 Benoît Minisini gam...@users.sourceforge.net Out.txt rejected as too big, so new try... Jussi Thanks. Is it better with the very last revision? -- Benoît Minisini -- This

[Gambas-user] TabStrip Control

2010-09-08 Thread craf
I'm trying Gambas3 and would like to make a query: In GTK+, the control GTK_NOTEBOOK, displays the text of the tabs horizontally, the orientation set to the left or right. (See image adjunt). It is thus possible to configure Gambas3? Regards. Cristian Abarzúa F attachment:

Re: [Gambas-user] How to get the focus back?

2010-09-08 Thread Matti
confirm: utility window now gets focus back (rev. 3199). Fine! :-) Am 07.09.2010 23:18, schrieb Benoît Minisini: Gambas 3 You set FText to be an utility window. If you use a normal window, the focus got back to FText normally, so I guess this is a chosen behaviour of Qt or KWin with

[Gambas-user] Rev. 3199 - Gambas 3

2010-09-08 Thread craf
OS: Ubuntu 9.10 - 32bits Gnome : 2.28 Monitor : res. 1360x768 [GB.FORM] *BUG: The icons in the Console tab, not shown completely. See.Image.png Regards. Cristian Abarzúa F. attachment: image.png-- This

Re: [Gambas-user] How to get the focus back?

2010-09-08 Thread Matti
Correction: sometimes the focus on the utility window is given back, sometimes not. Mostly not. It works in my little example, but when there is more around, it gets somehow unpredictable. Don't see a pattern. So, it's better to avoid utility windows in these cases. Matti Am 07.09.2010 23:18,

[Gambas-user] Gambas compile with option -static

2010-09-08 Thread craf
Hi. There is the possibility to compile the executable gbx2 with option -static. Regards. Cristian Abarzúa F -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R)

[Gambas-user] Console in Gambas3

2010-09-08 Thread Matti
Wouldn't it be a good idea to show the console by default? 1. I had some difficulties to find out how it could be shown 2. I was surprised about the messages in it... Regards Matti -- This SF.net Dev2Dev email is

[Gambas-user] gb3 and postgresql indexes

2010-09-08 Thread Emanuele Sottocorno
Hi to all creating a table onto a postgresql db fails when adding the index, this is my code: Public Function CreaDbUtenti() As Boolean Dim hConn As New Connection Dim hTable As Table With hConn .Host = localhost .Type = postgresql .Port = 6532 .Login = postgres .Password

[Gambas-user] data book archive .dba from gambas y palms

2010-09-08 Thread Tomas Rodriguez
Hi eeryone I need to developer an application for my Palm Zire21 PDA using gambas with data book (d.ba) as data base , but I don't know if is possible to do that. this application is the same like one application for windows. someone can help me if is possible to developer an appliaction for palm

Re: [Gambas-user] data book archive .dba from gambas y palms

2010-09-08 Thread craf
-Mensaje original- De: Tomas Rodriguez admhards...@yahoo.ca Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: gambas-user@lists.sourceforge.net Asunto: [Gambas-user] data book archive .dba from gambas y palms Fecha: Wed, 8 Sep 2010 17:38:26 -0400 Hi eeryone I

Re: [Gambas-user] data book archive .dba from gambas y palms

2010-09-08 Thread Tomas Rodriguez
thanks very good totorial. tomas -- From: craf p...@vtr.net Sent: Wednesday, September 08, 2010 6:48 PM To: mailing list for gambas users gambas-user@lists.sourceforge.net Subject: Re: [Gambas-user] data book archive .dba from gambas y palms

[Gambas-user] Bug in gtk menu

2010-09-08 Thread John Terry
If you create a menu item with a string for a tag, the tag is not freed when the form is closed. This only happens with the gtk component. I've attached a small project that demonstrates the bug and a workaround. Read the comments. -- PEACE

Re: [Gambas-user] TabStrip Control

2010-09-08 Thread Benoît Minisini
I'm trying Gambas3 and would like to make a query: In GTK+, the control GTK_NOTEBOOK, displays the text of the tabs horizontally, the orientation set to the left or right. (See image adjunt). It is thus possible to configure Gambas3? Regards. Cristian Abarzúa F Yes: use the

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-08 Thread Benoît Minisini
Hi to all creating a table onto a postgresql db fails when adding the index, this is my code: Public Function CreaDbUtenti() As Boolean Dim hConn As New Connection Dim hTable As Table With hConn .Host = localhost .Type = postgresql .Port = 6532 .Login = postgres

Re: [Gambas-user] Rev. 3199 - Gambas 3

2010-09-08 Thread Benoît Minisini
OS: Ubuntu 9.10 - 32bits Gnome : 2.28 Monitor : res. 1360x768 [GB.FORM] *BUG: The icons in the Console tab, not shown completely. See.Image.png Regards. Cristian Abarzúa F. Can you run the IDE with GB_STOCK_DEBUG=1 and send the output messages? $ cd /path/to/ide/source

Re: [Gambas-user] Bug in gtk menu

2010-09-08 Thread Benoît Minisini
If you create a menu item with a string for a tag, the tag is not freed when the form is closed. This only happens with the gtk component. I've attached a small project that demonstrates the bug and a workaround. Read the comments. Oops, a bug fix not backported from Gambas 3. Is it better

Re: [Gambas-user] TabStrip Control

2010-09-08 Thread craf
-Mensaje original- De: Benoît Minisini gam...@users.sourceforge.net Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto: Re: [Gambas-user] TabStrip Control Fecha: Thu, 9 Sep 2010 03:04:28

Re: [Gambas-user] Gambas3 libraries

2010-09-08 Thread Benoît Minisini
Hi! Is it possible to run libraries in different thread so that they would raise only events, without making delays in normal code execution? Jussi The gambas interpreter is single-threaded, so no. Regards, -- Benoît Minisini