Re: [Gambas-user] Executable files

2009-06-01 Thread Doriano Blengino
richard terry ha scritto: > On Tue, 2 Jun 2009 12:39:13 pm Keith Clark wrote: > >> I have made my first Executable file via the Project menu item and it >> created a file.gambas file. >> >> I sent that to another computer, but it won't execute. Do I need to >> install gambas on every machine th

Re: [Gambas-user] Executable files

2009-06-01 Thread richard terry
On Tue, 2 Jun 2009 12:39:13 pm Keith Clark wrote: > I have made my first Executable file via the Project menu item and it > created a file.gambas file. > > I sent that to another computer, but it won't execute. Do I need to > install gambas on every machine that I want to run gambas created > exec

[Gambas-user] Executable files

2009-06-01 Thread Keith Clark
I have made my first Executable file via the Project menu item and it created a file.gambas file. I sent that to another computer, but it won't execute. Do I need to install gambas on every machine that I want to run gambas created executables on? Thanks, Keith --

[Gambas-user] Gambas documentation

2009-06-01 Thread Keith Clark
I'm using Gambas on Ubuntu 9.04 and when I try to view the documentation by pressing F1, noting comes up in the called upon browser. It states there is no documentation, check your path. For example, when looking for documentation on Chart: File “/usr/share/gambas2/help/help/comp/gb+chart/chart.

Re: [Gambas-user] Tooltip - Can one set a popup delay?

2009-06-01 Thread richard terry
On Tue, 2 Jun 2009 08:21:22 am Benoît Minisini wrote: > > > Wondered if it was possible to change the delay time for the tool tip > > > popping up when the user hovers over something. > > > > > > This takes a little time on my system and for a new user of a program > > > it would be nice to have th

Re: [Gambas-user] Tooltip - Can one set a popup delay?

2009-06-01 Thread Benoît Minisini
> > Wondered if it was possible to change the delay time for the tool tip > > popping up when the user hovers over something. > > > > This takes a little time on my system and for a new user of a program it > > would be nice to have the tooltip pop up instantaniously, but enable > > configuration w

Re: [Gambas-user] SOLVED : ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987

2009-06-01 Thread Charlie Reinl
8< not easy, but this way got it running. uninstalling gambas3 (deleting all /usr/local/lib, /usr/local/bin, /usr/local/shared and /opt/gambas/3/gambas3-svn) now finally no more problem. not easy -- Amicalment Charlie --

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-01 Thread Leonardo Miliani
I got this error: (cd .libs && rm -f gb.db.sqlite3.so.0 && ln -s gb.db.sqlite3.so.0.0.0 gb.db.sqlite3.so.0) (cd .libs && rm -f gb.db.sqlite3.so && ln -s gb.db.sqlite3.so.0.0.0 gb.db.sqlite3.so) creating gb.db.sqlite3.la (cd .libs && rm -f gb.db.sqlite3.la && ln -s ../gb.db.sqlite3.la gb.db.sqli

Re: [Gambas-user] ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987

2009-06-01 Thread Charlie Reinl
Am Montag, den 01.06.2009, 19:47 +0200 schrieb Benoît Minisini: > > I got not idea, Bemoit, any comment? > > > > Regards > > > > > > I think Charlie should recompile and reinstall Gambas: the version of the > interpreter bytecode has changed, and so you get an error if you don't > recompile and

Re: [Gambas-user] ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987

2009-06-01 Thread Charlie Reinl
Am Montag, den 01.06.2009, 19:47 +0200 schrieb Benoît Minisini: > > I got not idea, Bemoit, any comment? > > > > Regards > > > > > > I think Charlie should recompile and reinstall Gambas: the version of the > interpreter bytecode has changed, and so you get an error if you don't > recompile and

Re: [Gambas-user] ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987

2009-06-01 Thread Benoît Minisini
> I got not idea, Bemoit, any comment? > > Regards > > I think Charlie should recompile and reinstall Gambas: the version of the interpreter bytecode has changed, and so you get an error if you don't recompile and reinstall the components written in Gambas and use them. Regards, -- Benoît -

Re: [Gambas-user] ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987

2009-06-01 Thread David Villalobos Cambronero
I got not idea, Bemoit, any comment? Regards -- David - Original Message From: Charlie Reinl To: mailing list for gambas users Sent: Monday, June 1, 2009 11:28:34 AM Subject: Re: [Gambas-user] ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987 Am Montag, den 01.06.2009

Re: [Gambas-user] ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987

2009-06-01 Thread Charlie Reinl
Am Montag, den 01.06.2009, 08:50 -0700 schrieb David Villalobos Cambronero: > Hi, maybe you can try this: > http://mysql-gui.googlecode.com/files/gb.db.mysql-gui-0.0.55.tar.gz. > > I use Mandriva 2009.1 32bits, KDE and I got not this message. > > Please try with the new version an tell me. > >

Re: [Gambas-user] BaShare 0.4.2

2009-06-01 Thread guiodic
oh, the link was missed :) http://code.google.com/p/bashare/ -- View this message in context: http://www.nabble.com/BaShare-0.4.2-tp23817482p23817497.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] DrawingArea Problem

2009-06-01 Thread juelin
hello, I wrote a program where I drawing 2 lines and read the images. first I draw a first line from x=6 and y=6 to x=517 and y=517 then I call function read_pixel then I call funftion clear_area then I draw a second line x=6 and y=517 to x=517 and y=6 then I call function read_pixel But after tha

[Gambas-user] BaShare 0.4.2

2009-06-01 Thread guiodic
BaShare (Basic Share) is a very simply and user-friendly file sharing tool over the Internet and private LAN too. Basically BaShare is a http server with a graphical user interface (GUI). Select a file, give the link to your friends and they will be able to download the file from you speedily (or

Re: [Gambas-user] ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987

2009-06-01 Thread David Villalobos Cambronero
Hi, maybe you can try this: http://mysql-gui.googlecode.com/files/gb.db.mysql-gui-0.0.55.tar.gz. I use Mandriva 2009.1 32bits, KDE and I got not this message. Please try with the new version an tell me. Regards -- David - Original Message From: Charlie Reinl To: mailing list fo

Re: [Gambas-user] ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987

2009-06-01 Thread Charlie Reinl
Am Montag, den 01.06.2009, 07:30 -0700 schrieb David Villalobos Cambronero: > Wich components has the project gb.db.mysql-gui selected? > > Regards > > > -- > David > > > > - Original Message > From: Charlie Reinl > To: gambas-user@lists.sourceforge.net > Sent: Saturday, May 30, 20

Re: [Gambas-user] ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987

2009-06-01 Thread David Villalobos Cambronero
By the way, could you plase the issue at: http://code.google.com/p/mysql-gui/issues/list Regards -- David - Original Message From: David Villalobos Cambronero To: mailing list for gambas users Sent: Monday, June 1, 2009 8:30:22 AM Subject: Re: [Gambas-user] ran into troubles wit

Re: [Gambas-user] ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987

2009-06-01 Thread David Villalobos Cambronero
Wich components has the project gb.db.mysql-gui selected? Regards -- David - Original Message From: Charlie Reinl To: gambas-user@lists.sourceforge.net Sent: Saturday, May 30, 2009 1:33:18 PM Subject: [Gambas-user] ran into troubles with gb.db.mysql-gui on Gambas3/Rev: 1987 Salu