Re: [Gambas-user] Text box event triggered by

2010-02-26 Thread charlesg
Hi I use this: > '- > PUBLIC SUB txtBarcode_KeyPress() > IF InStr("1234567890", key.text) = 0 THEN > STOP EVENT > ENDIF > END > '- > PUBLIC SUB txtBarcode_KeyRelease() >

[Gambas-user] Text box event triggered by

2010-02-26 Thread Keith Clark
I have a text box where data is entered via a bar code scanner. The scanner adds an code at the end of the data. I want that to trigger some code. What "event" is triggered by that, if any. Thanks, Keith -- Downlo

Re: [Gambas-user] Help files

2010-02-26 Thread Fabien Bodard
file:///usr/share/gambas2/help/help/comp/gb+qt/gridview.html 2010/2/26 charlesg : > > Hi, > > I recommend you try compiling Gambas 2.19 from source. It seems a bit > involved for the first few times but you soon get the hang of it. > > The advantage is that it gives the people on the forum a base

Re: [Gambas-user] Help files

2010-02-26 Thread charlesg
Hi, I recommend you try compiling Gambas 2.19 from source. It seems a bit involved for the first few times but you soon get the hang of it. The advantage is that it gives the people on the forum a base line for their assistance. The Ubuntu versions of Gambas are created without care. rgds --

Re: [Gambas-user] database

2010-02-26 Thread charlesg
Hi Why not something like: SHELL "mysql -u root stock < /home/charles/mySQLbackup/stockDump.sql" WAIT you could also specify a remote server. where stockDump.sql was created by mysqldump. rgds -- View this message in context: http://old.nabble.com/database-tp27723478p27724208.html Sent from t

Re: [Gambas-user] database

2010-02-26 Thread Ricardo Díaz Martín
Because you are using MySQL database you can symply copy the database folder to /var/lib/mysql. All the database table type must be use MyISAM engine and the user must exist on detination server. You can use shell comands to do this. It's recomended first stop mysql service, then copy database fol

[Gambas-user] Questions re using an SVN project in Gambas

2010-02-26 Thread richard terry
As previouisly mentioned (got no replies) Ian and I have updated our svn for our project and I couldn't commit because of 'no working copy of admin' Seached the net and found this: ** To clarify, the error "Directory 'blah/.svn' containing

[Gambas-user] database

2010-02-26 Thread Robert JUHASZ
Hello List, I am creating an application working with some databases. I have no problem to create the empty database from code, but now I wish to have a pre-filled database which creates itself when I install the application or what I can create during the first run. Is there an easy way to attac

[Gambas-user] Help files

2010-02-26 Thread Keith Clark
I'm trying to access the Gambas online documentation by selecting the question mark in Gambas, then Help Browser. A browser opens but I keep getting the following error when trying to access anything. I'm running under Ubuntu 9.10 Unable to load page Problem occurred while loading the URL fil

Re: [Gambas-user] Does the mailing list work?

2010-02-26 Thread Caveat
Could be it's all my fault, I use different addresses for different purposes and sometimes send something out from the wrong address by mistake, which I guess doesn't get mailed out to the list (but maybe it gets to the archive), or the other way around... I dunno? Also, I *think* Tobi only sent t

Re: [Gambas-user] viewing PNM files in Gambas

2010-02-26 Thread Bill-Lancaster
Sorry - I should have looked in the picture database example before posting this message! Bill Lancaster -- View this message in context: http://old.nabble.com/viewing-PNM-files-in-Gambas-tp27719796p27720020.html Sent from the gambas-user mailing list archive at Nabble.com. ---

[Gambas-user] Toolpanel retracted

2010-02-26 Thread craf
Hi. Is there any way to initiate the fully retracted ToolPanel control.? Regards. -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune appl

[Gambas-user] viewing PNM files in Gambas

2010-02-26 Thread Bill-Lancaster
Is it possible to view .PNM files (as produced by my HP scanner) in Gambas? -- View this message in context: http://old.nabble.com/viewing-PNM-files-in-Gambas-tp27719796p27719796.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] New Gambas Install missing parts

2010-02-26 Thread Keith Clark
On Fri, 2010-02-26 at 06:46 -0800, charlesg wrote: > Hi > > What Linux distro? What version Gambas? > > If you installed from Ubuntu repository, Go into Synaptic, search on Gambas > and install missing components. The dang repository version is incomplete. > > rgds Charles, Thanks! That did i

Re: [Gambas-user] New Gambas Install missing parts

2010-02-26 Thread charlesg
Hi What Linux distro? What version Gambas? If you installed from Ubuntu repository, Go into Synaptic, search on Gambas and install missing components. The dang repository version is incomplete. rgds -- View this message in context: http://old.nabble.com/New-Gambas-Install-missing-parts-tp2771

[Gambas-user] Does the mailing list work?

2010-02-26 Thread charlesg
Hi I have often been a bit paranoid about this mailing list. Using http://old.nabble.com/Gambas-f3425.html, I find a post by Caveat replying to tobiasboe whose original post I can't see. However when I look at http://www.mail-archive.com/gambas-user@lists.sourceforge.net/index.html#08446, I can s

[Gambas-user] svn won't commit error shown.

2010-02-26 Thread richard terry
To the list/Ian brand new svn copy of our project tonight, downloaded via gambas which said ok at the end, the svn won't commit with the message contained in the pictures. Pity as I've done a number of bug fixes on several forms. Won't commit in a terminal either. Anyone familiar with the er

[Gambas-user] New Gambas Install missing parts

2010-02-26 Thread Keith Clark
I have just installed Gambas 2 on a machine and when I try to run my application I get the following errors: Some components are missing: gb.db.form, gb.net, gb.net.smtp I have googled this and cannot seem to find much. I'm sure I have solved this problem in the past fut I cannot remember how.

Re: [Gambas-user] MySQL data access

2010-02-26 Thread David Villalobos Cambronero
Hi, the acction is called many time beacuse of the _Enter() event. It is called every time the pointer enter the control area. Regards -- David - Original Message From: Keith Clark To: gambas-user@lists.sourceforge.net Sent: Thu, February 25, 2010 7:10:46 PM Subject: [Gambas-user]

[Gambas-user] Fwd: RosettaCode

2010-02-26 Thread Benoît Minisini
> Message body follows: > > Dear Sir > > A good place to demonstrate gambas is RosettaCode > . I have no affiliation with the site, other > than that I submit occasional VBScript solutions to the tasks that they > post. > > It's been good for me to see how other langu

Re: [Gambas-user] About FTP Client

2010-02-26 Thread Caveat
Hi Tobi I hope you don't mind me including the Gambas mailing list in my reply, as this information may be of interest to others on the list too. Question 1, part 1: This is quite simple once you understand that files and directories are kind of the same thing when it comes to FTP. So, for exa