Re: [Gambas-user] Embed xfce4 panel into gambas application

2008-08-21 Thread Benoit Minisini
On jeudi 21 août 2008, Doriano Blengino wrote: > M0E Lnx ha scritto: > > Attn Beniot... Please help > > > > Can you explain how to use the WM_CLASS string to embed an application > > using the embedder object? > > I did not try this in gambas, but I read the docs. The Desktop.find() > method takes

Re: [Gambas-user] Embed xfce4 panel into gambas application

2008-08-21 Thread Doriano Blengino
M0E Lnx ha scritto: > Attn Beniot... Please help > > Can you explain how to use the WM_CLASS string to embed an application > using the embedder object? > I did not try this in gambas, but I read the docs. The Desktop.find() method takes "regular expression" parameters, so if you search for a

[Gambas-user] AllBasic.Info Gambas Help

2008-08-21 Thread admin
> > All your boards are looking pretty bare, because your site has only > existed for a few weeks. > When the BASIC community starts visiting allbasic.info, I'll > probably be part of it. But with the most active board having 6 > posts on it as I type this, I don't think that has happened y

Re: [Gambas-user] All Basic new look

2008-08-21 Thread Rob
On Wednesday 20 August 2008 17:14, [EMAIL PROTECTED] wrote: > Our webmaster just release the new look for www.AllBasic.Info. The > Gambas board is looking pretty bare and could use a condensed language > reference guide, tutorials, screen shots and code examples. All your boards are looking pretty

[Gambas-user] Release of Gambas 2.8.1

2008-08-21 Thread Benoit Minisini
Hi, I release that just before leaving for a few days. The three following bugs were fixed: * The source file full path is not stored inside object files anymore. This way, rpmlint does not cry against packaging Gambas anymore. And so, Suse packages will be easier to do! * The gb.gtk system t

Re: [Gambas-user] Mysql connection bug/problem ?

2008-08-21 Thread Steven Lobbezoo
Did you check the Mysql database in mysql ? In the users records there is also reference to the host the user is allow to use. If it's marked localhost, that's your problem. Regards, Steven Le jeudi 21 août 2008 à 13:39 +0300, Kamau Gatheru a écrit : > As a matter of fact I have, > > Here is a

Re: [Gambas-user] Mysql connection bug/problem ?

2008-08-21 Thread Kamau Gatheru
As a matter of fact I have, Here is a sample of the /etc/hosts, listing my database servers 127.0.0.1 localhost 127.0.1.1 MvServer 192.168.1.200 Mvserver 192.168.1.100 Server surprisingly even on the local machine (MvServer) only .host = "localhost" works On Thu, Aug 21,

Re: [Gambas-user] Mysql connection bug/problem ?

2008-08-21 Thread Marcelo Confortino
Kamau Gatheru escribió: > Hi all, > > I have been trying to connect to a remote mysql server (within my network) > and it seems all my local installations of Gambas cannot do that. Incidentally > I discovered that the .Port element doesn't work. I can run the following code > locally and it works f

[Gambas-user] Mysql connection bug/problem ?

2008-08-21 Thread Kamau Gatheru
Hi all, I am using Gambas 2.5 I have been trying to connect to a remote mysql server (within my network) and it seems all my local installations of Gambas cannot do that. Incidentally I discovered that the .Port element doesn't work. I can run the following code locally and it works fine. WITH Co

[Gambas-user] [EMAIL PROTECTED]

2008-08-21 Thread Kamau Gatheru
[EMAIL PROTECTED] - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source eve

[Gambas-user] Mysql connection bug/problem ?

2008-08-21 Thread Kamau Gatheru
Hi all, I have been trying to connect to a remote mysql server (within my network) and it seems all my local installations of Gambas cannot do that. Incidentally I discovered that the .Port element doesn't work. I can run the following code locally and it works fine. WITH Conn .type = "mysql