[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

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.

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] 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 reinstall

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 reinstall

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.sqlite3.la)

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] 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 within the

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 the tooltip pop

[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

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 that I want