From pvera at ...729... Tue Mar 1 00:04:47 2005 From: pvera at ...729... (Pablo Vera) Date: Mon, 28 Feb 2005 17:04:47 -0600 Subject: [Gambas-user] vb2vg In-Reply-To: <42239735.1080001@...826...> References: <42239735.1080001@...826...> Message-ID: <4223A38F.6010102@...729...> I don't know a thing about vb2vg, but since the program you are trying to run is not in your PATH, you need to specify the full path or, after cd to where it is, you need to add ./ before the name, something like this: ./vb2vg.pl file_to_convert Also, you need to be sure that the file has execution rights. Saludos, Pablo Vera Eldon Eller wrote: > I want to do a Gambas version of a VB app I have written. I downloaded > and extracted vb2vg. I now have a directory ~/Documents/vb2vg with three > files: vb2vg.pl, Frm2Class.pm, and Frm2Form.pm, to which I have copied > the file I want to convert, QD2.frm. As I understand, the usage should > be vb2vg QD2.frm. If I open a terminal and cd to ~/Documents/vb2vg and > type "vb2vg ~/Documents/vb2vg/QD2.frm", I get the message "bash: vb2vg: > command not found." What am I doing wrong? Any suggestions will be > appreciated. EEE > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > From gambasfr at ...11... Tue Mar 1 00:11:37 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Tue, 1 Mar 2005 00:11:37 +0100 Subject: [Gambas-user] vb2vg In-Reply-To: <42239735.1080001@...826...> References: <42239735.1080001@...826...> Message-ID: <200503010011.37388.gambasfr@...11...> Le lundi 28 F?vrier 2005 23:12, Eldon Eller a ?crit?: > I want to do a Gambas version of a VB app I have written. I downloaded > and extracted vb2vg. I now have a directory ~/Documents/vb2vg with three > files: vb2vg.pl, Frm2Class.pm, and Frm2Form.pm, to which I have copied > the file I want to convert, QD2.frm. As I understand, the usage should > be vb2vg QD2.frm. If I open a terminal and cd to ~/Documents/vb2vg and > type "vb2vg ~/Documents/vb2vg/QD2.frm", I get the message "bash: vb2vg: > command not found." What am I doing wrong? Any suggestions will be > appreciated. EEE in linux if you want to launch a script in the current folder you need to add './' or 'sh ' try ./vb2vg ~/Documents/vb2vg/QD2.frm or sh vb2vg ~/Documents/vb2vg/QD2.frm Fabien Bodard From sourceforge-raindog2 at ...94... Tue Mar 1 03:16:24 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 28 Feb 2005 21:16:24 -0500 Subject: [Gambas-user] vb2vg In-Reply-To: <42239735.1080001@...826...> References: <42239735.1080001@...826...> Message-ID: <200502282113.36694.sourceforge-raindog2@...94...> On Monday 28 February 2005 17:12, Eldon Eller wrote: > I want to do a Gambas version of a VB app I have written. I > downloaded and extracted vb2vg. I now have a directory You probably shouldn't use vb2gb or frm2form anymore... they were both very rough. I think the next version of Gambas should have my form/project converter built in (right, Benoit? ;) ) but if you need it right now, let me know and I'll post an unofficial gambas2 IDE for you that includes it. It will require gambas2-1.9.3, but I think the resulting projects will work in gambas 1.0. > convert, QD2.frm. As I understand, the usage should be vb2vg > QD2.frm. If I open a terminal and cd to ~/Documents/vb2vg and > type "vb2vg ~/Documents/vb2vg/QD2.frm", I get the message > "bash: vb2vg: command not found." What am I doing wrong? Any > suggestions will be appreciated. EEE Under Unix-type systems, the current directory is not automatically in your path. You need to do this: ./vb2gb ~/Documents/vb2vg/QD2.frm I have no idea if that's the right syntax for vb2gb, either, but it should at least run the program. If it still doesn't work, right click on vb2gb in Konqueror's file manager, select Properties, and turn on the Execute checkboxes. (Or just type chmod 755 vb2gb while you're in that directory.) Rob From eeller at ...826... Tue Mar 1 06:06:12 2005 From: eeller at ...826... (Eldon Eller) Date: Mon, 28 Feb 2005 21:06:12 -0800 Subject: [Gambas-user] vb2vg In-Reply-To: <200502282113.36694.sourceforge-raindog2@...94...> References: <42239735.1080001@...826...> <200502282113.36694.sourceforge-raindog2@...94...> Message-ID: <4223F844.70606@...826...> An HTML attachment was scrubbed... URL: From eeller at ...826... Tue Mar 1 07:25:48 2005 From: eeller at ...826... (Eldon Eller) Date: Mon, 28 Feb 2005 22:25:48 -0800 Subject: [Gambas-user] How do I fetch a list of files? Message-ID: <42240AEC.6030502@...826...> Yet another dumb question (YADQ): I am writing a gambas app where I want the user to select from a list of files (not via a dialog). So I need a way to fetch the file names from a specified directory. How do I do that? From gambas at ...1... Tue Mar 1 10:44:38 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 1 Mar 2005 10:44:38 +0100 Subject: [Gambas-user] BIG BUG in IDE or Dialog.Filter In-Reply-To: <4220eccf.6933.0@...9...> References: <4220eccf.6933.0@...9...> Message-ID: <200503011044.38360.gambas@...1...> On Saturday 26 February 2005 23:40, Charlie Reinl wrote: > I fixed and dated up the extented IDE for gambas-1.0.2 and gambas-1.0.3 > > at http://www.binara.com/gambas-wiki/bin/view/Gambas/ForGambas-102 > > > > Amicalment > Charlie > * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * > OK! This windowish bug will be fixed in 1.0.4... -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 1 12:05:24 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 1 Mar 2005 12:05:24 +0100 Subject: [Gambas-user] FOSDEM 2005 Message-ID: <200503011205.24861.gambas@...1...> Hi, everybody. I am back! I'm ill, Brussels was very cold, my credit card has just expired, and I have just four euros and one check left. But this week-end was very cool :-) I made a OpenOffice Impress presentation that is stored on the laptop of a friend of mine. I will put it on the web site as soon as possible. This presentation is not very technical, so you will be able to translate it and use it to present Gambas easily. Just remove the pages you find too technical. Everything was filmed, so I think you will be able to see my talk (and all the others) on the FOSDEM web site (http://www.fosdem.org) soon. The talk of Richard Stallman about copyright was very clear and very interesting. Regards, -- Benoit Minisini mailto:gambas at ...1... From rnmscott at ...867... Tue Mar 1 13:31:10 2005 From: rnmscott at ...867... (rnmscott at ...867...) Date: Tue, 1 Mar 2005 23:31:10 +1100 Subject: [Gambas-user] vb2vg Message-ID: <1109680270.4224608eba5c7@...868...> Quoting Rob : > On Monday 28 February 2005 17:12, Eldon Eller wrote: > > I want to do a Gambas version of a VB app I have written. I > > downloaded and extracted vb2vg. I now have a directory > > You probably shouldn't use vb2gb or frm2form anymore... they were > both very rough. I think the next version of Gambas should have > my form/project converter built in (right, Benoit? ;) ) but if > you need it right now, let me know and I'll post an unofficial > gambas2 IDE for you that includes it. It will require > gambas2-1.9.3, but I think the resulting projects will work in > gambas 1.0. > Sounds cool! If it does, please announce it :) Sounds like a good version to get and have a go with! ------------------------------------------------------------ This email was sent from Netspace Webmail: http://www.netspace.net.au From gambasfr at ...11... Tue Mar 1 13:39:45 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Tue, 1 Mar 2005 13:39:45 +0100 Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <42240AEC.6030502@...826...> References: <42240AEC.6030502@...826...> Message-ID: <200503011339.45280.gambasfr@...11...> Le mardi 1 Mars 2005 07:25, Eldon Eller a ?crit?: > Yet another dumb question (YADQ): I am writing a gambas app where I want > the user to select from a list of files (not via a dialog). So I need a > way to fetch the file names from a specified directory. How do I do that? > Look at fill_explorer in the gambas ide in the FSupExplorer class dim sDir as string For each sDir in Dir(sPath, "*") ListView.Add(sPath &/ sDir, sDir) Next Gambas power ;) Fabien Bodard From oliver_stieber at ...370... Tue Mar 1 14:43:51 2005 From: oliver_stieber at ...370... (Oliver Stieber) Date: Tue, 1 Mar 2005 13:43:51 +0000 (GMT) Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <42240AEC.6030502@...826...> Message-ID: <20050301134351.3446.qmail@...748...> --- Eldon Eller wrote: > Yet another dumb question (YADQ): I am writing a > gambas app where I want > the user to select from a list of files (not via a > dialog). So I need a > way to fetch the file names from a specified > directory. How do I do that? > > > dir, but it seems broken for UTF8 filenames. you can use something like... DIM Directory AS String DIM Files AS String[] DIM file AS String Directory = "/home/foo" Files = Dir(Directory, "*") print Files.count FOR EACH file IN Files NEXT ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > Send instant messages to your online friends http://uk.messenger.yahoo.com From gambas at ...1... Tue Mar 1 15:01:45 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 1 Mar 2005 15:01:45 +0100 Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <20050301134351.3446.qmail@...748...> References: <20050301134351.3446.qmail@...748...> Message-ID: <200503011501.45726.gambas@...1...> On Tuesday 01 March 2005 14:43, Oliver Stieber wrote: > --- Eldon Eller wrote: > > Yet another dumb question (YADQ): I am writing a > > gambas app where I want > > the user to select from a list of files (not via a > > dialog). So I need a > > way to fetch the file names from a specified > > directory. How do I do that? > > dir, > but it seems broken for UTF8 filenames. > you can use something like... > > DIM Directory AS String > DIM Files AS String[] > DIM file AS String > Directory = "/home/foo" > Files = Dir(Directory, "*") > print Files.count > FOR EACH file IN Files > > NEXT > What do you mean exactly by "it seems broken for UTF-8 filenames" ? Dir() returns all file names in UTF-8 format. But not OPEN - This will change in the next version, where everything should be UTF-8. Regards, -- Benoit Minisini mailto:gambas at ...1... From oliver_stieber at ...370... Tue Mar 1 15:31:26 2005 From: oliver_stieber at ...370... (Oliver Stieber) Date: Tue, 1 Mar 2005 14:31:26 +0000 (GMT) Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <200503011501.45726.gambas@...1...> Message-ID: <20050301143126.83343.qmail@...743...> > What do you mean exactly by "it seems broken for > UTF-8 filenames" ? > > Dir() returns all file names in UTF-8 format. But > not OPEN - This will change > in the next version, where everything should be > UTF-8. > well, for each file in dir("/home/music") .... comes up with the error 'bad string conversion' for files with UTF8 characters in their names e.g. Jean - Michel Jarre - Oxygne > Regards, > > -- > Benoit Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT > Products from real users. > Discover which products truly live up to the hype. > Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > Send instant messages to your online friends http://uk.messenger.yahoo.com From gambas at ...1... Tue Mar 1 16:04:00 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 1 Mar 2005 16:04:00 +0100 Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <20050301143126.83343.qmail@...743...> References: <20050301143126.83343.qmail@...743...> Message-ID: <200503011604.00131.gambas@...1...> On Tuesday 01 March 2005 15:31, Oliver Stieber wrote: > > What do you mean exactly by "it seems broken for > > UTF-8 filenames" ? > > > > Dir() returns all file names in UTF-8 format. But > > not OPEN - This will change > > in the next version, where everything should be > > UTF-8. > > well, > for each file in dir("/home/music") > > .... > > comes up with the error 'bad > string conversion' > for files with UTF8 characters in their names e.g. > Jean - Michel Jarre - Oxygne > A few questions: Which distribution do you use ? Which character encoding does your system use ? (type 'locale charmap' in a shell) Which character encoding is used by the file system where your /home/music is stored ? Regards, -- Benoit Minisini mailto:gambas at ...1... From thomas at ...869... Tue Mar 1 16:46:58 2005 From: thomas at ...869... (Thomas Kleindienst) Date: Tue, 1 Mar 2005 16:46:58 +0100 Subject: [Gambas-user] Handle Binary Data with gb.db In-Reply-To: <200502281427.22466.t.kleindienst@...20...> References: <200502281427.22466.t.kleindienst@...20...> Message-ID: <200503011646.58373.thomas@...869...> please, plz, plz.. anybody out there to have a helpin' hand for me? I've made a workaround, where I convert a byte[] to a (sane) string, which will be stored in the database, but it's an ugly hack. I'd really appreciate any help on this topic... regards, Thomas Am Montag, 28. Februar 2005 15:27 schrieb Thomas Kleindienst: > Hello List! > > Is there any possibility to write a blob into a database? > > I've binary information (it's a png-file) in a > byte[] > array. I want to store this in my database as a blob, but I don't know how > to do it with gambas... > Any help appreciated... > > btw... Is there a possibility for > image or picture > to load the image not from file but from > byte[] ? > > Thanks and regards, > > Thomas From gambas at ...1... Tue Mar 1 17:20:27 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 1 Mar 2005 17:20:27 +0100 Subject: [Gambas-user] Handle Binary Data with gb.db In-Reply-To: <200502281427.22466.t.kleindienst@...20...> References: <200502281427.22466.t.kleindienst@...20...> Message-ID: <200503011720.27363.gambas@...1...> On Monday 28 February 2005 15:27, Thomas Kleindienst wrote: > Hello List! > > Is there any possibility to write a blob into a database? > > I've binary information (it's a png-file) in a > byte[] > array. I want to store this in my database as a blob, but I don't know how > to do it with gambas... > Any help appreciated... > Alas there is no support for blob at the moment in the database manager. Adding it could be a good idea... > btw... Is there a possibility for > image or picture > to load the image not from file but from > byte[] ? > No, but you can write byte[] contents in a temporary file and loads it with Image.Load(). > Thanks and regards, > > Thomas > Regards, -- Benoit Minisini mailto:gambas at ...1... From naveenagrawal at ...43... Tue Mar 1 17:38:51 2005 From: naveenagrawal at ...43... (Naveen Agarawal) Date: Tue, 1 Mar 2005 08:38:51 -0800 (PST) Subject: [Gambas-user] gambas and mysql In-Reply-To: <200502281803.18038.t.kleindienst@...20...> Message-ID: <20050301163851.23975.qmail@...870...> I am extremely Sorry! This won't happen in future. Thanks a ton for your help. Regards! Thomas Kleindienst wrote: Every body has his shares of ups and downs but one should never say no to life. --------------------------------- Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sourceforge-raindog2 at ...94... Tue Mar 1 18:37:01 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 1 Mar 2005 12:37:01 -0500 Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <42240AEC.6030502@...826...> References: <42240AEC.6030502@...826...> Message-ID: <200503011237.01822.sourceforge-raindog2@...94...> On Tuesday 01 March 2005 01:25, Eldon Eller wrote: > Yet another dumb question (YADQ): I am writing a gambas app > where I want the user to select from a list of files (not via > a dialog). So I need a way to fetch the file names from a > specified directory. How do I do that? You want to use Dir(). Note that it returns a String[] (string array) and not just one string as VB does. http://www.binara.com/gambas-wiki/bin/view/Gambas/LangDir Rob From gambasfr at ...11... Tue Mar 1 20:03:54 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Tue, 1 Mar 2005 20:03:54 +0100 Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <200503011501.45726.gambas@...1...> References: <20050301134351.3446.qmail@...748...> <200503011501.45726.gambas@...1...> Message-ID: <200503012003.54437.gambasfr@...11...> Le mardi 1 Mars 2005 15:01, Benoit Minisini a ?crit?: > On Tuesday 01 March 2005 14:43, Oliver Stieber wrote: > > --- Eldon Eller wrote: > > > Yet another dumb question (YADQ): I am writing a > > > gambas app where I want > > > the user to select from a list of files (not via a > > > dialog). So I need a > > > way to fetch the file names from a specified > > > directory. How do I do that? > > > > dir, > > but it seems broken for UTF8 filenames. > > you can use something like... > > > > DIM Directory AS String > > DIM Files AS String[] > > DIM file AS String > > Directory = "/home/foo" > > Files = Dir(Directory, "*") > > print Files.count > > FOR EACH file IN Files > > > > NEXT i think you need to not use the word file for a variable... 'File' is a native class of gambas ! Prefer sFile Fabien From vilain at ...533... Tue Mar 1 21:04:24 2005 From: vilain at ...533... (Mike) Date: Tue, 01 Mar 2005 21:04:24 +0100 Subject: [Gambas-user] Newbie alert Message-ID: <1109707464.3193.4.camel@...871...> Hi, First, kudo's to all working on the project! Gambas has become my favorite app now. Benoit, I was at Fosdem and enjoyed the presentation a lot. Working on my first project....(don't know OOP yet...) I have 2 forms, a 'parameter' form ('FracParam') and an 'output' form ('FracMain') One of the parameters would determine the size of the output form (Height and Width) I already found out that you can't just say FracMain.Height = 400 in the FracParam class file Apparently one has to create a method. So i created a method called setWinDim in the FracMain-class which takes 2 parameters, $x and $y and I call this from within FracParam PUBLIC SUB setWinDim($x AS Integer, $y AS Integer) ME.Width = $x ME.Height = $y PRINT "set"; $x; ME.Width PRINT "set"; $y; ME.Height END Although $x and $y have the correct content, ME.Width (or FracMain.Width) and .Height remains unchanged (as witnessed in the print statement...). What am I doing wrong? From sourceforge-raindog2 at ...94... Tue Mar 1 21:03:39 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 1 Mar 2005 15:03:39 -0500 Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <200503012003.54437.gambasfr@...11...> References: <20050301134351.3446.qmail@...748...> <200503011501.45726.gambas@...1...> <200503012003.54437.gambasfr@...11...> Message-ID: <200503011503.39133.sourceforge-raindog2@...94...> On Tuesday 01 March 2005 14:03, Bodard Fabien wrote: > i think you need to not use the word file for a variable... > 'File' is a native class of gambas ! > Prefer sFile Yeah, I updated the wiki to reflect that just this morning :) Rob From eeller at ...826... Wed Mar 2 02:59:31 2005 From: eeller at ...826... (Eldon Eller) Date: Tue, 01 Mar 2005 17:59:31 -0800 Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <200503012003.54437.gambasfr@...11...> References: <20050301134351.3446.qmail@...748...> <200503011501.45726.gambas@...1...> <200503012003.54437.gambasfr@...11...> Message-ID: <42251E03.4020603@...826...> An HTML attachment was scrubbed... URL: From gambas at ...1... Wed Mar 2 10:54:09 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 2 Mar 2005 10:54:09 +0100 Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <42251E03.4020603@...826...> References: <20050301134351.3446.qmail@...748...> <200503012003.54437.gambasfr@...11...> <42251E03.4020603@...826...> Message-ID: <200503021054.09503.gambas@...1...> On Wednesday 02 March 2005 02:59, Eldon Eller wrote: > Tnx to all. With a little fooling around I got things working as > advertised. YADQ: how can I find answers to dumb questions without > pestering the gambas users? Once finding the magic word "Dir", it was > simple to find its usage explained in the documentation. But I could have > spent forever looking for the magic word. BTW, programming has always > seemed like wizardry to me. If you know the magic words, you can do > anything, but if you get a single letter wrong, anything (or nothing) may > happen. > At least you are sure that there IS a magic word. Try to play flute: there is NO note that is well-tuned. And if you succeed in playing one note in tune, then change the harmony and this note becomes not in tune! And please post your mails there in plain text format and not in HTML :-) Regards, -- Benoit Minisini mailto:gambas at ...1... From frankberg at ...390... Wed Mar 2 13:49:43 2005 From: frankberg at ...390... (Frank Berg) Date: Wed, 2 Mar 2005 13:49:43 +0100 Subject: [Gambas-user] component Message-ID: <000f01c51f26$51753020$c6f0fea9@...602...> Hi group i`m trying to crate an icon to my ax25 component and set it to the gambas Network propertys. so i was create an png named it ax25.png and copy it to $ROOT/app/gambas/img/control/ and in the gb.lib.ax25.component i was insert the lines: Group=Network Controls=ax25 after compiling gambas an new icon is shown under the Network propertys.. fine :-) but: if i set this icon on a form i receive many errors: 1.) raised an unexpected error: [13] Null object: FProperty.RefreshAll.117 2.) and in the console many errors like SetProperty: ax25.X: CControl.SetProperty.353: Null object SetProperty: ax25.Y: CControl.SetProperty.353: Null object SetProperty: ax25.Width : CControl.SetProperty.353: Null object SetProperty: ax25.Height : CControl.SetProperty.353: Null object SetProperty: ax25.Visible : CControl.SetProperty.353: Null object SetProperty: ax25.Tag : CControl.SetProperty.353: Null object and so on.. so i think i was not inherit the ccontrol correct???? i was looking all the net components and the qt components, but i can not see the place where i must do this. pleace help.. frank From ronstk at ...239... Wed Mar 2 15:04:10 2005 From: ronstk at ...239... (Ron Onstenk) Date: Wed, 2 Mar 2005 15:04:10 +0100 Subject: [Gambas-user] Fakebas Mandrake In-Reply-To: <200502271221.21919.sourceforge-raindog2@...94...> References: <200502260726.59316.ronstk@...239...> <200502270421.08862.ronstk@...239...> <200502271221.21919.sourceforge-raindog2@...94...> Message-ID: <200503021504.11127.ronstk@...239...> On Sunday 27 February 2005 18:21, Rob wrote: > On Saturday 26 February 2005 22:21, ron wrote: --->8---- > take this to mean there is no "correct" category, and different > packagers do things inconsistently. > LOL Yea, I found that on some other places too. Durring install, I say no mtink for the Epson printer, I have HP, No emacs but still is is installed. :=( And say no KdePrintFax will uninstal most of KDE ???. > But we're still no closer to finding out which is "the right > one". > > Rob Ron -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Wed Mar 2 16:04:27 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 2 Mar 2005 16:04:27 +0100 Subject: [Gambas-user] Newbie alert In-Reply-To: <1109707464.3193.4.camel@...871...> References: <1109707464.3193.4.camel@...871...> Message-ID: <200503021604.27479.gambas@...1...> On Tuesday 01 March 2005 21:04, Mike wrote: > Hi, > > First, kudo's to all working on the project! Gambas has become my > favorite app now. > > Benoit, I was at Fosdem and enjoyed the presentation a lot. Thanks. Not there the fact the presentation length was exactly the requested length (about 50 minutes) is totally a miracle :-) > > Working on my first project....(don't know OOP yet...) > I have 2 forms, a 'parameter' form ('FracParam') and an 'output' form > ('FracMain') > One of the parameters would determine the size of the output form > (Height and Width) > I already found out that you can't just say FracMain.Height = 400 in the > FracParam class file > Apparently one has to create a method. > So i created a method called setWinDim in the FracMain-class which takes > 2 parameters, $x and $y and I call this from within FracParam > > PUBLIC SUB setWinDim($x AS Integer, $y AS Integer) > > ME.Width = $x > ME.Height = $y > > PRINT "set"; $x; ME.Width > PRINT "set"; $y; ME.Height > END > > Although $x and $y have the correct content, ME.Width (or > FracMain.Width) and .Height remains unchanged (as witnessed in the print > statement...). > What am I doing wrong? > Forms by default are not resizable. Did you set the form Border property to "Resizable" ? Anyway, there is a Resize method that does what you need :-) Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Mar 2 17:14:32 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 2 Mar 2005 17:14:32 +0100 Subject: [Gambas-user] component In-Reply-To: <000f01c51f26$51753020$c6f0fea9@...602...> References: <000f01c51f26$51753020$c6f0fea9@...602...> Message-ID: <200503021714.32632.gambas@...1...> On Wednesday 02 March 2005 13:49, Frank Berg wrote: > Hi group > > i`m trying to crate an icon to my ax25 component and set it to the gambas > Network propertys. so i was create an png named it ax25.png and copy it to > $ROOT/app/gambas/img/control/ and in the gb.lib.ax25.component i was insert > the lines: > Group=Network > Controls=ax25 > > after compiling gambas an new icon is shown under the Network propertys.. > fine :-) > > but: > if i set this icon on a form i receive many errors: > > 1.) raised an unexpected error: [13] Null object: FProperty.RefreshAll.117 > 2.) and in the console many errors like > > SetProperty: ax25.X: CControl.SetProperty.353: Null object > SetProperty: ax25.Y: CControl.SetProperty.353: Null object > SetProperty: ax25.Width : CControl.SetProperty.353: Null object > SetProperty: ax25.Height : CControl.SetProperty.353: Null object > SetProperty: ax25.Visible : CControl.SetProperty.353: Null object > SetProperty: ax25.Tag : CControl.SetProperty.353: Null object > and so on.. > > so i think i was not inherit the ccontrol correct???? > > i was looking all the net components and the qt components, but i can not > see the place where i must do this. > > pleace help.. > > frank > > Did you update the information file by running "gbi -a" as root ? -- Benoit Minisini mailto:gambas at ...1... From frankberg at ...390... Wed Mar 2 17:26:11 2005 From: frankberg at ...390... (Frank Berg) Date: Wed, 2 Mar 2005 17:26:11 +0100 Subject: [Gambas-user] component References: <000f01c51f26$51753020$c6f0fea9@...602...> <200503021714.32632.gambas@...1...> Message-ID: <001501c51f44$8ead0cb0$c6f0fea9@...602...> ----- Original Message ----- From: "Benoit Minisini" To: Sent: Wednesday, March 02, 2005 5:14 PM Subject: Re: [Gambas-user] component > On Wednesday 02 March 2005 13:49, Frank Berg wrote: >> Hi group >> >> i`m trying to crate an icon to my ax25 component and set it to the gambas >> Network propertys. so i was create an png named it ax25.png and copy it >> to >> $ROOT/app/gambas/img/control/ and in the gb.lib.ax25.component i was >> insert >> the lines: >> Group=Network >> Controls=ax25 >> >> after compiling gambas an new icon is shown under the Network propertys.. >> fine :-) >> >> but: >> if i set this icon on a form i receive many errors: >> >> 1.) raised an unexpected error: [13] Null object: >> FProperty.RefreshAll.117 >> 2.) and in the console many errors like >> >> SetProperty: ax25.X: CControl.SetProperty.353: Null object >> SetProperty: ax25.Y: CControl.SetProperty.353: Null object >> SetProperty: ax25.Width : CControl.SetProperty.353: Null object >> SetProperty: ax25.Height : CControl.SetProperty.353: Null object >> SetProperty: ax25.Visible : CControl.SetProperty.353: Null object >> SetProperty: ax25.Tag : CControl.SetProperty.353: Null object >> and so on.. >> >> so i think i was not inherit the ccontrol correct???? >> >> i was looking all the net components and the qt components, but i can not >> see the place where i must do this. >> >> pleace help.. >> >> frank >> >> > > Did you update the information file by running "gbi -a" as root ? > > -- > Benoit Minisini yes, with same effect frank From sourceforge-raindog2 at ...94... Wed Mar 2 17:08:05 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 2 Mar 2005 11:08:05 -0500 Subject: [Gambas-user] Handle Binary Data with gb.db In-Reply-To: <200503011646.58373.thomas@...869...> References: <200502281427.22466.t.kleindienst@...20...> <200503011646.58373.thomas@...869...> Message-ID: <200503021108.05843.sourceforge-raindog2@...94...> On Tuesday 01 March 2005 10:46, Thomas Kleindienst wrote: > I've made a workaround, where I convert a byte[] to a (sane) > string, which will be stored in the database, but it's an ugly > hack. I'd really appreciate any help on this topic... I would assume that you'll need to put any binary data into a string prior to inserting it into a database as you've already done, and as with any other language I've dealt with. Rob From sourceforge-raindog2 at ...94... Wed Mar 2 17:01:13 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 2 Mar 2005 11:01:13 -0500 Subject: [Gambas-user] vb2vg In-Reply-To: <1109680270.4224608eba5c7@...868...> References: <1109680270.4224608eba5c7@...868...> Message-ID: <200503021101.13247.sourceforge-raindog2@...94...> On Tuesday 01 March 2005 07:31, rnmscott at ...867... wrote: > Sounds cool! If it does, please announce it :) Sounds like a > good version to get and have a go with! I'm sure if it's included in the next version it'll be mentioned in the new features list.... Rob From gambas at ...1... Wed Mar 2 17:38:16 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 2 Mar 2005 17:38:16 +0100 Subject: [Gambas-user] component In-Reply-To: <001501c51f44$8ead0cb0$c6f0fea9@...602...> References: <000f01c51f26$51753020$c6f0fea9@...602...> <200503021714.32632.gambas@...1...> <001501c51f44$8ead0cb0$c6f0fea9@...602...> Message-ID: <200503021738.16197.gambas@...1...> On Wednesday 02 March 2005 17:26, Frank Berg wrote: > ----- Original Message ----- > From: "Benoit Minisini" > To: > Sent: Wednesday, March 02, 2005 5:14 PM > Subject: Re: [Gambas-user] component > > > On Wednesday 02 March 2005 13:49, Frank Berg wrote: > >> Hi group > >> > >> i`m trying to crate an icon to my ax25 component and set it to the > >> gambas Network propertys. so i was create an png named it ax25.png and > >> copy it to > >> $ROOT/app/gambas/img/control/ and in the gb.lib.ax25.component i was > >> insert > >> the lines: > >> Group=Network > >> Controls=ax25 > >> > >> after compiling gambas an new icon is shown under the Network > >> propertys.. fine :-) > >> > >> but: > >> if i set this icon on a form i receive many errors: > >> > >> 1.) raised an unexpected error: [13] Null object: > >> FProperty.RefreshAll.117 > >> 2.) and in the console many errors like > >> > >> SetProperty: ax25.X: CControl.SetProperty.353: Null object > >> SetProperty: ax25.Y: CControl.SetProperty.353: Null object > >> SetProperty: ax25.Width : CControl.SetProperty.353: Null object > >> SetProperty: ax25.Height : CControl.SetProperty.353: Null object > >> SetProperty: ax25.Visible : CControl.SetProperty.353: Null object > >> SetProperty: ax25.Tag : CControl.SetProperty.353: Null object > >> and so on.. > >> > >> so i think i was not inherit the ccontrol correct???? > >> > >> i was looking all the net components and the qt components, but i can > >> not see the place where i must do this. > >> > >> pleace help.. > >> > >> frank > > > > Did you update the information file by running "gbi -a" as root ? > > > > -- > > Benoit Minisini > > yes, with same effect > > frank > Do you see any difference between the GB_DESC structure that describes your ax25 class and a similar class in gb.net ? Your ax25 constructor must not take any non-optional argument. Does it ? Regards, -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...94... Wed Mar 2 17:39:27 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 2 Mar 2005 11:39:27 -0500 Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <42251E03.4020603@...826...> References: <20050301134351.3446.qmail@...748...> <200503012003.54437.gambasfr@...11...> <42251E03.4020603@...826...> Message-ID: <200503021139.27834.sourceforge-raindog2@...94...> On Tuesday 01 March 2005 20:59, Eldon Eller wrote: > Tnx to all. With a little fooling around I got things working > as advertised. YADQ: how can I find answers to dumb questions > without pestering the gambas users? Once finding the magic > word "Dir", it was simple to find its usage explained in the > documentation. But I could have spent forever looking for the Well, there are a couple ways to navigate Gambas help (or the wiki.) I'll give some examples using the help browser. You think to yourself, "How do I get a list of files in a directory?" You press F1 to bring up help. Right on that front page you should see "Language Index by Category". If you click that link, it'll take you to a list of every built-in keyword and function in Gambas, arranged by category. You click on "File Management" under "Keywords".... and find nothing. So you click on "File Management" under "Functions", and among the list of functions is "Dir". I don't know about you, but if I were looking for a way to get a list of files, I would see "Dir" and think "That's what I want." But suppose you don't notice the index by category. Then there's the "Search" tab. You type in either "directory" or "files", and "Dir" is in the first few search results. I agree that we need a more flexible help searching system, and I may take a stab at that eventually. But even as things are now, I really don't think it's that hard to find what you need to know if you condense your search down to the single most relevant word. By the way, could you switch your mail program to only send plain text to the list? It's kind of hard to read and quote HTML. Thanks. Rob From frankberg at ...390... Wed Mar 2 17:53:32 2005 From: frankberg at ...390... (Frank Berg) Date: Wed, 2 Mar 2005 17:53:32 +0100 Subject: [Gambas-user] component References: <000f01c51f26$51753020$c6f0fea9@...602...> <200503021714.32632.gambas@...1...> <001501c51f44$8ead0cb0$c6f0fea9@...602...> <200503021738.16197.gambas@...1...> Message-ID: <002f01c51f48$61e0b570$c6f0fea9@...602...> ----- Original Message ----- From: "Benoit Minisini" To: Sent: Wednesday, March 02, 2005 5:38 PM Subject: Re: [Gambas-user] component > On Wednesday 02 March 2005 17:26, Frank Berg wrote: >> ----- Original Message ----- >> From: "Benoit Minisini" >> To: >> Sent: Wednesday, March 02, 2005 5:14 PM >> Subject: Re: [Gambas-user] component >> >> > On Wednesday 02 March 2005 13:49, Frank Berg wrote: >> >> Hi group >> >> >> >> i`m trying to crate an icon to my ax25 component and set it to the >> >> gambas Network propertys. so i was create an png named it ax25.png and >> >> copy it to >> >> $ROOT/app/gambas/img/control/ and in the gb.lib.ax25.component i was >> >> insert >> >> the lines: >> >> Group=Network >> >> Controls=ax25 >> >> >> >> after compiling gambas an new icon is shown under the Network >> >> propertys.. fine :-) >> >> >> >> but: >> >> if i set this icon on a form i receive many errors: >> >> >> >> 1.) raised an unexpected error: [13] Null object: >> >> FProperty.RefreshAll.117 >> >> 2.) and in the console many errors like >> >> >> >> SetProperty: ax25.X: CControl.SetProperty.353: Null object >> >> SetProperty: ax25.Y: CControl.SetProperty.353: Null object >> >> SetProperty: ax25.Width : CControl.SetProperty.353: Null object >> >> SetProperty: ax25.Height : CControl.SetProperty.353: Null object >> >> SetProperty: ax25.Visible : CControl.SetProperty.353: Null object >> >> SetProperty: ax25.Tag : CControl.SetProperty.353: Null object >> >> and so on.. >> >> >> >> so i think i was not inherit the ccontrol correct???? >> >> >> >> i was looking all the net components and the qt components, but i can >> >> not see the place where i must do this. >> >> >> >> pleace help.. >> >> >> >> frank >> > >> > Did you update the information file by running "gbi -a" as root ? >> > >> > -- >> > Benoit Minisini >> >> yes, with same effect >> >> frank >> > > Do you see any difference between the GB_DESC structure that describes > your > ax25 class and a similar class in gb.net ? > > Your ax25 constructor must not take any non-optional argument. Does it ? > > Regards, > > -- > Benoit Minisini > mailto:gambas at ...1... above my test for the component. no, i see not frank -------------- next part -------------- A non-text attachment was scrubbed... Name: ax25.c Type: application/octet-stream Size: 2003 bytes Desc: not available URL: From gambas at ...1... Wed Mar 2 17:58:45 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 2 Mar 2005 17:58:45 +0100 Subject: [Gambas-user] component In-Reply-To: <002f01c51f48$61e0b570$c6f0fea9@...602...> References: <000f01c51f26$51753020$c6f0fea9@...602...> <200503021738.16197.gambas@...1...> <002f01c51f48$61e0b570$c6f0fea9@...602...> Message-ID: <200503021758.45600.gambas@...1...> On Wednesday 02 March 2005 17:53, Frank Berg wrote: ... You didn't read me :-) > > > > Do you see any difference between the GB_DESC structure that describes > > your > > ax25 class and a similar class in gb.net ? > > You must declare the two following static properties in your ax25 class: "_Properties" and "_DefaultEvent". Look at the CSocket.c class in the gb.net component. Regards, -- Benoit Minisini mailto:gambas at ...1... From frankberg at ...390... Wed Mar 2 19:11:11 2005 From: frankberg at ...390... (Frank Berg) Date: Wed, 2 Mar 2005 19:11:11 +0100 Subject: [Gambas-user] component References: <000f01c51f26$51753020$c6f0fea9@...602...> <200503021738.16197.gambas@...1...> <002f01c51f48$61e0b570$c6f0fea9@...602...> <200503021758.45600.gambas@...1...> Message-ID: <004401c51f53$3ad48500$c6f0fea9@...602...> ----- Original Message ----- From: "Benoit Minisini" To: Sent: Wednesday, March 02, 2005 5:58 PM Subject: Re: [Gambas-user] component > On Wednesday 02 March 2005 17:53, Frank Berg wrote: > ... > > You didn't read me :-) > >> > >> > Do you see any difference between the GB_DESC structure that describes >> > your >> > ax25 class and a similar class in gb.net ? >> > > > You must declare the two following static properties in your ax25 class: > "_Properties" and "_DefaultEvent". Look at the CSocket.c class in the > gb.net > component. > > Regards, > 1.) i was declare the 2 properties GB_CONSTANT("_Properties", "s", "Dummy"), GB_CONSTANT("_DefaultEvent", "s", "Read"), new errors after compilation, plus same errors as in my mail before 2.) i was insert an property and an event to.. DECLARE_EVENT (AX25_Read); (i was try DECLARE_EVENT (Read); to ) BEGIN_PROPERTY (AX25_Dummy) (i was try DECLARE_EVENT (Dummy) to ) // dummy test END_PROPERTY same error as in 1.) whats now??? frank From vilain at ...533... Wed Mar 2 20:48:09 2005 From: vilain at ...533... (Mike) Date: Wed, 02 Mar 2005 20:48:09 +0100 Subject: [Gambas-user] Re: Newbie alert Message-ID: <1109792889.3191.6.camel@...872...> Yup, that was it.... Border was set to fixed. I have a double post on http://www.linuxbasic.net (really nice site) and NelsonN over there was kind enough to also point me in that direction... On to the next question.... When I started I had a single form 'FracMain' with all code in the Form_Activate event. Worked like a charm. Now that I want to pass parameters from a new Constructor window 'FracParam', I put most declaration which used to be "DIM something AS type" at the top of the FracMain class file as "Public something AS type" On my new Form I have a button which when clicked does this: PUBLIC SUB BCalc_Click() ' ==> pass a single parameter which initializes a FracMain parameter. This works. FracMain.setIter(CInt(TextIter.Text)) '==> give initial values to other parameters. Seems to work FracMain.setinivalue() ... Now I get into problems.. Here, having set all parameters, I want to activate the FracMain Form. FracMain.Show in my first parameter window will just pop up the blanc FracMain window and stop there. Next, I tried to put in my FracMain.setinivalue() method a ME.Form_Activate (Form_Activate containes the original program minus some declarations) In there I do the FracMain.Show. It gives me an 'Syntax error at line ..." on a variable declaration 'DIM something AS Integer' in the sub Form_Activate. If I move the variable upstairs making it a PUBLIC declaration, I get an error stating that FOR variable need to be local... How do I get around the syntax error?? BTW, the same post is also on http://www.linuxbasic.net From ronstk at ...239... Wed Mar 2 22:00:25 2005 From: ronstk at ...239... (Ron Onstenk) Date: Wed, 2 Mar 2005 22:00:25 +0100 Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <200503011339.45280.gambasfr@...11...> References: <42240AEC.6030502@...826...> <200503011339.45280.gambasfr@...11...> Message-ID: <200503022200.25541.ronstk@...239...> On Tuesday 01 March 2005 13:39, Bodard Fabien wrote: > Le mardi 1 Mars 2005 07:25, Eldon Eller a ?crit?: > > Yet another dumb question (YADQ): I am writing a gambas app where I want > > the user to select from a list of files (not via a dialog). So I need a > > way to fetch the file names from a specified directory. How do I do that? > > Look at fill_explorer in the gambas ide in the FSupExplorer class > > dim sDir as string > For each sDir in Dir(sPath, "*") > ListView.Add(sPath &/ sDir, sDir) > Next > > Gambas power ;) > > Fabien Bodard > If I remeber well then next does also the job. ListView.List = Join( Dir(sPath, "*") , ";" ) Can be "\n" instead of ";" Ron From gambasfr at ...11... Thu Mar 3 00:05:14 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Thu, 3 Mar 2005 00:05:14 +0100 Subject: [Gambas-user] How do I fetch a list of files? In-Reply-To: <200503022200.25541.ronstk@...239...> References: <42240AEC.6030502@...826...> <200503011339.45280.gambasfr@...11...> <200503022200.25541.ronstk@...239...> Message-ID: <200503030005.14242.gambasfr@...11...> Le mercredi 2 Mars 2005 22:00, Ron Onstenk a ?crit?: > On Tuesday 01 March 2005 13:39, Bodard Fabien wrote: > > Le mardi 1 Mars 2005 07:25, Eldon Eller a ?crit?: > > > Yet another dumb question (YADQ): I am writing a gambas app where I > > > want the user to select from a list of files (not via a dialog). So I > > > need a way to fetch the file names from a specified directory. How do I > > > do that? > > > > Look at fill_explorer in the gambas ide in the FSupExplorer class > > > > dim sDir as string > > For each sDir in Dir(sPath, "*") > > ListView.Add(sPath &/ sDir, sDir) > > Next > > > > Gambas power ;) > > > > Fabien Bodard > > If I remeber well then next does also the job. > ListView.List = Join( Dir(sPath, "*") , ";" ) > Can be "\n" instead of ";" >ron you're right... but listview look better with picture ;-) dim sDir as string For each sDir in Dir(sPath, "*") ListView.Add(sPath &/ sDir, sDir, Picture["file.png"]) Next Regards, Fabien From eilert-sprachen at ...221... Thu Mar 3 10:02:28 2005 From: eilert-sprachen at ...221... (Eilert) Date: Thu, 03 Mar 2005 10:02:28 +0100 Subject: [Gambas-user] VB to Gambas In-Reply-To: <421793aa.1cf2.0@...9...> References: <421793aa.1cf2.0@...9...> Message-ID: <4226D2A4.40103@...221...> Hi Charlie, is it possible to use this with array objects? I've been trying around a bit here, but no hope. Two questions: First: when I try STATIC PUBLIC like in your example, I get an error message "ProgType is static" when trying to stuff something into the variable. So I changed it to a simple "PUBLIC", then it was ok. Why's that? Well, now this: This is an example of what I tryed based on your example: ' Gambas class file ProgType PUBLIC Name AS String[] PUBLIC Pfad AS String[] PUBLIC Verzeichnis AS String[] 'This is in another class (form) PUBLIC Prog1 AS NEW ProgType or STATIC Prog1 AS NEW ProgType and in a SUB there: Prog1.Pfad.Add("hello") The automatic list appears, so Gambas understands this is an array object, it offers "Name", "Pfad", .Add etc., everything ok so far, but when I run it I get this "Null object" error. Why? I tried to declare the array at different places and in different ways, but there is always the same error. Rolf From ronstk at ...239... Thu Mar 3 11:09:47 2005 From: ronstk at ...239... (Ron Onstenk) Date: Thu, 3 Mar 2005 11:09:47 +0100 Subject: [Gambas-user] VB to Gambas In-Reply-To: <4226D2A4.40103@...221...> References: <421793aa.1cf2.0@...9...> <4226D2A4.40103@...221...> Message-ID: <200503031109.47700.ronstk@...239...> On Thursday 03 March 2005 10:02, Eilert wrote: > Hi Charlie, > > is it possible to use this with array objects? I've been trying around a > bit here, but no hope. > > Two questions: > First: when I try STATIC PUBLIC like in your example, I get an error > message "ProgType is static" when trying to stuff something into the > variable. So I changed it to a simple "PUBLIC", then it was ok. Why's that? > > Well, now this: > > This is an example of what I tryed based on your example: > > > ' Gambas class file ProgType > > PUBLIC Name AS String[] > PUBLIC Pfad AS String[] > PUBLIC Verzeichnis AS String[] > > 'This is in another class (form) > > PUBLIC Prog1 AS NEW ProgType > > or > > STATIC Prog1 AS NEW ProgType > > > and in a SUB there: > > Prog1.Pfad.Add("hello") > > The automatic list appears, so Gambas understands this is an array > object, it offers "Name", "Pfad", .Add etc., everything ok so far, but > when I run it I get this "Null object" error. > > Why? > > I tried to declare the array at different places and in different ways, > but there is always the same error. > > Rolf > ---------------------- ' Gambas class file ProgType PUBLIC Name AS String PUBLIC Pfad AS String PUBLIC Verzeichnis AS String -------------------- 'This is in another class (form) PUBLIC Prog1 AS NEW object[] ' objects of ProgType or STATIC PUBLIC Prog1 AS NEW object[] ' objects of ProgType I belive STATIC should be the correct one, try and error ;) and in a SUB there: PUBLIC SUB onButton1Click() DIM progdata AS NEW ProgType progdata.Name= "the_name" progdata.Pfad = "The_Pfad" progdata.Verzeichnis = "The_Ordner" > Prog1.Pfad.Add("hello") Prog1.Add(progdata) 'Prog1 is the array of progdata's END May be this will help as a guide. Ron From eilert-sprachen at ...221... Thu Mar 3 12:43:22 2005 From: eilert-sprachen at ...221... (Eilert) Date: Thu, 03 Mar 2005 12:43:22 +0100 Subject: [Gambas-user] VB to Gambas In-Reply-To: <200503031109.47700.ronstk@...239...> References: <421793aa.1cf2.0@...9...> <4226D2A4.40103@...221...> <200503031109.47700.ronstk@...239...> Message-ID: <4226F85A.7050604@...221...> Hi Ron, Thank you for that tip, now I got it running :-) > ---------------------- > ' Gambas class file ProgType > PUBLIC Name AS String > PUBLIC Pfad AS String > PUBLIC Verzeichnis AS String > -------------------- > > 'This is in another class (form) > PUBLIC Prog1 AS NEW object[] ' objects of ProgType > or > STATIC PUBLIC Prog1 AS NEW object[] ' objects of ProgType > > I belive STATIC should be the correct one, try and error ;) Well, I used PRIVATE, and it runs that way. > > and in a SUB there: > PUBLIC SUB onButton1Click() > > DIM progdata AS NEW ProgType > progdata.Name= "the_name" > progdata.Pfad = "The_Pfad" > progdata.Verzeichnis = "The_Ordner" > > > > Prog1.Add(progdata) 'Prog1 is the array of progdata's > END Reading a string value from number 3 is x = Prog1[3].Pfad for example, right? The automatic list doesn't appear here, so you have to insert the variable names from memory. But it was running here this way... :-) Rolf From gambas at ...1... Thu Mar 3 12:02:04 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 3 Mar 2005 12:02:04 +0100 Subject: [Gambas-user] component In-Reply-To: <004401c51f53$3ad48500$c6f0fea9@...602...> References: <000f01c51f26$51753020$c6f0fea9@...602...> <200503021758.45600.gambas@...1...> <004401c51f53$3ad48500$c6f0fea9@...602...> Message-ID: <200503031202.04813.gambas@...1...> On Wednesday 02 March 2005 19:11, Frank Berg wrote: > ----- Original Message ----- > From: "Benoit Minisini" > To: > Sent: Wednesday, March 02, 2005 5:58 PM > Subject: Re: [Gambas-user] component > > > On Wednesday 02 March 2005 17:53, Frank Berg wrote: > > ... > > > > You didn't read me :-) > > > >> > Do you see any difference between the GB_DESC structure that describes > >> > your > >> > ax25 class and a similar class in gb.net ? > > > > You must declare the two following static properties in your ax25 class: > > "_Properties" and "_DefaultEvent". Look at the CSocket.c class in the > > gb.net > > component. > > > > Regards, > > 1.) i was declare the 2 properties > > GB_CONSTANT("_Properties", "s", "Dummy"), > GB_CONSTANT("_DefaultEvent", "s", "Read"), > > new errors after compilation, plus same errors as in my mail before I am not a soothsayer :-) Which errors ??? > > 2.) i was insert an property and an event to.. > > DECLARE_EVENT (AX25_Read); (i was try DECLARE_EVENT (Read); to ) > > BEGIN_PROPERTY (AX25_Dummy) (i was try DECLARE_EVENT (Dummy) to ) > // dummy test > END_PROPERTY > > same error as in 1.) Which error ? > > > whats now??? > frank > You should post on the developmenet mailing-list for questions about development... Regards, -- Benoit Minisini mailto:gambas at ...1... From eilert-sprachen at ...221... Thu Mar 3 17:37:41 2005 From: eilert-sprachen at ...221... (Eilert) Date: Thu, 03 Mar 2005 17:37:41 +0100 Subject: [Gambas-user] VB to Gambas In-Reply-To: <200503031109.47700.ronstk@...239...> References: <421793aa.1cf2.0@...9...> <4226D2A4.40103@...221...> <200503031109.47700.ronstk@...239...> Message-ID: <42273D55.40103@...221...> No, I still don't get it running this way. :-) This time I included it like here. This is intended to give default values for a table. There is a class named "tab" with the variables and an Object[] named tb. Then within Form_Activate I do this: DIM tabelle AS NEW tab '[blabla] 'a lot of single values that may stay for all columns 'so just an example: tabelle.SpalteBreite = 30 FOR i = 0 to 4 tabelle.KopfText = "Kopf" & Cstr(i) tb.Add(tabelle) next i So in my opinion, it should store the same values for SpalteBreite, but different strings for KopfText. Now, when I want to read the values for a certain column, I always get the same; the same value as for the last item: PUBLIC SUB Spaltennr_Change() txtKopf.Text = tb[Spaltennr.Value].KopfText END always gives me "Kopf 4". I've tested tabelle.KopfText within the FOR-NEXT loop, that one is ok. Giving a fixed value like tb[2].KopfText also returns "Kopf 4". What do I do wrong here? Thxs for your help! Rolf Ron Onstenk schrieb: > On Thursday 03 March 2005 10:02, Eilert wrote: > >>Hi Charlie, >> >>is it possible to use this with array objects? I've been trying around a >>bit here, but no hope. >> >>Two questions: >>First: when I try STATIC PUBLIC like in your example, I get an error >>message "ProgType is static" when trying to stuff something into the >>variable. So I changed it to a simple "PUBLIC", then it was ok. Why's that? >> >>Well, now this: >> >>This is an example of what I tryed based on your example: >> >> >>' Gambas class file ProgType >> >>PUBLIC Name AS String[] >>PUBLIC Pfad AS String[] >>PUBLIC Verzeichnis AS String[] >> >>'This is in another class (form) >> >>PUBLIC Prog1 AS NEW ProgType >> >>or >> >>STATIC Prog1 AS NEW ProgType >> >> >>and in a SUB there: >> >> Prog1.Pfad.Add("hello") >> >>The automatic list appears, so Gambas understands this is an array >>object, it offers "Name", "Pfad", .Add etc., everything ok so far, but >>when I run it I get this "Null object" error. >> >>Why? >> >>I tried to declare the array at different places and in different ways, >>but there is always the same error. >> >>Rolf >> > > > ---------------------- > ' Gambas class file ProgType > PUBLIC Name AS String > PUBLIC Pfad AS String > PUBLIC Verzeichnis AS String > -------------------- > > 'This is in another class (form) > PUBLIC Prog1 AS NEW object[] ' objects of ProgType > or > STATIC PUBLIC Prog1 AS NEW object[] ' objects of ProgType > > I belive STATIC should be the correct one, try and error ;) > > and in a SUB there: > PUBLIC SUB onButton1Click() > > DIM progdata AS NEW ProgType > progdata.Name= "the_name" > progdata.Pfad = "The_Pfad" > progdata.Verzeichnis = "The_Ordner" > > >> Prog1.Pfad.Add("hello") > > Prog1.Add(progdata) 'Prog1 is the array of progdata's > END > > May be this will help as a guide. > > Ron > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From eilert-sprachen at ...221... Thu Mar 3 18:15:52 2005 From: eilert-sprachen at ...221... (Eilert) Date: Thu, 03 Mar 2005 18:15:52 +0100 Subject: [Gambas-user] IDE: focus is wrong Message-ID: <42274648.9090905@...221...> Just to mention it, I experienced a lot of error messages these days :-) and found it rather annoying that the error message windows don't appear on top of all others: It's rather difficult to push all other windows away to get to the message window. Is that only on my screen, or do you folks have the same problem? By the way, when I stop a program and return to the code, the code window doesn't have the focus. Sometimes this is pretty nasty, too. And when an error occured and I answer the message and break the program, the window with the line marked with the error doesn't pop to the front. I guess this is a known bug, or everyone just accepted it :-) Rolf From sourceforge-raindog2 at ...94... Thu Mar 3 18:25:40 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 3 Mar 2005 12:25:40 -0500 Subject: [Gambas-user] IDE: focus is wrong In-Reply-To: <42274648.9090905@...221...> References: <42274648.9090905@...221...> Message-ID: <200503031225.40174.sourceforge-raindog2@...94...> On Thursday 03 March 2005 12:15, Eilert wrote: > Just to mention it, I experienced a lot of error messages > these days :-) and found it rather annoying that the error > message windows don't appear on top of all others: It's rather > difficult to push all other windows away to get to the message > window. Is that only on my screen, or do you folks have the > same problem? > By the way, when I stop a program and return to the code, the > code window doesn't have the focus. Sometimes this is pretty > nasty, too. > And when an error occured and I answer the message and break > the program, the window with the line marked with the error > doesn't pop to the front. > I guess this is a known bug, or everyone just accepted it :-) No, it's not Gambas. Recent versions of KDE have "focus stealing prevention" turned on by default, and that causes this behavior. It's very helpful in preventing IM windows from popping up in the middle of typing code, but not so cool for things like error messages. In the KDE control center, look in Look and Feel/Window Behavior under the Advanced tab.... you should have a dropdown at the bottom of the dialog with the focus stealing prevention level. I think even if you set it to "Low" you might still have this issue, but experiment a little. Rob From cmcpero at ...142... Thu Mar 3 19:23:50 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Thu, 03 Mar 2005 13:23:50 -0500 Subject: [Gambas-user] problem with the File class Message-ID: <42275636.2030901@...142...> Hi, I'm trying to read files into strings but I have a problem getting the size of the opened file here's the relevant bits DIM nesdb as File OPEN "/home/shodan/nes.txt" FOR READ AS #nesdb PRINT nesdb.size CLOSE #nesdb and in the console I get 0 but if I add READ #nesdb, sRead , 38238 TextArea1.Text = sRead label1.text = len(sRead) I get the entire file printed out in textarea1 and 38238 in label1 I tried setting the third parameter of READ to -1 , the doc says it should read until the end of the stream (to the end of file in case of a file ?) but -1 only reads on character , and 0 or unset only read character 2 to 40 (probably data-dependant , the doc says the file must have been written to with WRITE in this case) if I print Stat("/home/shodan/nes.txt").Size I get 38238 on the console so I can use that , but I was just wondering why the File.Size property wasn't working From ho.geisler at ...17... Thu Mar 3 22:06:34 2005 From: ho.geisler at ...17... (Horst Geisler) Date: Thu, 03 Mar 2005 22:06:34 +0100 Subject: [Gambas-user] declaring user-defined datatype arrays as PUBLIC Message-ID: <42277C5A.7060500@...17...> Hey there I have Problems with declaring user-defined datatype arrays as _PUBLIC_ in Gambas: '#I have this user-defined datatyp clBelegung.class: Public Name As String Public Zustand As boolean --------------------------------------------------- '# and I declare in another global class File _clGlobal.class:_ STATIC PUBLIC Eingang AS NEW clBelegung[] --------------------------------------------------- '#I want use it and its values in different modules like this: _module1.module:_ DIM i as INTEGER For i=1 to 7 clGlobal.Eingang[i].Name ="&23" & i clGlobal.Eingang[i].Zustand = True Next --------------------------------------------------- _module2.module:_ DIM i as INTEGER For i=1 to 7 Print clGlobal.Eingang[i].Name & ":" & clGlobal.Eingang[i].Zustand Next --------------------------------------------------- If I 'run' this Gambas Project I get the error messages like 'Arrays are forbidden here' (STATIC PUBLIC Eingang[] AS NEW clBelegung) or 'Syntax error at line ...' (STATIC PUBLIC Eingang AS NEW clBelegung[]) Without declare as an Array it works, but not as Public! Array if it is not possible in this way, what can I do else? Thanks a lot, Horst -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambasfr at ...11... Thu Mar 3 22:16:04 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Thu, 3 Mar 2005 22:16:04 +0100 Subject: [Gambas-user] declaring user-defined datatype arrays as PUBLIC In-Reply-To: <42277C5A.7060500@...17...> References: <42277C5A.7060500@...17...> Message-ID: <200503032216.04500.gambasfr@...11...> Le jeudi 3 Mars 2005 22:06, Horst Geisler a ?crit?: > Hey there > I have Problems with declaring user-defined datatype arrays as _PUBLIC_ > in Gambas: > > '#I have this user-defined datatyp > clBelegung.class: > > Public Name As String > Public Zustand As boolean > --------------------------------------------------- > '# and I declare in another global class File > _clGlobal.class:_ > STATIC PUBLIC Eingang AS NEW clBelegung[] > --------------------------------------------------- > '#I want use it and its values in different modules like this: > _module1.module:_ > DIM i as INTEGER > For i=1 to 7 > clGlobal.Eingang[i].Name ="&23" & i > clGlobal.Eingang[i].Zustand = True > Next > --------------------------------------------------- > _module2.module:_ > DIM i as INTEGER > For i=1 to 7 > Print clGlobal.Eingang[i].Name & ":" & clGlobal.Eingang[i].Zustand > Next > --------------------------------------------------- > > If I 'run' this Gambas Project I get the error messages like > > 'Arrays are forbidden here' (STATIC PUBLIC Eingang[] AS NEW clBelegung) > or > 'Syntax error at line ...' (STATIC PUBLIC Eingang AS NEW clBelegung[]) In fact you have 2 way : first: define the array size as static array like STATIC PUBLIC Eingang[6] AS NEW clBelegung else define a dynamic object array and then set each entry with a new class STATIC PUBLIC Eingang AS NEW Object[] in Public Sub _New() dim i as integer For i = 0 to 6 Eingang[i] = NEW clBelegung next Fabien Bodard From gambasfr at ...11... Thu Mar 3 23:39:56 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Thu, 3 Mar 2005 23:39:56 +0100 Subject: [Gambas-user] Gambas.org is free Message-ID: <200503032339.56719.gambasfr@...11...> Just for information ... Gambas.org site name is free now so if someone what to help benoit to set it to the official site .... Fabien From burst at ...876... Fri Mar 4 00:01:45 2005 From: burst at ...876... (Sandro Costa) Date: Thu, 03 Mar 2005 23:01:45 +0000 Subject: [Gambas-user] Gambas.org is free In-Reply-To: <200503032339.56719.gambasfr@...11...> References: <200503032339.56719.gambasfr@...11...> Message-ID: <42279759.4000808@...876...> Bodard Fabien wrote: >Just for information ... > >Gambas.org site name is free now so if someone what to help benoit to set it >to the official site .... > >Fabien > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > I Think I can help. I'm a web designer. If you need any help on that field just say. Sandro From leo.barnhoorn at ...246... Fri Mar 4 00:18:32 2005 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Fri, 4 Mar 2005 00:18:32 +0100 Subject: [Gambas-user] Gambas.org is free References: <200503032339.56719.gambasfr@...11...> Message-ID: <000501c52047$50fdbbe0$0b01a8c0@...113...> Hello Fabien, I like to help but see below. Domain ID:D105685683-LROR Domain Name:GAMBAS.ORG Created On:05-Feb-2005 18:55:13 UTC Expiration Date:05-Feb-2006 18:55:13 UTC Sponsoring Registrar:iHoldings.com, Inc. dba Dotregistrar.com (R114-LROR) Status:TRANSFER PROHIBITED Registrant ID:235724-R Registrant Name:Coventry Investments Ltd. * Registrant Organization: Registrant Street1:1680 NW 82th Avenue Registrant Street2: Registrant Street3: Registrant City:Miami Registrant State/Province:FL Registrant Postal Code:33126 Registrant Country:US Registrant Phone:+1.3054639709 Registrant Phone Ext.: Registrant FAX: Registrant FAX Ext.: Registrant Email:Sales at ...877... Admin ID:235724-A Admin Name:DomainCollection.com Admin Organization: Admin Street1:1680 NW 82th Avenue Admin Street2:THIS DOMAIN IS FOR SALE Admin Street3: Admin City:Miami Admin State/Province:FL Admin Postal Code:33126 Admin Country:US Admin Phone:+1.3054639709 Admin Phone Ext.: Admin FAX:+1.3054639709 Admin FAX Ext.: Admin Email:Sales at ...877... Tech ID:235724-T Tech Name:DomainCollection.com Tech Organization: Tech Street1:1680 NW 82th Avenue Tech Street2:4-SALE at DomainCollection.com Tech Street3: Tech City:Miami Tech State/Province:FL Tech Postal Code:33126 Tech Country:US Tech Phone:+1.3054639709 Tech Phone Ext.: Tech FAX:+1.3054639709 Tech FAX Ext.: Tech Email:hostmaster at ...878... Name Server:NS1.THIS-DOMAIN-IS-FOR-SALE.COM Name Server:NS1.EMAILUS-DOMAINSALESATDOMAINCOLLECTION.COM Name Server:NS1.TO-BUY-THIS-DOMAIN-FAX-305-463-9709.COM Name Server: Name Server: Name Server: Name Server: Name Server: Name Server: Name Server: Name Server: Name Server: Name Server: Regards Leo. ----- Original Message ----- From: "Bodard Fabien" To: Sent: Thursday, March 03, 2005 11:39 PM Subject: [Gambas-user] Gambas.org is free > Just for information ... > > Gambas.org site name is free now so if someone what to help benoit to set it > to the official site .... > > Fabien > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.308 / Virus Database: 266.6.0 - Release Date: 2-3-05 > > From leo.barnhoorn at ...246... Fri Mar 4 00:41:19 2005 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Fri, 4 Mar 2005 00:41:19 +0100 Subject: [Gambas-user] Gambas.org is free References: <200503032339.56719.gambasfr@...11...> Message-ID: <000501c5204a$7fb58b40$0b01a8c0@...113...> Hello Fabien, I have make a PRICE QUOTE at DomainCollection.com In aboud 3 days we know more over the Gambas.org Domain. Regards, Leo. ----- Original Message ----- From: "Bodard Fabien" To: Sent: Thursday, March 03, 2005 11:39 PM Subject: [Gambas-user] Gambas.org is free > Just for information ... > > Gambas.org site name is free now so if someone what to help benoit to set it > to the official site .... > > Fabien > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.308 / Virus Database: 266.6.0 - Release Date: 2-3-05 > > From sourceforge-raindog2 at ...94... Fri Mar 4 01:42:48 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 3 Mar 2005 19:42:48 -0500 Subject: [Gambas-user] Gambas.org is free In-Reply-To: <000501c52047$50fdbbe0$0b01a8c0@...113...> References: <200503032339.56719.gambasfr@...11...> <000501c52047$50fdbbe0$0b01a8c0@...113...> Message-ID: <200503031931.19773.sourceforge-raindog2@...94...> On Thursday 03 March 2005 18:18, Leo Barnhoorn wrote: > I like to help but see below. Yeah, that's a domain squatter. These days there's no use announcing to a list that a domain is available.... if you don't grab it the same day it expires someone like these guys will get it. That is what happened today. As the guy responsible for the site you get if you put "gambas" into Google and click "I'm Feeling Lucky", Benoit should expect an email in a couple days or weeks offering to sell it to him for US$2000 or so. Also, anyone hoping to correct this problem by shelling out for a domain, DO NOT request a quote, because every time someone does the price will increase dramatically. It's even possible the squatter will not sell the domain, but only "rent" it to you at an exorbitant price. The bottom line is that gambas.org will now almost certainly not be available for the foreseeable future.... the domain for a mailing list I was on expired accidentally in 1999, and the squatter is STILL sitting on it. All because someone posted about it to the list rather than just spending the 10 euros to register it and then transfer it to Benoit. (I don't mean any disrespect to Fabien, because most people don't know how these people operate... just explaining how to prevent these things from happening in the future.) Interesting that the registration seems to have been created in the future. Rob From gambasfr at ...11... Fri Mar 4 13:03:35 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Fri, 4 Mar 2005 13:03:35 +0100 Subject: [Gambas-user] Gambas.org is free In-Reply-To: <000501c52047$50fdbbe0$0b01a8c0@...113...> References: <200503032339.56719.gambasfr@...11...> <000501c52047$50fdbbe0$0b01a8c0@...113...> Message-ID: <200503041303.35324.gambasfr@...11...> Le vendredi 4 Mars 2005 00:18, Leo Barnhoorn a ?crit?: > Hello Fabien, > > I like to help but see below. What i need to see ? ...sorry ... i'm a newbie on internet. Fabien > Domain ID:D105685683-LROR > Domain Name:GAMBAS.ORG > Created On:05-Feb-2005 18:55:13 UTC > Expiration Date:05-Feb-2006 18:55:13 UTC > Sponsoring Registrar:iHoldings.com, Inc. dba Dotregistrar.com (R114-LROR) > Status:TRANSFER PROHIBITED > Registrant ID:235724-R > Registrant Name:Coventry Investments Ltd. * > Registrant Organization: > Registrant Street1:1680 NW 82th Avenue > Registrant Street2: > Registrant Street3: > Registrant City:Miami > Registrant State/Province:FL > Registrant Postal Code:33126 > Registrant Country:US > Registrant Phone:+1.3054639709 > Registrant Phone Ext.: > Registrant FAX: > Registrant FAX Ext.: > Registrant Email:Sales at ...877... > Admin ID:235724-A > Admin Name:DomainCollection.com > Admin Organization: > Admin Street1:1680 NW 82th Avenue > Admin Street2:THIS DOMAIN IS FOR SALE > Admin Street3: > Admin City:Miami > Admin State/Province:FL > Admin Postal Code:33126 > Admin Country:US > Admin Phone:+1.3054639709 > Admin Phone Ext.: > Admin FAX:+1.3054639709 > Admin FAX Ext.: > Admin Email:Sales at ...877... > Tech ID:235724-T > Tech Name:DomainCollection.com > Tech Organization: > Tech Street1:1680 NW 82th Avenue > Tech Street2:4-SALE at DomainCollection.com > Tech Street3: > Tech City:Miami > Tech State/Province:FL > Tech Postal Code:33126 > Tech Country:US > Tech Phone:+1.3054639709 > Tech Phone Ext.: > Tech FAX:+1.3054639709 > Tech FAX Ext.: > Tech Email:hostmaster at ...878... > Name Server:NS1.THIS-DOMAIN-IS-FOR-SALE.COM > Name Server:NS1.EMAILUS-DOMAINSALESATDOMAINCOLLECTION.COM > Name Server:NS1.TO-BUY-THIS-DOMAIN-FAX-305-463-9709.COM > Name Server: > Name Server: > Name Server: > Name Server: > Name Server: > Name Server: > Name Server: > Name Server: > Name Server: > Name Server: > > Regards > Leo. > > ----- Original Message ----- > From: "Bodard Fabien" > To: > Sent: Thursday, March 03, 2005 11:39 PM > Subject: [Gambas-user] Gambas.org is free > > > Just for information ... > > > > Gambas.org site name is free now so if someone what to help benoit to set > > it > > > to the official site .... > > > > Fabien > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > -- > > No virus found in this incoming message. > > Checked by AVG Anti-Virus. > > Version: 7.0.308 / Virus Database: 266.6.0 - Release Date: 2-3-05 > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From eilert-sprachen at ...221... Fri Mar 4 13:09:07 2005 From: eilert-sprachen at ...221... (Eilert) Date: Fri, 04 Mar 2005 13:09:07 +0100 Subject: [Gambas-user] VB to Gambas In-Reply-To: <200503031109.47700.ronstk@...239...> References: <421793aa.1cf2.0@...9...> <4226D2A4.40103@...221...> <200503031109.47700.ronstk@...239...> Message-ID: <42284FE3.4030909@...221...> Hi Ron, forget my second posting, I got it running. Forgot one line, now it's ok. Have a nice weekend. Rolf From radoslav.dejanovic at ...116... Fri Mar 4 14:07:26 2005 From: radoslav.dejanovic at ...116... (Radoslav =?iso-8859-2?q?Dejanovi=E6?=) Date: Fri, 4 Mar 2005 14:07:26 +0100 Subject: [Gambas-user] Gambas.org is free In-Reply-To: <200503041303.35324.gambasfr@...11...> References: <200503032339.56719.gambasfr@...11...> <000501c52047$50fdbbe0$0b01a8c0@...113...> <200503041303.35324.gambasfr@...11...> Message-ID: <200503041407.26313.radoslav.dejanovic@...116...> On Friday 04 March 2005 13:03, Bodard Fabien wrote: > Le vendredi 4 Mars 2005 00:18, Leo Barnhoorn a ?crit?: > > Hello Fabien, > > > > I like to help but see below. > > What i need to see ? ...sorry ... i'm a newbie on internet. That means someone already took that address. In fact, these guys are notorious for doing that - registering the name, and reselling it. This means they would be rather happy to sell it to Benoit - for a few hundreds or thousands of bucks. -- Radoslav Dejanovi? Operacijski sustavi d.o.o. http://www.opsus.hr From ho.geisler at ...17... Fri Mar 4 14:54:14 2005 From: ho.geisler at ...17... (Horst Geisler) Date: Fri, 04 Mar 2005 14:54:14 +0100 Subject: [Gambas-user] declaring user-defined datatype arrays as PUBLIC In-Reply-To: <200503032216.04500.gambasfr@...11...> References: <42277C5A.7060500@...17...> <200503032216.04500.gambasfr@...11...> Message-ID: <42286886.2020105@...17...> Bodard Fabien schrieb: >Le jeudi 3 Mars 2005 22:06, Horst Geisler a ?crit : > > >>Hey there >>I have Problems with declaring user-defined datatype arrays as _PUBLIC_ >>in Gambas: >> >>'#I have this user-defined datatyp >>clBelegung.class: >> >>Public Name As String >>Public Zustand As boolean >>--------------------------------------------------- >>'# and I declare in another global class File >>_clGlobal.class:_ >>STATIC PUBLIC Eingang AS NEW clBelegung[] >>--------------------------------------------------- >>'#I want use it and its values in different modules like this: >>_module1.module:_ >>DIM i as INTEGER >>For i=1 to 7 >> clGlobal.Eingang[i].Name ="&23" & i >> clGlobal.Eingang[i].Zustand = True >>Next >>--------------------------------------------------- >>_module2.module:_ >>DIM i as INTEGER >>For i=1 to 7 >> Print clGlobal.Eingang[i].Name & ":" & clGlobal.Eingang[i].Zustand >>Next >>--------------------------------------------------- >> >>If I 'run' this Gambas Project I get the error messages like >> >>'Arrays are forbidden here' (STATIC PUBLIC Eingang[] AS NEW clBelegung) >>or >>'Syntax error at line ...' (STATIC PUBLIC Eingang AS NEW clBelegung[]) >> >> > > >In fact you have 2 way : >first: >define the array size as static array like >STATIC PUBLIC Eingang[6] AS NEW clBelegung > >else >define a dynamic object array and then set each entry with a new class > >STATIC PUBLIC Eingang AS NEW Object[] > >in Public Sub _New() > >dim i as integer >For i = 0 to 6 > Eingang[i] = NEW clBelegung >next > >Fabien Bodard > > > Hey Fabien, thanks for your quick help, :-) it's a bit tricky for me. I tried to do this, but i'm not very succesfully. Perhaps i show you my complete code and you can change it directly :-[ *i create following project like i understand your first way you told me* ------------------------------------------- clBelegung.class ------------------------------------------- ' Gambas class file PUBLIC Typ AS String PUBLIC Adresse AS String PUBLIC Pin AS String PUBLIC Zustand AS Boolean ------------------------------------------- clGlobal.class ------------------------------------------- ' Gambas class file 'STATIC PUBLIC Eingang AS NEW clBelegung 'works, as no array!! 'STATIC PUBLIC Eingang AS NEW clBelegung[8] 'Syntax error STATIC PUBLIC Eingang[8] AS NEW clBelegung 'Array are forbidden here ------------------------------------------- module1.module *(startup class)* ------------------------------------------- ' Gambas module file SUB Main() DIM i AS Integer FOR i = 0 TO 4 'works, as no array!! ' clGlobal.Eingang.Typ = "EIN" ' clGlobal.Eingang.Adresse = "&232" ' clGlobal.Eingang.Pin = i ' clGlobal.Eingang.Zustand = 0 clGlobal.Eingang[i].Typ = "EIN" clGlobal.Eingang[i].Adresse = "&232" clGlobal.Eingang[i].Pin = i clGlobal.Eingang[i].Zustand = TRUE NEXT module2.Ausgabe END SUB ------------------------------------------- module2.module ------------------------------------------- ' Gambas module file SUB Ausgabe() DIM i AS Integer FOR i = 0 TO 4 'works, as no array!! ' PRINT clGlobal.Eingang.Typ ' PRINT clGlobal.Eingang.Adresse ' PRINT clGlobal.Eingang.Pin ' PRINT clGlobal.Eingang.Zustand PRINT clGlobal.Eingang[i].Typ PRINT clGlobal.Eingang[i].Adresse PRINT clGlobal.Eingang[i].Pin PRINT clGlobal.Eingang[i].Zustand NEXT END * By the second way you recommended, i insert your code like* ------------------------------------------- clBelegung.class ------------------------------------------- ' Gambas class file PUBLIC Typ AS String PUBLIC Adresse AS String PUBLIC Pin AS String PUBLIC Zustand AS Boolean STATIC PUBLIC Eingang AS NEW Object[] Public Sub _New() dim i as integer For i = 0 to 6 Eingang[i] = NEW clBelegung next end ------------------------------------------- i tried different ways, but i find no way to use the variable 'Eingang' from both modules! Thanks a lot for helping, Horst -------------- next part -------------- An HTML attachment was scrubbed... URL: From radoslav.dejanovic at ...116... Fri Mar 4 14:51:26 2005 From: radoslav.dejanovic at ...116... (Radoslav =?iso-8859-2?q?Dejanovi=E6?=) Date: Fri, 4 Mar 2005 14:51:26 +0100 Subject: [Gambas-user] Gambas.org is free In-Reply-To: <000501c5204a$7fb58b40$0b01a8c0@...113...> References: <200503032339.56719.gambasfr@...11...> <000501c5204a$7fb58b40$0b01a8c0@...113...> Message-ID: <200503041451.26992.radoslav.dejanovic@...116...> On Friday 04 March 2005 00:41, Leo Barnhoorn wrote: > Hello Fabien, > > I have make a PRICE QUOTE at DomainCollection.com > > In aboud 3 days we know more over the Gambas.org Domain. Uh-oh! -- Radoslav Dejanovi? Operacijski sustavi d.o.o. http://www.opsus.hr From sourceforge-raindog2 at ...94... Fri Mar 4 15:44:48 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 4 Mar 2005 09:44:48 -0500 Subject: [Gambas-user] Gambas.org is free In-Reply-To: <000501c5204a$7fb58b40$0b01a8c0@...113...> References: <200503032339.56719.gambasfr@...11...> <000501c5204a$7fb58b40$0b01a8c0@...113...> Message-ID: <200503040944.48981.sourceforge-raindog2@...94...> On Thursday 03 March 2005 18:41, Leo Barnhoorn wrote: > I have make a PRICE QUOTE at DomainCollection.com arrrrgh! curse sourceforge's stupid slow mailing list delivery.... Rob From gambas at ...1... Fri Mar 4 15:07:02 2005 From: gambas at ...1... (Benoit Minisini) Date: Fri, 4 Mar 2005 15:07:02 +0100 Subject: [Gambas-user] problem with the File class In-Reply-To: <42275636.2030901@...142...> References: <42275636.2030901@...142...> Message-ID: <200503041507.02151.gambas@...1...> On Thursday 03 March 2005 19:23, Jean-Francois Perreault wrote: > Hi, > > I'm trying to read files into strings but I have a problem getting the > size of the opened file > > here's the relevant bits > > DIM nesdb as File > OPEN "/home/shodan/nes.txt" FOR READ AS #nesdb > PRINT nesdb.size > CLOSE #nesdb > > and in the console I get 0 > > but if I add > READ #nesdb, sRead , 38238 > TextArea1.Text = sRead > label1.text = len(sRead) > > I get the entire file printed out in textarea1 and 38238 in label1 > I tried setting the third parameter of READ to -1 , the doc says it > should read until the end of the stream (to the end of file in case of a > file ?) > > but -1 only reads on character , and 0 or unset only read character 2 to > 40 (probably data-dependant , the doc says the file must have been > written to with WRITE in this case) > if I print Stat("/home/shodan/nes.txt").Size > I get 38238 on the console so I can use that , but I was just wondering > why the File.Size property wasn't working > Actually, Stat() use the File object to store the information about a file. So, File.Size can only be use if the File object was created by stat(). I know this is a bit stupid. In the next version, I think Stat() will return an object with a Stat-specific class, and won't use the File class anymore. File.Size and other Stat-related properties will disappear too. To know the size of an opened file, use the Lof() function. Regards, -- Benoit Minisini mailto:gambas at ...1... From cmcpero at ...142... Fri Mar 4 19:22:22 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Fri, 04 Mar 2005 13:22:22 -0500 Subject: [Gambas-user] multi-dimensional constant string array, gambas@...880..., joystick interface, gambas-win32 Message-ID: <4228A75E.2040702@...142...> Hi, first , thanks to Benoit for your previous answer also if anyone is already on the Freenode irc network , please drop by #gambas to say hello and if you have a gambas question do not hesitate to ask ! :) now for my main question this was already discussed on the 25/05/2004 and the answer was that this is not possible, I assume it still isn't but I guess it would be nice to have it native constant arrays they could be declared like PUBLIC CONST sSystemList[5] AS String = ["amstradcpc","appleii","atari26k","atari52k","atari78k"] or even in multi-dimensional form PUBLIC CONST sSystemList[5,5] AS String = ["amstradcpc","appleii","atari26k","atari52k","atari78k"],["Amstrad CPC","Apple II","Atari 2600","Atari 5200","Atari 7800"] this would be useful for read only array , it is faster and less memory intensive than creating and populating java-like strings array , and would work with up to 8 dimensions and off course it could support other variables types and finally I'm trying to make a Joystick interface class I was going to type it here, but as I wrote my message it became too big , so see the attachement please, it is extremely commented oh and also , is there developpement with gambas-win32 ? I heard that trolltech released QT for win32 under the gpl , are we going to see a fully working gambas-win32 now ? regards, Jean-Francois Perreault -------------- next part -------------- A non-text attachment was scrubbed... Name: JoystickDemo.tar.gz Type: application/octet-stream Size: 3458 bytes Desc: not available URL: From gambasfr at ...11... Fri Mar 4 19:29:59 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Fri, 4 Mar 2005 19:29:59 +0100 Subject: [Gambas-user] Gambas.org is free In-Reply-To: <200503031931.19773.sourceforge-raindog2@...94...> References: <200503032339.56719.gambasfr@...11...> <000501c52047$50fdbbe0$0b01a8c0@...113...> <200503031931.19773.sourceforge-raindog2@...94...> Message-ID: <200503041929.59633.gambasfr@...11...> Le vendredi 4 Mars 2005 01:42, Rob a ?crit?: > On Thursday 03 March 2005 18:18, Leo Barnhoorn wrote: > > I like to help but see below. > > Yeah, that's a domain squatter. > > These days there's no use announcing to a list that a domain is > available.... if you don't grab it the same day it expires > someone like these guys will get it. That is what happened > today. As the guy responsible for the site you get if you put > "gambas" into Google and click "I'm Feeling Lucky", Benoit > should expect an email in a couple days or weeks offering to > sell it to him for US$2000 or so. Also, anyone hoping to correct > this problem by shelling out for a domain, DO NOT request a > quote, because every time someone does the price will increase > dramatically. It's even possible the squatter will not sell the > domain, but only "rent" it to you at an exorbitant price. > > The bottom line is that gambas.org will now almost certainly not > be available for the foreseeable future.... the domain for a > mailing list I was on expired accidentally in 1999, and the > squatter is STILL sitting on it. All because someone posted > about it to the list rather than just spending the 10 euros to > register it and then transfer it to Benoit. (I don't mean any > disrespect to Fabien, because most people don't know how these > people operate... just explaining how to prevent these things > from happening in the future.) > > Interesting that the registration seems to have been created in > the future. > > Rob > Thank you to increase my knowledge, rob ! :) In fact there is many year that i work on internet but i've never take the time to learn all the little thing of the savage life on internet ! Fabien From gambasfr at ...11... Fri Mar 4 19:32:34 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Fri, 4 Mar 2005 19:32:34 +0100 Subject: [Gambas-user] declaring user-defined datatype arrays as PUBLIC In-Reply-To: <42286886.2020105@...17...> References: <42277C5A.7060500@...17...> <200503032216.04500.gambasfr@...11...> <42286886.2020105@...17...> Message-ID: <200503041932.34502.gambasfr@...11...> Le vendredi 4 Mars 2005 14:54, Horst Geisler a ?crit?: > Bodard Fabien schrieb: > >Le jeudi 3 Mars 2005 22:06, Horst Geisler a ?crit : > >>Hey there > >>I have Problems with declaring user-defined datatype arrays as _PUBLIC_ > >>in Gambas: > >> > >>'#I have this user-defined datatyp > >>clBelegung.class: > >> > >>Public Name As String > >>Public Zustand As boolean > >>--------------------------------------------------- > >>'# and I declare in another global class File > >>_clGlobal.class:_ > >>STATIC PUBLIC Eingang AS NEW clBelegung[] > >>--------------------------------------------------- > >>'#I want use it and its values in different modules like this: > >>_module1.module:_ > >>DIM i as INTEGER > >>For i=1 to 7 > >> clGlobal.Eingang[i].Name ="&23" & i > >> clGlobal.Eingang[i].Zustand = True > >>Next > >>--------------------------------------------------- > >>_module2.module:_ > >>DIM i as INTEGER > >>For i=1 to 7 > >> Print clGlobal.Eingang[i].Name & ":" & clGlobal.Eingang[i].Zustand > >>Next > >>--------------------------------------------------- > >> > >>If I 'run' this Gambas Project I get the error messages like > >> > >>'Arrays are forbidden here' (STATIC PUBLIC Eingang[] AS NEW clBelegung) > >>or > >>'Syntax error at line ...' (STATIC PUBLIC Eingang AS NEW clBelegung[]) > > > >In fact you have 2 way : > >first: > >define the array size as static array like > >STATIC PUBLIC Eingang[6] AS NEW clBelegung > > > >else > >define a dynamic object array and then set each entry with a new class > > > >STATIC PUBLIC Eingang AS NEW Object[] > > > >in Public Sub _New() > > > >dim i as integer > >For i = 0 to 6 > > Eingang[i] = NEW clBelegung > >next > > > >Fabien Bodard > > Hey Fabien, > thanks for your quick help, :-) > it's a bit tricky for me. I tried to do this, but i'm not very succesfully. > > Perhaps i show you my complete code and you can change it directly :-[ > > *i create following project like i understand your first way you told me* > ------------------------------------------- > clBelegung.class > ------------------------------------------- > ' Gambas class file > PUBLIC Typ AS String > PUBLIC Adresse AS String > PUBLIC Pin AS String > PUBLIC Zustand AS Boolean > > ------------------------------------------- > clGlobal.class > ------------------------------------------- > ' Gambas class file > 'STATIC PUBLIC Eingang AS NEW clBelegung 'works, as no array!! > > 'STATIC PUBLIC Eingang AS NEW clBelegung[8] 'Syntax error > > STATIC PUBLIC Eingang[8] AS NEW clBelegung 'Array are forbidden here > > ------------------------------------------- > module1.module *(startup class)* > ------------------------------------------- > ' Gambas module file > > SUB Main() > DIM i AS Integer > FOR i = 0 TO 4 > 'works, as no array!! > ' clGlobal.Eingang.Typ = "EIN" > ' clGlobal.Eingang.Adresse = "&232" > ' clGlobal.Eingang.Pin = i > ' clGlobal.Eingang.Zustand = 0 > > clGlobal.Eingang[i].Typ = "EIN" > clGlobal.Eingang[i].Adresse = "&232" > clGlobal.Eingang[i].Pin = i > clGlobal.Eingang[i].Zustand = TRUE > NEXT > module2.Ausgabe > END SUB > > ------------------------------------------- > module2.module > ------------------------------------------- > ' Gambas module file > SUB Ausgabe() > DIM i AS Integer > FOR i = 0 TO 4 > 'works, as no array!! > ' PRINT clGlobal.Eingang.Typ > ' PRINT clGlobal.Eingang.Adresse > ' PRINT clGlobal.Eingang.Pin > ' PRINT clGlobal.Eingang.Zustand > > PRINT clGlobal.Eingang[i].Typ > PRINT clGlobal.Eingang[i].Adresse > PRINT clGlobal.Eingang[i].Pin > PRINT clGlobal.Eingang[i].Zustand > NEXT > END > * > By the second way you recommended, i insert your code like* > ------------------------------------------- > clBelegung.class > ------------------------------------------- > ' Gambas class file > PUBLIC Typ AS String > PUBLIC Adresse AS String > PUBLIC Pin AS String > PUBLIC Zustand AS Boolean > > STATIC PUBLIC Eingang AS NEW Object[] > > Public Sub _New() > > dim i as integer > For i = 0 to 6 > Eingang[i] = NEW clBelegung > next > end > ------------------------------------------- > > i tried different ways, but i find no way to use the variable 'Eingang' > from both modules! > > Thanks a lot for helping, > Horst REmove all your STATIC keywords ! Fabien From njmurphy1 at ...734... Fri Mar 4 20:01:19 2005 From: njmurphy1 at ...734... (njmurphy1 at ...734...) Date: Fri, 4 Mar 2005 11:01:19 -0800 Subject: [Gambas-user] problem with the File class Message-ID: <200503041101.20046.njmurphy1@...734...> Hi Jean-Francois I did some tests and you are correct the size property of a FILE only returns zero. I then tested it by using SEEK #FILE, Lof(FILE) to move the file pointer to the end of the file to see if this effected the size property. But alas it did not. But Lof() does return the correct file size. So use Lof(FILE) to get the size. But I also tested other properties of a file and none of the properties I tested returned correct values. LastAccess, LastChange and Time all return the same value. I suspect this indicates that all of the properties of the FILE object are being set to default values, by the default constructor, that have nothing to do with the actual file that is associated with the object. I have been doing my testing with version 1.02 so maybe this is a history investigation. If I get some more time I will test with a more current version. Joseph From cmcpero at ...142... Fri Mar 4 20:35:16 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Fri, 04 Mar 2005 14:35:16 -0500 Subject: [Gambas-user] multi-dimensional constant string array, gambas@...880..., joystick interface, gambas-win32 In-Reply-To: <4228A75E.2040702@...142...> References: <4228A75E.2040702@...142...> Message-ID: <4228B874.9010909@...142...> Hi, to develop more on the joystick interface problem in File_Read when I run READ #hjoystick , fLastEvent I do that to grab 8 bytes chunk from /dev/js0 also I could use a string instead of a float but I feared that because gambas is UTF-8 internally , that at some point the bits would get mucked around reading from Visual basic hardcore , what I would need would be something like CopyMemory (real name is RtlCopyMemory) and VarPtr then later I could do something like (iValue is a 2 byte short , fLastEvent is a 8 byte float) CopyMemory VarPtr(iValue),VarPtr(fLastEvent) + 4, 2 I doubt this is possible with gambas (or wise ? there's no garantee on how the float is actually stored right ? it could be compressed or something !) From henrigirard at ...67... Fri Mar 4 21:25:51 2005 From: henrigirard at ...67... (HG) Date: Fri, 4 Mar 2005 21:25:51 +0100 Subject: [Gambas-user] Gambas.org is free References: <200503032339.56719.gambasfr@...11...> <000501c52047$50fdbbe0$0b01a8c0@...113...> <200503031931.19773.sourceforge-raindog2@...94...> <200503041929.59633.gambasfr@...11...> Message-ID: this is marketing teaching... the goddess of capitalism... the plague of time ! ----- Original Message ----- From: "Bodard Fabien" To: Sent: Friday, March 04, 2005 7:29 PM Subject: Re: [Gambas-user] Gambas.org is free Le vendredi 4 Mars 2005 01:42, Rob a ?crit : > On Thursday 03 March 2005 18:18, Leo Barnhoorn wrote: > > I like to help but see below. > > Yeah, that's a domain squatter. > > These days there's no use announcing to a list that a domain is > available.... if you don't grab it the same day it expires > someone like these guys will get it. That is what happened > today. As the guy responsible for the site you get if you put > "gambas" into Google and click "I'm Feeling Lucky", Benoit > should expect an email in a couple days or weeks offering to > sell it to him for US$2000 or so. Also, anyone hoping to correct > this problem by shelling out for a domain, DO NOT request a > quote, because every time someone does the price will increase > dramatically. It's even possible the squatter will not sell the > domain, but only "rent" it to you at an exorbitant price. > > The bottom line is that gambas.org will now almost certainly not > be available for the foreseeable future.... the domain for a > mailing list I was on expired accidentally in 1999, and the > squatter is STILL sitting on it. All because someone posted > about it to the list rather than just spending the 10 euros to > register it and then transfer it to Benoit. (I don't mean any > disrespect to Fabien, because most people don't know how these > people operate... just explaining how to prevent these things > from happening in the future.) > > Interesting that the registration seems to have been created in > the future. > > Rob > Thank you to increase my knowledge, rob ! :) In fact there is many year that i work on internet but i've never take the time to learn all the little thing of the savage life on internet ! Fabien ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From karl.reinl at ...9... Sat Mar 5 00:28:33 2005 From: karl.reinl at ...9... (Charlie) Date: Sat, 05 Mar 2005 00:28:33 +0100 Subject: [Gambas-user] VB to Gambas References: <421793aa.1cf2.0@...9...> <4226D2A4.40103@...221...> <200503031109.47700.ronstk@...239...> <42273D55.40103@...221...> Message-ID: <4228EF21.7030907@...9...> Eilert schrieb: > No, I still don't get it running this way. :-) > > This time I included it like here. This is intended to give default > values for a table. There is a class named "tab" with the variables > and an Object[] named tb. Then within Form_Activate I do this: > > DIM tabelle AS NEW tab > > '[blabla] > 'a lot of single values that may stay for all columns > 'so just an example: > > tabelle.SpalteBreite = 30 > > FOR i = 0 to 4 > tabelle.KopfText = "Kopf" & Cstr(i) > tb.Add(tabelle) > next i > > So in my opinion, it should store the same values for SpalteBreite, > but different strings for KopfText. Now, when I want to read the > values for a certain column, I always get the same; the same value as > for the last item: > > PUBLIC SUB Spaltennr_Change() > > txtKopf.Text = tb[Spaltennr.Value].KopfText > > END > > always gives me "Kopf 4". I've tested tabelle.KopfText within the > FOR-NEXT loop, that one is ok. Giving a fixed value like > tb[2].KopfText also returns "Kopf 4". > > What do I do wrong here? > > Thxs for your help! > > Rolf Salut Rolf, if you are NOT working for the CIA or the KGB (if still exists), and you project is NOT 'top secret' please post your project or a working cut of the project, where others can reproduce the problem. It is not easy to help you, if you talk about a table ? (which table, an array, a TableView or what else is it) which is in a class named 'tab' ? With the code, it would be easier for the guys, to help you ! OK Amicalment Charlie From nfallo at ...734... Sat Mar 5 14:49:24 2005 From: nfallo at ...734... (Neil Fallon) Date: Sat, 05 Mar 2005 08:49:24 -0500 Subject: [Gambas-user] show hide controls Message-ID: <1110030564.5409.13.camel@...861...> Hi, I am creating a small test application with Gambas. If the data coming from the database has a length of less than 4 I want to hide 2 radio buttons. For some reason I am having problems hiding the buttons. The code is as follows. oConn.Type="sqlite" oConn.Name="quiz" oConn.Open strQuery = "select * from test" rsResult = oConn.Exec(strQuery) rsResult.MoveFirst counter = 0 txtQuestion.Text = rsResult["question"] lblCount.Caption = "Question " & rsResult["id"] & " of 500" IF Len(rsResult["answer"]) <4 THEN RadioButton3.Visible = FALSE RadioButto43.Visible = FALSE END IF Neil From nfallo at ...734... Sat Mar 5 14:54:42 2005 From: nfallo at ...734... (Neil Fallon) Date: Sat, 05 Mar 2005 08:54:42 -0500 Subject: [Gambas-user] code help Message-ID: <1110030882.5409.17.camel@...861...> Hi, I am creating a small test application with Gambas. If the data coming from the database has a length of less than 4 I want to hide 2 radio buttons. For some reason I am having problems hiding the buttons. The code is as follows. oConn.Type="sqlite" oConn.Name="quiz" oConn.Open strQuery = "select * from test" rsResult = oConn.Exec(strQuery) rsResult.MoveFirst counter = 0 txtQuestion.Text = rsResult["question"] lblCount.Caption = "Question " & rsResult["id"] & " of 500" IF Len(rsResult["answer"]) <4 THEN RadioButton3.Visible = FALSE RadioButto43.Visible = FALSE END IF Neil From rolf.frogs at ...221... Sat Mar 5 16:54:22 2005 From: rolf.frogs at ...221... (Rolf Schmidt) Date: Sat, 5 Mar 2005 16:54:22 +0100 Subject: [Gambas-user] code help In-Reply-To: <1110030882.5409.17.camel@...861...> References: <1110030882.5409.17.camel@...861...> Message-ID: <200503051654.25374.rolf.frogs@...221...> Hi Neil > IF Len(rsResult["answer"]) <4 THEN > RadioButton3.Visible = FALSE > RadioButto43.Visible = FALSE > END IF Try to do it the other way round: - first set the buttons in the property menu to unvisible. - write: If (len(rsResult["answer"]) >= 4 then radiobutton3.visible = true radiobutto43.visible = true endif Perhaps you can find the mistakes you made before - or use the excellent debugger of gambas. rolf -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From na2492 at ...9... Sat Mar 5 18:15:03 2005 From: na2492 at ...9... (Charlie Reinl) Date: Sat, 5 Mar 2005 18:15:03 00100 Subject: [Gambas-user] code help Message-ID: <4229e917.1976.0@...9...> >Hi, > >I am creating a small test application with Gambas. If the data coming >from the database has a length of less than 4 I want to hide 2 radio >buttons. For some reason I am having problems hiding the buttons. The >code is as follows. > > >oConn.Type="sqlite" >oConn.Name="quiz" > >oConn.Open > >strQuery = "select * from test" >rsResult = oConn.Exec(strQuery) > >rsResult.MoveFirst >counter = 0 >txtQuestion.Text = rsResult["question"] >lblCount.Caption = "Question " & rsResult["id"] & " of 500" > >IF Len(rsResult["answer"]) <4 THEN >RadioButton3.Visible = FALSE >RadioButto43.Visible = FALSE >END IF > > >Neil Salut Neil, have you set a breakpoit inside IF Len(rsResult["answer"]) <4 THEN and dit you be stoped there ? I think that IF Len(rsResult["answer"]) <4 THEN ditn't raise. Or it the buttons are set to visible = true some lines later. Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From edamron at ...776... Sat Mar 5 20:33:29 2005 From: edamron at ...776... (Eric Damron) Date: Sat, 05 Mar 2005 11:33:29 -0800 Subject: [Gambas-user] Loading pictures Message-ID: <422A0989.3060406@...776...> Can someone send me a snippit showing how to load a picture into the various components that are designed to display them? I have looked at an example that loads pictures into a drawing area but I must not get it because my own code doens't work. Also I'm not sure a drawing area is what I really want. I just want to display jpg pictures of the DVD covers on a DVD database. My code looks like: PRIVATE SUB SetCover(strPic AS String) DIM d AS DrawingArea DIM strS AS String DIM strPath AS String DIM hImage AS Image strPath = GetPicPath() strS = strPath & strPic IF Exist(strS) THEN hImage = NEW Image hImage.Load(strS) daCover.Resize(132, 204) daCover.Clear() Draw.Begin(daCover) Draw.FillColor = Color.Gray Draw.FillStyle = Fill.Solid Draw.Rect(0, 0, daCover.Width, daCover.Height) Draw.Image(hImage, 0, 0) Draw.End daCover.Visible = TRUE END IF END Is there a easier / better component to use? Thanks From nfallo at ...734... Sat Mar 5 22:24:38 2005 From: nfallo at ...734... (Neil Fallon) Date: Sat, 05 Mar 2005 16:24:38 -0500 Subject: [Gambas-user] code help In-Reply-To: <200503051654.25374.rolf.frogs@...221...> References: <1110030882.5409.17.camel@...861...> <200503051654.25374.rolf.frogs@...221...> Message-ID: <1110057878.5409.24.camel@...861...> Hi Rolf, I understand what you did by making the answer length greater or equal to 4. The other way around should have worked. I also don't see a closing ) in your example. What I ended up doing was adding a couple of more fields to the database and if the fields are "" then hide the buttons which works fine. Now if I can just figure out how to center the form in the screen I'll be done with the application. Neil From nfallo at ...734... Sat Mar 5 22:25:46 2005 From: nfallo at ...734... (Neil Fallon) Date: Sat, 05 Mar 2005 16:25:46 -0500 Subject: [Gambas-user] code help In-Reply-To: <4229e917.1976.0@...9...> References: <4229e917.1976.0@...9...> Message-ID: <1110057946.5409.26.camel@...861...> Hi Charlie, It didn't raise an exception. But I figured out a different way to handle the situation. Neil From nfallo at ...734... Sun Mar 6 01:03:39 2005 From: nfallo at ...734... (Neil Fallon) Date: Sat, 05 Mar 2005 19:03:39 -0500 Subject: [Gambas-user] reset radiobuttons Message-ID: <1110067419.5409.32.camel@...861...> Hi, I have a section of code that I was hoping would reset the radio buttons in my app to nothing selected but it doesn't seem to work. The code is as follows. RadioButton1.Value = FALSE RadioButton2.Value = FALSE RadioButton3.Value = FALSE RadioButton4.Value = FALSE I have also tried refresh and that doesn't work either. Coming from a VB background I'm sure I'm just not doing something correctly. Neil From gambasfr at ...11... Sun Mar 6 01:19:43 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Sun, 6 Mar 2005 01:19:43 +0100 Subject: [Gambas-user] reset radiobuttons In-Reply-To: <1110067419.5409.32.camel@...861...> References: <1110067419.5409.32.camel@...861...> Message-ID: <200503060119.43823.gambasfr@...11...> Le dimanche 6 Mars 2005 01:03, Neil Fallon a ?crit?: > Hi, > > I have a section of code that I was hoping would reset the radio buttons > in my app to nothing selected but it doesn't seem to work. The code is > as follows. > > RadioButton1.Value = FALSE > RadioButton2.Value = FALSE > RadioButton3.Value = FALSE > RadioButton4.Value = FALSE > > I have also tried refresh and that doesn't work either. Coming from a > VB background I'm sure I'm just not doing something correctly. > > Neil in fact an option is always at least one of the possibility... Fabien > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From nfallo at ...734... Sun Mar 6 01:26:17 2005 From: nfallo at ...734... (Neil Fallon) Date: Sat, 05 Mar 2005 19:26:17 -0500 Subject: [Gambas-user] reset radiobuttons In-Reply-To: <200503060119.43823.gambasfr@...11...> References: <1110067419.5409.32.camel@...861...> <200503060119.43823.gambasfr@...11...> Message-ID: <1110068777.5409.35.camel@...861...> Hi Fabien, I thought that may be the case. So the only way to reset all of them to nothing is to delete them in the code and re-create them. Neil From lance at ...883... Sun Mar 6 03:25:38 2005 From: lance at ...883... (Lance Beck) Date: Sat, 5 Mar 2005 20:25:38 -0600 Subject: [Gambas-user] reset radiobuttons In-Reply-To: <200503060119.43823.gambasfr@...11...> Message-ID: Haven't tried this but how about a RadioButton5 with the Visible property set to False? Lance > -----Original Message----- > From: gambas-user-admin at lists.sourceforge.net > [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of > Bodard Fabien > Sent: Saturday, March 05, 2005 6:20 PM > To: gambas-user at lists.sourceforge.net > Subject: Re: [Gambas-user] reset radiobuttons > > Le dimanche 6 Mars 2005 01:03, Neil Fallon a ?crit?: > > Hi, > > > > I have a section of code that I was hoping would reset the radio > > buttons in my app to nothing selected but it doesn't seem to work. > > The code is as follows. > > > > RadioButton1.Value = FALSE > > RadioButton2.Value = FALSE > > RadioButton3.Value = FALSE > > RadioButton4.Value = FALSE > > > > I have also tried refresh and that doesn't work either. > Coming from a > > VB background I'm sure I'm just not doing something correctly. > > > > Neil > > in fact an option is always at least one of the possibility... > > Fabien > > > > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide Read honest > & candid > > reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start > reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide Read honest & > candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From nfallo at ...734... Sun Mar 6 03:36:12 2005 From: nfallo at ...734... (Neil Fallon) Date: Sat, 05 Mar 2005 21:36:12 -0500 Subject: [Gambas-user] reset radiobuttons In-Reply-To: References: Message-ID: <1110076572.5409.40.camel@...861...> On Sat, 2005-03-05 at 20:25 -0600, Lance Beck wrote: > Haven't tried this but how about a RadioButton5 with the Visible property > set to False? > Lance > > > > -----Original Message----- > > From: gambas-user-admin at lists.sourceforge.net > > [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of > > Bodard Fabien > > Sent: Saturday, March 05, 2005 6:20 PM > > To: gambas-user at lists.sourceforge.net > > Subject: Re: [Gambas-user] reset radiobuttons > > > > Le dimanche 6 Mars 2005 01:03, Neil Fallon a ?crit : > > > Hi, > > > > > > I have a section of code that I was hoping would reset the radio > > > buttons in my app to nothing selected but it doesn't seem to work. > > > The code is as follows. > > > > > > RadioButton1.Value = FALSE > > > RadioButton2.Value = FALSE > > > RadioButton3.Value = FALSE > > > RadioButton4.Value = FALSE > > > > > > I have also tried refresh and that doesn't work either. > > Coming from a > > > VB background I'm sure I'm just not doing something correctly. > > > > > > Neil > > > > in fact an option is always at least one of the possibility... > > > > Fabien > > Hi Lance, That's what I ended up doing. I created a fifth button, made it hidden and disabled, set the value to true when the database increments or decrements. Then when the user selects a button it works fine. Neil From nfallo at ...734... Sun Mar 6 04:07:40 2005 From: nfallo at ...734... (Neil Fallon) Date: Sat, 05 Mar 2005 22:07:40 -0500 Subject: [Gambas-user] format number messing up equation Message-ID: <1110078460.5409.45.camel@...861...> Hi, When using the Format$ to format the output of a number I am getting the wrong result. If I don't use it I get the correct result. Code works Message.Info("You answered " & countCorrect & " questions correct.\n\n" & "You answered " & countWrong & " questions wrong." & "\n\n\n" & "Your score for this test is " & countCorrect/counter*100 & "%\n\n" ) Doesn't work Message.Info("You answered " & countCorrect & " questions correct.\n\n" & "You answered " & countWrong & " questions wrong." & "\n\n\n" & "Your score for this test is " & Format$(countCorrect/counter*100,"##.# %") & "\n\n" ) With the section that doesn't work I am getting results like 5000% instead of 50% Neil From nfallo at ...734... Sun Mar 6 06:58:18 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 00:58:18 -0500 Subject: [Gambas-user] database eof and bof Message-ID: <1110088698.5409.50.camel@...861...> Hi, I have searched the archive and checked the documentation but can't seem to find an answer. Does Gambas support EOF and BOF when working with databases? In VB you would write something like If rsResult.EOF = True Then do something Else do something else End If If it doesn't support EOF and BOF what is the suggested way of trapping the beginning and end of a database if the items aren't loaded into a list or combobox? Neil From nfallo at ...734... Sun Mar 6 07:07:17 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 01:07:17 -0500 Subject: [Gambas-user] compile on NLD9 Message-ID: <1110089237.5409.52.camel@...861...> Hi, Just wanted to pass along that Gambas compiles fine on the Novell NLD9 distro. Neil From sourceforge-raindog2 at ...94... Sun Mar 6 07:20:25 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 6 Mar 2005 01:20:25 -0500 Subject: [Gambas-user] database eof and bof In-Reply-To: <1110088698.5409.50.camel@...861...> References: <1110088698.5409.50.camel@...861...> Message-ID: <200503060120.25373.sourceforge-raindog2@...94...> On Sunday 06 March 2005 00:58, Neil Fallon wrote: > Hi, > > I have searched the archive and checked the documentation but can't > seem to find an answer. Does Gambas support EOF and BOF when > working with databases? In VB you would write something like > > If rsResult.EOF = True Then > do something > Else > do something else > End If > > > If it doesn't support EOF and BOF what is the suggested way of > trapping the beginning and end of a database if the items aren't > loaded into a list or combobox? EOF and BOF are merged into one property, "Available". r.Available in Gambas is like "not r.EOF" in VB. (r as Result, as I usually do) r.MoveNext If r.Available Then ' gimme some data Else ' close the DB End If I agree that this should be documented better or mentioned in the DifferencesFromVB page. Here is the page on Available: http://www.binara.com/gambas-wiki/bin/view/Gambas/GbDbResult Note that when you're iterating through a whole recordset, rather than doing the Do...Loop thing, in Gambas it's easier to use For Each...Next thing. FOR EACH r ' gimme some data NEXT No BOF, EOF or Available required. Of course if you're moving forward and backward at the whims of a user, you're stuck checking r.Available. Rov From nfallo at ...734... Sun Mar 6 07:31:40 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 01:31:40 -0500 Subject: [Gambas-user] database eof and bof In-Reply-To: <200503060120.25373.sourceforge-raindog2@...94...> References: <1110088698.5409.50.camel@...861...> <200503060120.25373.sourceforge-raindog2@...94...> Message-ID: <1110090700.5409.57.camel@...861...> On Sun, 2005-03-06 at 01:20 -0500, Rob wrote: > On Sunday 06 March 2005 00:58, Neil Fallon wrote: > > Hi, > > > > I have searched the archive and checked the documentation but can't > > seem to find an answer. Does Gambas support EOF and BOF when > > working with databases? In VB you would write something like > > > > If rsResult.EOF = True Then > > do something > > Else > > do something else > > End If > > > > > > If it doesn't support EOF and BOF what is the suggested way of > > trapping the beginning and end of a database if the items aren't > > loaded into a list or combobox? > > EOF and BOF are merged into one property, "Available". r.Available in > Gambas is like "not r.EOF" in VB. > > (r as Result, as I usually do) > > r.MoveNext > If r.Available Then > ' gimme some data > Else > ' close the DB > End If > > I agree that this should be documented better or mentioned in the > DifferencesFromVB page. Here is the page on Available: > > http://www.binara.com/gambas-wiki/bin/view/Gambas/GbDbResult > > Note that when you're iterating through a whole recordset, rather than > doing the Do...Loop thing, in Gambas it's easier to use For > Each...Next thing. > > FOR EACH r > ' gimme some data > NEXT > > No BOF, EOF or Available required. Of course if you're moving forward > and backward at the whims of a user, you're stuck checking > r.Available. > > Rov > Hi Roy, I am at the whims of the users moving forward and backward. The easier way for me may be to just check the first and last records in the database. My key field is an auto increment number. I can just check if the value is 1 for the first record or what ever the number is for the last record value in the database. Neil From sourceforge-raindog2 at ...94... Sun Mar 6 07:45:55 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 6 Mar 2005 01:45:55 -0500 Subject: [Gambas-user] database eof and bof In-Reply-To: <1110090700.5409.57.camel@...861...> References: <1110088698.5409.50.camel@...861...> <200503060120.25373.sourceforge-raindog2@...94...> <1110090700.5409.57.camel@...861...> Message-ID: <200503060145.55767.sourceforge-raindog2@...94...> On Sunday 06 March 2005 01:31, Neil Fallon wrote: > I am at the whims of the users moving forward and backward. The > easier way for me may be to just check the first and last records > in the database. My key field is an auto increment number. I can > just check if the value is 1 for the first record or what ever the > number is for the last record value in the database. I guess that's cool as long as you're sure there'll never be holes in the database, but I personally would check r.Available regardless to avoid the possibility of a runtime error. Rob From nfallo at ...734... Sun Mar 6 15:09:43 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 09:09:43 -0500 Subject: [Gambas-user] database eof and bof In-Reply-To: <200503060145.55767.sourceforge-raindog2@...94...> References: <1110088698.5409.50.camel@...861...> <200503060120.25373.sourceforge-raindog2@...94...> <1110090700.5409.57.camel@...861...> <200503060145.55767.sourceforge-raindog2@...94...> Message-ID: <1110118183.5409.60.camel@...861...> On Sun, 2005-03-06 at 01:45 -0500, Rob wrote: > On Sunday 06 March 2005 01:31, Neil Fallon wrote: > > I am at the whims of the users moving forward and backward. The > > easier way for me may be to just check the first and last records > > in the database. My key field is an auto increment number. I can > > just check if the value is 1 for the first record or what ever the > > number is for the last record value in the database. > > I guess that's cool as long as you're sure there'll never be holes in > the database, but I personally would check r.Available regardless to > avoid the possibility of a runtime error. > > Rob > Hi Rob, When I check Available on the last record I get an error stating there are no more records. I don't want the message transmitted to the user. Neil From nfallo at ...734... Sun Mar 6 16:29:28 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 10:29:28 -0500 Subject: [Gambas-user] icon editor Message-ID: <1110122969.5409.63.camel@...861...> Hi, I tried to use the icon editor from the view menu but nothing happens. Is there a trick to using this item. Neil From nfallo at ...734... Sun Mar 6 17:42:18 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 11:42:18 -0500 Subject: [Gambas-user] syntax error Message-ID: <1110127338.5409.72.camel@...861...> Hi, Could someone please look at this code and tell me why I am getting a syntax error on the first line? It's simple stuff that shouldn't be generating an error. DIM strQuestions AS String DIM strWrong AS String IF countCorrect > 1 THEN strQuestions = "questions" ELSE strQuestions = "question" END IF IF countWrong > 1 THEN strWrong = "questions" ELSE strWrong = "question" END IF Neil From nfallo at ...734... Sun Mar 6 17:53:31 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 11:53:31 -0500 Subject: [Gambas-user] syntax error In-Reply-To: <1110127338.5409.72.camel@...861...> References: <1110127338.5409.72.camel@...861...> Message-ID: <1110128011.5409.75.camel@...861...> I figured out a way around the problem by making the variables Public at the top of the screen. I guess it would be the general declarations section. I'm not sure why the variable would have to be declared as public there instead of being able to use a variable in the sub that I am working with when the variable is only used in that sub. Neil On Sun, 2005-03-06 at 11:42 -0500, Neil Fallon wrote: > Hi, > > Could someone please look at this code and tell me why I am getting a > syntax error on the first line? It's simple stuff that shouldn't be > generating an error. > > DIM strQuestions AS String > DIM strWrong AS String > > IF countCorrect > 1 THEN > strQuestions = "questions" > ELSE > strQuestions = "question" > END IF > > IF countWrong > 1 THEN > strWrong = "questions" > ELSE > strWrong = "question" > END IF > > > > Neil > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From leo.barnhoorn at ...246... Sun Mar 6 18:08:41 2005 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Sun, 6 Mar 2005 18:08:41 +0100 Subject: [Gambas-user] syntax error In-Reply-To: <1110127338.5409.72.camel@...861...> References: <1110127338.5409.72.camel@...861...> Message-ID: <200503061808.41669.leo.barnhoorn@...246...> Hello Neil, You have to use PUBLIC or PRIVATE as general declaretion, because it is outsite a SUB or FUNCTION. DIM you use that within SUB's or FUNCTIONS Regards, Leo. On Sunday 06 March 2005 17:42, Neil Fallon wrote: > Hi, > > Could someone please look at this code and tell me why I am getting a > syntax error on the first line? It's simple stuff that shouldn't be > generating an error. > > DIM strQuestions AS String > DIM strWrong AS String > > IF countCorrect > 1 THEN > strQuestions = "questions" > ELSE > strQuestions = "question" > END IF > > IF countWrong > 1 THEN > strWrong = "questions" > ELSE > strWrong = "question" > END IF > > > > Neil > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sourceforge-raindog2 at ...94... Sun Mar 6 17:14:13 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 6 Mar 2005 11:14:13 -0500 Subject: [Gambas-user] database eof and bof In-Reply-To: <1110118183.5409.60.camel@...861...> References: <1110088698.5409.50.camel@...861...> <200503060145.55767.sourceforge-raindog2@...94...> <1110118183.5409.60.camel@...861...> Message-ID: <200503061114.13244.sourceforge-raindog2@...94...> On Sunday 06 March 2005 09:09, Neil Fallon wrote: > When I check Available on the last record I get an error stating > there are no more records. I don't want the message transmitted to > the user. Well, I'd call that a bug in either gb.db or the driver for whichever database you're using. Hopefully someone with gb.db.* knowledge will look into it, since there's not much point in having a flag indicating whether there's a record available if it just raises an error instead of returning FALSE. Have you looked at TRY (probably not useful in this case because it doesn't work with IF statements) or CATCH to trap the error? Rob From nfallo at ...734... Sun Mar 6 18:13:39 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 12:13:39 -0500 Subject: [Gambas-user] syntax error In-Reply-To: <200503061808.41669.leo.barnhoorn@...246...> References: <1110127338.5409.72.camel@...861...> <200503061808.41669.leo.barnhoorn@...246...> Message-ID: <1110129219.5409.79.camel@...861...> Hi Leo, I was trying to use it withing a sub only. It should have worked. The variable is only used in this sub. I therefore should not have to make it public or private in the general declarations section. I should be able to just Dim whatever in the sub and use the variable in the sub. Neil On Sun, 2005-03-06 at 18:08 +0100, Leo Barnhoorn wrote: > Hello Neil, > > You have to use PUBLIC or PRIVATE as general declaretion, because it is > outsite a SUB or FUNCTION. > > DIM you use that within SUB's or FUNCTIONS > > Regards, > Leo. > > On Sunday 06 March 2005 17:42, Neil Fallon wrote: > > Hi, > > > > Could someone please look at this code and tell me why I am getting a > > syntax error on the first line? It's simple stuff that shouldn't be > > generating an error. > > > > DIM strQuestions AS String > > DIM strWrong AS String > > > > IF countCorrect > 1 THEN > > strQuestions = "questions" > > ELSE > > strQuestions = "question" > > END IF > > > > IF countWrong > 1 THEN > > strWrong = "questions" > > ELSE > > strWrong = "question" > > END IF > > > > > > > > Neil > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From nfallo at ...734... Sun Mar 6 18:26:06 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 12:26:06 -0500 Subject: [Gambas-user] database eof and bof In-Reply-To: <200503061114.13244.sourceforge-raindog2@...94...> References: <1110088698.5409.50.camel@...861...> <200503060145.55767.sourceforge-raindog2@...94...> <1110118183.5409.60.camel@...861...> <200503061114.13244.sourceforge-raindog2@...94...> Message-ID: <1110129966.5409.82.camel@...861...> Hi Rob, It's easier to just code around it for what I'm doing. Neil On Sun, 2005-03-06 at 11:14 -0500, Rob wrote: > On Sunday 06 March 2005 09:09, Neil Fallon wrote: > > When I check Available on the last record I get an error stating > > there are no more records. I don't want the message transmitted to > > the user. > > Well, I'd call that a bug in either gb.db or the driver for whichever > database you're using. Hopefully someone with gb.db.* knowledge will > look into it, since there's not much point in having a flag > indicating whether there's a record available if it just raises an > error instead of returning FALSE. > > Have you looked at TRY (probably not useful in this case because it > doesn't work with IF statements) or CATCH to trap the error? > > Rob > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From alanpollock at ...884... Mon Mar 7 05:16:14 2005 From: alanpollock at ...884... (alanpollock at ...884...) Date: Sun, 6 Mar 2005 22:16:14 -0600 Subject: [Gambas-user] Compile on PCLinuxOS 8.0 and Fedora 3 Message-ID: <200503062216.14988.alanpollock@...884...> Hi Folks This is a reposting - but I didn't see the previous posting actually make it to here, so just to confirm that I got the 1.0.3 version to run on PCLinux 8.0 and Fedora 3 Cheers Alinux From cmcpero at ...142... Sun Mar 6 19:21:43 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Sun, 06 Mar 2005 13:21:43 -0500 Subject: [Gambas-user] syntax error In-Reply-To: <1110127338.5409.72.camel@...861...> References: <1110127338.5409.72.camel@...861...> Message-ID: <422B4A37.5010303@...142...> where did you declare countCorrect and countWrong ? either they were public/private to your class or they were part of your sub/function declaration ,else that would explain the error Neil Fallon wrote: >Hi, > >Could someone please look at this code and tell me why I am getting a >syntax error on the first line? It's simple stuff that shouldn't be >generating an error. > >DIM strQuestions AS String >DIM strWrong AS String > >IF countCorrect > 1 THEN > strQuestions = "questions" >ELSE > strQuestions = "question" >END IF > >IF countWrong > 1 THEN > strWrong = "questions" >ELSE > strWrong = "question" >END IF > > > >Neil > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > From nfallo at ...734... Sun Mar 6 19:50:07 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 13:50:07 -0500 Subject: [Gambas-user] syntax error In-Reply-To: <422B4A37.5010303@...142...> References: <1110127338.5409.72.camel@...861...> <422B4A37.5010303@...142...> Message-ID: <1110135007.5409.86.camel@...861...> Hi Jean-Francois, I declared countCorrect and countWrong a public in the general declarations section. They should have nothing to do with me declaring a variable and getting a syntax error when declaring the variable. The syntax error was on the declaration itself not the code that followed it. I commented out the code after the declaration and still got the same error. Neil On Sun, 2005-03-06 at 13:21 -0500, Jean-Francois Perreault wrote: > where did you declare countCorrect and countWrong ? > either they were public/private to your class or they > were part of your sub/function declaration ,else that would explain the > error > > Neil Fallon wrote: > > >Hi, > > > >Could someone please look at this code and tell me why I am getting a > >syntax error on the first line? It's simple stuff that shouldn't be > >generating an error. > > > >DIM strQuestions AS String > >DIM strWrong AS String > > > >IF countCorrect > 1 THEN > > strQuestions = "questions" > >ELSE > > strQuestions = "question" > >END IF > > > >IF countWrong > 1 THEN > > strWrong = "questions" > >ELSE > > strWrong = "question" > >END IF > > > > > > > >Neil > > > > > > > > > >------------------------------------------------------- > >SF email is sponsored by - The IT Product Guide > >Read honest & candid reviews on hundreds of IT Products from real users. > >Discover which products truly live up to the hype. Start reading now. > >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > >_______________________________________________ > >Gambas-user mailing list > >Gambas-user at lists.sourceforge.net > >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sourceforge-raindog2 at ...94... Sun Mar 6 20:03:12 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 6 Mar 2005 14:03:12 -0500 Subject: [Gambas-user] syntax error In-Reply-To: <1110135007.5409.86.camel@...861...> References: <1110127338.5409.72.camel@...861...> <422B4A37.5010303@...142...> <1110135007.5409.86.camel@...861...> Message-ID: <200503061403.12612.sourceforge-raindog2@...94...> On Sunday 06 March 2005 13:50, Neil Fallon wrote: > I declared countCorrect and countWrong a public in the general > declarations section. > > They should have nothing to do with me declaring a variable and > getting a syntax error when declaring the variable. The syntax > error was on the declaration itself not the code that followed it. > I commented out the code after the declaration and still got the > same error. I think maybe you should post your project, so we can all refer to file and line number when problems like this arise. Rob From nfallo at ...734... Sun Mar 6 20:17:19 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 14:17:19 -0500 Subject: [Gambas-user] syntax error In-Reply-To: <200503061403.12612.sourceforge-raindog2@...94...> References: <1110127338.5409.72.camel@...861...> <422B4A37.5010303@...142...> <1110135007.5409.86.camel@...861...> <200503061403.12612.sourceforge-raindog2@...94...> Message-ID: <1110136639.5409.92.camel@...861...> Hi Rob, I'm done with the project other than adding comments and some enhancements that I would want for myself. As soon as I finish the commenting I'll post the project. It should be a good learning tool for people. It is a quiz application that gives multiple choice answers for questions and gives a score when the user asks for one. If there are only yes and no answers to the questions then some of the radio buttons are hidden otherwise they are visible with the answers generated by the database. Everything in the application works off of the database which is SQLite. Neil On Sun, 2005-03-06 at 14:03 -0500, Rob wrote: > On Sunday 06 March 2005 13:50, Neil Fallon wrote: > > I declared countCorrect and countWrong a public in the general > > declarations section. > > > > They should have nothing to do with me declaring a variable and > > getting a syntax error when declaring the variable. The syntax > > error was on the declaration itself not the code that followed it. > > I commented out the code after the declaration and still got the > > same error. > > I think maybe you should post your project, so we can all refer to > file and line number when problems like this arise. > > Rob > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From cmcpero at ...142... Sun Mar 6 21:22:39 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Sun, 06 Mar 2005 15:22:39 -0500 Subject: [Gambas-user] Joystick interface class Message-ID: <422B668F.6030504@...142...> I simplified my earlier joystick interface class it is a lot cleaner now but I have a problem I can't pass argument to the class constructor when I quit I get errors and testing shows that the destructor is not being called also events don't fire I guess most of my problems are related to the way I'm instanciating by CJoystick class is it really necessary that I run cJoystick = NEW CJoystick("/dev/js0") AS cJoystick in my FMain's constructor , that just sound sooo redundant since I'm aiming for the lowest line count possible I haven't tried re-instanciating cJoystick as program launch yet, but also I'm curious are the CJoystick class event properly declared , raised and used (used in FMain) ? Jean-Francois Perreault -------------- next part -------------- A non-text attachment was scrubbed... Name: JoystickDemo.tar.gz Type: application/octet-stream Size: 2447 bytes Desc: not available URL: From nfallo at ...734... Sun Mar 6 21:30:59 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 15:30:59 -0500 Subject: [Gambas-user] project Message-ID: <1110141059.5409.96.camel@...861...> I have finished a project that I would like to share and may be of use to some people. Is there a site that holds sample projects that this can be added to? Neil From na2492 at ...9... Sun Mar 6 21:43:57 2005 From: na2492 at ...9... (Charlie Reinl) Date: Sun, 6 Mar 2005 21:43:57 00100 Subject: [Gambas-user] database eof and bof Message-ID: <422b6b8d.58b5.0@...9...> >On Sun, 2005-03-06 at 01:45 -0500, Rob wrote: >> On Sunday 06 March 2005 01:31, Neil Fallon wrote: >> > I am at the whims of the users moving forward and backward. The >> > easier way for me may be to just check the first and last records >> > in the database. My key field is an auto increment number. I can >> > just check if the value is 1 for the first record or what ever the >> > number is for the last record value in the database. >> >> I guess that's cool as long as you're sure there'll never be holes in >> the database, but I personally would check r.Available regardless to >> avoid the possibility of a runtime error. >> >> Rob >> >Hi Rob, > >When I check Available on the last record I get an error stating there >are no more records. I don't want the message transmitted to the user. > >Neil Salut Neil, CASE "NEXT" IF tbvSelect.Row < tbvSelect.Rows.Count - 1 THEN tbvSelect.MoveTo(tbvSelect.Row + 1, tbvSelect.Column) ENDIF CASE "BACK" IF tbvSelect.Row > 0 THEN tbvSelect.MoveTo(tbvSelect.Row - 1, tbvSelect.Column) ENDIF These are two buttons to move on a TableView and works Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From cmcpero at ...142... Sun Mar 6 21:46:19 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Sun, 06 Mar 2005 15:46:19 -0500 Subject: [Gambas-user] project In-Reply-To: <1110141059.5409.96.camel@...861...> References: <1110141059.5409.96.camel@...861...> Message-ID: <422B6C1B.1070004@...142...> http://www.gambasforge.net Neil Fallon wrote: >I have finished a project that I would like to share and may be of use >to some people. Is there a site that holds sample projects that this >can be added to? > >Neil > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > From sourceforge-raindog2 at ...94... Sun Mar 6 21:42:59 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 6 Mar 2005 15:42:59 -0500 Subject: [Gambas-user] project In-Reply-To: <1110141059.5409.96.camel@...861...> References: <1110141059.5409.96.camel@...861...> Message-ID: <200503061542.59008.sourceforge-raindog2@...94...> On Sunday 06 March 2005 15:30, Neil Fallon wrote: > I have finished a project that I would like to share and may be of > use to some people. Is there a site that holds sample projects > that this can be added to? Yeah, Gambasforge is supposed to be a repository for sample projects. My modified IDE was too big for its upload function though. http://www.gambasforge.net/ Rob From na2492 at ...9... Sun Mar 6 21:48:51 2005 From: na2492 at ...9... (Charlie Reinl) Date: Sun, 6 Mar 2005 21:48:51 00100 Subject: [Gambas-user] syntax error Message-ID: <422b6cb3.5c9f.0@...9...> >Hi, > >Could someone please look at this code and tell me why I am getting a >syntax error on the first line? It's simple stuff that shouldn't be >generating an error. > >DIM strQuestions AS String >DIM strWrong AS String > >IF countCorrect > 1 THEN > strQuestions = "questions" >ELSE > strQuestions = "question" >END IF > >IF countWrong > 1 THEN > strWrong = "questions" >ELSE > strWrong = "question" >END IF > > > >Neil Salut Neil, reading your mail, I just can say 'Hi' is not a gambas command. Or where is the first line. Dit you guys all work on 'top secret' project, while not posting working pieces of code (also called projects) when you need help ??????????????????? Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From na2492 at ...9... Sun Mar 6 21:57:18 2005 From: na2492 at ...9... (Charlie Reinl) Date: Sun, 6 Mar 2005 21:57:18 00100 Subject: [Gambas-user] project Message-ID: <422b6eae.6216.0@...9...> >I have finished a project that I would like to share and may be of use >to some people. Is there a site that holds sample projects that this >can be added to? > >Neil > Salut Neil, look at http://www.gambasforge.net Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From igor.furlan at ...626... Sun Mar 6 23:28:55 2005 From: igor.furlan at ...626... (Primorec) Date: Sun, 6 Mar 2005 14:28:55 -0800 Subject: [Gambas-user] Gambas.org is free In-Reply-To: References: <200503032339.56719.gambasfr@...11...> <000501c52047$50fdbbe0$0b01a8c0@...113...> <200503031931.19773.sourceforge-raindog2@...94...> <200503041929.59633.gambasfr@...11...> Message-ID: <54728e7405030614281b7530fb@...627...> FYI Igor =================================================== Thank you for your interest in our premium domains. The current asking price is: gambas.org $2900 All reasonable offers will be considered subject to prior sale. We accept Visa & Mastercard. All prices are in US dollars. Best Regards, Tony Cuence, VP Sales DomainCollection.com, Inc. sales at ...885... 1680 NW 82th Avenue Miami, FL, 33126 Fax (305) 574-7979 On Fri, 4 Mar 2005 21:25:51 +0100, HG wrote: > this is marketing teaching... the goddess of capitalism... the plague of > time ! > ----- Original Message ----- > From: "Bodard Fabien" > To: > Sent: Friday, March 04, 2005 7:29 PM > Subject: Re: [Gambas-user] Gambas.org is free > > Le vendredi 4 Mars 2005 01:42, Rob a ?crit : > > On Thursday 03 March 2005 18:18, Leo Barnhoorn wrote: > > > I like to help but see below. > > > > Yeah, that's a domain squatter. > > > > These days there's no use announcing to a list that a domain is > > available.... if you don't grab it the same day it expires > > someone like these guys will get it. That is what happened > > today. As the guy responsible for the site you get if you put > > "gambas" into Google and click "I'm Feeling Lucky", Benoit > > should expect an email in a couple days or weeks offering to > > sell it to him for US$2000 or so. Also, anyone hoping to correct > > this problem by shelling out for a domain, DO NOT request a > > quote, because every time someone does the price will increase > > dramatically. It's even possible the squatter will not sell the > > domain, but only "rent" it to you at an exorbitant price. > > > > The bottom line is that gambas.org will now almost certainly not > > be available for the foreseeable future.... the domain for a > > mailing list I was on expired accidentally in 1999, and the > > squatter is STILL sitting on it. All because someone posted > > about it to the list rather than just spending the 10 euros to > > register it and then transfer it to Benoit. (I don't mean any > > disrespect to Fabien, because most people don't know how these > > people operate... just explaining how to prevent these things > > from happening in the future.) > > > > Interesting that the registration seems to have been created in > > the future. > > > > Rob > > > > Thank you to increase my knowledge, rob ! :) > > In fact there is many year that i work on internet but i've never take the > time to learn all the little thing of the savage life on internet ! > > Fabien > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From leo.barnhoorn at ...246... Sun Mar 6 23:30:02 2005 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Sun, 6 Mar 2005 23:30:02 +0100 Subject: [Gambas-user] project In-Reply-To: <200503061542.59008.sourceforge-raindog2@...94...> References: <1110141059.5409.96.camel@...861...> <200503061542.59008.sourceforge-raindog2@...94...> Message-ID: <200503062330.02838.leo.barnhoorn@...246...> Hello Rob, > My modified IDE was too big for its upload function though. What is the size of the IDE? So i can change the upload size in PHP. Upload size is now 2 Mb Regards, Leo. On Sunday 06 March 2005 21:42, Rob wrote: > On Sunday 06 March 2005 15:30, Neil Fallon wrote: > > I have finished a project that I would like to share and may be of > > use to some people. Is there a site that holds sample projects > > that this can be added to? > > Yeah, Gambasforge is supposed to be a repository for sample projects. > My modified IDE was too big for its upload function though. > > http://www.gambasforge.net/ > > Rob > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambasfr at ...11... Sun Mar 6 23:56:27 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Sun, 6 Mar 2005 23:56:27 +0100 Subject: [Gambas-user] project In-Reply-To: <200503062330.02838.leo.barnhoorn@...246...> References: <1110141059.5409.96.camel@...861...> <200503061542.59008.sourceforge-raindog2@...94...> <200503062330.02838.leo.barnhoorn@...246...> Message-ID: <200503062356.27539.gambasfr@...11...> Le dimanche 6 Mars 2005 23:30, Leo Barnhoorn a ?crit?: > Hello Rob, > > > My modified IDE was too big for its upload function though. > > What is the size of the IDE? > > So i can change the upload size in PHP. > Upload size is now 2 Mb > > Regards, > Leo. if really the the upload is not possible... : make a short describe of your project create an account give me your login send me your project Fabien Bodard gambasfr at ...11... ps: leo i've started the text separate for the site, and i think it will be finished for the end of the week So, next, the site structure will be localised, an exemple: http://www.gambasforge.net/author.php?id=1&lang=fr not all the page are available... But with that some people can help me to correct the english spelling. From pvera at ...729... Sun Mar 6 23:58:37 2005 From: pvera at ...729... (Pablo Vera) Date: Sun, 06 Mar 2005 16:58:37 -0600 Subject: [Gambas-user] format number messing up equation In-Reply-To: <1110078460.5409.45.camel@...861...> References: <1110078460.5409.45.camel@...861...> Message-ID: <422B8B1D.10906@...729...> When using the % sign in the format function, it will automatically multiply the value by 100, so you would use it like this: Message.Info("You answered " & countCorrect & " questions correct.\n\n" & "You answered " & countWrong & " questions wrong." & "\n\n\n" & "Your score for this test is " & Format$(countCorrect/counter,"##.# %") & "\n\n" ) Saludos, Pablo Vera Neil Fallon wrote: > Hi, > > When using the Format$ to format the output of a number I am getting the > wrong result. If I don't use it I get the correct result. > > Code works > > Message.Info("You answered " & countCorrect & " questions correct.\n\n" > & "You answered " & countWrong & " questions wrong." & "\n\n\n" & "Your > score for this test is " & countCorrect/counter*100 & "%\n\n" ) > > > Doesn't work > > Message.Info("You answered " & countCorrect & " questions correct.\n\n" > & "You answered " & countWrong & " questions wrong." & "\n\n\n" & "Your > score for this test is " & Format$(countCorrect/counter*100,"##.# %") & > "\n\n" ) > > With the section that doesn't work I am getting results like 5000% > instead of 50% > > Neil > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > From gambasfr at ...11... Sun Mar 6 23:59:51 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Sun, 6 Mar 2005 23:59:51 +0100 Subject: [Gambas-user] project In-Reply-To: <200503061542.59008.sourceforge-raindog2@...94...> References: <1110141059.5409.96.camel@...861...> <200503061542.59008.sourceforge-raindog2@...94...> Message-ID: <200503062359.51296.gambasfr@...11...> Le dimanche 6 Mars 2005 21:42, Rob a ?crit?: hi rob you can submit screenshot without tarball just by adding something in the code script area. it's a limitation to forbid the codepage creation with nothing ! fabien From nfallo at ...734... Mon Mar 7 00:01:25 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 18:01:25 -0500 Subject: [Gambas-user] project In-Reply-To: <200503062330.02838.leo.barnhoorn@...246...> References: <1110141059.5409.96.camel@...861...> <200503061542.59008.sourceforge-raindog2@...94...> <200503062330.02838.leo.barnhoorn@...246...> Message-ID: <1110150085.5409.98.camel@...861...> Hi Leo, 17.3 Kb Neil On Sun, 2005-03-06 at 23:30 +0100, Leo Barnhoorn wrote: > Hello Rob, > > > My modified IDE was too big for its upload function though. > What is the size of the IDE? > > So i can change the upload size in PHP. > Upload size is now 2 Mb > > Regards, > Leo. > > On Sunday 06 March 2005 21:42, Rob wrote: > > On Sunday 06 March 2005 15:30, Neil Fallon wrote: > > > I have finished a project that I would like to share and may be of > > > use to some people. Is there a site that holds sample projects > > > that this can be added to? > > > > Yeah, Gambasforge is supposed to be a repository for sample projects. > > My modified IDE was too big for its upload function though. > > > > http://www.gambasforge.net/ > > > > Rob > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From leo.barnhoorn at ...246... Mon Mar 7 00:15:59 2005 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Mon, 7 Mar 2005 00:15:59 +0100 Subject: [Gambas-user] project In-Reply-To: <200503062356.27539.gambasfr@...11...> References: <1110141059.5409.96.camel@...861...> <200503062330.02838.leo.barnhoorn@...246...> <200503062356.27539.gambasfr@...11...> Message-ID: <200503070015.59736.leo.barnhoorn@...246...> Hello Fabien, Looks good, i hope you have a language file, it is easyer to translate for the people who like to help translate it to there language. Good work Fabien. Regards, Leo. On Sunday 06 March 2005 23:56, Bodard Fabien wrote: > Le dimanche 6 Mars 2005 23:30, Leo Barnhoorn a ?crit?: > > Hello Rob, > > > > > My modified IDE was too big for its upload function though. > > > > What is the size of the IDE? > > > > So i can change the upload size in PHP. > > Upload size is now 2 Mb > > > > Regards, > > Leo. > > if really the the upload is not possible... : > > make a short describe of your project > create an account > give me your login > > send me your project > > Fabien Bodard > > gambasfr at ...11... > > ps: > leo > i've started the text separate for the site, and i think it will be > finished for the end of the week > > So, next, the site structure will be localised, > an exemple: > http://www.gambasforge.net/author.php?id=1&lang=fr > > not all the page are available... But with that some people can help me to > correct the english spelling. > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op?k > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From leo.barnhoorn at ...246... Mon Mar 7 00:18:55 2005 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Mon, 7 Mar 2005 00:18:55 +0100 Subject: [Gambas-user] project In-Reply-To: <1110150085.5409.98.camel@...861...> References: <1110141059.5409.96.camel@...861...> <200503062330.02838.leo.barnhoorn@...246...> <1110150085.5409.98.camel@...861...> Message-ID: <200503070018.55875.leo.barnhoorn@...246...> Hello Neil, That is no problem Neil, you can upload file up to 2 Mb. Regards, Leo. On Monday 07 March 2005 00:01, Neil Fallon wrote: > Hi Leo, > > 17.3 Kb > > Neil > > On Sun, 2005-03-06 at 23:30 +0100, Leo Barnhoorn wrote: > > Hello Rob, > > > > > My modified IDE was too big for its upload function though. > > > > What is the size of the IDE? > > > > So i can change the upload size in PHP. > > Upload size is now 2 Mb > > > > Regards, > > Leo. > > > > On Sunday 06 March 2005 21:42, Rob wrote: > > > On Sunday 06 March 2005 15:30, Neil Fallon wrote: > > > > I have finished a project that I would like to share and may be of > > > > use to some people. Is there a site that holds sample projects > > > > that this can be added to? > > > > > > Yeah, Gambasforge is supposed to be a repository for sample projects. > > > My modified IDE was too big for its upload function though. > > > > > > http://www.gambasforge.net/ > > > > > > Rob > > > > > > > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real > > > users. Discover which products truly live up to the hype. Start reading > > > now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambasfr at ...11... Mon Mar 7 00:31:17 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Mon, 7 Mar 2005 00:31:17 +0100 Subject: [Gambas-user] project In-Reply-To: <200503070015.59736.leo.barnhoorn@...246...> References: <1110141059.5409.96.camel@...861...> <200503062356.27539.gambasfr@...11...> <200503070015.59736.leo.barnhoorn@...246...> Message-ID: <200503070031.17991.gambasfr@...11...> Le lundi 7 Mars 2005 00:15, Leo Barnhoorn a ?crit?: > Hello Fabien, > > Looks good, i hope you have a language file, it is easyer to translate for > the people who like to help translate it to there language. > > Good work Fabien. > > Regards, > Leo. in fact i use define function of php and one file by page Like author.en.php and author.fr.php So i fact there is many files... but i prefer that as one Sole big file... It's more little to load. Fabien -------------- next part -------------- A non-text attachment was scrubbed... Name: author.fr.php Type: application/x-php Size: 790 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: author.en.php Type: application/x-php Size: 724 bytes Desc: not available URL: From leo.barnhoorn at ...246... Mon Mar 7 00:50:58 2005 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Mon, 7 Mar 2005 00:50:58 +0100 Subject: [Gambas-user] project In-Reply-To: <200503070031.17991.gambasfr@...11...> References: <1110141059.5409.96.camel@...861...> <200503070015.59736.leo.barnhoorn@...246...> <200503070031.17991.gambasfr@...11...> Message-ID: <200503070050.58664.leo.barnhoorn@...246...> Hello Fabien, Oke Fabien i understand, that's a lot of work. Regards, Leo. On Monday 07 March 2005 00:31, Bodard Fabien wrote: > Le lundi 7 Mars 2005 00:15, Leo Barnhoorn a ?crit?: > > Hello Fabien, > > > > Looks good, i hope you have a language file, it is easyer to translate > > for the people who like to help translate it to there language. > > > > Good work Fabien. > > > > Regards, > > Leo. > > in fact i use define function of php > > and one file by page > > Like author.en.php and author.fr.php > > So i fact there is many files... but i prefer that as one Sole big file... > It's more little to load. > > Fabien From nfallo at ...734... Mon Mar 7 01:14:21 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 19:14:21 -0500 Subject: [Gambas-user] project In-Reply-To: <200503070018.55875.leo.barnhoorn@...246...> References: <1110141059.5409.96.camel@...861...> <200503062330.02838.leo.barnhoorn@...246...> <1110150085.5409.98.camel@...861...> <200503070018.55875.leo.barnhoorn@...246...> Message-ID: <1110154461.5409.105.camel@...861...> Hi Leo, I posted the file but didn't realize that I could have included a screenshot before posting it. Neil On Mon, 2005-03-07 at 00:18 +0100, Leo Barnhoorn wrote: > Hello Neil, > > That is no problem Neil, you can upload file up to 2 Mb. > > Regards, > Leo. > > On Monday 07 March 2005 00:01, Neil Fallon wrote: > > Hi Leo, > > > > 17.3 Kb > > > > Neil > > > > On Sun, 2005-03-06 at 23:30 +0100, Leo Barnhoorn wrote: > > > Hello Rob, > > > > > > > My modified IDE was too big for its upload function though. > > > > > > What is the size of the IDE? > > > > > > So i can change the upload size in PHP. > > > Upload size is now 2 Mb > > > > > > Regards, > > > Leo. > > > > > > On Sunday 06 March 2005 21:42, Rob wrote: > > > > On Sunday 06 March 2005 15:30, Neil Fallon wrote: > > > > > I have finished a project that I would like to share and may be of > > > > > use to some people. Is there a site that holds sample projects > > > > > that this can be added to? > > > > > > > > Yeah, Gambasforge is supposed to be a repository for sample projects. > > > > My modified IDE was too big for its upload function though. > > > > > > > > http://www.gambasforge.net/ > > > > > > > > Rob > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > SF email is sponsored by - The IT Product Guide > > > > Read honest & candid reviews on hundreds of IT Products from real > > > > users. Discover which products truly live up to the hype. Start reading > > > > now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > > _______________________________________________ > > > > Gambas-user mailing list > > > > Gambas-user at lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From nfallo at ...734... Mon Mar 7 01:20:15 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 19:20:15 -0500 Subject: [Gambas-user] format number messing up equation In-Reply-To: <422B8B1D.10906@...729...> References: <1110078460.5409.45.camel@...861...> <422B8B1D.10906@...729...> Message-ID: <1110154815.5409.108.camel@...861...> Hi Pablo, That would make sense with the results that I was coming up with. Neil On Sun, 2005-03-06 at 16:58 -0600, Pablo Vera wrote: > When using the % sign in the format function, it will automatically > multiply the value by 100, so you would use it like this: > > Message.Info("You answered " & countCorrect & " questions correct.\n\n" > & "You answered " & countWrong & " questions wrong." & "\n\n\n" & "Your > score for this test is " & Format$(countCorrect/counter,"##.# %") & > "\n\n" ) > > Saludos, > Pablo Vera > > Neil Fallon wrote: > > Hi, > > > > When using the Format$ to format the output of a number I am getting the > > wrong result. If I don't use it I get the correct result. > > > > Code works > > > > Message.Info("You answered " & countCorrect & " questions correct.\n\n" > > & "You answered " & countWrong & " questions wrong." & "\n\n\n" & "Your > > score for this test is " & countCorrect/counter*100 & "%\n\n" ) > > > > > > Doesn't work > > > > Message.Info("You answered " & countCorrect & " questions correct.\n\n" > > & "You answered " & countWrong & " questions wrong." & "\n\n\n" & "Your > > score for this test is " & Format$(countCorrect/counter*100,"##.# %") & > > "\n\n" ) > > > > With the section that doesn't work I am getting results like 5000% > > instead of 50% > > > > Neil > > > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sourceforge-raindog2 at ...94... Mon Mar 7 02:30:00 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 6 Mar 2005 20:30:00 -0500 Subject: [Gambas-user] Gambas.org is $2900 and climbing In-Reply-To: <54728e7405030614281b7530fb@...627...> References: <200503032339.56719.gambasfr@...11...> <54728e7405030614281b7530fb@...627...> Message-ID: <200503062030.00594.sourceforge-raindog2@...94...> On Sunday 06 March 2005 17:28, Primorec wrote: > FYI > =================================================== > Thank you for your interest in our premium domains. > The current asking price is: > gambas.org $2900 So a whole bunch of list members requested quotes, huh? Nice going. Maybe we should all request quotes now and see how high we can get the price.... Rob From sourceforge-raindog2 at ...94... Mon Mar 7 02:34:03 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 6 Mar 2005 20:34:03 -0500 Subject: [Gambas-user] project In-Reply-To: <200503062330.02838.leo.barnhoorn@...246...> References: <1110141059.5409.96.camel@...861...> <200503061542.59008.sourceforge-raindog2@...94...> <200503062330.02838.leo.barnhoorn@...246...> Message-ID: <200503062034.03695.sourceforge-raindog2@...94...> On Sunday 06 March 2005 17:30, Leo Barnhoorn wrote: > > My modified IDE was too big for its upload function though. > What is the size of the IDE? > So i can change the upload size in PHP. > Upload size is now 2 Mb Well, the tarball is only 1.54MB, but the message I got was a generic "couldn't write file" sort of thing so I just assumed it was too big. I tried to upload it again but couldn't find any way to do that with an existing project. I guess you could delete the project and I could try again to tell you if it still produces an error. Rob From nfallo at ...734... Mon Mar 7 02:47:11 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 20:47:11 -0500 Subject: [Gambas-user] Gambas.org is $2900 and climbing In-Reply-To: <200503062030.00594.sourceforge-raindog2@...94...> References: <200503032339.56719.gambasfr@...11...> <54728e7405030614281b7530fb@...627...> <200503062030.00594.sourceforge-raindog2@...94...> Message-ID: <1110160031.5409.112.camel@...861...> Actually, if a complaint about this was sent to InterNic and request for them to take the name and give it to the owners of Gambas, the legitimate Gambas owner could just take control of the name after a hearing. Neil On Sun, 2005-03-06 at 20:30 -0500, Rob wrote: > On Sunday 06 March 2005 17:28, Primorec wrote: > > FYI > > =================================================== > > Thank you for your interest in our premium domains. > > The current asking price is: > > gambas.org $2900 > > So a whole bunch of list members requested quotes, huh? Nice going. > Maybe we should all request quotes now and see how high we can get > the price.... > > Rob > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sourceforge-raindog2 at ...94... Mon Mar 7 03:13:06 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 6 Mar 2005 21:13:06 -0500 Subject: [Gambas-user] Gambas.org is $2900 and climbing In-Reply-To: <1110160031.5409.112.camel@...861...> References: <200503032339.56719.gambasfr@...11...> <200503062030.00594.sourceforge-raindog2@...94...> <1110160031.5409.112.camel@...861...> Message-ID: <200503062113.06333.sourceforge-raindog2@...94...> On Sunday 06 March 2005 20:47, Neil Fallon wrote: > Actually, if a complaint about this was sent to InterNic and > request for them to take the name and give it to the owners of > Gambas, the legitimate Gambas owner could just take control of the > name after a hearing. Well, Gambas is actually a fairly common word in Spanish and Portugese (and I think French as well), and while there is one American trademark on the name (in a totally unrelated field), it's not held by any of us. The previous owners might have a go at it, if they still care, but I'm afraid we wouldn't have much luck. Rob From nfallo at ...734... Mon Mar 7 03:31:25 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 21:31:25 -0500 Subject: [Gambas-user] Gambas.org is $2900 and climbing In-Reply-To: <200503062113.06333.sourceforge-raindog2@...94...> References: <200503032339.56719.gambasfr@...11...> <200503062030.00594.sourceforge-raindog2@...94...> <1110160031.5409.112.camel@...861...> <200503062113.06333.sourceforge-raindog2@...94...> Message-ID: <1110162685.5409.118.camel@...861...> Hi Rob, I know Gambas means prawns in Spanish. I thought that the Gamabas application was copy written. I guess that scrubs any chance of getting a web site name through internic if you're being black mailed for the name. Maybe the maintainers of Gamabas should consider giving it a different name and acquiring a copyright for it. Getting a copyright is cheap. Neil On Sun, 2005-03-06 at 21:13 -0500, Rob wrote: > On Sunday 06 March 2005 20:47, Neil Fallon wrote: > > Actually, if a complaint about this was sent to InterNic and > > request for them to take the name and give it to the owners of > > Gambas, the legitimate Gambas owner could just take control of the > > name after a hearing. > > Well, Gambas is actually a fairly common word in Spanish and Portugese > (and I think French as well), and while there is one American > trademark on the name (in a totally unrelated field), it's not held > by any of us. The previous owners might have a go at it, if they > still care, but I'm afraid we wouldn't have much luck. > > Rob > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sourceforge-raindog2 at ...94... Mon Mar 7 04:10:17 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 6 Mar 2005 22:10:17 -0500 Subject: [Gambas-user] Gambas.org is $2900 and climbing In-Reply-To: <1110162685.5409.118.camel@...861...> References: <200503032339.56719.gambasfr@...11...> <200503062113.06333.sourceforge-raindog2@...94...> <1110162685.5409.118.camel@...861...> Message-ID: <200503062210.17832.sourceforge-raindog2@...94...> On Sunday 06 March 2005 21:31, Neil Fallon wrote: > I know Gambas means prawns in Spanish. I thought that the Gamabas > application was copy written. I guess that scrubs any chance of Benoit and all the rest of us who have contributed code own the copyright on Gambas, but copyright and trademark are two different things. > getting a web site name through internic if you're being black > mailed for the name. Maybe the maintainers of Gamabas should > consider giving it a different name and acquiring a copyright for > it. Getting a copyright is cheap. Getting a copyright is free.... in the US, since 1976, it automatically happens when you create the work. Getting a trademark, on the other hand, is quite expensive. Rob From nfallo at ...734... Mon Mar 7 05:34:28 2005 From: nfallo at ...734... (Neil Fallon) Date: Sun, 06 Mar 2005 23:34:28 -0500 Subject: [Gambas-user] Gambas.org is $2900 and climbing In-Reply-To: <200503062210.17832.sourceforge-raindog2@...94...> References: <200503032339.56719.gambasfr@...11...> <200503062113.06333.sourceforge-raindog2@...94...> <1110162685.5409.118.camel@...861...> <200503062210.17832.sourceforge-raindog2@...94...> Message-ID: <1110170068.5409.125.camel@...861...> Hi Rob, Actually getting a copyright in the US cost 10.00 and you can submit as many as you want for the 10.00. Putting copyright on your code protects you in the interim while applying for the copyright. A trademark cost 2,000.00 in the US and has to be researched to make sure that nobody is using the trademark symbol. Before a trademark can be issued the tm sign has to be used for 2 years on the trademark and 3 forms of documentation must be submitted showing how the trademark was used in business in 3 different places. A service mark (sm) is for companies that provide services but no tangible items for sale. I was a Notary Public for a number of years and know the copyright and trademark laws quite well. Neil On Sun, 2005-03-06 at 22:10 -0500, Rob wrote: > On Sunday 06 March 2005 21:31, Neil Fallon wrote: > > I know Gambas means prawns in Spanish. I thought that the Gamabas > > application was copy written. I guess that scrubs any chance of > > Benoit and all the rest of us who have contributed code own the > copyright on Gambas, but copyright and trademark are two different > things. > > > getting a web site name through internic if you're being black > > mailed for the name. Maybe the maintainers of Gamabas should > > consider giving it a different name and acquiring a copyright for > > it. Getting a copyright is cheap. > > Getting a copyright is free.... in the US, since 1976, it > automatically happens when you create the work. Getting a trademark, > on the other hand, is quite expensive. > > Rob > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From lance at ...883... Mon Mar 7 05:39:01 2005 From: lance at ...883... (Lance Beck) Date: Sun, 6 Mar 2005 22:39:01 -0600 Subject: [Gambas-user] XMLReader Message-ID: Hello, I'm having trouble using the XMLReader component. I've managed to use the XMLWriter to create an XML file but the XMLreader makes no sense to me. Does anyone have any tips or simple examples? Thanks, Lance -------------- next part -------------- An HTML attachment was scrubbed... URL: From nfallo at ...734... Mon Mar 7 06:23:25 2005 From: nfallo at ...734... (Neil Fallon) Date: Mon, 07 Mar 2005 00:23:25 -0500 Subject: [Gambas-user] adding icon Message-ID: <1110173005.5409.129.camel@...861...> When adding an icon to the application I get an error message that says incorrect directory when selecting an existing png file. The icon is in the current working directory of the application. After I cancel out of every thing the icon appears in the data section. Neil From gambasfr at ...11... Mon Mar 7 07:33:01 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Mon, 7 Mar 2005 07:33:01 +0100 Subject: [Gambas-user] project In-Reply-To: <200503062034.03695.sourceforge-raindog2@...94...> References: <1110141059.5409.96.camel@...861...> <200503062330.02838.leo.barnhoorn@...246...> <200503062034.03695.sourceforge-raindog2@...94...> Message-ID: <200503070733.01680.gambasfr@...11...> Le lundi 7 Mars 2005 02:34, Rob a ?crit?: > On Sunday 06 March 2005 17:30, Leo Barnhoorn wrote: > > > My modified IDE was too big for its upload function though. > > > > What is the size of the IDE? > > So i can change the upload size in PHP. > > Upload size is now 2 Mb > > Well, the tarball is only 1.54MB, but the message I got was a generic > "couldn't write file" sort of thing so I just assumed it was too big. > I tried to upload it again but couldn't find any way to do that with > an existing project. I guess you could delete the project and I > could try again to tell you if it still produces an error. > > Rob there is no way to delete a project ! just go in you account configuration... and update you code when connected : menu: My account -> my account Fabien From eilert-sprachen at ...221... Mon Mar 7 08:47:01 2005 From: eilert-sprachen at ...221... (Eilert) Date: Mon, 07 Mar 2005 08:47:01 +0100 Subject: [Gambas-user] VB to Gambas In-Reply-To: <4228EF21.7030907@...9...> References: <421793aa.1cf2.0@...9...> <4226D2A4.40103@...221...> <200503031109.47700.ronstk@...239...> <42273D55.40103@...221...> <4228EF21.7030907@...9...> Message-ID: <422C06F5.4070400@...221...> Moin Charlie, > Salut Rolf, > > if you are NOT working for the CIA or the KGB (if still exists), and you > project is NOT 'top secret' > please post your project or a working cut of the project, where others > can reproduce the problem. Neither nor :-) I thought the examples I gave would be enough. There were two obstacles in quoting the whole thing on Friday: 1) There was no answer from the mailing list from midnight to 1 pm on Friday, only my own quotes came back; 2) I am programming on another machine than that I'm doing my mails on, so quoting means either paste/copy into a text file and exporting that through NFS to the other machine or just retyping the code in the mail. On Friday I chose the latter because I thought the problem was not really related to the specific project and spread over several files and quoting all of it just for a few lines in question would be a bit exaggerated ;-) > > It is not easy to help you, if you talk about a table ? (which table, an > array, a TableView or what else is it) > which is in a class named 'tab' ? I see, ok. I thought you would remember the discussion held about this thing. It is a table drawn in a Drawing Area, and the user-defined data type is to store the layout and partly contents of this table. As a table has several columns, I need something like an array for the data. > > With the code, it would be easier for the guys, to help you ! OK The last thing I received on Friday was a mail from Fabien Bodard to someone else quoting this ---- For i = 0 to 6 Eingang[i] = NEW clBelegung next ---- And that was my help, I just forgot this, and now it's running. That's why I wrote forget my second posting, I got it running. Forgot one line, now it's ok. Have a nice weekend. I hope you had as nice a weekend as I did. Viele Gr??e Rolf From radoslav.dejanovic at ...116... Mon Mar 7 09:34:39 2005 From: radoslav.dejanovic at ...116... (Radoslav =?iso-8859-2?q?Dejanovi=E6?=) Date: Mon, 7 Mar 2005 09:34:39 +0100 Subject: [Gambas-user] Gambas.org is $2900 and climbing In-Reply-To: <200503062030.00594.sourceforge-raindog2@...94...> References: <200503032339.56719.gambasfr@...11...> <54728e7405030614281b7530fb@...627...> <200503062030.00594.sourceforge-raindog2@...94...> Message-ID: <200503070934.39782.radoslav.dejanovic@...116...> On Monday 07 March 2005 02:30, Rob wrote: > > gambas.org $2900 > > So a whole bunch of list members requested quotes, huh? Nice going. > Maybe we should all request quotes now and see how high we can get > the price.... That would be fun... :) Since we can't do anything with it now, maybe we can boost the price and Benoit could hold a press conference to tell the world that Gambas is so great product that some domain scammer wants a whole million bucks for gambas.org domain! ;))) -- Radoslav Dejanovi? Operacijski sustavi d.o.o. http://www.opsus.hr From daniel.campos at ...338... Mon Mar 7 11:10:39 2005 From: daniel.campos at ...338... (Daniel Campos) Date: Mon, 07 Mar 2005 11:10:39 +0100 Subject: [Gambas-user] Gambas.org is $2900 and climbing In-Reply-To: <200503062113.06333.sourceforge-raindog2@...94...> References: <200503032339.56719.gambasfr@...11...> <200503062030.00594.sourceforge-raindog2@...94...> <1110160031.5409.112.camel@...861...> <200503062113.06333.sourceforge-raindog2@...94...> Message-ID: <422C289F.7020202@...338...> > >Well, Gambas is actually a fairly common word in Spanish and Portugese >(and I think French as well), and while there is one American >trademark on the name (in a totally unrelated field), it's not held >by any of us. The previous owners might have a go at it, if they >still care, but I'm afraid we wouldn't have much luck. > > The answer: fakebas.org :-))) >Rob > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > From daniel.campos at ...338... Mon Mar 7 11:24:40 2005 From: daniel.campos at ...338... (Daniel Campos) Date: Mon, 07 Mar 2005 11:24:40 +0100 Subject: [Gambas-user] Gambas.org is $2900 and climbing In-Reply-To: <422C289F.7020202@...338...> References: <200503032339.56719.gambasfr@...11...> <200503062030.00594.sourceforge-raindog2@...94...> <1110160031.5409.112.camel@...861...> <200503062113.06333.sourceforge-raindog2@...94...> <422C289F.7020202@...338...> Message-ID: <422C2BE8.7040407@...338...> >> >> >> > > The answer: fakebas.org :-))) > Talking more seriously, Wine project uses winehq.org, may be gambashq.org could be the answer... Regards, D. Campos From eilert-sprachen at ...221... Mon Mar 7 12:15:33 2005 From: eilert-sprachen at ...221... (Eilert) Date: Mon, 07 Mar 2005 12:15:33 +0100 Subject: [Gambas-user] IDE: focus is wrong In-Reply-To: <200503031225.40174.sourceforge-raindog2@...94...> References: <42274648.9090905@...221...> <200503031225.40174.sourceforge-raindog2@...94...> Message-ID: <422C37D5.2020102@...221...> Hi Rob, just found your answer. Thank you! I set it to "None" as it was on "low" already. Let's see what happens :-) Rolf Rob schrieb: > On Thursday 03 March 2005 12:15, Eilert wrote: > >>Just to mention it, I experienced a lot of error messages >>these days :-) and found it rather annoying that the error >>message windows don't appear on top of all others: It's rather >>difficult to push all other windows away to get to the message >>window. Is that only on my screen, or do you folks have the >>same problem? >>By the way, when I stop a program and return to the code, the >>code window doesn't have the focus. Sometimes this is pretty >>nasty, too. >>And when an error occured and I answer the message and break >>the program, the window with the line marked with the error >>doesn't pop to the front. >>I guess this is a known bug, or everyone just accepted it :-) > > > No, it's not Gambas. Recent versions of KDE have "focus stealing > prevention" turned on by default, and that causes this behavior. > It's very helpful in preventing IM windows from popping up in > the middle of typing code, but not so cool for things like error > messages. > > In the KDE control center, look in Look and Feel/Window Behavior > under the Advanced tab.... you should have a dropdown at the > bottom of the dialog with the focus stealing prevention level. > I think even if you set it to "Low" you might still have this > issue, but experiment a little. > > Rob > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From nfallo at ...734... Mon Mar 7 12:24:28 2005 From: nfallo at ...734... (Neil Fallon) Date: Mon, 07 Mar 2005 06:24:28 -0500 Subject: [Gambas-user] IDE: focus is wrong In-Reply-To: <422C37D5.2020102@...221...> References: <42274648.9090905@...221...> <200503031225.40174.sourceforge-raindog2@...94...> <422C37D5.2020102@...221...> Message-ID: <1110194668.5409.139.camel@...861...> I have the same problem and I'm using the Gnome desktop under NLD9. Neil On Mon, 2005-03-07 at 12:15 +0100, Eilert wrote: > Hi Rob, > > just found your answer. Thank you! I set it to "None" as it was on "low" > already. Let's see what happens :-) > > Rolf > > > Rob schrieb: > > On Thursday 03 March 2005 12:15, Eilert wrote: > > > >>Just to mention it, I experienced a lot of error messages > >>these days :-) and found it rather annoying that the error > >>message windows don't appear on top of all others: It's rather > >>difficult to push all other windows away to get to the message > >>window. Is that only on my screen, or do you folks have the > >>same problem? > >>By the way, when I stop a program and return to the code, the > >>code window doesn't have the focus. Sometimes this is pretty > >>nasty, too. > >>And when an error occured and I answer the message and break > >>the program, the window with the line marked with the error > >>doesn't pop to the front. > >>I guess this is a known bug, or everyone just accepted it :-) > > > > > > No, it's not Gambas. Recent versions of KDE have "focus stealing > > prevention" turned on by default, and that causes this behavior. > > It's very helpful in preventing IM windows from popping up in > > the middle of typing code, but not so cool for things like error > > messages. > > > > In the KDE control center, look in Look and Feel/Window Behavior > > under the Advanced tab.... you should have a dropdown at the > > bottom of the dialog with the focus stealing prevention level. > > I think even if you set it to "Low" you might still have this > > issue, but experiment a little. > > > > Rob > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From nfallo at ...734... Mon Mar 7 12:32:40 2005 From: nfallo at ...734... (Neil Fallon) Date: Mon, 07 Mar 2005 06:32:40 -0500 Subject: [Gambas-user] form colors Message-ID: <1110195160.5409.143.camel@...861...> Hi, I changed my form background color to something a little different than the standard gray background. When adding a menu at the top of the screen the menu editor creates a space at the top of the screen. This space does not get the color change that is applied to the form. Instead it stays gray. This is not a good thing. Neil From gambas at ...1... Mon Mar 7 12:05:05 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 7 Mar 2005 12:05:05 +0100 Subject: [Gambas-user] Loading pictures In-Reply-To: <422A0989.3060406@...776...> References: <422A0989.3060406@...776...> Message-ID: <200503071205.06270.gambas@...1...> On Saturday 05 March 2005 20:33, Eric Damron wrote: > Can someone send me a snippit showing how to load a picture into the > various components that are designed to display them? I have looked at > an example that loads pictures into a drawing area but I must not get it > because my own code doens't work. Also I'm not sure a drawing area is > what I really want. I just want to display jpg pictures of the DVD > covers on a DVD database. My code looks like: > > PRIVATE SUB SetCover(strPic AS String) > > DIM d AS DrawingArea > DIM strS AS String > DIM strPath AS String > DIM hImage AS Image > > strPath = GetPicPath() > strS = strPath & strPic > > IF Exist(strS) THEN > hImage = NEW Image > hImage.Load(strS) > daCover.Resize(132, 204) > daCover.Clear() > Draw.Begin(daCover) > Draw.FillColor = Color.Gray > Draw.FillStyle = Fill.Solid > Draw.Rect(0, 0, daCover.Width, daCover.Height) > Draw.Image(hImage, 0, 0) > Draw.End > daCover.Visible = TRUE > END IF > > END > > Is there a easier / better component to use? > > Thanks > > The PictureBox control (not component!) should be what you are looking for. Is it ? Regards, -- Benoit Minisini mailto:gambas at ...1... From daniel at ...889... Mon Mar 7 13:58:28 2005 From: daniel at ...889... (daniel) Date: Mon, 07 Mar 2005 13:58:28 +0100 Subject: [Gambas-user] GridView X and Y Message-ID: <422C4FF4.9010409@...889...> Hi i use gambas 1.9.3 i am newbie gambas user and i have one problem with the GridView.Current.X and GridView.Current.Y -> don't return the correct position the first time the GridView_KeyPress is fire, the GridView.Current.X and Y is not correct and also in some circumstances daniel From gambas at ...1... Mon Mar 7 13:44:38 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 7 Mar 2005 13:44:38 +0100 Subject: [Gambas-user] form colors In-Reply-To: <1110195160.5409.143.camel@...861...> References: <1110195160.5409.143.camel@...861...> Message-ID: <200503071344.38242.gambas@...1...> On Monday 07 March 2005 12:32, Neil Fallon wrote: > Hi, > > I changed my form background color to something a little different than > the standard gray background. When adding a menu at the top of the > screen the menu editor creates a space at the top of the screen. This > space does not get the color change that is applied to the form. > Instead it stays gray. This is not a good thing. > > Neil > Can you send a screenshot please ? -- Benoit Minisini mailto:gambas at ...1... From pat at ...823... Mon Mar 7 14:47:58 2005 From: pat at ...823... (Pat Collins) Date: Mon, 7 Mar 2005 08:47:58 -0500 Subject: [Gambas-user] Gambas.org is $2900 and climbing In-Reply-To: <422C2BE8.7040407@...338...> References: <200503032339.56719.gambasfr@...11...> <200503062030.00594.sourceforge-raindog2@...94...> <1110160031.5409.112.camel@...861...> <200503062113.06333.sourceforge-raindog2@...94...> <422C289F.7020202@...338...> <422C2BE8.7040407@...338...> Message-ID: <20050307134758.GJ16012@...823...> On Mon, Mar 07, 2005 at 11:24:40AM +0100, Daniel Campos wrote: > > >> > >> > >> > > > >The answer: fakebas.org :-))) > > > Talking more seriously, Wine project uses winehq.org, may be > gambashq.org could > be the answer... > gambas.us is available. I'd be glad to register it for the group. -- Pat Collins http://www.linuxcolumbus.com From cmcpero at ...142... Mon Mar 7 14:51:52 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Mon, 07 Mar 2005 08:51:52 -0500 Subject: [Gambas-user] Joystick interface class In-Reply-To: <422B668F.6030504@...142...> References: <422B668F.6030504@...142...> Message-ID: <422C5C78.2060205@...142...> I narrowed my problem down to this I have a CJoystick class and my main form class FMain in FMain I instanciate a CJoystick object as cJoystick1 PUBLIC cJoystick1 AS CJoystick PUBLIC SUB cJoystick1_axis(bAxisNumber AS Byte,iValue AS Short,kIsInit AS Boolean,iTimeStamp AS Integer) PRINT "axis event fired !" END PUBLIC SUB Form_Open() cJoystick1 = NEW CJoystick(FMain,"/dev/js0") END and my CJoystick class is like this PUBLIC hJoystick AS File PUBLIC SUB _new(hParent AS Object,sDevice AS String) OPEN sDevice FOR READ WATCH BIG AS #hJoystick 'OPEN "/dev/js0" FOR READ WATCH BIG AS #hJoystick object.attach(ME,hParent,"Joystick1") END PUBLIC SUB _free() CLOSE #hJoystick END PUBLIC SUB File_Read() ' Here is what each of the 8 bytes of an event mean DIM b[8] AS Byte ' Byte 0 to 3 is the time stamp , least significant byte first DIM i AS Byte ' Byte 4 and 5 is the value , least significant byte first ' Byte 6 is the event type flags bit 7 is the INIT flag occurs when the device ' is first open or the stack overflowed (maximum 64 events in the stack) ' Byte 7 is the number of the axis or button for this event FOR i = 0 TO 7 READ #hJoystick , b[i] NEXT IF b[6] AND JS_EVENT_AXIS THEN RAISE axis(b[7],b[4] + b[5] * 256,b[6] AND JS_EVENT_INIT, b[0] + b[1] * 256 + b[2] * 512 + b[3] * 1024) IF b[6] AND JS_EVENT_BUTTON THEN RAISE button(b[7],b[4] + b[5] * 256,b[6] AND JS_EVENT_INIT, b[0] + b[1] * 256 + b[2] * 512 + b[3] * 1024) IF b[6] AND JS_EVENT_AXIS THEN print "File_Read fired" END the rest of the code in it's lastest version is at http://domn.net/JoystickDemo.tar.gz now this run with no error but the axis and and button event do not fire in the FMain cJoystick1_axis sub on the console I get File_Read fired but not axis event fired ! I'm pretty sure the problem is either how I declare cJoystick1 or redeclare it in Form_Open or how I'm using object.attach in CJoystick's _new From gambas at ...1... Mon Mar 7 14:57:25 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 7 Mar 2005 14:57:25 +0100 Subject: [Gambas-user] Joystick interface class In-Reply-To: <422C5C78.2060205@...142...> References: <422B668F.6030504@...142...> <422C5C78.2060205@...142...> Message-ID: <200503071457.25838.gambas@...1...> On Monday 07 March 2005 14:51, Jean-Francois Perreault wrote: > I narrowed my problem down to this > > I have a CJoystick class and my main form class FMain > > in FMain I instanciate a CJoystick object as cJoystick1 > > PUBLIC cJoystick1 AS CJoystick > > PUBLIC SUB cJoystick1_axis(bAxisNumber AS Byte,iValue AS Short,kIsInit > AS Boolean,iTimeStamp AS Integer) > PRINT "axis event fired !" > END > > PUBLIC SUB Form_Open() > cJoystick1 = NEW CJoystick(FMain,"/dev/js0") > END > > and my CJoystick class is like this > > PUBLIC hJoystick AS File > > PUBLIC SUB _new(hParent AS Object,sDevice AS String) > OPEN sDevice FOR READ WATCH BIG AS #hJoystick > 'OPEN "/dev/js0" FOR READ WATCH BIG AS #hJoystick > object.attach(ME,hParent,"Joystick1") > END > > PUBLIC SUB _free() > CLOSE #hJoystick > END > > PUBLIC SUB File_Read() ' Here is what each of the 8 bytes of an event > mean > DIM b[8] AS Byte ' Byte 0 to 3 is the time stamp , least > significant byte first > DIM i AS Byte ' Byte 4 and 5 is the value , least > significant byte first > ' Byte 6 is the event type flags bit 7 is the > INIT flag occurs when the device > ' is first open or the stack overflowed > (maximum 64 events in the stack) > ' Byte 7 is the number of the axis or button > for this event > FOR i = 0 TO 7 > READ #hJoystick , b[i] > NEXT > > IF b[6] AND JS_EVENT_AXIS THEN RAISE axis(b[7],b[4] + b[5] * 256,b[6] > AND JS_EVENT_INIT, b[0] + b[1] * 256 + b[2] * 512 + b[3] * 1024) > IF b[6] AND JS_EVENT_BUTTON THEN RAISE button(b[7],b[4] + b[5] * > 256,b[6] AND JS_EVENT_INIT, b[0] + b[1] * 256 + b[2] * 512 + b[3] * 1024) > IF b[6] AND JS_EVENT_AXIS THEN print "File_Read fired" > END > > > the rest of the code in it's lastest version is at > http://domn.net/JoystickDemo.tar.gz > > now this run with no error but the axis and and button event do not fire > in the FMain cJoystick1_axis sub > on the console I get File_Read fired but not axis event fired ! > > I'm pretty sure the problem is either how I declare cJoystick1 or > redeclare it in Form_Open > or how I'm using object.attach in CJoystick's _new > > Try to remove Object.Attach() in _new(), and to declare cJoystick this way: cJoystick1 = NEW CJoystick(FMain,"/dev/js0") AS "Joystick1" Tell me the result... -- Benoit Minisini mailto:gambas at ...1... From cmcpero at ...142... Mon Mar 7 15:41:14 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Mon, 07 Mar 2005 09:41:14 -0500 Subject: [Gambas-user] Joystick interface class In-Reply-To: <200503071457.25838.gambas@...1...> References: <422B668F.6030504@...142...> <422C5C78.2060205@...142...> <200503071457.25838.gambas@...1...> Message-ID: <422C680A.2000606@...142...> hey that worked !!! why ? I even tried exactly cJoystick1 = NEW CJoystick(FMain,"/dev/js0") AS cJoystick1 earlier why the double quotes ? ... oh wait , now I remember that when I tried cJoystick1 = NEW CJoystick(FMain,"/dev/js0") AS cJoystick1 the reason that didn't work was because it said Type mismatch: wanted string, got Cjoystick instead in fact that was just cJoystick1 = NEW CJoystick("/dev/js0") AS cJoystick1 because that was before I tried passing the parent class so I tought it meant it wanted as string for the constructor sDevice parameter and that this gave that error because something else was wrong (I'm too used to having to reinterpret misleading error message but congratulations that error message was dead on :) ) but still I don't get it , why does it want a string of the name of the class instance ? Benoit Minisini wrote: >On Monday 07 March 2005 14:51, Jean-Francois Perreault wrote: > >>I narrowed my problem down to this >> >>I have a CJoystick class and my main form class FMain >> >>in FMain I instanciate a CJoystick object as cJoystick1 >> >>PUBLIC cJoystick1 AS CJoystick >> >>PUBLIC SUB cJoystick1_axis(bAxisNumber AS Byte,iValue AS Short,kIsInit >>AS Boolean,iTimeStamp AS Integer) >> PRINT "axis event fired !" >>END >> >>PUBLIC SUB Form_Open() >> cJoystick1 = NEW CJoystick(FMain,"/dev/js0") >>END >> >>and my CJoystick class is like this >> >>PUBLIC hJoystick AS File >> >>PUBLIC SUB _new(hParent AS Object,sDevice AS String) >> OPEN sDevice FOR READ WATCH BIG AS #hJoystick >> 'OPEN "/dev/js0" FOR READ WATCH BIG AS #hJoystick >> object.attach(ME,hParent,"Joystick1") >>END >> >>PUBLIC SUB _free() >> CLOSE #hJoystick >>END >> >>PUBLIC SUB File_Read() ' Here is what each of the 8 bytes of an event >>mean >> DIM b[8] AS Byte ' Byte 0 to 3 is the time stamp , least >>significant byte first >> DIM i AS Byte ' Byte 4 and 5 is the value , least >>significant byte first >> ' Byte 6 is the event type flags bit 7 is the >>INIT flag occurs when the device >> ' is first open or the stack overflowed >>(maximum 64 events in the stack) >> ' Byte 7 is the number of the axis or button >>for this event >> FOR i = 0 TO 7 >> READ #hJoystick , b[i] >> NEXT >> >> IF b[6] AND JS_EVENT_AXIS THEN RAISE axis(b[7],b[4] + b[5] * 256,b[6] >>AND JS_EVENT_INIT, b[0] + b[1] * 256 + b[2] * 512 + b[3] * 1024) >> IF b[6] AND JS_EVENT_BUTTON THEN RAISE button(b[7],b[4] + b[5] * >>256,b[6] AND JS_EVENT_INIT, b[0] + b[1] * 256 + b[2] * 512 + b[3] * 1024) >> IF b[6] AND JS_EVENT_AXIS THEN print "File_Read fired" >>END >> >> >>the rest of the code in it's lastest version is at >>http://domn.net/JoystickDemo.tar.gz >> >>now this run with no error but the axis and and button event do not fire >>in the FMain cJoystick1_axis sub >>on the console I get File_Read fired but not axis event fired ! >> >>I'm pretty sure the problem is either how I declare cJoystick1 or >>redeclare it in Form_Open >>or how I'm using object.attach in CJoystick's _new >> >> >> > >Try to remove Object.Attach() in _new(), and to declare cJoystick this way: > >cJoystick1 = NEW CJoystick(FMain,"/dev/js0") AS "Joystick1" > >Tell me the result... > > From rolf.frogs at ...221... Mon Mar 7 15:44:45 2005 From: rolf.frogs at ...221... (Rolf Schmidt) Date: Mon, 7 Mar 2005 15:44:45 +0100 Subject: [Gambas-user] Problem with the EXEC[] function Message-ID: <200503071544.48038.rolf.frogs@...221...> Hi I fight since three days agains the EXEC[] function for external calls. First why I use it: I would like to have some special setup for a postgresql database. Second: Postgresql is requiered because I need a lot of it's capabilities which are not available in mysql. Third: I would check if the setup of the database returns no error. The code example: PUBLIC DBisCreated AS Boolean PUBLIC SUB Process_Read() DIM sline AS String LINE INPUT #LAST, sline ' message.Info(sline) returndata = returndata & sline IF sline = "CREATE DATABASE" THEN DBisCreated = TRUE ELSE DBisCreated = FALSE ENDIF END PUBLIC FUNCTION createDB() AS Boolean CAskDB.ShowModal() EXEC ["createdb", "-h", FHV.konfig.Key("host"), "-U", FHV.konfig.Key("user"), "-E", "UNICODE", FHV.konfig.Key("database")] WAIT FOR READ ' why is the flag always false? IF DBisCreated = TRUE THEN EXEC ["psql", "-h", FHV.konfig.Key("host"), "-u", FHV.konfig.Key("user"), "-d", FHV.konfig.Key("database"), "-f", "/home/entwicklung/hausverwaltung/HV/pgdatabase"] WAIT FOR READ ' why does this function never comes back - could it be, that it sends some ' informations via the error chanel? - How can I fetch these too? ENDIF END Many thanks for any help Rolf -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From gambas at ...1... Mon Mar 7 15:54:33 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 7 Mar 2005 15:54:33 +0100 Subject: [Gambas-user] Problem with the EXEC[] function In-Reply-To: <200503071544.48038.rolf.frogs@...221...> References: <200503071544.48038.rolf.frogs@...221...> Message-ID: <200503071554.33930.gambas@...1...> On Monday 07 March 2005 15:44, Rolf Schmidt wrote: > Hi > > I fight since three days agains the EXEC[] function for external calls. > > First why I use it: I would like to have some special setup for a > postgresql database. > Second: Postgresql is requiered because I need a lot of it's capabilities > which are not available in mysql. > > Third: I would check if the setup of the database returns no error. > > The code example: > > PUBLIC DBisCreated AS Boolean > > PUBLIC SUB Process_Read() > DIM sline AS String > > LINE INPUT #LAST, sline > ' message.Info(sline) > > returndata = returndata & sline > IF sline = "CREATE DATABASE" THEN > DBisCreated = TRUE > ELSE > DBisCreated = FALSE > ENDIF > END > > PUBLIC FUNCTION createDB() AS Boolean > CAskDB.ShowModal() > EXEC ["createdb", "-h", FHV.konfig.Key("host"), "-U", > FHV.konfig.Key("user"), "-E", "UNICODE", > FHV.konfig.Key("database")] WAIT FOR READ > ' why is the flag always false? > IF DBisCreated = TRUE THEN > EXEC ["psql", "-h", FHV.konfig.Key("host"), "-u", > FHV.konfig.Key("user"), "-d", FHV.konfig.Key("database"), "-f", > "/home/entwicklung/hausverwaltung/HV/pgdatabase"] WAIT FOR > READ ' why does this function never comes back - could it be, that it sends > some ' informations via the error chanel? - How can I fetch these too? > ENDIF > END > > Many thanks for any help > Rolf This is a problem in the process management of Gambas. You must not use WAIT if you want to use FOR READ/WRITE, because the event loop is not called. I will try to fix that in the next version, but it is not easy... Sorry for the inconvenience! Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Mar 7 15:48:19 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 7 Mar 2005 15:48:19 +0100 Subject: [Gambas-user] Joystick interface class In-Reply-To: <422C680A.2000606@...142...> References: <422B668F.6030504@...142...> <200503071457.25838.gambas@...1...> <422C680A.2000606@...142...> Message-ID: <200503071548.19605.gambas@...1...> On Monday 07 March 2005 15:41, Jean-Francois Perreault wrote: > hey that worked !!! > why ? > > I even tried exactly > cJoystick1 = NEW CJoystick(FMain,"/dev/js0") AS cJoystick1 > earlier > > why the double quotes ? > > ... oh wait , now I remember that when I tried > cJoystick1 = NEW CJoystick(FMain,"/dev/js0") AS cJoystick1 > the reason that didn't work was because it said > > Type mismatch: wanted string, got Cjoystick instead > in fact that was just > cJoystick1 = NEW CJoystick("/dev/js0") AS cJoystick1 > because that was before I tried passing the parent class > so I tought it meant it wanted as string for the constructor > sDevice parameter and that this gave that error because something > else was wrong > > (I'm too used to having to reinterpret misleading error > message but congratulations that error message was dead on :) ) > > > but still I don't get it , why does it want a string of the name of the > class instance ? > Maybe the documentation is not clear ? What comes after 'AS' in an instanciation is the *event name* of the new object. You should use a string, but if you put a variable, then the contents of the variable will be used as event name. You were unlucky, as you used a object variable whose value is NULL, and so was translated into a void string. Maybe I should force the use of a string constant after the AS... Regards, -- Benoit Minisini mailto:gambas at ...1... From rolf.frogs at ...221... Mon Mar 7 16:30:58 2005 From: rolf.frogs at ...221... (Rolf Schmidt) Date: Mon, 7 Mar 2005 16:30:58 +0100 Subject: [Gambas-user] Problem with the EXEC[] function In-Reply-To: <200503071554.33930.gambas@...1...> References: <200503071544.48038.rolf.frogs@...221...> <200503071554.33930.gambas@...1...> Message-ID: <200503071631.05450.rolf.frogs@...221...> Thank you Benoit Minisini: > > > > PUBLIC DBisCreated AS Boolean > > > > PUBLIC SUB Process_Read() > > DIM sline AS String > > > > LINE INPUT #LAST, sline > > ' message.Info(sline) > > > > returndata = returndata & sline > > IF sline = "CREATE DATABASE" THEN > > DBisCreated = TRUE > > ELSE > > DBisCreated = FALSE > > ENDIF > > END > > > > PUBLIC FUNCTION createDB() AS Boolean > > CAskDB.ShowModal() > > EXEC ["createdb", "-h", FHV.konfig.Key("host"), "-U", > > FHV.konfig.Key("user"), "-E", "UNICODE", > > FHV.konfig.Key("database")] WAIT FOR READ > > ' why is the flag always false? > > IF DBisCreated = TRUE THEN > > EXEC ["psql", "-h", FHV.konfig.Key("host"), "-u", > > FHV.konfig.Key("user"), "-d", FHV.konfig.Key("database"), "-f", > > "/home/entwicklung/hausverwaltung/HV/pgdatabase"] WAIT FOR > > READ ' why does this function never comes back - could it be, that it > > sends some ' informations via the error chanel? - How can I fetch these > > too? ENDIF > > END > This is a problem in the process management of Gambas. You must not use > WAIT if you want to use FOR READ/WRITE, because the event loop is not > called. But without the WAIT statement the flag will never be TRUE. And why will the second EXEC call not be served? - Any suggestions The last argument in this call points to a file with a lot of table to create in the database (with references) and fills about 20 items into one of the tables. So postgresql resonds with stdout answers for creating and inserting but also with output in the error channel with informations about sequence tables which will be created automatically. At least the output is about 50 lines. Is it possible to handle this from inside of gambas? Bye Rolf -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From sourceforge-raindog2 at ...94... Mon Mar 7 17:12:53 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 7 Mar 2005 11:12:53 -0500 Subject: [Gambas-user] Joystick interface class In-Reply-To: <200503071548.19605.gambas@...1...> References: <422B668F.6030504@...142...> <422C680A.2000606@...142...> <200503071548.19605.gambas@...1...> Message-ID: <200503071112.53426.sourceforge-raindog2@...94...> On Monday 07 March 2005 09:48, Benoit Minisini wrote: > Maybe I should force the use of a string constant after the AS... No, don't do that! I think someone just needs to update the documentation to reflect that a string is required and not a class name.... Rob From cmcpero at ...142... Mon Mar 7 17:14:53 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Mon, 07 Mar 2005 11:14:53 -0500 Subject: [Gambas-user] Joystick interface class (optimising and ioctl) In-Reply-To: <422C680A.2000606@...142...> References: <422B668F.6030504@...142...> <422C5C78.2060205@...142...> <200503071457.25838.gambas@...1...> <422C680A.2000606@...142...> Message-ID: <422C7DFD.2040403@...142...> Hi, ok , I tought about this some more and I understand why it needed a string I see now how that can be very useful to name the observer that way , I guess this is also how groups are made now that I can catch and properly interpret de joystick events I want to optimise the procedure a bit it's extremely minimalistic already so the only thing I can see I could do to make it faster is to fill the b array in only one read operation a quick benchmark reveal that in normal operation the joystick will easily generate 200 events with peaks up to 400 events per seconds while doing all 8 reads only take between 0.00001 and 0.000024 seconds to complete reducing that by 8 could be useful to someone making a game (where input control lag is intolerable) is there a way I could fill the b array in one operation ? right now the code is dim b[7] as byte FOR i = 0 TO 7 READ #hJoystick , b[i] NEXT I tried READ #jJoystick , b but I get an error that READ wants a standard type , not an array it doesn't sounds like it is possible , at least not with READ , but if there's a way I'd like to hear it also while doing this , I got the feeling I'm missing some events so I tried to change the code to dim b[7] as byte WHILE NOT Eof(hJoystick) FOR i = 0 TO 7 READ #hJoystick , b[i] NEXT WEND but that doesn't work because I'm reading for a character device and it cannot reach eof I'm not sure I'm missing events because I'm not clear on how File_Read gets called if there is at least one readable byte in the file File_Read gets called , but what if I don't read it all ? does File_Read gets called as soon as the previous File_Read returns ? (creating an endless loop if I don't read at least one byte) next , to complete my joystick interface class I need to implement something called ioctls please wait I need to read up on that ... ;) oh ok , trusty man ioctl tells me that ioctl is a function to control character devices and probably other special files it works like this you call it with 3 arguments the first is a valid file descriptor the second is a signed interger and the value is driver dependant that second argument at the same time tells the command you want to perform (the driver then knows wether this is a in or a out command) also the size the data to input or output , the third argument is a pointer to memory since there's no pointers in gambas I guess this means I need a ioctl interpreted gambas function which I suppose doesn't exist according to the built-in doc ? am I stuck ? /me goes on to search how you guys managed to use the serial port if you can't ioctl it ...... ok searching the mailing list the only match on ioctl I found is a very old ( [Gambas-devel] Parallel port on 02/06/2003) thread I replied to ( off course I completely missed the point back then ;) ) so I guess only a component can do this ... this is a bit off topic I was just wondering if it was possible to get the pointer of a variable like in vb6 ? I know this is totally bad hackery that shouldn't ever be used but it could be a work around for things like this this is stuff I learned reading visual basic hardcore a long while ago http://vb.mvps.org/hardcore/ in vb you can use pointers , when you do an api call since variables are passed byref the pointer gets passed by default you also have CopyMemory, VarPtr, StrPtr, and ObjPtr (oh and AddressOf for the pointer to SUBs , a must for using Callbacks) (I think CopyMemory at least is another api call and that the real name is RtlCopyMemory) http://vb.mvps.org/hardcore/html/bringyourhatchet.htm copymemory is fun to do stuff like READ #hJoystick , mysignedinteger CopyMemory(VarPtr(mysignedinteger) + 2,thethirdbyte,1) I guess these might not work because there is no garantee how variable are actually stored in memory and how is the interpreter going to react if the variables change without it's knowledge , like would happen if you used CopyMemory but still while there are no garantee this could work , it just might (for the current version anyway) that's why , at least for vb6 those functions are undocumented and I think it could be fun to have those function in gambas , just don't document them , don't support then and warn anyone who use them that they could break anytime ... well now I am really off-topic , I'm just throwing this in the wind tell me what you think and I'm going to resume working on my current problem (ioctls) ... oh btw , about the event I mostly got confused because the AS keyword has multiple uses apparently and the documentation isn't very clear on making the distinction I'm not sure it's necessary to force a string constant for event observer name ? maybe this could be useful in some unseen way ? I mean , if it doesn't get in the way other than getting noobs like me confused .. maybe just spelling out how this all works better in the doc will be enough .. in fact maybe is it explained properly somewhere in the docs and I just haven't found where ? anyway .. I'm going to publish this class to gambasforge when it's done so it will server also as a good example on how to use custom class' events -Jean-Francois Perreault From gambas at ...1... Mon Mar 7 17:25:29 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 7 Mar 2005 17:25:29 +0100 Subject: [Gambas-user] Joystick interface class (optimising and ioctl) In-Reply-To: <422C7DFD.2040403@...142...> References: <422B668F.6030504@...142...> <422C680A.2000606@...142...> <422C7DFD.2040403@...142...> Message-ID: <200503071725.29217.gambas@...1...> On Monday 07 March 2005 17:14, Jean-Francois Perreault wrote: > Hi, > > ok , I tought about this some more and I understand why it needed a > string I see now how that > can be very useful to name the observer that way , I guess this is also > how groups are made > > now that I can catch and properly interpret de joystick events > I want to optimise the procedure a bit > it's extremely minimalistic already so the only thing I can see I could > do to make it faster > is to fill the b array in only one read operation > > a quick benchmark reveal that in normal operation the joystick will > easily generate 200 > events with peaks up to 400 events per seconds > > while doing all 8 reads only take between 0.00001 and 0.000024 seconds > to complete reducing > that by 8 could be useful to someone making a game (where input control > lag is intolerable) > > is there a way I could fill the b array in one operation ? > > right now the code is > > dim b[7] as byte > > FOR i = 0 TO 7 > READ #hJoystick , b[i] > NEXT > > I tried READ #jJoystick , b > but I get an error that READ wants a standard type , not an array > it doesn't sounds like it is possible , at least not with READ , but if > there's a way I'd like to hear it You can use a dynamic array: DIM b AS NEW Byte[](8) and use the b.Read() method. > > also while doing this , I got the feeling I'm missing some events > so I tried to change the code to > > dim b[7] as byte > WHILE NOT Eof(hJoystick) > FOR i = 0 TO 7 > READ #hJoystick , b[i] > NEXT > WEND > > but that doesn't work because I'm reading for a character device and it > cannot reach eof > > I'm not sure I'm missing events because I'm not clear on how File_Read > gets called > if there is at least one readable byte in the file File_Read gets called > , but what if I don't read it all ? > does File_Read gets called as soon as the previous File_Read returns ? > (creating an endless loop if I don't read at least one byte) File_Read is called if there is something to read on the opened file. > > next , to complete my joystick interface class I need to implement > something called ioctls > please wait I need to read up on that ... ;) > You can't do ioctl() with Gambas at the moment. > oh ok , trusty man ioctl tells me that ioctl is a function to control > character devices and probably other special files > > it works like this you call it with 3 arguments the first is a valid > file descriptor > the second is a signed interger and the value is driver dependant > that second argument at the same time tells the command you want to > perform (the driver then knows wether this is a in or a out command) > also the size the data to input or output , the third argument is a > pointer to memory > > since there's no pointers in gambas I guess this means I need a ioctl > interpreted gambas function which I suppose doesn't exist according to > the built-in doc ? > > am I stuck ? > > /me goes on to search how you guys managed to use the serial port if you > can't ioctl it > ...... > > ok searching the mailing list the only match on ioctl I found is a very > old ( [Gambas-devel] Parallel port on 02/06/2003) thread I replied to ( > off course I completely missed the point back then ;) ) > > so I guess only a component can do this ... > > this is a bit off topic I was just wondering if it was possible to get > the pointer of a variable like in vb6 ? > I know this is totally bad hackery that shouldn't ever be used but it > could be a work around for things like this > > this is stuff I learned reading visual basic hardcore a long while ago > http://vb.mvps.org/hardcore/ > in vb you can use pointers , when you do an api call since variables are > passed byref the pointer gets passed by default > you also have CopyMemory, VarPtr, StrPtr, and ObjPtr (oh and AddressOf > for the pointer to SUBs , a must for using Callbacks) (I think > CopyMemory at least is another api call and that the real name is > RtlCopyMemory) > > http://vb.mvps.org/hardcore/html/bringyourhatchet.htm > > copymemory is fun to do stuff like > READ #hJoystick , mysignedinteger > CopyMemory(VarPtr(mysignedinteger) + 2,thethirdbyte,1) > > I guess these might not work because there is no garantee how > variable are actually stored in memory and how is the interpreter going > to react if the variables change without it's knowledge , like would > happen if you used CopyMemory > > but still while there are no garantee this could work , it just might > (for the current version anyway) that's why , at least for vb6 those > functions are undocumented and I think it could be fun to have those > function in gambas , just don't document them , don't support then and > warn anyone who use them that they could break anytime > > ... well now I am really off-topic , I'm just throwing this in the wind > tell me what you think and I'm going to resume working on my current > problem (ioctls) > > ... > > > oh btw , about the event I mostly got confused because the AS keyword > has multiple uses apparently and the documentation isn't very clear on > making the distinction > > I'm not sure it's necessary to force a string constant for event > observer name ? maybe this could be useful in some unseen way ? I mean , > if it doesn't get in the way other than getting noobs like me confused > .. maybe just spelling out how this all works better in the doc will be > enough .. in fact maybe is it explained properly somewhere in the docs > and I just haven't found where ? > > anyway .. I'm going to publish this class to gambasforge when it's done > so it will server also as a good example on how to use custom class' events > > -Jean-Francois Perreault > > Components are written in C/C++ at the moment, so they can do what they want. A component to get joystick event should be written in C, not in Gambas, because of the ioctl() stuff, and because of the number of events generated. Note that the sdl component will have joystick management too in it, thanks to the sdl library. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Mar 7 16:41:32 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 7 Mar 2005 16:41:32 +0100 Subject: [Gambas-user] Problem with the EXEC[] function In-Reply-To: <200503071631.05450.rolf.frogs@...221...> References: <200503071544.48038.rolf.frogs@...221...> <200503071554.33930.gambas@...1...> <200503071631.05450.rolf.frogs@...221...> Message-ID: <200503071641.32195.gambas@...1...> On Monday 07 March 2005 16:30, Rolf Schmidt wrote: > Thank you Benoit Minisini: > > > PUBLIC DBisCreated AS Boolean > > > > > > PUBLIC SUB Process_Read() > > > DIM sline AS String > > > > > > LINE INPUT #LAST, sline > > > ' message.Info(sline) > > > > > > returndata = returndata & sline > > > IF sline = "CREATE DATABASE" THEN > > > DBisCreated = TRUE > > > ELSE > > > DBisCreated = FALSE > > > ENDIF > > > END > > > > > > PUBLIC FUNCTION createDB() AS Boolean > > > CAskDB.ShowModal() > > > EXEC ["createdb", "-h", FHV.konfig.Key("host"), "-U", > > > FHV.konfig.Key("user"), "-E", "UNICODE", > > > FHV.konfig.Key("database")] WAIT FOR READ > > > ' why is the flag always false? > > > IF DBisCreated = TRUE THEN > > > EXEC ["psql", "-h", FHV.konfig.Key("host"), "-u", > > > FHV.konfig.Key("user"), "-d", FHV.konfig.Key("database"), "-f", > > > "/home/entwicklung/hausverwaltung/HV/pgdatabase"] WAIT FOR > > > READ ' why does this function never comes back - could it be, that it > > > sends some ' informations via the error chanel? - How can I fetch these > > > too? ENDIF > > > END > > > > This is a problem in the process management of Gambas. You must not use > > WAIT if you want to use FOR READ/WRITE, because the event loop is not > > called. > > But without the WAIT statement the flag will never be TRUE. You must wait by yourself: DIM hProcess AS Process EXEC ["createdb", "-h", FHV.konfig.Key("host"), "-U", FHV.konfig.Key("user"), "-E", "UNICODE", FHV.konfig.Key("database")] WAIT FOR READ AS hProcess WHILE hProcess.State = hProcess.Running WAIT 0.1 WEND But this is not a clean way. A better way is to manage everything around the top event loop: running the first process in Form_Load, for example, and running the second process in Process_Kill() when the first is terminated. Another point: at the moment, you cannot manage completely programs that need to be run in a terminal (like /bin/sh, or telnet). Regards, -- Benoit Minisini mailto:gambas at ...1... From aendeuryu at ...43... Mon Mar 7 17:29:37 2005 From: aendeuryu at ...43... (AenDeuRyu) Date: Mon, 7 Mar 2005 11:29:37 -0500 (EST) Subject: [Gambas-user] Writing a Gambas/SQLite tutorial Message-ID: <20050307162938.45088.qmail@...890...> Hi, I'm writing up a tutorial that shows newbies with a Visual Basic background how to integrate Gambas and SQLite. Dumb questions -- since I'm new to the Gambas way of doing things myself... 1) The first time I ran gambas-database-manager to set up an sqlite server, after I finished creating the server, I got an error when trying to double-click on it (can't remember the exact wording). Now, this was fixed after I ran a "Scan Database Servers", but there's a problem. I'd actually like to recreate that error-message-scenario for a screenshot, but at the moment all new databases that I create are instantly accessible without the scan. Is there some sort of tmp file or config file or something I can delete, so that when I run the g-d-m again it'll be like I'm running it for the first time, so I can get that error again? 1a) Further to 1, is there a reason why that error occurs? Does the scan need to be run once, just to initialize something that won't have to be initialized again? I can handle a "that's just the way things work right now" response, if that's what it is, I just want to put it into the tutorial. 2) Just want to fact-check the following statements: * gambas needs the qt libraries to run * the default install of gambas gives you both the gambas IDE and the gambas-database-manager * to get SQLite integration, users need to install both libsqlite AND lib.gb.db.sqlite. * gambas2 default-installs its libraries to /usr/local/lib/gambas2, whereas the deb package for gambas-gb-db-sqlite installs its libraries to /usr/lib/gambas 3) The documentation on this is a little hard to come by (the main reason I'm writing my own), so I can't verify the following assertion. C programs can actually load the sqlite library which acts like a mini database engine contained within the C program, whereas gambas at this point interacts with sqlite databases through external connections, much like it does with postgresql and mysql, and also like the way ODBC works on windows. Is that right? Is there a better explanation? Can gambas actually handle sqlite databases the way C code does? If not, will that be an option in the future? 4) Will gambas components at some point have datasource attributes that allow them to dynamically interact with databases, the way that Visual Basic does? I don't personally care one way or the other, but I want to mention this in the tutorial. Anyhow, hope that's not too many questions (because I might have more later). I'm having a whole hell of a lot of fun working in Gambas, by the way. I used to teach Visual Basic back in the heyday, and it's really fantastic to see how much functionality Gambas has at this point. -a ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca From nigel at ...38... Mon Mar 7 17:37:48 2005 From: nigel at ...38... (nigel at ...38...) Date: Mon, 7 Mar 2005 17:37:48 +0100 (CET) Subject: [Gambas-user] database eof and bof Message-ID: <11441291.1110213468615.JavaMail.www@...893...> Neil, Please publish your code so that we can look into the problem you mention with 'Available'. My usage of: hResult = $hConn.Exec("select * from table") hResult.MoveLast() hResult.moveNext() IF hResult.Available THEN PRINT "Record Available" ELSE PRINT "Not available" ENDIF ....gives me "Not Available" Regards Nigel > Message date : Mar 06 2005, 02:11 PM > From : "Neil Fallon" > To : gambas-user at lists.sourceforge.net > Copy to : > Subject : Re: [Gambas-user] database eof and bof > On Sun, 2005-03-06 at 01:45 -0500, Rob wrote: > > On Sunday 06 March 2005 01:31, Neil Fallon wrote: > > > I am at the whims of the users moving forward and backward. The > > > easier way for me may be to just check the first and last records > > > in the database. My key field is an auto increment number. I can > > > just check if the value is 1 for the first record or what ever the > > > number is for the last record value in the database. > > > > I guess that's cool as long as you're sure there'll never be holes in > > the database, but I personally would check r.Available regardless to > > avoid the possibility of a runtime error. > > > > Rob > > > Hi Rob, > > When I check Available on the last record I get an error stating there > are no more records. I don't want the message transmitted to the user. > > Neil > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > -- Whatever you Wanadoo: http://www.wanadoo.co.uk/time/ This email has been checked for most known viruses - find out more at: http://www.wanadoo.co.uk/help/id/7098.htm -------------- next part -------------- An HTML attachment was scrubbed... URL: From rolf.frogs at ...221... Mon Mar 7 17:43:23 2005 From: rolf.frogs at ...221... (Rolf Schmidt) Date: Mon, 7 Mar 2005 17:43:23 +0100 Subject: [Gambas-user] Problem with the EXEC[] function In-Reply-To: <200503071641.32195.gambas@...1...> References: <200503071544.48038.rolf.frogs@...221...> <200503071631.05450.rolf.frogs@...221...> <200503071641.32195.gambas@...1...> Message-ID: <200503071743.26054.rolf.frogs@...221...> Hi Benoit Minisini: > You must wait by yourself: > > DIM hProcess AS Process > > EXEC ["createdb", "-h", FHV.konfig.Key("host"), "-U", > FHV.konfig.Key("user"), "-E", "UNICODE", > FHV.konfig.Key("database")] WAIT FOR READ AS hProcess > > WHILE hProcess.State = hProcess.Running > WAIT 0.1 > WEND > > But this is not a clean way. A better way is to manage everything around > the top event loop: running the first process in Form_Load, for example, > and running the second process in Process_Kill() when the first is > terminated. > > Another point: at the moment, you cannot manage completely programs that > need to be run in a terminal (like /bin/sh, or telnet). Many thanks for your help and your excellent work creating gambas. I'm going to handle the database setup outside of my gambas programm - and wait, until you find a solution for the EXEC-problem (or the database interface becomes better). - Even with #hDB.exec("create table table (id serial primary key,...)") problems arise, because postgresql gives a warning on stderr. Regards Rolf -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From gambas at ...1... Mon Mar 7 17:38:07 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 7 Mar 2005 17:38:07 +0100 Subject: [Gambas-user] Writing a Gambas/SQLite tutorial In-Reply-To: <20050307162938.45088.qmail@...890...> References: <20050307162938.45088.qmail@...890...> Message-ID: <200503071738.07625.gambas@...1...> On Monday 07 March 2005 17:29, AenDeuRyu wrote: > Hi, I'm writing up a tutorial that shows newbies with > a Visual Basic background how to integrate Gambas and > SQLite. Dumb questions -- since I'm new to the Gambas > way of doing things myself... > > 1) The first time I ran gambas-database-manager to set > up an sqlite server, after I finished creating the > server, I got an error when trying to double-click on > it (can't remember the exact wording). Now, this was > fixed after I ran a "Scan Database Servers", but > there's a problem. I'd actually like to recreate that > error-message-scenario for a screenshot, but at the > moment all new databases that I create are instantly > accessible without the scan. Is there some sort of tmp > file or config file or something I can delete, so that > when I run the g-d-m again it'll be like I'm running > it for the first time, so I can get that error again? Remove the '~/.gambas/gambas-database-manager.conf' file. > > 1a) Further to 1, is there a reason why that error > occurs? Does the scan need to be run once, just to > initialize something that won't have to be initialized > again? I can handle a "that's just the way things work > right now" response, if that's what it is, I just want > to put it into the tutorial. > I don't know. Show me the error. > 2) Just want to fact-check the following statements: > * gambas needs the qt libraries to run > * the default install of gambas gives you both the > gambas IDE and the gambas-database-manager > * to get SQLite integration, users need to install > both libsqlite AND lib.gb.db.sqlite. OK. > * gambas2 default-installs its libraries to > /usr/local/lib/gambas2, whereas the deb package for > gambas-gb-db-sqlite installs its libraries to > /usr/lib/gambas Strange. But this is gambas2, a *development* (break everything) version. > > 3) The documentation on this is a little hard to come > by (the main reason I'm writing my own), so I can't > verify the following assertion. C programs can > actually load the sqlite library which acts like a > mini database engine contained within the C program, > whereas gambas at this point interacts with sqlite > databases through external connections, much like it > does with postgresql and mysql, and also like the way > ODBC works on windows. Is that right? Not really. > Is there a > better explanation? The gambas interpreter loads the gambas gb.db component that loads the gb.db.sqlite database driver that loads the sqlite library. > Can gambas actually handle sqlite > databases the way C code does? If not, will that be an > option in the future? What do you mean exactly ? > > 4) Will gambas components at some point have > datasource attributes that allow them to dynamically > interact with databases, the way that Visual Basic > does? I don't personally care one way or the other, > but I want to mention this in the tutorial. I'm currently working on the interpreter & compiler so that in the version 2 components will be able to be written directly in Gambas. Then, it will be easy to make data-bound controls directly in Gambas. > > Anyhow, hope that's not too many questions (because I > might have more later). I'm having a whole hell of a > lot of fun working in Gambas, by the way. I used to > teach Visual Basic back in the heyday, and it's really > fantastic to see how much functionality Gambas has at > this point. Thanks! -- Benoit Minisini mailto:gambas at ...1... From daniel at ...889... Mon Mar 7 18:32:56 2005 From: daniel at ...889... (daniel) Date: Mon, 07 Mar 2005 18:32:56 +0100 Subject: [Gambas-user] GridView et Couleur (fg et bg) Message-ID: <422C9048.6050608@...889...> salut j'ai decouvert gambas il y a qlq. jours, et je trouve ce soft. tres bien. pourtant j'ai une petite question ! j'ai retourne toute la doc. que j'ai trouve sur les GridView (ColumnView,ListView . . . etc), et je ne trouve rien pour donner une couleur bien determine sur la ligne courante (fg et bg), de plus est-il possible d'editer un GridView, et si oui un petit exemple svp !! et enfin si j'utilise GridView.Current.X et GridView.Current.Y et que le GridView a le focus, il ne change pas X et Y de Current tout de suite et les key.up down left et right ont un temps de retard dans un changement de direction . . . etc ! bug ou pas bug ?? d'avance un grand merci pour toute aide daniel ps : j'ai poste ce message sur gambas-user-fr sans reponce, je l'ai poste sur gambas-users egalement sans reponce, je me pause la question ''''' j'ai pas de chance ou la liste est prive ou peut-etre qu'il n'y a pas de reponce :-) ????? dans un ca comme dans l'autre que je sache si je peux creuser la question ou passer a autre chose From nfallo at ...734... Mon Mar 7 18:32:55 2005 From: nfallo at ...734... (Neil Fallon) Date: Mon, 07 Mar 2005 12:32:55 -0500 Subject: [Gambas-user] form colors In-Reply-To: <200503071344.38242.gambas@...1...> References: <1110195160.5409.143.camel@...861...> <200503071344.38242.gambas@...1...> Message-ID: <1110216776.26657.0.camel@...861...> Hi Benoit, Attached is the screenshot. Neil -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot.png Type: image/png Size: 16200 bytes Desc: not available URL: From nfallo at ...734... Mon Mar 7 18:35:40 2005 From: nfallo at ...734... (Neil Fallon) Date: Mon, 07 Mar 2005 12:35:40 -0500 Subject: [Gambas-user] database eof and bof In-Reply-To: <11441291.1110213468615.JavaMail.www@...893...> References: <11441291.1110213468615.JavaMail.www@...893...> Message-ID: <1110216940.26657.3.camel@...861...> Hi Nigel, The complete project was posted to Gambas Forge. It is called quiz. If you remove the check for the record number that I have included in the move next you will see the message that is displayed to the user. Neil On Mon, 2005-03-07 at 17:37 +0100, nigel at ...38... wrote: > Neil, > > Please publish your code so that we can look into the problem you > mention with 'Available'. My usage of: > > hResult = $hConn.Exec("select * from table") > hResult.MoveLast() > > hResult.moveNext() > > IF hResult.Available THEN > > PRINT "Record Available" > > ELSE > > PRINT "Not available" > > ENDIF > > ....gives me "Not Available" > > Regards > > Nigel > > > Message date : Mar 06 2005, 02:11 PM > > From : "Neil Fallon" > > To : gambas-user at lists.sourceforge.net > > Copy to : > > Subject : Re: [Gambas-user] database eof and bof > > On Sun, 2005-03-06 at 01:45 -0500, Rob wrote: > > > On Sunday 06 March 2005 01:31, Neil Fallon wrote: > > > > I am at the whims of the users moving forward and > backward. The > > > > easier way for me may be to just check the first and > last records > > > > in the database. My key field is an auto increment > number. I can > > > > just check if the value is 1 for the first record or > what ever the > > > > number is for the last record value in the database. > > > > > > I guess that's cool as long as you're sure there'll never > be holes in > > > the database, but I personally would check r.Available > regardless to > > > avoid the possibility of a runtime error. > > > > > > Rob > > > > > Hi Rob, > > > > When I check Available on the last record I get an error > stating there > > are no more records. I don't want the message transmitted to > the user. > > > > Neil > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from > real users. > > Discover which products truly live up to the hype. Start > reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > ______________________________________________________________________ > Whatever you Wanadoo > > This email has been checked for most known viruses - find out more > here From cmcpero at ...142... Mon Mar 7 18:43:02 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Mon, 07 Mar 2005 12:43:02 -0500 Subject: [Gambas-user] Joystick interface class (optimising and ioctl) In-Reply-To: <200503071725.29217.gambas@...1...> References: <422B668F.6030504@...142...> <422C680A.2000606@...142...> <422C7DFD.2040403@...142...> <200503071725.29217.gambas@...1...> Message-ID: <422C92A6.2000801@...142...> Benoit Minisini wrote: >You can use a dynamic array: DIM b AS NEW Byte[](8) >and use the b.Read() method. > > > but aren't those dynamic array much slower to read/write than native arrays ? yes and no I just run a quick benchmark while the execution is almost 1000% quicker (0.000001 instead of the previous 0.000024) but the cpu usage was less 0.01% previously when treating 300 events per seconds it is now around 20% when treating about 70 events per seconds and over 60% when doing around 250 events per second while latency went down , cpu usage went way up maybe if I put a wait 0.00001 in there .... (as a side note DIM b AS NEW Byte[](8) gives me a syntax error , but DIM b AS NEW Byte[] does not so I also b.reside(8) , but I guess DIM b AS NEW Byte[](8) should work because when I type DIM b AS NEW Byte[]( there's a tooltip that appears and say "Byte[] ( [Size AS Interger ] )" I'm running 1.0.2 and I recall reading something in the 1.0.3 changelog about that ... oh there it is *1.0.2 - 12 Jan 2005* *Interpreter* * BUG: The [] operator has been fixed for Byte and Short arrays) >File_Read is called if there is something to read on the opened file. > > > you mean as soon as file_read terminate if there is still something to read it will fire again immediately (or after a few milliseconds if it is being polled?) >>next , to complete my joystick interface class I need to implement >>something called ioctls >>please wait I need to read up on that ... ;) >> >> >> > >You can't do ioctl() with Gambas at the moment. > > > can there be a simple pass-through module ? like a ioctl function that would be like this ioctl (File AS File , iRequestCode AS Integer , bContent AS Byte[], kForInput as Boolean) kForInput would be necessary since gambas cannot know if the driver-dependant iRequestCode is for input or output bContent could only accept a native byte array , I guess that would make the component simpler , but I don't know how you can pass an entire native byte array as a parrameter ?! so the component would call ioctl with iRequestCode as second parameter "as is" and pass an intermediary byte array with as many byte as there are elements in bContent and if kForInput is true then after ioctl is called fill bContent with the content of the buffer byte array and if kForInput is false when fill the buffer byte array with the content of bContent and pass it to ioctl but it the ioctl user gets iRequestCode then if kForInput is false ioctl could overflow the internal buffer byte array to there should be some security for that (make the buffer byte array never less than 256 bytes maybe ? the thing is that gambas can't keep a table of all the known request code because that would be too much trouble to maintain and it would never have the request code you need for dealing with the never-seen-before driver) I suppose that you could get rid of kForInput if you always pass a big enough buffer byte array and determine if any bits changed in the array after calling ioctl you would then know if it was for in or out , except if it was for out and the driver didn't change anything >Components are written in C/C++ at the moment, so they can do what they want. >A component to get joystick event should be written in C, not in Gambas, >because of the ioctl() stuff, and because of the number of events generated. >Note that the sdl component will have joystick management too in it, thanks >to the sdl library. > well actually now my joystick class is fast and usable , the ioctl aren't that necessary , I just wanted to implement them for completeness but all they are is JSIOCGAXES get the number of axes (you can already determine that by listening to INIT events , JSIOCGBUTTONS each axis and each button generate a INIT event at initialisation) JSIOCGNAME(len) get the Name string of the joystick (you can get it with lsusb and dmesg but I consider that unclean) JSIOCGVERSION get the driver version (not actually useful , except for reusing to deal with pre-version 1 interfaces , you could guess that with the kernel version anyway) JSIOCSCORR those two last are special , they serve to calibrate the joystick (which should ) JSIOCGCORR not be needed , the joystick should be autocalibrated by the driver and the interface for it is a bit strange , the joystick-api documentation says that those two request code can change from version to version and only the application jscal , that come from the same guys who made the joystick driver is garanteed to work with this , but I would have had included it too for completeness also in my previous message , about the pointers and all , do you think any of it makes sense ? just a copymemory-alike function could be useful to deal with endianess and other bitwise operations don't you think ? (but if you say I'm completely ludicrous just to talk about such a thing I'd believe you at this point ;) ) -Jean-Francois Perreault From gambas at ...1... Mon Mar 7 17:55:05 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 7 Mar 2005 17:55:05 +0100 Subject: [Gambas-user] Problem with the EXEC[] function In-Reply-To: <200503071743.26054.rolf.frogs@...221...> References: <200503071544.48038.rolf.frogs@...221...> <200503071641.32195.gambas@...1...> <200503071743.26054.rolf.frogs@...221...> Message-ID: <200503071755.05511.gambas@...1...> On Monday 07 March 2005 17:43, Rolf Schmidt wrote: > Hi Benoit Minisini: > > You must wait by yourself: > > > > DIM hProcess AS Process > > > > EXEC ["createdb", "-h", FHV.konfig.Key("host"), "-U", > > FHV.konfig.Key("user"), "-E", "UNICODE", > > FHV.konfig.Key("database")] WAIT FOR READ AS hProcess > > > > WHILE hProcess.State = hProcess.Running > > WAIT 0.1 > > WEND > > > > But this is not a clean way. A better way is to manage everything around > > the top event loop: running the first process in Form_Load, for example, > > and running the second process in Process_Kill() when the first is > > terminated. > > > > Another point: at the moment, you cannot manage completely programs that > > need to be run in a terminal (like /bin/sh, or telnet). > > Many thanks for your help and your excellent work creating gambas. > > I'm going to handle the database setup outside of my gambas programm - and > wait, until you find a solution for the EXEC-problem (or the database > interface becomes better). > - Even with #hDB.exec("create table table (id serial primary key,...)") > problems arise, because postgresql gives a warning on stderr. > > Regards > Rolf Tell me which warning: I think it should not be a problem at all. Just a warning message. Regards, -- Benoit Minisini mailto:gambas at ...1... From nfallo at ...734... Mon Mar 7 19:02:53 2005 From: nfallo at ...734... (Neil Fallon) Date: Mon, 07 Mar 2005 13:02:53 -0500 Subject: [Gambas-user] more form colors Message-ID: <1110218573.26657.23.camel@...861...> Hi, I was just curious about this. I'm not sure how it should work in Gambas. If you change the form background color to something other than gray shouldn't the message boxes inherit that color? If not, is there a way to change the background color of the message boxes so that they match the application? I know that I can create my own modal form as a message box but this is not what I was looking for. Neil From eeller at ...826... Mon Mar 7 19:04:21 2005 From: eeller at ...826... (Eldon Eller) Date: Mon, 07 Mar 2005 10:04:21 -0800 Subject: [Gambas-user] modem Message-ID: <422C97A5.5040600@...826...> YADQ that is not even really gambas. Here is the story: I have a little mickey-mouse program written in VB that runs on Windows, and have written a (mostly) duplicate program in Gambas that runs on Linux (SuSE 9.2) in my dual-boot system. The two programs share the same data from a FAT32 partition. So far, so good. One feature I included in the VB program was to use my modem to dial a selected phone number. I would like to include that feature in the Gambas version. I assume that I can do this via the appropriate serial port. The exemplary program "SerialPort" seems like a good guide. Now here is my problem: I do not know the name of the serial port to which my modem is attached. If I use YAST to look for modems, it finds "AZtech HSP modem 56" (not configured). If I set about to configure it, I get a screen that has, among other things, a label, "Modem Device:," next to an empty box (cannot write to the box). If I peer into /dev/modems, I find a single item, a Character Device of size 0 Bytes named "mwave". If I run the "SerialPort" example and enter /dev/modems/mwave, (or anything else I can think of, for that matter, I get the message "Error Opening Serial Port." I assume that this happens because I am trying to open a non-existent serial port. If that assumption is correct, how do I go about finding the name of the modem serial port? My apologies in advance for dumb question. I am as ignorant as a post regarding linux. EEE From nfallo at ...734... Mon Mar 7 19:10:55 2005 From: nfallo at ...734... (Neil Fallon) Date: Mon, 07 Mar 2005 13:10:55 -0500 Subject: [Gambas-user] modem In-Reply-To: <422C97A5.5040600@...826...> References: <422C97A5.5040600@...826...> Message-ID: <1110219055.26657.26.camel@...861...> Hi EEE, I think you're looking for /dev/tt0 or /dev/tty1 and so forth. Neil On Mon, 2005-03-07 at 10:04 -0800, Eldon Eller wrote: > YADQ that is not even really gambas. Here is the story: > > I have a little mickey-mouse program written in VB that runs on Windows, > and have written a (mostly) duplicate program in Gambas that runs on > Linux (SuSE 9.2) in my dual-boot system. The two programs share the same > data from a FAT32 partition. So far, so good. One feature I included in > the VB program was to use my modem to dial a selected phone number. I > would like to include that feature in the Gambas version. I assume that > I can do this via the appropriate serial port. The exemplary program > "SerialPort" seems like a good guide. > > Now here is my problem: I do not know the name of the serial port to > which my modem is attached. If I use YAST to look for modems, it finds > "AZtech HSP modem 56" (not configured). If I set about to configure it, > I get a screen that has, among other things, a label, "Modem Device:," > next to an empty box (cannot write to the box). If I peer into > /dev/modems, I find a single item, a Character Device of size 0 Bytes > named "mwave". If I run the "SerialPort" example and enter > /dev/modems/mwave, (or anything else I can think of, for that matter, I > get the message "Error Opening Serial Port." > > I assume that this happens because I am trying to open a non-existent > serial port. If that assumption is correct, how do I go about finding > the name of the modem serial port? > > My apologies in advance for dumb question. I am as ignorant as a post > regarding linux. > > EEE > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From cmcpero at ...142... Mon Mar 7 19:17:10 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Mon, 07 Mar 2005 13:17:10 -0500 Subject: [Gambas-user] modem In-Reply-To: <1110219055.26657.26.camel@...861...> References: <422C97A5.5040600@...826...> <1110219055.26657.26.camel@...861...> Message-ID: <422C9AA6.2060204@...142...> it should be something like /dev/ttySx ... /dev/ttyS0 /dev/ttyS1 etc.. but your modem is a winmodem those are hard to get working on linux because they don't use the serial port like the external modem and don't have an embbedded uart like real hardware modem do first thing you need to make this work is a driver for your kernel run lspci to know the exact brand and model or your modem from there it's possible to find out if your modem is supported and if yes which driver you'll need it is very likely that your modem is not supported however Neil Fallon wrote: >Hi EEE, > >I think you're looking for /dev/tt0 or /dev/tty1 and so forth. > >Neil > >On Mon, 2005-03-07 at 10:04 -0800, Eldon Eller wrote: > > >>YADQ that is not even really gambas. Here is the story: >> >>I have a little mickey-mouse program written in VB that runs on Windows, >>and have written a (mostly) duplicate program in Gambas that runs on >>Linux (SuSE 9.2) in my dual-boot system. The two programs share the same >>data from a FAT32 partition. So far, so good. One feature I included in >>the VB program was to use my modem to dial a selected phone number. I >>would like to include that feature in the Gambas version. I assume that >>I can do this via the appropriate serial port. The exemplary program >>"SerialPort" seems like a good guide. >> >>Now here is my problem: I do not know the name of the serial port to >>which my modem is attached. If I use YAST to look for modems, it finds >>"AZtech HSP modem 56" (not configured). If I set about to configure it, >>I get a screen that has, among other things, a label, "Modem Device:," >>next to an empty box (cannot write to the box). If I peer into >>/dev/modems, I find a single item, a Character Device of size 0 Bytes >>named "mwave". If I run the "SerialPort" example and enter >>/dev/modems/mwave, (or anything else I can think of, for that matter, I >>get the message "Error Opening Serial Port." >> >>I assume that this happens because I am trying to open a non-existent >>serial port. If that assumption is correct, how do I go about finding >>the name of the modem serial port? >> >>My apologies in advance for dumb question. I am as ignorant as a post >>regarding linux. >> >>EEE >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>Gambas-user mailing list >>Gambas-user at lists.sourceforge.net >>https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > From aendeuryu at ...43... Mon Mar 7 19:45:07 2005 From: aendeuryu at ...43... (AenDeuRyu) Date: Mon, 7 Mar 2005 13:45:07 -0500 (EST) Subject: [Gambas-user] Re: Writing a Gambas/SQLite tutorial Message-ID: <20050307184508.93584.qmail@...890...> Thanks for the quick reply... > I don't know. Show me the error. Please ignore this. I went back and tried this again, and realized it was my fault -- I misunderstood the purpose of Server->New Server, and didn't use it properly. > > * gambas2 default-installs its libraries to > > /usr/local/lib/gambas2, whereas the deb package for > > gambas-gb-db-sqlite installs its libraries to > > /usr/lib/gambas > Strange. But this is gambas2, a *development* (break > everything) version. Fair enough. If it's alright to ask, does the current version install its libraries to /usr/lib/gambas? > The gambas interpreter loads the gambas gb.db component that loads the > gb.db.sqlite database driver that loads the sqlite library. Alright... > > Can gambas actually handle sqlite > > databases the way C code does? If not, will that be an > > option in the future? > What do you mean exactly ? Maybe I understood SQLite's documentation incorrectly. Postgresql, from what I remember, requires the postmaster service running in the background, accepting connections through the socket, and sending data back and forth that way. SQLite (on the website) describes its relationship with C as being a library loaded within the C program that allows you to interact directly with the data through an SQLish interface. There's no service that needs to be run in the background or set up ahead of time. I guess, because with Gambas, sqlite needs to be set up ahead of time with g-d-m, I was confused, and mistakenly thought that something like a client-server relationship was at work. Alright, just so I have this straight: From what I remember, in C, to interact with a postgresql database, I need to have the server running in the background accepting connections, whereas with sqlite I can get straight at the data with the library and the file location. Does it work the same way in gambas? > I'm currently working on the interpreter & compiler so that in the > version 2 components will be able to be written directly in Gambas. Then, it will > be easy to make data-bound controls directly in Gambas. Ok, just to clarify, does that mean that version 2's components will have these attributes, or that version 2's components will be capable of having them, but somebody else will need to code them? ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca From rolf.frogs at ...221... Mon Mar 7 19:56:49 2005 From: rolf.frogs at ...221... (Rolf Schmidt) Date: Mon, 7 Mar 2005 19:56:49 +0100 Subject: [Gambas-user] Problem with the EXEC[] function In-Reply-To: <200503071755.05511.gambas@...1...> References: <200503071544.48038.rolf.frogs@...221...> <200503071743.26054.rolf.frogs@...221...> <200503071755.05511.gambas@...1...> Message-ID: <200503071956.52143.rolf.frogs@...221...> Hi Benoit Minisini: > > I'm going to handle the database setup outside of my gambas programm - > > and wait, until you find a solution for the EXEC-problem (or the database > > interface becomes better). > > - Even with #hDB.exec("create table table (id serial primary key,...)") > > problems arise, because postgresql gives a warning on stderr. [] > Tell me which warning: I think it should not be a problem at all. Just a > warning message. psql:pgdatabase:2: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit einen Index ?klassifikation_pkey? f?r Tabelle ?klassifikation? This means: psql:pgdatabase:2:WARNING: CREATE TABLE / PRIMARY KEY creates implizit Index ?klassifikation_pkey? for table ?klassifikation? This message(s) arise, if a table field is defined to be "serial" which means auto incremental. BTW: I have another problem with this -> I get an error from gambas if there is no value for an autoincremented field which is by default defined not to be null! So I have to use the #hDB.Exec-function to generate the insert command. What a pitty. Regards Rolf -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From sourceforge-raindog2 at ...94... Mon Mar 7 19:28:41 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 7 Mar 2005 13:28:41 -0500 Subject: [Gambas-user] Problem with the EXEC[] function In-Reply-To: <200503071641.32195.gambas@...1...> References: <200503071544.48038.rolf.frogs@...221...> <200503071631.05450.rolf.frogs@...221...> <200503071641.32195.gambas@...1...> Message-ID: <200503071328.41604.sourceforge-raindog2@...94...> On Monday 07 March 2005 10:41, Benoit Minisini wrote: > Another point: at the moment, you cannot manage completely programs > that need to be run in a terminal (like /bin/sh, or telnet). I have worked around this to a degree in one of the apps I wrote for a client, to manage an ssh connection. It took a perl script, though, which I'll post once I find it. Rob From karl.reinl at ...9... Mon Mar 7 22:04:19 2005 From: karl.reinl at ...9... (Charlie) Date: Mon, 07 Mar 2005 22:04:19 +0100 Subject: [Gambas-user] GridView et Couleur (fg et bg) References: <422C9048.6050608@...889...> Message-ID: <422CC1D3.8020907@...9...> daniel schrieb: > salut > j'ai decouvert gambas il y a qlq. jours, et je trouve ce soft. tres > bien. pourtant j'ai une petite question ! > j'ai retourne toute la doc. que j'ai trouve sur les GridView > (ColumnView,ListView . . . etc), et je ne trouve rien pour donner une > couleur bien determine sur la ligne courante (fg et bg), de plus > est-il possible d'editer un GridView, et si oui un petit exemple svp !! > et enfin si j'utilise GridView.Current.X et GridView.Current.Y et que > le GridView a le focus, il ne change pas X et Y de Current tout de > suite et les key.up down left et right ont un temps de retard dans un > changement de direction . . . etc ! > bug ou pas bug ?? > d'avance un grand merci pour toute aide > daniel > > ps : j'ai poste ce message sur gambas-user-fr sans reponce, je l'ai > poste sur gambas-users egalement sans reponce, je me pause la question > ''''' j'ai pas de chance ou la liste est prive ou peut-etre qu'il n'y > a pas de reponce :-) ????? dans un ca comme dans l'autre que je sache > si je peux creuser la question ou passer a autre chose Salut Daniel, nein keine Chance. Aber Daniel Campos (falls ich mich recht erinnere) hat vor einiger Zeit ein Grid vorgestellt, das mit Farben konnte. le GridView na pas des couleures par ligne, ets la liste ne pas prive, mais 'in english' . All liste users, all over the world, try to write in english, this is our commen language. look in the lists archiv, I think it was Daniel Campos, who made a grid which handles with colors. Or ask himself. Amicalment Charlie From daniel at ...889... Tue Mar 8 09:06:57 2005 From: daniel at ...889... (daniel) Date: Tue, 08 Mar 2005 09:06:57 +0100 Subject: [Gambas-user] GridView et Couleur (fg et bg) In-Reply-To: <422CC1D3.8020907@...9...> References: <422C9048.6050608@...889...> <422CC1D3.8020907@...9...> Message-ID: <422D5D21.8090704@...889...> Charlie wrote: > daniel schrieb: > >> salut >> j'ai decouvert gambas il y a qlq. jours, et je trouve ce soft. tres >> bien. pourtant j'ai une petite question ! >> j'ai retourne toute la doc. que j'ai trouve sur les GridView >> (ColumnView,ListView . . . etc), et je ne trouve rien pour donner une >> couleur bien determine sur la ligne courante (fg et bg), de plus >> est-il possible d'editer un GridView, et si oui un petit exemple svp !! >> et enfin si j'utilise GridView.Current.X et GridView.Current.Y et que >> le GridView a le focus, il ne change pas X et Y de Current tout de >> suite et les key.up down left et right ont un temps de retard dans un >> changement de direction . . . etc ! >> bug ou pas bug ?? >> d'avance un grand merci pour toute aide >> daniel >> >> ps : j'ai poste ce message sur gambas-user-fr sans reponce, je l'ai >> poste sur gambas-users egalement sans reponce, je me pause la >> question ''''' j'ai pas de chance ou la liste est prive ou peut-etre >> qu'il n'y a pas de reponce :-) ????? dans un ca comme dans l'autre >> que je sache si je peux creuser la question ou passer a autre chose > > > Salut Daniel, > > nein keine Chance. Aber Daniel Campos (falls ich mich recht erinnere) > hat vor einiger Zeit ein Grid vorgestellt, das mit Farben konnte. > > le GridView na pas des couleures par ligne, ets la liste ne pas > prive, mais 'in english' . > > All liste users, all over the world, try to write in english, this > is our commen language. > look in the lists archiv, I think it was Daniel Campos, who made a > grid which handles with colors. Or ask himself. > > Amicalment > Charlie > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user ok , ok the first time i posted in english with no reply :-) tank you for the reply charlie daniel From julien at ...782... Tue Mar 8 09:13:59 2005 From: julien at ...782... (Julien Barbier) Date: Tue, 08 Mar 2005 09:13:59 +0100 Subject: [Gambas-user] Browser ? Message-ID: <1110269639.2680.1.camel@...783...> Hi all ! Just a little question : I would like to open the default browser of a system (without knowing whitch browser is installed in advance). Do you know how I can do that ? I mean, I think it should be an environment variable containing ths name of the default browser, but I don't know it. Thanks in advance ! ------------------- Julien Barbier -------------- next part -------------- An HTML attachment was scrubbed... URL: From aendeuryu at ...43... Tue Mar 8 09:42:02 2005 From: aendeuryu at ...43... (AenDeuRyu) Date: Tue, 8 Mar 2005 03:42:02 -0500 (EST) Subject: [Gambas-user] v1.9.3 "Save Table" icon erases data in gambas-database-manager Message-ID: <20050308084202.22615.qmail@...894...> Possible bug in v 1.9.3? I'm getting erratic behaviour from within the gambas-database-manager the first time that I try to "Save Table" when in Data View. This is using the sqlite driver. Steps I followed 1. Load g-d-m 2. Create a new database (sqldriver) 3. Create a new table. 4. Add one field (eg: fldname) 5. Save Table (upper disk icon) 6. Switch to Data View 7. Enter in some records 8. Press Save Table (upper disk icon) I'm getting strange behaviour, such as data being erased. This seems to only happen the first time data is entered once the database is created. Adding the data, saving using the "Save Data" (lower disk icon), and then quitting immediately, seems to preserve the data as is, and adding more data later and pressing "Save Table" seems to work as it ought to. ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca From daniel.campos at ...338... Tue Mar 8 10:00:22 2005 From: daniel.campos at ...338... (Daniel Campos) Date: Tue, 08 Mar 2005 10:00:22 +0100 Subject: [Gambas-user] Browser ? In-Reply-To: <1110269639.2680.1.camel@...783...> References: <1110269639.2680.1.camel@...783...> Message-ID: <422D69A6.2080405@...338...> Julien Barbier escribi?: > Hi all ! > > Just a little question : > > I would like to open the default browser of a system (without knowing > whitch browser is installed in advance). > Do you know how I can do that ? > I mean, I think it should be an environment variable containing ths > name of the default browser, but I don't know it. > > Thanks in advance ! > ------------------- > Julien Barbier > yes: $BROWSER Regards, D. Campos From julien at ...782... Tue Mar 8 10:13:45 2005 From: julien at ...782... (Julien Barbier) Date: Tue, 08 Mar 2005 10:13:45 +0100 Subject: [Gambas-user] Browser ? In-Reply-To: <422D69A6.2080405@...338...> References: <1110269639.2680.1.camel@...783...> <422D69A6.2080405@...338...> Message-ID: <1110273224.2680.4.camel@...783...> Hi Daniel, thanks for your quick answer ! I tried this in cli, and it worked : $BROWSER http://www.google.com but when I try in gambas, it does,'t work :-/ Here is my code : PUBLIC SUB Button2_Click() EXEC ["$BROWSER http://www.google.com"] END Am I doing sth wrong ? On Tue, 2005-03-08 at 10:00, Daniel Campos wrote: > Julien Barbier escribi?: > > > Hi all ! > > > > Just a little question : > > > > I would like to open the default browser of a system (without knowing > > whitch browser is installed in advance). > > Do you know how I can do that ? > > I mean, I think it should be an environment variable containing ths > > name of the default browser, but I don't know it. > > > > Thanks in advance ! > > ------------------- > > Julien Barbier > > > yes: $BROWSER > > Regards, > > D. Campos > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op?k > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user ------------------- Julien Barbier -------------- next part -------------- An HTML attachment was scrubbed... URL: From nfallo at ...734... Tue Mar 8 10:26:23 2005 From: nfallo at ...734... (Neil Fallon) Date: Tue, 08 Mar 2005 04:26:23 -0500 Subject: [Gambas-user] newer version Message-ID: <1110273984.28055.1.camel@...861...> Hi, To install a newer version of Gambas do I have to uninstall the current version before installing the new version? If so, how do you uninstall the current version? It is not showing up as installed in Yast or Red-Carpet? Neil From na2492 at ...9... Tue Mar 8 10:41:49 2005 From: na2492 at ...9... (Charlie Reinl) Date: Tue, 8 Mar 2005 10:41:49 00100 Subject: [Gambas-user] Browser ? Message-ID: <422d735d.6a26.0@...9...> > >Hi all ! > >Just a little question : > >I would like to open the default browser of a system (without knowing >whitch browser is installed in advance). >Do you know how I can do that ? >I mean, I think it should be an environment variable containing ths name >of the default browser, but I don't know it. > >Thanks in advance ! >------------------- >Julien Barbier > Salut, I think you can find an example in the IDE-Source Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From daniel.campos at ...338... Tue Mar 8 11:48:10 2005 From: daniel.campos at ...338... (Daniel Campos) Date: Tue, 08 Mar 2005 11:48:10 +0100 Subject: [Gambas-user] Browser ? In-Reply-To: <1110273224.2680.4.camel@...783...> References: <1110269639.2680.1.camel@...783...> <422D69A6.2080405@...338...> <1110273224.2680.4.camel@...783...> Message-ID: <422D82EA.8080305@...338...> Julien Barbier escribi?: > Hi Daniel, thanks for your quick answer ! > > I tried this in cli, and it worked : $BROWSER http://www.google.com > > but when I try in gambas, it does,'t work :-/ > > Here is my code : > > > PUBLIC SUB Button2_Click() > > EXEC ["$BROWSER http://www.google. com"] > > END > > Am I doing sth wrong ? > > "EXEC" works with an array of strings, the first string is the command to execute, and the next strings are parameters. As $BROWSER can be a single command of varius commands and parameters, you should better try: SHELL Application.Env["BROWSER"] & " " & "http://www.google. com" Regards, D. Campos From nfallo at ...734... Tue Mar 8 12:06:29 2005 From: nfallo at ...734... (Neil Fallon) Date: Tue, 08 Mar 2005 06:06:29 -0500 Subject: [Gambas-user] sqlite3 Message-ID: <1110279989.10964.3.camel@...861...> Hi, Does Gambas work with SQLite3? I just installed the latest version of SQLite and the latest version of Gambas. When going to the database manager and trying to go to the sqlite server I get an error message stating that Gambas cannot find the database driver for sqlite. Neil From gambas at ...1... Tue Mar 8 12:16:41 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 8 Mar 2005 12:16:41 +0100 Subject: [Gambas-user] more form colors In-Reply-To: <1110218573.26657.23.camel@...861...> References: <1110218573.26657.23.camel@...861...> Message-ID: <200503081216.41241.gambas@...1...> On Monday 07 March 2005 19:02, Neil Fallon wrote: > Hi, > > I was just curious about this. I'm not sure how it should work in > Gambas. If you change the form background color to something other than > gray shouldn't the message boxes inherit that color? If not, is there a > way to change the background color of the message boxes so that they > match the application? I know that I can create my own modal form as a > message box but this is not what I was looking for. > > Neil > You can't change the background color of the message boxes. Note that you should avoir changing the default background colors of any forms: the toolkits (QT, GTK+, ...) are designed so that the user decides what are the colors of the applications. Not the developer! :-) Regards, -- Benoit Minisini mailto:gambas at ...1... From eilert-sprachen at ...221... Tue Mar 8 12:36:20 2005 From: eilert-sprachen at ...221... (Eilert) Date: Tue, 08 Mar 2005 12:36:20 +0100 Subject: [Gambas-user] newer version In-Reply-To: <1110273984.28055.1.camel@...861...> References: <1110273984.28055.1.camel@...861...> Message-ID: <422D8E34.9020700@...221...> Hi Neil, Neil Fallon schrieb: > Hi, > > To install a newer version of Gambas do I have to uninstall the current > version before installing the new version? If so, how do you uninstall Not necessarily, as it's only a few binaries which are copied over during install. > the current version? It is not showing up as installed in Yast or > Red-Carpet? However, you can use "make uninstall" from within the original directory with the sources (you did compile it yourself, didn't you?) to do the job if you feel unsure :-) Rolf From gambas at ...1... Tue Mar 8 12:20:47 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 8 Mar 2005 12:20:47 +0100 Subject: [Gambas-user] Re: Writing a Gambas/SQLite tutorial In-Reply-To: <20050307184508.93584.qmail@...890...> References: <20050307184508.93584.qmail@...890...> Message-ID: <200503081220.47558.gambas@...1...> On Monday 07 March 2005 19:45, AenDeuRyu wrote: > Maybe I understood SQLite's documentation incorrectly. > Postgresql, from what I remember, requires the > postmaster service running in the background, > accepting connections through the socket, and sending > data back and forth that way. SQLite (on the website) > describes its relationship with C as being a library > loaded within the C program that allows you to > interact directly with the data through an SQLish > interface. There's no service that needs to be run in > the background or set up ahead of time. I guess, > because with Gambas, sqlite needs to be set up ahead > of time with g-d-m, I was confused, and mistakenly > thought that something like a client-server > relationship was at work. > > Alright, just so I have this straight: From what I > remember, in C, to interact with a postgresql > database, I need to have the server running in the > background accepting connections, whereas with sqlite > I can get straight at the data with the library and > the file location. Does it work the same way in > gambas? Yes it does. > > Ok, just to clarify, does that mean that version 2's > components will have these attributes, or that version > 2's components will be capable of having them, but > somebody else will need to code them? > Somebody will need to make these data-bound controls. It will just a matter of taking the existing GUI controls, inherits them or embedding them, adding properties and methods that deals with databases, and so on... Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 8 12:13:46 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 8 Mar 2005 12:13:46 +0100 Subject: [Gambas-user] Problem with the EXEC[] function In-Reply-To: <200503071956.52143.rolf.frogs@...221...> References: <200503071544.48038.rolf.frogs@...221...> <200503071755.05511.gambas@...1...> <200503071956.52143.rolf.frogs@...221...> Message-ID: <200503081213.46143.gambas@...1...> On Monday 07 March 2005 19:56, Rolf Schmidt wrote: > Hi Benoit Minisini: > > > I'm going to handle the database setup outside of my gambas programm - > > > and wait, until you find a solution for the EXEC-problem (or the > > > database interface becomes better). > > > - Even with #hDB.exec("create table table (id serial primary > > > key,...)") problems arise, because postgresql gives a warning on > > > stderr. > > [] > > > Tell me which warning: I think it should not be a problem at all. Just a > > warning message. > > psql:pgdatabase:2: HINWEIS: CREATE TABLE / PRIMARY KEY erstellt implizit > einen Index ?klassifikation_pkey? f?r Tabelle ?klassifikation? > > This means: > psql:pgdatabase:2:WARNING: CREATE TABLE / PRIMARY KEY creates implizit > Index ?klassifikation_pkey? for table ?klassifikation? > > This message(s) arise, if a table field is defined to be "serial" which > means auto incremental. > > BTW: I have another problem with this -> I get an error from gambas if > there is no value for an autoincremented field which is by default defined > not to be null! > So I have to use the #hDB.Exec-function to generate the insert command. > What a pitty. > > Regards > Rolf The database component does not manage auto-increment field. So it tries to insert a value in it... It is not completely incoherent, because if you use Exec to create tables and so on, you bypass the database component, so you can have problems with Update, Edit, Delete... Maybe in a future version of the database component auto-increment fiels should be managed... Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 8 12:18:29 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 8 Mar 2005 12:18:29 +0100 Subject: [Gambas-user] modem In-Reply-To: <422C97A5.5040600@...826...> References: <422C97A5.5040600@...826...> Message-ID: <200503081218.29235.gambas@...1...> On Monday 07 March 2005 19:04, Eldon Eller wrote: > YADQ that is not even really gambas. Here is the story: > > I have a little mickey-mouse program written in VB that runs on Windows, > and have written a (mostly) duplicate program in Gambas that runs on > Linux (SuSE 9.2) in my dual-boot system. The two programs share the same > data from a FAT32 partition. So far, so good. One feature I included in > the VB program was to use my modem to dial a selected phone number. I > would like to include that feature in the Gambas version. I assume that > I can do this via the appropriate serial port. The exemplary program > "SerialPort" seems like a good guide. > > Now here is my problem: I do not know the name of the serial port to > which my modem is attached. If I use YAST to look for modems, it finds > "AZtech HSP modem 56" (not configured). If I set about to configure it, > I get a screen that has, among other things, a label, "Modem Device:," > next to an empty box (cannot write to the box). If I peer into > /dev/modems, I find a single item, a Character Device of size 0 Bytes > named "mwave". If I run the "SerialPort" example and enter > /dev/modems/mwave, (or anything else I can think of, for that matter, I > get the message "Error Opening Serial Port." > > I assume that this happens because I am trying to open a non-existent > serial port. If that assumption is correct, how do I go about finding > the name of the modem serial port? > > My apologies in advance for dumb question. I am as ignorant as a post > regarding linux. > > EEE > Since Linux 2.6, you have a pseudo file-system mounted on /sys that describes the contents of your computer. I don't know the exact syntax, but I think you can guess it by browsing the directory, or by reading the book from O'Reilly about /proc and /sys. Regards, -- Benoit Minisini mailto:gambas at ...1... From nigel at ...38... Tue Mar 8 13:51:30 2005 From: nigel at ...38... (nigel at ...38...) Date: Tue, 8 Mar 2005 13:51:30 +0100 (CET) Subject: [Gambas-user] sqlite3 Message-ID: <21735282.1110286290434.JavaMail.www@...718...> Neil, There was a discussion in November about sqlite3. I posted a new driver for it but it was not included as Benoit suggested that it should be incorporated with the sqlite driver. I have been thinking about this, but have not come up with a solution. I will find the driver I submitted and email it to you. You will have to compile it etc. Regards Nigel > Message date : Mar 08 2005, 11:07 AM > From : "Neil Fallon" > To : gambas-user at lists.sourceforge.net > Copy to : > Subject : [Gambas-user] sqlite3 > > Hi, > > Does Gambas work with SQLite3? I just installed the latest version of > SQLite and the latest version of Gambas. When going to the database > manager and trying to go to the sqlite server I get an error message > stating that Gambas cannot find the database driver for sqlite. > > Neil > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > -- Whatever you Wanadoo: http://www.wanadoo.co.uk/time/ This email has been checked for most known viruses - find out more at: http://www.wanadoo.co.uk/help/id/7098.htm From gambas at ...1... Tue Mar 8 14:24:35 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 8 Mar 2005 14:24:35 +0100 Subject: [Gambas-user] sqlite3 In-Reply-To: <21735282.1110286290434.JavaMail.www@...718...> References: <21735282.1110286290434.JavaMail.www@...718...> Message-ID: <200503081424.35517.gambas@...1...> On Tuesday 08 March 2005 13:51, nigel at ...38... wrote: > Neil, > > There was a discussion in November about sqlite3. I posted a new driver > for it but it was not included as Benoit suggested that it should be > incorporated with the sqlite driver. I have been thinking about this, but > have not come up with a solution. > > I will find the driver I submitted and email it to you. You will have to > compile it etc. > > Regards > > Nigel > sqlite3 will be part of Mandrake 10.2, so I will include it when it is out. I'm currently thinking about a way for a driver to tell the database component "don't use me, but use this driver instead". Regards, -- Benoit Minisini mailto:gambas at ...1... From daniel at ...889... Tue Mar 8 15:44:22 2005 From: daniel at ...889... (daniel) Date: Tue, 08 Mar 2005 15:44:22 +0100 Subject: [Gambas-user] sqlite3 In-Reply-To: <200503081424.35517.gambas@...1...> References: <21735282.1110286290434.JavaMail.www@...718...> <200503081424.35517.gambas@...1...> Message-ID: <422DBA46.70106@...889...> You can check the DB file header. The first 16 characters are "SQLite format 3\000" if it is version 3+ Check out http://www.sqlite.org/cvstrac/getfile/sqlite/src/btree.c for more file header information daniel Benoit Minisini wrote: >On Tuesday 08 March 2005 13:51, nigel at ...38... wrote: > > >>Neil, >> >>There was a discussion in November about sqlite3. I posted a new driver >>for it but it was not included as Benoit suggested that it should be >>incorporated with the sqlite driver. I have been thinking about this, but >>have not come up with a solution. >> >>I will find the driver I submitted and email it to you. You will have to >>compile it etc. >> >>Regards >> >>Nigel >> >> >> > >sqlite3 will be part of Mandrake 10.2, so I will include it when it is out. >I'm currently thinking about a way for a driver to tell the database >component "don't use me, but use this driver instead". > >Regards, > > > From sourceforge-raindog2 at ...94... Tue Mar 8 15:28:28 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 8 Mar 2005 09:28:28 -0500 Subject: [Gambas-user] sqlite3 In-Reply-To: <1110279989.10964.3.camel@...861...> References: <1110279989.10964.3.camel@...861...> Message-ID: <200503080928.29032.sourceforge-raindog2@...94...> On Tuesday 08 March 2005 06:06, Neil Fallon wrote: > Does Gambas work with SQLite3? I just installed the latest version > of SQLite and the latest version of Gambas. When going to the > database manager and trying to go to the sqlite server I get an > error message stating that Gambas cannot find the database driver > for sqlite. Maybe whoever packaged it didn't have sqlite on his system.... sqlite has to be installed at Gambas compile time in order for the component to be generated. In Mandrake, sqlite is in contribs, not the main distribution, so I get a lot of complaints from people downloading my packages without a contrib source set up. (Unfortunately, there's no way to make a requirement "optional" with RPM.) If you have slocate or something like it installed, try searching for "lib.gb.db.sqlite.so" on your hard disk.... if it's not there, then whoever built it for Fedora didn't build the sqlite driver. Rob From nfallo at ...734... Tue Mar 8 15:51:15 2005 From: nfallo at ...734... (Neil Fallon) Date: Tue, 08 Mar 2005 09:51:15 -0500 Subject: [Gambas-user] more form colors In-Reply-To: <200503081216.41241.gambas@...1...> References: <1110218573.26657.23.camel@...861...> <200503081216.41241.gambas@...1...> Message-ID: <1110293475.7418.1.camel@...861...> I realize that. I tried changing themes to see if the compiled application changes color and it doesn't. It stays the same gray color background no matter what theme I select. Neil On Tue, 2005-03-08 at 12:16 +0100, Benoit Minisini wrote: > On Monday 07 March 2005 19:02, Neil Fallon wrote: > > Hi, > > > > I was just curious about this. I'm not sure how it should work in > > Gambas. If you change the form background color to something other than > > gray shouldn't the message boxes inherit that color? If not, is there a > > way to change the background color of the message boxes so that they > > match the application? I know that I can create my own modal form as a > > message box but this is not what I was looking for. > > > > Neil > > > > You can't change the background color of the message boxes. > > Note that you should avoir changing the default background colors of any > forms: the toolkits (QT, GTK+, ...) are designed so that the user decides > what are the colors of the applications. Not the developer! :-) > > Regards, > From nfallo at ...734... Tue Mar 8 16:00:24 2005 From: nfallo at ...734... (Neil Fallon) Date: Tue, 08 Mar 2005 10:00:24 -0500 Subject: [Gambas-user] sqlite3 In-Reply-To: <200503081424.35517.gambas@...1...> References: <21735282.1110286290434.JavaMail.www@...718...> <200503081424.35517.gambas@...1...> Message-ID: <1110294024.7418.4.camel@...861...> Quite a few changes have been made to SQLite since version 2. Version 3 cannot read version 2 databases so anyone that is developing an application with SQLite databases will not be able to modify the data once they make the upgrade. They are better off starting with SQLite 3. Neil On Tue, 2005-03-08 at 14:24 +0100, Benoit Minisini wrote: > On Tuesday 08 March 2005 13:51, nigel at ...38... wrote: > > Neil, > > > > There was a discussion in November about sqlite3. I posted a new driver > > for it but it was not included as Benoit suggested that it should be > > incorporated with the sqlite driver. I have been thinking about this, but > > have not come up with a solution. > > > > I will find the driver I submitted and email it to you. You will have to > > compile it etc. > > > > Regards > > > > Nigel > > > > sqlite3 will be part of Mandrake 10.2, so I will include it when it is out. > I'm currently thinking about a way for a driver to tell the database > component "don't use me, but use this driver instead". > > Regards, > From sourceforge-raindog2 at ...94... Tue Mar 8 16:04:39 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 8 Mar 2005 10:04:39 -0500 Subject: [Gambas-user] more form colors In-Reply-To: <1110293475.7418.1.camel@...861...> References: <1110218573.26657.23.camel@...861...> <200503081216.41241.gambas@...1...> <1110293475.7418.1.camel@...861...> Message-ID: <200503081004.39774.sourceforge-raindog2@...94...> On Tuesday 08 March 2005 09:51, Neil Fallon wrote: > I realize that. I tried changing themes to see if the compiled > application changes color and it doesn't. It stays the same gray > color background no matter what theme I select. You've said you're a GNOME user. Have you been changing the theme in the KDE control center (which is what normally controls KDE and Qt applications like Gambas with the gb.qt component) or the GNOME control center (which should normally have no effect on Gambas)? If the latter, try running kcontrol from the Run Program dialog and see if you can change the appearance there. Rob From nfallo at ...734... Tue Mar 8 16:16:38 2005 From: nfallo at ...734... (Neil Fallon) Date: Tue, 08 Mar 2005 10:16:38 -0500 Subject: [Gambas-user] more form colors In-Reply-To: <200503081004.39774.sourceforge-raindog2@...94...> References: <1110218573.26657.23.camel@...861...> <200503081216.41241.gambas@...1...> <1110293475.7418.1.camel@...861...> <200503081004.39774.sourceforge-raindog2@...94...> Message-ID: <1110294998.7418.11.camel@...861...> Hi Rob, I am using Gnome as are about 100% of the users that use Novell Linux Desktop and Sun JDS systems. I am able to go to a KDE control panel but for users on a Sun JDS system they would not have that as an option as Sun JDS only ships with Gnome and it is very difficult to install KDE on one of those systems. If the QT Widgets are installed under Gnome then the same background changes should occur under Gnome. Neil On Tue, 2005-03-08 at 10:04 -0500, Rob wrote: > On Tuesday 08 March 2005 09:51, Neil Fallon wrote: > > I realize that. I tried changing themes to see if the compiled > > application changes color and it doesn't. It stays the same gray > > color background no matter what theme I select. > > You've said you're a GNOME user. Have you been changing the theme in > the KDE control center (which is what normally controls KDE and Qt > applications like Gambas with the gb.qt component) or the GNOME > control center (which should normally have no effect on Gambas)? > > If the latter, try running kcontrol from the Run Program dialog and > see if you can change the appearance there. > > Rob > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sourceforge-raindog2 at ...94... Tue Mar 8 16:36:34 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 8 Mar 2005 10:36:34 -0500 Subject: [Gambas-user] more form colors In-Reply-To: <1110294998.7418.11.camel@...861...> References: <1110218573.26657.23.camel@...861...> <200503081004.39774.sourceforge-raindog2@...94...> <1110294998.7418.11.camel@...861...> Message-ID: <200503081034.08894.sourceforge-raindog2@...94...> On Tuesday 08 March 2005 10:16, Neil Fallon wrote: > I am using Gnome as are about 100% of the users that use Novell > Linux Desktop and Sun JDS systems. I am able to go to a KDE > control panel but for users on a Sun JDS system they would not have > that as an option as Sun JDS only ships with Gnome and it is very > difficult to install KDE on one of those systems. If the QT > Widgets are installed under Gnome then the same background changes > should occur under Gnome. Sounds like you have a NLD bug report to file then, if not a JDS bug as well, since the rest of us don't have those problems. Either that, or wait for gb.gtk to be up to speed, but "I can fix this problem but I would rather someone else did" isn't really a good bug report. Rob From nfallo at ...734... Tue Mar 8 17:04:49 2005 From: nfallo at ...734... (Neil Fallon) Date: Tue, 08 Mar 2005 11:04:49 -0500 Subject: [Gambas-user] more form colors In-Reply-To: <200503081034.08894.sourceforge-raindog2@...94...> References: <1110218573.26657.23.camel@...861...> <200503081004.39774.sourceforge-raindog2@...94...> <1110294998.7418.11.camel@...861...> <200503081034.08894.sourceforge-raindog2@...94...> Message-ID: <1110297889.7418.17.camel@...861...> Hi Rob, I find it ironic that just distributions based on SuSE would experience this problem. "I can fix this problem but I would rather someone else did" What exactly is this suppose to mean? Neil On Tue, 2005-03-08 at 10:36 -0500, Rob wrote: > On Tuesday 08 March 2005 10:16, Neil Fallon wrote: > > I am using Gnome as are about 100% of the users that use Novell > > Linux Desktop and Sun JDS systems. I am able to go to a KDE > > control panel but for users on a Sun JDS system they would not have > > that as an option as Sun JDS only ships with Gnome and it is very > > difficult to install KDE on one of those systems. If the QT > > Widgets are installed under Gnome then the same background changes > > should occur under Gnome. > > Sounds like you have a NLD bug report to file then, if not a JDS bug > as well, since the rest of us don't have those problems. > > Either that, or wait for gb.gtk to be up to speed, but "I can fix this > problem but I would rather someone else did" isn't really a good bug > report. > > Rob > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sourceforge-raindog2 at ...94... Tue Mar 8 17:22:31 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 8 Mar 2005 11:22:31 -0500 Subject: [Gambas-user] more form colors In-Reply-To: <1110297889.7418.17.camel@...861...> References: <1110218573.26657.23.camel@...861...> <200503081034.08894.sourceforge-raindog2@...94...> <1110297889.7418.17.camel@...861...> Message-ID: <200503081122.31845.sourceforge-raindog2@...94...> On Tuesday 08 March 2005 11:04, Neil Fallon wrote: > I find it ironic that just distributions based on SuSE would > experience this problem. Especially since SuSE itself still uses KDE as the default desktop, and it's just American companies who seem to be slapping GNOME on it. > "I can fix this problem but I would rather someone else did" > What exactly is this suppose to mean? It means that you have access to kcontrol to change Qt widget styles, and even if you didn't, the place to file a bug report about this behavior would be somewhere besides the Gambas-user list, since none of us can do anything about it. It'd be like complaining on a VB user list that Windowblinds isn't theming your VB app the way you'd like. Rob From nfallo at ...734... Tue Mar 8 17:36:53 2005 From: nfallo at ...734... (Neil Fallon) Date: Tue, 08 Mar 2005 11:36:53 -0500 Subject: [Gambas-user] more form colors In-Reply-To: <200503081122.31845.sourceforge-raindog2@...94...> References: <1110218573.26657.23.camel@...861...> <200503081034.08894.sourceforge-raindog2@...94...> <1110297889.7418.17.camel@...861...> <200503081122.31845.sourceforge-raindog2@...94...> Message-ID: <1110299813.7418.25.camel@...861...> Rob, I didn't realize that I filed a bug report. As a new user of Gambas I thought that I was asking a question about the behavior. That is what this list is for isn't it? If you want to bash companies that are US based that's your business. I don't see any place for it in a professional environment. You should really get your attitude under control or not bother responding to a users questions. Neil On Tue, 2005-03-08 at 11:22 -0500, Rob wrote: > On Tuesday 08 March 2005 11:04, Neil Fallon wrote: > > I find it ironic that just distributions based on SuSE would > > experience this problem. > > Especially since SuSE itself still uses KDE as the default desktop, > and it's just American companies who seem to be slapping GNOME on it. > > > "I can fix this problem but I would rather someone else did" > > What exactly is this suppose to mean? > > It means that you have access to kcontrol to change Qt widget styles, > and even if you didn't, the place to file a bug report about this > behavior would be somewhere besides the Gambas-user list, since none > of us can do anything about it. It'd be like complaining on a VB > user list that Windowblinds isn't theming your VB app the way you'd > like. > > Rob > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sourceforge-raindog2 at ...94... Tue Mar 8 18:48:16 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 8 Mar 2005 12:48:16 -0500 Subject: [Gambas-user] more form colors In-Reply-To: <1110299813.7418.25.camel@...861...> References: <1110218573.26657.23.camel@...861...> <200503081122.31845.sourceforge-raindog2@...94...> <1110299813.7418.25.camel@...861...> Message-ID: <200503081248.16905.sourceforge-raindog2@...94...> On Tuesday 08 March 2005 11:36, Neil Fallon wrote: > I didn't realize that I filed a bug report. As a new user of > Gambas I thought that I was asking a question about the behavior. > That is what this list is for isn't it? You said, "If the QT Widgets are installed under Gnome then the same background changes should occur under Gnome." That's not a question, it's a demand, and one that has nothing to do with Gambas. And there are groups of people working on that issue already, if you google around a bit. > If you want to bash companies that are US based that's your > business. I don't see any place for it in a professional > environment. I co-own a US-based company myself, and wasn't bashing Novell or Sun. I was agreeing with you that the problems with KDE and SuSE are, indeed, ironic, since SuSE is (or was) perhaps the most prominent champion of KDE. > You should really get your attitude under control or not bother > responding to a users questions. I apologize for losing my patience after reading 16 questions in the last 3 days from you, culminating in the above off-topic demand. But my attitude is something you will need to accept, because my clients have done so and they frankly pay me more than you do. :) Rob From nfallo at ...734... Tue Mar 8 19:09:57 2005 From: nfallo at ...734... (Neil Fallon) Date: Tue, 08 Mar 2005 13:09:57 -0500 Subject: [Gambas-user] more form colors In-Reply-To: <200503081248.16905.sourceforge-raindog2@...94...> References: <1110218573.26657.23.camel@...861...> <200503081122.31845.sourceforge-raindog2@...94...> <1110299813.7418.25.camel@...861...> <200503081248.16905.sourceforge-raindog2@...94...> Message-ID: <1110305397.7418.41.camel@...861...> Hi Rob, I wasn't making any demands. I was simply asking questions. If you don't ask questions you don't get answers. If the questions annoy you for some reason then don't respond to them. Let someone else respond. In time as Gambas grows you will have a lot of people asking questions that will irritate you. As a professional in this type of business you shouldn't take it to heart or be to quick to post a stinging reply. The questions are not meant to condemn your work as I think Gambas is a great product and I have to applaud the work that the group of you have done on the application. I have been in this business for 24 years now and have bitten off my fair share of heads so I know the kind of pressure that you can be under at times. Neil On Tue, 2005-03-08 at 12:48 -0500, Rob wrote: > On Tuesday 08 March 2005 11:36, Neil Fallon wrote: > > I didn't realize that I filed a bug report. As a new user of > > Gambas I thought that I was asking a question about the behavior. > > That is what this list is for isn't it? > > You said, "If the QT Widgets are installed under Gnome then the same > background changes should occur under Gnome." That's not a question, > it's a demand, and one that has nothing to do with Gambas. And there > are groups of people working on that issue already, if you google > around a bit. > > > If you want to bash companies that are US based that's your > > business. I don't see any place for it in a professional > > environment. > > I co-own a US-based company myself, and wasn't bashing Novell or Sun. > I was agreeing with you that the problems with KDE and SuSE are, > indeed, ironic, since SuSE is (or was) perhaps the most prominent > champion of KDE. > > > You should really get your attitude under control or not bother > > responding to a users questions. > > I apologize for losing my patience after reading 16 questions in the > last 3 days from you, culminating in the above off-topic demand. But > my attitude is something you will need to accept, because my clients > have done so and they frankly pay me more than you do. :) > > Rob > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From eeller at ...826... Tue Mar 8 20:59:35 2005 From: eeller at ...826... (Eldon Eller) Date: Tue, 08 Mar 2005 11:59:35 -0800 Subject: [Gambas-user] more form colors In-Reply-To: <1110305397.7418.41.camel@...861...> References: <1110218573.26657.23.camel@...861...> <200503081122.31845.sourceforge-raindog2@...94...> <1110299813.7418.25.camel@...861...> <200503081248.16905.sourceforge-raindog2@...94...> <1110305397.7418.41.camel@...861...> Message-ID: <422E0427.1070304@...826...> I think private communication would be more appropriate for this discussion thatn gambas-user, since it no longer concerns gambas, as far as I can see. Tnx, EEE Neil Fallon wrote: >Hi Rob, > >I wasn't making any demands. I was simply asking questions. If you >don't ask questions you don't get answers. If the questions annoy you >for some reason then don't respond to them. Let someone else respond. > >In time as Gambas grows you will have a lot of people asking questions >that will irritate you. As a professional in this type of business you >shouldn't take it to heart or be to quick to post a stinging reply. The >questions are not meant to condemn your work as I think Gambas is a >great product and I have to applaud the work that the group of you have >done on the application. > >I have been in this business for 24 years now and have bitten off my >fair share of heads so I know the kind of pressure that you can be under >at times. > >Neil > >On Tue, 2005-03-08 at 12:48 -0500, Rob wrote: > > >>On Tuesday 08 March 2005 11:36, Neil Fallon wrote: >> >> >>>I didn't realize that I filed a bug report. As a new user of >>>Gambas I thought that I was asking a question about the behavior. >>>That is what this list is for isn't it? >>> >>> >>You said, "If the QT Widgets are installed under Gnome then the same >>background changes should occur under Gnome." That's not a question, >>it's a demand, and one that has nothing to do with Gambas. And there >>are groups of people working on that issue already, if you google >>around a bit. >> >> >> >>>If you want to bash companies that are US based that's your >>>business. I don't see any place for it in a professional >>>environment. >>> >>> >>I co-own a US-based company myself, and wasn't bashing Novell or Sun. >>I was agreeing with you that the problems with KDE and SuSE are, >>indeed, ironic, since SuSE is (or was) perhaps the most prominent >>champion of KDE. >> >> >> >>>You should really get your attitude under control or not bother >>>responding to a users questions. >>> >>> >>I apologize for losing my patience after reading 16 questions in the >>last 3 days from you, culminating in the above off-topic demand. But >>my attitude is something you will need to accept, because my clients >>have done so and they frankly pay me more than you do. :) >> >>Rob >> >> >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>Gambas-user mailing list >>Gambas-user at lists.sourceforge.net >>https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > From Karl.Reinl at ...9... Tue Mar 8 20:59:35 2005 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Tue, 8 Mar 2005 20:59:35 +0100 Subject: [Gambas-user] DBTableView a TableView-Class who handles with Databases Message-ID: <200503082059.35812.Karl.Reinl@...9...> Salut, the attached project is a demo-project for a class I wrote/write to use TableView with a Database. It should run on all from gambas supported Databases. (Even I remarked, that the way I import the data, makes pb on SQLite (the date fields).) The class use strikly the gambas way. I added all, that anybody who has one of these 3 Databases installed, can use it. I use parts of gambas-databasemanager, even if they are renamed or changed. The FServer for login, I modified for SQLite, where I stripped the user and the password, while not needed in SQLite 2x and I added a file-dialog to change to you SQLite-database. hope you enjoy, and it can be usefull for you. If you have pb let me know. Amicalment Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: DBTableView-0.0.4.tar.bz2 Type: application/x-tbz Size: 109088 bytes Desc: not available URL: From sourceforge-raindog2 at ...94... Tue Mar 8 21:14:31 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 8 Mar 2005 15:14:31 -0500 Subject: [Gambas-user] more form colors In-Reply-To: <1110305397.7418.41.camel@...861...> References: <1110218573.26657.23.camel@...861...> <200503081248.16905.sourceforge-raindog2@...94...> <1110305397.7418.41.camel@...861...> Message-ID: <200503081514.31704.sourceforge-raindog2@...94...> On Tuesday 08 March 2005 13:09, Neil Fallon wrote: > I wasn't making any demands. I was simply asking questions. If > you don't ask questions you don't get answers. If the questions > annoy you for some reason then don't respond to them. Let someone > else respond. You'll still need to ask somewhere else about your "Qt themes under GNOME" issue, because none of us can do anything about it. If Gambas under GNOME causes any inconveniences as is, the gb.gtk component should help alleviate them when it's complete. Telling you to use the fix I suggested or go somewhere else was perfectly called for, even if being flip about it wasn't, and I stand by that answer. I should also clarify that while my business hosts the wiki, I do most Gambas stuff on my own time and I'm here as a random nerd, not as a businessman. So I don't feel constrained by any requirements to be professional except as regards the code (and to a lesser extent, the documentation) I submit. If you don't like the tone of my help, I'm sure Evolution has a mail filter you can turn on to avoid reading it. People have been screaming about how rude the Linux kernel guys are for a decade now and yet, here we are, using Linux. I'm not too worried about driving away all the VB users, when they arrive, and I feel pretty good about driving away the ones who will inevitably try to treat the Gambas user list as a general Linux support list. If you do get a positive response on the "Qt widgets should inherit GNOME styles" issue in some other support venue, please let us know which one. I have a feeling the GNOME guys and the KDE guys will each point you at the other. Rob From gambasfr at ...11... Tue Mar 8 23:11:55 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Tue, 8 Mar 2005 23:11:55 +0100 Subject: [Gambas-user] more form colors In-Reply-To: <200503081514.31704.sourceforge-raindog2@...94...> References: <1110218573.26657.23.camel@...861...> <1110305397.7418.41.camel@...861...> <200503081514.31704.sourceforge-raindog2@...94...> Message-ID: <200503082311.55361.gambasfr@...11...> Le mardi 8 Mars 2005 21:14, Rob a ?crit?: > On Tuesday 08 March 2005 13:09, Neil Fallon wrote: > > I wasn't making any demands. I was simply asking questions. If > > you don't ask questions you don't get answers. If the questions > > annoy you for some reason then don't respond to them. Let someone > > else respond. > > You'll still need to ask somewhere else about your "Qt themes under > GNOME" issue, because none of us can do anything about it. If Gambas > under GNOME causes any inconveniences as is, the gb.gtk component > should help alleviate them when it's complete. Telling you to use > the fix I suggested or go somewhere else was perfectly called for, > even if being flip about it wasn't, and I stand by that answer. > > I should also clarify that while my business hosts the wiki, I do most > Gambas stuff on my own time and I'm here as a random nerd, not as a > businessman. So I don't feel constrained by any requirements to be > professional except as regards the code (and to a lesser extent, the > documentation) I submit. If you don't like the tone of my help, I'm > sure Evolution has a mail filter you can turn on to avoid reading it. > People have been screaming about how rude the Linux kernel guys are > for a decade now and yet, here we are, using Linux. I'm not too > worried about driving away all the VB users, when they arrive, and I > feel pretty good about driving away the ones who will inevitably try > to treat the Gambas user list as a general Linux support list. > > If you do get a positive response on the "Qt widgets should inherit > GNOME styles" issue in some other support venue, please let us know > which one. I have a feeling the GNOME guys and the KDE guys will > each point you at the other. > > Rob > Hi to all Rob ... have you heated a tiger ? I just want to say 2 thing : first one! A new user on linux + gambas can't really know where the theme is defined and mabe they don't the difference between qt and gtk... Yes i understand you when you say here is the gambas user place and gambas only ! But gambas seem to be the link ... the new way to help many users to migrate to linux. They begin linux with gambas... So they don't know the difference between a unix system and m$ one. And have really many problem to understand how to do the more simple think..... It's not us fault but it's a fact. So for rob... please ... If you have stupid queries, don't ask them ;-) You can try to ask these, on linux generic forums or on forums like http://www.linuxbasic.net or on irc at irc.freenode.net #gambas and for french #gambas-fr #debutant <-- this is for generic linux problem I've in project to add a forum on gambasforge with a system to see if question have a true answer. fabien From forodejazz at ...626... Wed Mar 9 08:10:52 2005 From: forodejazz at ...626... (=?ISO-8859-1?Q?David_Asorey_=C1lvarez?=) Date: Wed, 9 Mar 2005 08:10:52 +0100 Subject: [Gambas-user] New gambas tutorial Message-ID: Hi all. I've written a small tutorial in Spanish and I've translated it to English too. The link is this: http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ I need help with my translation, because I'm sure is very deficient (bad syntax, bad vocabulary, ...). If someone reads the tutorial and lets me know the posible errors, I will be very thankful. Thanks to all. -- David Asorey ?lvarez forodejazz at ...626... From francesco.difusco at ...69... Wed Mar 9 09:37:34 2005 From: francesco.difusco at ...69... (francesco) Date: Wed, 9 Mar 2005 09:37:34 +0100 Subject: [Gambas-user] Change the colour of a single cell Message-ID: <200503090937.34150.francesco.difusco@...69...> How do I change the font, foreground color and backgroud color of a single cell of a drawcell control? Francesco From nigel at ...38... Wed Mar 9 09:57:43 2005 From: nigel at ...38... (nigel at ...38...) Date: Wed, 9 Mar 2005 09:57:43 +0100 (CET) Subject: [Gambas-user] sqlite3 Message-ID: <14870633.1110358663064.JavaMail.www@...834...> Neil, Hopefully you have received the sqlite3 driver now. The main changes are the api's using sqlite3 as opposed to sqlite as an abreviation, and the replacement of the sqlite.h header file with sqlite3.h. Cheers Nigel > Message date : Mar 08 2005, 03:01 PM > From : "Neil Fallon" > To : gambas-user at lists.sourceforge.net > Copy to : > Subject : Re: [Gambas-user] sqlite3 > > Quite a few changes have been made to SQLite since version 2. Version 3 > cannot read version 2 databases so anyone that is developing an > application with SQLite databases will not be able to modify the data > once they make the upgrade. They are better off starting with SQLite 3. > > Neil > > On Tue, 2005-03-08 at 14:24 +0100, Benoit Minisini wrote: > > On Tuesday 08 March 2005 13:51, nigel at ...38... wrote: > > > Neil, > > > > > > There was a discussion in November about sqlite3. I posted a new driver > > > for it but it was not included as Benoit suggested that it should be > > > incorporated with the sqlite driver. I have been thinking about this, but > > > have not come up with a solution. > > > > > > I will find the driver I submitted and email it to you. You will have to > > > compile it etc. > > > > > > Regards > > > > > > Nigel > > > > > > > sqlite3 will be part of Mandrake 10.2, so I will include it when it is out. > > I'm currently thinking about a way for a driver to tell the database > > component "don't use me, but use this driver instead". > > > > Regards, > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > -- Whatever you Wanadoo: http://www.wanadoo.co.uk/time/ This email has been checked for most known viruses - find out more at: http://www.wanadoo.co.uk/help/id/7098.htm From technoferret at ...598... Wed Mar 9 10:04:08 2005 From: technoferret at ...598... (Dave sharples) Date: Wed, 09 Mar 2005 09:04:08 +0000 Subject: [Gambas-user] New gambas tutorial In-Reply-To: References: Message-ID: <1110359048.18368.1.camel@...599...> David, Give me 24hrs and I'll have the translation cleaned up for you. Dave On Wed, 2005-03-09 at 07:10, David Asorey ?lvarez wrote: > Hi all. > > I've written a small tutorial in Spanish and I've translated it to English too. > > The link is this: > http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ > > I need help with my translation, because I'm sure is very deficient > (bad syntax, bad vocabulary, ...). > > If someone reads the tutorial and lets me know the posible errors, I > will be very thankful. > > Thanks to all. From oxleyd at ...699... Wed Mar 9 10:05:22 2005 From: oxleyd at ...699... (Daniel Oxley) Date: Wed, 9 Mar 2005 10:05:22 +0100 Subject: [Gambas-user] New gambas tutorial In-Reply-To: <1110359048.18368.1.camel@...599...> Message-ID: <20050309090802.6F5F637318@...700...> Dave, I am already about 75% there! I'll post it here so you can give it a once over if you like! Daniel -----Original Message----- From: gambas-user-admin at lists.sourceforge.net [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of Dave sharples Sent: 09 March 2005 10:04 To: Gambas Subject: Re: [Gambas-user] New gambas tutorial David, Give me 24hrs and I'll have the translation cleaned up for you. Dave On Wed, 2005-03-09 at 07:10, David Asorey ?lvarez wrote: > Hi all. > > I've written a small tutorial in Spanish and I've translated it to English too. > > The link is this: > http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ > > I need help with my translation, because I'm sure is very deficient > (bad syntax, bad vocabulary, ...). > > If someone reads the tutorial and lets me know the posible errors, I > will be very thankful. > > Thanks to all. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From daniel.campos at ...338... Wed Mar 9 10:15:09 2005 From: daniel.campos at ...338... (Daniel Campos) Date: Wed, 09 Mar 2005 10:15:09 +0100 Subject: [Gambas-user] more form colors In-Reply-To: <200503081514.31704.sourceforge-raindog2@...94...> References: <1110218573.26657.23.camel@...861...> <200503081248.16905.sourceforge-raindog2@...94...> <1110305397.7418.41.camel@...861...> <200503081514.31704.sourceforge-raindog2@...94...> Message-ID: <422EBE9D.9070407@...338...> Hi: I Agree with Eldon : Rob, Neil, please use private mail or the gambas-boxing-list, but please stop NOW that fight. Regards, D. Campos > > > > From henrigirard at ...67... Wed Mar 9 10:36:44 2005 From: henrigirard at ...67... (HG) Date: Wed, 9 Mar 2005 10:36:44 +0100 Subject: [Gambas-user] New gambas tutorial References: <1110359048.18368.1.camel@...599...> Message-ID: i will do it and then translate it in french if noboy does it before ! lol thanks Henri ----- Original Message ----- From: "Dave sharples" To: "Gambas" Sent: Wednesday, March 09, 2005 10:04 AM Subject: Re: [Gambas-user] New gambas tutorial David, Give me 24hrs and I'll have the translation cleaned up for you. Dave On Wed, 2005-03-09 at 07:10, David Asorey ?lvarez wrote: > Hi all. > > I've written a small tutorial in Spanish and I've translated it to English > too. > > The link is this: > http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ > > I need help with my translation, because I'm sure is very deficient > (bad syntax, bad vocabulary, ...). > > If someone reads the tutorial and lets me know the posible errors, I > will be very thankful. > > Thanks to all. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From technoferret at ...598... Wed Mar 9 10:50:18 2005 From: technoferret at ...598... (Dave sharples) Date: Wed, 09 Mar 2005 09:50:18 +0000 Subject: [Gambas-user] New gambas tutorial In-Reply-To: <20050309090802.6F5F637318@...700...> References: <20050309090802.6F5F637318@...700...> Message-ID: <1110361818.18368.7.camel@...599...> On Wed, 2005-03-09 at 09:05, Daniel Oxley wrote: > Dave, > > I am already about 75% there! I'll post it here so you can give it a once > over if you like! > > Daniel > And I thought I was the only person with time on my hands this morning :-) Yes, post it here and I'll give it a quick look over. Dave From oxleyd at ...699... Wed Mar 9 10:58:31 2005 From: oxleyd at ...699... (Daniel Oxley) Date: Wed, 9 Mar 2005 10:58:31 +0100 Subject: [Gambas-user] New gambas tutorial In-Reply-To: <1110361818.18368.7.camel@...599...> Message-ID: <20050309100112.C123237322@...700...> "Time on my hands" is a relative thing. I am actually at work ;-) -----Original Message----- From: gambas-user-admin at lists.sourceforge.net [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of Dave sharples Sent: 09 March 2005 10:50 To: Gambas Subject: RE: [Gambas-user] New gambas tutorial On Wed, 2005-03-09 at 09:05, Daniel Oxley wrote: > Dave, > > I am already about 75% there! I'll post it here so you can give it a > once over if you like! > > Daniel > And I thought I was the only person with time on my hands this morning :-) Yes, post it here and I'll give it a quick look over. Dave ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From oxleyd at ...699... Wed Mar 9 11:01:57 2005 From: oxleyd at ...699... (Daniel Oxley) Date: Wed, 9 Mar 2005 11:01:57 +0100 Subject: [Gambas-user] New gambas tutorial In-Reply-To: Message-ID: <20050309100437.46E9037322@...700...> David, Here you have my suggestions for changes. I read the document and on a whole it is very good. Most of the changes are just minor grammer things! The left column is the original text and the right column is the amended text with the changes highlighted. I hope it makes sense. If anyone else wants to make sure that I did not make any mistakes, feel free. After all, I did not score too highly at English in school, although mostly because I was not always there or paying attention ;-) Espero que te ayude. Avisame si necesitas algo mas. So no lo comprendes, enviame un correo. Daniel -----Original Message----- From: gambas-user-admin at lists.sourceforge.net [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of David Asorey ?lvarez Sent: 09 March 2005 08:11 To: gambas-user at lists.sourceforge.net Subject: [Gambas-user] New gambas tutorial Hi all. I've written a small tutorial in Spanish and I've translated it to English too. The link is this: http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ I need help with my translation, because I'm sure is very deficient (bad syntax, bad vocabulary, ...). If someone reads the tutorial and lets me know the posible errors, I will be very thankful. Thanks to all. -- David Asorey ?lvarez forodejazz at ...626... ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user -------------- next part -------------- A non-text attachment was scrubbed... Name: gambas.rtf Type: application/msword Size: 128067 bytes Desc: not available URL: From girardhenri at ...67... Wed Mar 9 11:13:48 2005 From: girardhenri at ...67... (GH) Date: Wed, 9 Mar 2005 11:13:48 +0100 Subject: [Gambas-user] New gambas tutorial References: <1110359048.18368.1.camel@...599...> Message-ID: Is there any french "help" translation ? If no i might do it... I have little time before going to China in june... How must I process ? Henri ----- Original Message ----- From: "HG" To: Sent: Wednesday, March 09, 2005 10:36 AM Subject: Re: [Gambas-user] New gambas tutorial >i will do it and then translate it in french if noboy does it before ! lol > thanks > Henri > ----- Original Message ----- > From: "Dave sharples" > To: "Gambas" > Sent: Wednesday, March 09, 2005 10:04 AM > Subject: Re: [Gambas-user] New gambas tutorial > > > David, > > Give me 24hrs and I'll have the translation cleaned up for you. > > Dave > > > > On Wed, 2005-03-09 at 07:10, David Asorey ?lvarez wrote: >> Hi all. >> >> I've written a small tutorial in Spanish and I've translated it to >> English too. >> >> The link is this: >> http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ >> >> I need help with my translation, because I'm sure is very deficient >> (bad syntax, bad vocabulary, ...). >> >> If someone reads the tutorial and lets me know the posible errors, I >> will be very thankful. >> >> Thanks to all. > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Wed Mar 9 11:19:59 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 9 Mar 2005 11:19:59 +0100 Subject: [Gambas-user] New gambas tutorial In-Reply-To: <20050309100437.46E9037322@...700...> References: <20050309100437.46E9037322@...700...> Message-ID: <200503091119.59783.gambas@...1...> On Wednesday 09 March 2005 11:01, Daniel Oxley wrote: > David, > > Here you have my suggestions for changes. I read the document and on a > whole it is very good. Most of the changes are just minor grammer things! > > The left column is the original text and the right column is the amended > text with the changes highlighted. I hope it makes sense. If anyone else > wants to make sure that I did not make any mistakes, feel free. After all, > I did not score too highly at English in school, although mostly because I > was not always there or paying attention ;-) > > Espero que te ayude. Avisame si necesitas algo mas. So no lo comprendes, > enviame un correo. > > Daniel > > > -----Original Message----- > From: gambas-user-admin at lists.sourceforge.net > [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of David Asorey > ?lvarez > Sent: 09 March 2005 08:11 > To: gambas-user at lists.sourceforge.net > Subject: [Gambas-user] New gambas tutorial > > Hi all. > > I've written a small tutorial in Spanish and I've translated it to English > too. > > The link is this: > http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ > > I need help with my translation, because I'm sure is very deficient (bad > syntax, bad vocabulary, ...). > > If someone reads the tutorial and lets me know the posible errors, I will > be very thankful. > > Thanks to all. > > I think this good tutorial should go in the wiki, once the english is cleaned up of course :-) To Rob Kudla: I'm currently thinking about replacing your wiki software by the one used by wikipedia.org (http://wikipedia.sourceforge.net/) because it has all the features we need for making translations easy to do. And it looks better :-) What do you think about that ? -- Benoit Minisini mailto:gambas at ...1... From technoferret at ...598... Wed Mar 9 11:53:22 2005 From: technoferret at ...598... (Dave sharples) Date: Wed, 09 Mar 2005 10:53:22 +0000 Subject: [Gambas-user] New gambas tutorial In-Reply-To: <20050309100437.46E9037322@...700...> References: <20050309100437.46E9037322@...700...> Message-ID: <1110365601.18368.23.camel@...599...> On Wed, 2005-03-09 at 10:01, Daniel Oxley wrote: > David, > > Here you have my suggestions for changes. I read the document and on a > whole it is very good. Most of the changes are just minor grammer things! > > The left column is the original text and the right column is the amended > text with the changes highlighted. I hope it makes sense. If anyone else > wants to make sure that I did not make any mistakes, feel free. After all, > I did not score too highly at English in school, although mostly because I > was not always there or paying attention ;-) > > Espero que te ayude. Avisame si necesitas algo mas. So no lo comprendes, > enviame un correo. > > Daniel > > You've managed to correct the grammatical errors but I think the document still loses some meanings in translation. Thats probably why I was surprised you got it done so quickly. I was doing a more literal re-write (perhaps I understood david wrong ?) as an example - Being a literal translation I found the following paragraph very confusing - When creating the menu entries and the buttons that, in the properties window, there is a property called "Group", besides the typical properties like name, caption, etc. This option is very interesting, because we can associate the same code to different controls with the same funcion, for example, the menu entry "Open" and the button "Open" must do the same task: open a file on disk. Using the "Group" property, we write the code for this task once. so I was re-writing it to make it clearer, like such - When creating the menu entries you will notice that besides the typical properties like name, caption, etc. there is also a property called "Group", form buttons also have this "Group" property as you can see by selecting a button and viewing its properties in the Properties window. This option is very interesting, because we can associate the same code to different controls with the same funcion, for example, the menu entry "Open" and the button "Open" must do the same task: open a file from disk. Using the "Group" property, we write the code for this task only once. I think more clarification on what exactly is wanted is needed, any input anyone, Dave From oxleyd at ...699... Wed Mar 9 11:58:54 2005 From: oxleyd at ...699... (Daniel Oxley) Date: Wed, 9 Mar 2005 11:58:54 +0100 Subject: [Gambas-user] New gambas tutorial In-Reply-To: <1110365601.18368.23.camel@...599...> Message-ID: <20050309110134.D307F37318@...700...> Yeah, I thought anout doing it that way but you could end up being on it for days deciding on the wording. So I mostly did grammer and a few re-writes where it did not make any sense. Daniel -----Original Message----- From: gambas-user-admin at lists.sourceforge.net [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of Dave sharples Sent: 09 March 2005 11:53 To: Gambas Subject: RE: [Gambas-user] New gambas tutorial On Wed, 2005-03-09 at 10:01, Daniel Oxley wrote: > David, > > Here you have my suggestions for changes. I read the document and on > a whole it is very good. Most of the changes are just minor grammer things! > > The left column is the original text and the right column is the > amended text with the changes highlighted. I hope it makes sense. If > anyone else wants to make sure that I did not make any mistakes, feel > free. After all, I did not score too highly at English in school, > although mostly because I was not always there or paying attention ;-) > > Espero que te ayude. Avisame si necesitas algo mas. So no lo > comprendes, enviame un correo. > > Daniel > > You've managed to correct the grammatical errors but I think the document still loses some meanings in translation. Thats probably why I was surprised you got it done so quickly. I was doing a more literal re-write (perhaps I understood david wrong ?) as an example - Being a literal translation I found the following paragraph very confusing - When creating the menu entries and the buttons that, in the properties window, there is a property called "Group", besides the typical properties like name, caption, etc. This option is very interesting, because we can associate the same code to different controls with the same funcion, for example, the menu entry "Open" and the button "Open" must do the same task: open a file on disk. Using the "Group" property, we write the code for this task once. so I was re-writing it to make it clearer, like such - When creating the menu entries you will notice that besides the typical properties like name, caption, etc. there is also a property called "Group", form buttons also have this "Group" property as you can see by selecting a button and viewing its properties in the Properties window. This option is very interesting, because we can associate the same code to different controls with the same funcion, for example, the menu entry "Open" and the button "Open" must do the same task: open a file from disk. Using the "Group" property, we write the code for this task only once. I think more clarification on what exactly is wanted is needed, any input anyone, Dave ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From girardhenri at ...67... Wed Mar 9 12:36:46 2005 From: girardhenri at ...67... (Henri Girard) Date: Wed, 9 Mar 2005 12:36:46 +0100 Subject: [Gambas-user] New gambas tutorial References: <20050309100437.46E9037322@...700...> <1110365601.18368.23.camel@...599...> Message-ID: well... I think we need quick simples samples specially for newbies... i read your tutorial to see if i could translate it in french... But while translating i will use my own "style" so your tut is ok... if i need more details i will read about wiki and pick up what i need for example i wanted to replace open by ouvrir and i wrote : OuvrirClick() but it didn't work i had to write Ouvrir_Click() a detail i didn't know ! lol good job :) Henri ----- Original Message ----- From: "Dave sharples" To: "Gambas" Sent: Wednesday, March 09, 2005 11:53 AM Subject: RE: [Gambas-user] New gambas tutorial > > > On Wed, 2005-03-09 at 10:01, Daniel Oxley wrote: > > David, > > > > Here you have my suggestions for changes. I read the document and on a > > whole it is very good. Most of the changes are just minor grammer things! > > > > The left column is the original text and the right column is the amended > > text with the changes highlighted. I hope it makes sense. If anyone else > > wants to make sure that I did not make any mistakes, feel free. After all, > > I did not score too highly at English in school, although mostly because I > > was not always there or paying attention ;-) > > > > Espero que te ayude. Avisame si necesitas algo mas. So no lo comprendes, > > enviame un correo. > > > > Daniel > > > > > > You've managed to correct the grammatical errors but I think the > document still loses some meanings in translation. Thats probably why I > was surprised you got it done so quickly. > > I was doing a more literal re-write (perhaps I understood david wrong ?) > > as an example - > > Being a literal translation I found the following paragraph very > confusing - > > When creating the menu entries and the buttons that, in the properties > window, there is a property called "Group", besides the typical > properties like name, caption, etc. This option is very interesting, > because we can associate the same code to different controls with the > same funcion, for example, the menu entry "Open" and the button "Open" > must do the same task: open a file on disk. Using the "Group" property, > we write the code for this task once. > > so I was re-writing it to make it clearer, like such - > > When creating the menu entries you will notice that besides the typical > properties like name, caption, etc. there is also a property called > "Group", form buttons also have this "Group" property as you can see > by selecting a button and viewing its properties in the Properties > window. This option is very interesting, because we can associate the > same code to different controls with the same funcion, for example, the > menu entry "Open" and the button "Open" must do the same task: open a > file from disk. Using the "Group" property, we write the code for this > task only once. > > I think more clarification on what exactly is wanted is needed, any > input anyone, > > Dave > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Wed Mar 9 12:42:00 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 9 Mar 2005 12:42:00 +0100 Subject: [Gambas-user] more form colors In-Reply-To: <422EBE9D.9070407@...338...> References: <1110218573.26657.23.camel@...861...> <200503081514.31704.sourceforge-raindog2@...94...> <422EBE9D.9070407@...338...> Message-ID: <200503091242.00238.gambas@...1...> On Wednesday 09 March 2005 10:15, Daniel Campos wrote: > Hi: > > I Agree with Eldon : Rob, Neil, please use private mail or the > gambas-boxing-list, but please stop NOW that fight. > > > Regards, > > D. Campos > > Yeah. Peace & Love. -- Benoit Minisini mailto:gambas at ...1... From o.s.p at ...69... Wed Mar 9 13:46:17 2005 From: o.s.p at ...69... (o.s.p) Date: Wed, 09 Mar 2005 13:46:17 +0100 Subject: [Gambas-user] ncurses Message-ID: <422EF019.2080606@...69...> hi all! what about adding ncurses support? From gambas at ...1... Wed Mar 9 12:47:10 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 9 Mar 2005 12:47:10 +0100 Subject: [Gambas-user] ncurses In-Reply-To: <422EF019.2080606@...69...> References: <422EF019.2080606@...69...> Message-ID: <200503091247.10864.gambas@...1...> On Wednesday 09 March 2005 13:46, o.s.p wrote: > hi all! > what about adding ncurses support? > Any volunteer ? :-) -- Benoit Minisini mailto:gambas at ...1... From forodejazz at ...626... Wed Mar 9 12:57:40 2005 From: forodejazz at ...626... (=?ISO-8859-1?Q?David_Asorey_=C1lvarez?=) Date: Wed, 9 Mar 2005 12:57:40 +0100 Subject: [Gambas-user] (New gambas tutorial) For Daniel Oxley ... In-Reply-To: References: Message-ID: I can't see your corrections ... I'm at work now too, and I can't access to my server from here. This night or tomorrow I will upload the corrections. To all: Thanks for your time, guys !!! -- David Asorey ?lvarez forodejazz at ...626... From oxleyd at ...699... Wed Mar 9 13:02:03 2005 From: oxleyd at ...699... (Daniel Oxley) Date: Wed, 9 Mar 2005 13:02:03 +0100 Subject: [Gambas-user] (New gambas tutorial) For Daniel Oxley ... In-Reply-To: Message-ID: <20050309120443.C7D9937318@...700...> The corrections are in the attached RTF file. Daniel -----Original Message----- From: gambas-user-admin at lists.sourceforge.net [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of David Asorey ?lvarez Sent: 09 March 2005 12:58 To: gambas-user at lists.sourceforge.net Subject: [Gambas-user] (New gambas tutorial) For Daniel Oxley ... I can't see your corrections ... I'm at work now too, and I can't access to my server from here. This night or tomorrow I will upload the corrections. To all: Thanks for your time, guys !!! -- David Asorey ?lvarez forodejazz at ...626... ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From o.s.p at ...69... Wed Mar 9 13:10:46 2005 From: o.s.p at ...69... (o.s.p) Date: Wed, 09 Mar 2005 13:10:46 +0100 Subject: [Gambas-user] ncurses In-Reply-To: <200503091247.10864.gambas@...1...> References: <422EF019.2080606@...69...> <200503091247.10864.gambas@...1...> Message-ID: <422EE7C6.4040704@...69...> Benoit Minisini ha scritto: >On Wednesday 09 March 2005 13:46, o.s.p wrote: > > >>hi all! >>what about adding ncurses support? >> >> >> > >Any volunteer ? :-) > > > i'm not a real programmer so i can't but with ncurses and gambas it would be possible to write configuration programs without X or database managers dos like and so on... the best would be an ncurses ide! From technoferret at ...598... Wed Mar 9 13:21:46 2005 From: technoferret at ...598... (Dave sharples) Date: Wed, 09 Mar 2005 12:21:46 +0000 Subject: [Gambas-user] New gambas tutorial In-Reply-To: <20050309110134.D307F37318@...700...> References: <20050309110134.D307F37318@...700...> Message-ID: <1110370906.18368.26.camel@...599...> Here's my contribution to the cause. Dave On Wed, 2005-03-09 at 10:58, Daniel Oxley wrote: > Yeah, I thought anout doing it that way but you could end up being on it for > days deciding on the wording. So I mostly did grammer and a few re-writes > where it did not make any sense. > > Daniel > > -----Original Message----- > From: gambas-user-admin at lists.sourceforge.net > [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of Dave sharples > Sent: 09 March 2005 11:53 > To: Gambas > Subject: RE: [Gambas-user] New gambas tutorial > > > > On Wed, 2005-03-09 at 10:01, Daniel Oxley wrote: > > David, > > > > Here you have my suggestions for changes. I read the document and on > > a whole it is very good. Most of the changes are just minor grammer > things! > > > > The left column is the original text and the right column is the > > amended text with the changes highlighted. I hope it makes sense. If > > anyone else wants to make sure that I did not make any mistakes, feel > > free. After all, I did not score too highly at English in school, > > although mostly because I was not always there or paying attention ;-) > > > > Espero que te ayude. Avisame si necesitas algo mas. So no lo > > comprendes, enviame un correo. > > > > Daniel > > > > > > You've managed to correct the grammatical errors but I think the document > still loses some meanings in translation. Thats probably why I was surprised > you got it done so quickly. > > I was doing a more literal re-write (perhaps I understood david wrong ?) > > as an example - > > Being a literal translation I found the following paragraph very confusing - > > > When creating the menu entries and the buttons that, in the properties > window, there is a property called "Group", besides the typical properties > like name, caption, etc. This option is very interesting, because we can > associate the same code to different controls with the same funcion, for > example, the menu entry "Open" and the button "Open" > must do the same task: open a file on disk. Using the "Group" property, we > write the code for this task once. > > so I was re-writing it to make it clearer, like such - > > When creating the menu entries you will notice that besides the typical > properties like name, caption, etc. there is also a property called "Group", > form buttons also have this "Group" property as you can see by selecting a > button and viewing its properties in the Properties window. This option is > very interesting, because we can associate the same code to different > controls with the same funcion, for example, the menu entry "Open" and the > button "Open" must do the same task: open a file from disk. Using the > "Group" property, we write the code for this task only once. > > I think more clarification on what exactly is wanted is needed, any input > anyone, > > Dave > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Wed Mar 9 13:48:01 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 9 Mar 2005 13:48:01 +0100 Subject: [Gambas-user] v1.9.3 "Save Table" icon erases data in gambas-database-manager In-Reply-To: <20050308084202.22615.qmail@...894...> References: <20050308084202.22615.qmail@...894...> Message-ID: <200503091348.01135.gambas@...1...> On Tuesday 08 March 2005 09:42, AenDeuRyu wrote: > Possible bug in v 1.9.3? > > I'm getting erratic behaviour from within the > gambas-database-manager the first time that I try to > "Save Table" when in Data View. This is using the > sqlite driver. > > Steps I followed > > 1. Load g-d-m > 2. Create a new database (sqldriver) > 3. Create a new table. > 4. Add one field (eg: fldname) > 5. Save Table (upper disk icon) > 6. Switch to Data View > 7. Enter in some records > 8. Press Save Table (upper disk icon) > > I'm getting strange behaviour, such as data being > erased. This seems to only happen the first time data > is entered once the database is created. Adding the > data, saving using the "Save Data" (lower disk icon), > and then quitting immediately, seems to preserve the > data as is, and adding more data later and pressing > "Save Table" seems to work as it ought to. > I didn't succeed in reproducing the bug, even if I followed exactly what you wrote... Strange! -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Mar 9 13:53:36 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 9 Mar 2005 13:53:36 +0100 Subject: [Gambas-user] Change the colour of a single cell In-Reply-To: <200503090937.34150.francesco.difusco@...69...> References: <200503090937.34150.francesco.difusco@...69...> Message-ID: <200503091353.36602.gambas@...1...> On Wednesday 09 March 2005 09:37, francesco wrote: > How do I change the font, foreground color and backgroud color of a single > cell of a drawcell control? > > Francesco > I've never heard form 'drawcell' control... What is it ? -- Benoit Minisini mailto:gambas at ...1... From francesco.difusco at ...69... Wed Mar 9 14:05:10 2005 From: francesco.difusco at ...69... (francesco) Date: Wed, 9 Mar 2005 14:05:10 +0100 Subject: [Gambas-user] Change the colour of a single cell In-Reply-To: <200503091353.36602.gambas@...1...> References: <200503090937.34150.francesco.difusco@...69...> <200503091353.36602.gambas@...1...> Message-ID: <200503091405.10985.francesco.difusco@...69...> > I've never heard form 'drawcell' control... What is it ? Sorry, it was a gridview control. Francesco From gambas at ...1... Wed Mar 9 14:11:00 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 9 Mar 2005 14:11:00 +0100 Subject: [Gambas-user] Change the colour of a single cell In-Reply-To: <200503091405.10985.francesco.difusco@...69...> References: <200503090937.34150.francesco.difusco@...69...> <200503091353.36602.gambas@...1...> <200503091405.10985.francesco.difusco@...69...> Message-ID: <200503091411.00851.gambas@...1...> On Wednesday 09 March 2005 14:05, francesco wrote: > > I've never heard form 'drawcell' control... What is it ? > > Sorry, it was a gridview control. > > Francesco > It is not possible at the moment. But you can use a TableView control instead of a GridView. Regards, -- Benoit Minisini mailto:gambas at ...1... From francesco.difusco at ...69... Wed Mar 9 14:29:14 2005 From: francesco.difusco at ...69... (francesco) Date: Wed, 9 Mar 2005 14:29:14 +0100 Subject: [Gambas-user] Change the colour of a single cell In-Reply-To: <200503091411.00851.gambas@...1...> References: <200503090937.34150.francesco.difusco@...69...> <200503091405.10985.francesco.difusco@...69...> <200503091411.00851.gambas@...1...> Message-ID: <200503091429.14125.francesco.difusco@...69...> > It is not possible at the moment. But you can use a TableView control > instead of a GridView. > > Regards, Thank you, Benoit, I'll try it Francesco From francesco.difusco at ...69... Wed Mar 9 14:44:27 2005 From: francesco.difusco at ...69... (francesco) Date: Wed, 9 Mar 2005 14:44:27 +0100 Subject: [Gambas-user] Change the colour of a single cell In-Reply-To: <200503091411.00851.gambas@...1...> References: <200503090937.34150.francesco.difusco@...69...> <200503091405.10985.francesco.difusco@...69...> <200503091411.00851.gambas@...1...> Message-ID: <200503091444.27147.francesco.difusco@...69...> > > It is not possible at the moment. But you can use a TableView control > instead of a GridView. > > Regards, How do I insert data in a single cell at coordinates (row, column) ? Francesco From dawson_kenconnie at ...469... Wed Mar 9 16:09:30 2005 From: dawson_kenconnie at ...469... (dawson_kenconnie at ...469...) Date: Wed, 9 Mar 2005 10:09:30 -0500 Subject: [Gambas-user] New gambas tutorial Message-ID: <20050309150930.OMSU3636.imf21aec.mail.bellsouth.net@...898...> please remove me from your email list. > > From: "Daniel Oxley" > Date: 2005/03/09 Wed AM 05:58:54 EST > To: > Subject: RE: [Gambas-user] New gambas tutorial > > Yeah, I thought anout doing it that way but you could end up being on it for > days deciding on the wording. So I mostly did grammer and a few re-writes > where it did not make any sense. > > Daniel > > -----Original Message----- > From: gambas-user-admin at lists.sourceforge.net > [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of Dave sharples > Sent: 09 March 2005 11:53 > To: Gambas > Subject: RE: [Gambas-user] New gambas tutorial > > > > On Wed, 2005-03-09 at 10:01, Daniel Oxley wrote: > > David, > > > > Here you have my suggestions for changes. I read the document and on > > a whole it is very good. Most of the changes are just minor grammer > things! > > > > The left column is the original text and the right column is the > > amended text with the changes highlighted. I hope it makes sense. If > > anyone else wants to make sure that I did not make any mistakes, feel > > free. After all, I did not score too highly at English in school, > > although mostly because I was not always there or paying attention ;-) > > > > Espero que te ayude. Avisame si necesitas algo mas. So no lo > > comprendes, enviame un correo. > > > > Daniel > > > > > > You've managed to correct the grammatical errors but I think the document > still loses some meanings in translation. Thats probably why I was surprised > you got it done so quickly. > > I was doing a more literal re-write (perhaps I understood david wrong ?) > > as an example - > > Being a literal translation I found the following paragraph very confusing - > > > When creating the menu entries and the buttons that, in the properties > window, there is a property called "Group", besides the typical properties > like name, caption, etc. This option is very interesting, because we can > associate the same code to different controls with the same funcion, for > example, the menu entry "Open" and the button "Open" > must do the same task: open a file on disk. Using the "Group" property, we > write the code for this task once. > > so I was re-writing it to make it clearer, like such - > > When creating the menu entries you will notice that besides the typical > properties like name, caption, etc. there is also a property called "Group", > form buttons also have this "Group" property as you can see by selecting a > button and viewing its properties in the Properties window. This option is > very interesting, because we can associate the same code to different > controls with the same funcion, for example, the menu entry "Open" and the > button "Open" must do the same task: open a file from disk. Using the > "Group" property, we write the code for this task only once. > > I think more clarification on what exactly is wanted is needed, any input > anyone, > > Dave > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide Read honest & candid reviews > on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From dawson_kenconnie at ...469... Wed Mar 9 16:10:26 2005 From: dawson_kenconnie at ...469... (dawson_kenconnie at ...469...) Date: Wed, 9 Mar 2005 10:10:26 -0500 Subject: [Gambas-user] New gambas tutorial Message-ID: <20050309151026.ONMW3636.imf21aec.mail.bellsouth.net@...898...> please remove me from your email list > > From: Dave sharples > Date: 2005/03/09 Wed AM 05:53:22 EST > To: Gambas > Subject: RE: [Gambas-user] New gambas tutorial > > > > On Wed, 2005-03-09 at 10:01, Daniel Oxley wrote: > > David, > > > > Here you have my suggestions for changes. I read the document and on a > > whole it is very good. Most of the changes are just minor grammer things! > > > > The left column is the original text and the right column is the amended > > text with the changes highlighted. I hope it makes sense. If anyone else > > wants to make sure that I did not make any mistakes, feel free. After all, > > I did not score too highly at English in school, although mostly because I > > was not always there or paying attention ;-) > > > > Espero que te ayude. Avisame si necesitas algo mas. So no lo comprendes, > > enviame un correo. > > > > Daniel > > > > > > You've managed to correct the grammatical errors but I think the > document still loses some meanings in translation. Thats probably why I > was surprised you got it done so quickly. > > I was doing a more literal re-write (perhaps I understood david wrong ?) > > as an example - > > Being a literal translation I found the following paragraph very > confusing - > > When creating the menu entries and the buttons that, in the properties > window, there is a property called "Group", besides the typical > properties like name, caption, etc. This option is very interesting, > because we can associate the same code to different controls with the > same funcion, for example, the menu entry "Open" and the button "Open" > must do the same task: open a file on disk. Using the "Group" property, > we write the code for this task once. > > so I was re-writing it to make it clearer, like such - > > When creating the menu entries you will notice that besides the typical > properties like name, caption, etc. there is also a property called > "Group", form buttons also have this "Group" property as you can see > by selecting a button and viewing its properties in the Properties > window. This option is very interesting, because we can associate the > same code to different controls with the same funcion, for example, the > menu entry "Open" and the button "Open" must do the same task: open a > file from disk. Using the "Group" property, we write the code for this > task only once. > > I think more clarification on what exactly is wanted is needed, any > input anyone, > > Dave > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From dawson_kenconnie at ...469... Wed Mar 9 16:12:22 2005 From: dawson_kenconnie at ...469... (dawson_kenconnie at ...469...) Date: Wed, 9 Mar 2005 10:12:22 -0500 Subject: [Gambas-user] remove me from list Message-ID: <20050309151222.OPCK3636.imf21aec.mail.bellsouth.net@...898...> Please remove me from your email list. I no longer wish to receive your emails. Ken Dawson dawson_kenconnie at ...469... From sourceforge-raindog2 at ...94... Wed Mar 9 16:32:03 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 9 Mar 2005 10:32:03 -0500 Subject: [Gambas-user] New gambas tutorial In-Reply-To: <200503091119.59783.gambas@...1...> References: <20050309100437.46E9037322@...700...> <200503091119.59783.gambas@...1...> Message-ID: <200503091032.03243.sourceforge-raindog2@...94...> On Wednesday 09 March 2005 05:19, Benoit Minisini wrote: > I'm currently thinking about replacing your wiki software by the > one used by wikipedia.org (http://wikipedia.sourceforge.net/) > because it has all the features we need for making translations > easy to do. And it looks better :-) Well, twiki.org looks a lot better now too (our twiki-version is almost two years old....) but I agree that its multilanguage support is awful. I'll install mediawiki and start working on filters to translate twiki code to mediawiki, unless you already have a plan for this... Does mediawiki support publishing to a static set of html files automatically? Back in 2003 that was the deciding factor that led me to pick TWiki for the Gambas wiki. I will probably make a 'gambas' shell account on that machine to put mediawiki in, so that you will have more access to it than you've had to twiki (which is located in my company's /home/web directory!) I'll email you separately when I have done this. Rob From technoferret at ...598... Wed Mar 9 16:38:21 2005 From: technoferret at ...598... (Dave sharples) Date: Wed, 09 Mar 2005 15:38:21 +0000 Subject: [Gambas-user] remove me from list In-Reply-To: <20050309151222.OPCK3636.imf21aec.mail.bellsouth.net@...898...> References: <20050309151222.OPCK3636.imf21aec.mail.bellsouth.net@...898...> Message-ID: <1110382701.18368.28.camel@...599...> You'll have to go here and unsubscribe yourself https://lists.sourceforge.net/lists/listinfo/gambas-user On Wed, 2005-03-09 at 15:12, dawson_kenconnie at ...469... wrote: > Please remove me from your email list. I no longer wish to receive your emails. > Ken Dawson > dawson_kenconnie at ...469... > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sourceforge-raindog2 at ...94... Wed Mar 9 16:46:35 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 9 Mar 2005 10:46:35 -0500 Subject: [Gambas-user] ncurses In-Reply-To: <422EE7C6.4040704@...69...> References: <422EF019.2080606@...69...> <200503091247.10864.gambas@...1...> <422EE7C6.4040704@...69...> Message-ID: <200503091046.35703.sourceforge-raindog2@...94...> On Wednesday 09 March 2005 07:10, o.s.p wrote: > i'm not a real programmer so i can't > but with ncurses and gambas it would be possible to write > configuration programs without X or database managers > dos like and so on... > the best would be an ncurses ide! I looked into ncurses about 6 months ago when I was getting acclimated to the Gambas API. It is a lot lower-level than Qt or Gtk despite being conceptually simpler, and I think there would be a lot more work involved in developing a set of controls that are compatible with gb.qt and gb.gtk. However, there's also Tvision http://tvision.sourceforge.net/ which is a GPL'ed port of Borland's famous Turbo Vision from the early 90's. While still a bit crude compared to Gtk and Qt, it might be better suited than ncurses for a console-mode GUI component. It's not packaged as standard for any major distribution, but I'd certainly maintain it for Mandrake if a gb.tvision component were made. I dunno if I'd be up to writing it myself, though. Nonetheless, I agree that an ncurses component would be a good idea if it provided capabilities more in line with ncurses.... defining window areas, handling input, managing cursor location, etc. It's also worth noting that there's a console version of Gtk, though I don't know how mature or maintained it is. Rob From pat at ...823... Wed Mar 9 16:57:11 2005 From: pat at ...823... (Pat Collins) Date: Wed, 9 Mar 2005 10:57:11 -0500 Subject: [Gambas-user] hamlib support Message-ID: <20050309155711.GK16012@...823...> Has anybody done this? If not is anybody interested in helping. -- Pat Collins http://www.linuxcolumbus.com From gambas at ...1... Wed Mar 9 18:04:39 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 9 Mar 2005 18:04:39 +0100 Subject: [Gambas-user] gambas 1.0.4 Message-ID: <200503091804.39996.gambas@...1...> Hi world, I just released gambas 1.0.4, that fixes a few bugs found by you. Here is the ChangeLog: DEVELOPMENT ENVIRONMENT * BUG: The pattern for searching all files in the file dialog has been fixed. QT COMPONENT * BUG: The Tabstrip.Tab property now really returns a tab virtual object, and not an integer anymore. * BUG: The DrawingArea control does not crash anymore when it is cached and its width and height are zero. DATABASE COMPONENT * BUG: Some fixes in the postgresql driver for PostgreSQL version greater than 7.4. * The code source of the sqlite driver was backport from the development version. INTERPRETER * BUG: The File.Perm.* properties now work correctly. * BUG: The constant gb.Sunday has the correct value now. * BUG: Subst() now works correclty when there is a single '&' character in the pattern string. Enjoy it! -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Mar 9 18:05:54 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 9 Mar 2005 18:05:54 +0100 Subject: [Gambas-user] FOSDEM 2005 presentation Message-ID: <200503091805.54873.gambas@...1...> You can download the presentation I made at FOSDEM 2005. It is an OpenOffice presentation written in english. http://gambas.sf.net/fosdem2005.sxi Feel free to use and translate it if you want to present Gambas yourself. -- Benoit Minisini mailto:gambas at ...1... From francesco.difusco at ...69... Wed Mar 9 18:14:27 2005 From: francesco.difusco at ...69... (francesco) Date: Wed, 9 Mar 2005 18:14:27 +0100 Subject: [Gambas-user] How do I use Tableview Message-ID: <200503091814.27889.francesco.difusco@...69...> How do I use tableview to insert data in cells? I don't see any example in the documentation. For Example, I would like to fill a 10x10 table with all the numbers from 1 to 100, in suche a manner for i=1 to 10 for j=1 to 10 tableview1[i,j]=i*j bext next I needed to color in differente colors some cells according to some conditions, and Benoit told me to use Tableview instead of Gridview Thanks Francesco From nigel at ...38... Wed Mar 9 18:46:40 2005 From: nigel at ...38... (nigel at ...38...) Date: Wed, 9 Mar 2005 18:46:40 +0100 (CET) Subject: [Gambas-user] database eof and bof Message-ID: <8807031.1110390400165.JavaMail.www@...718...> Neil, I've changed you program as follows, but see no problems: Nigel > Message date : Mar 07 2005, 05:36 PM > From : "Neil Fallon" > To : gambas-user at lists.sourceforge.net > Copy to : > Subject : Re: Re: [Gambas-user] database eof and bof > > Hi Nigel, > > The complete project was posted to Gambas Forge. It is called quiz. If > you remove the check for the record number that I have included in the > move next you will see the message that is displayed to the user. > > Neil > > On Mon, 2005-03-07 at 17:37 +0100, nigel at ...38... > wrote: > > Neil, > > > > Please publish your code so that we can look into the problem you > > mention with 'Available'. My usage of: > > > > hResult = $hConn.Exec("select * from table") > > hResult.MoveLast() > > > > hResult.moveNext() > > > > IF hResult.Available THEN > > > > PRINT "Record Available" > > > > ELSE > > > > PRINT "Not available" > > > > ENDIF > > > > ....gives me "Not Available" > > > > Regards > > > > Nigel > > > > > Message date : Mar 06 2005, 02:11 PM > > > From : "Neil Fallon" > > > To : gambas-user at lists.sourceforge.net > > > Copy to : > > > Subject : Re: [Gambas-user] database eof and bof > > > On Sun, 2005-03-06 at 01:45 -0500, Rob wrote: > > > > On Sunday 06 March 2005 01:31, Neil Fallon wrote: > > > > > I am at the whims of the users moving forward and > > backward. The > > > > > easier way for me may be to just check the first and > > last records > > > > > in the database. My key field is an auto increment > > number. I can > > > > > just check if the value is 1 for the first record or > > what ever the > > > > > number is for the last record value in the database. > > > > > > > > I guess that's cool as long as you're sure there'll never > > be holes in > > > > the database, but I personally would check r.Available > > regardless to > > > > avoid the possibility of a runtime error. > > > > > > > > Rob > > > > > > > Hi Rob, > > > > > > When I check Available on the last record I get an error > > stating there > > > are no more records. I don't want the message transmitted to > > the user. > > > > > > Neil > > > > > > > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from > > real users. > > > Discover which products truly live up to the hype. Start > > reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > > > > > > ______________________________________________________________________ > > Whatever you Wanadoo > > > > This email has been checked for most known viruses - find out more > > here > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > -- Whatever you Wanadoo: http://www.wanadoo.co.uk/time/ This email has been checked for most known viruses - find out more at: http://www.wanadoo.co.uk/help/id/7098.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: frmMain.class Type: application/octet-stream Size: 16823 bytes Desc: not available URL: From zjimward at ...626... Wed Mar 9 19:28:51 2005 From: zjimward at ...626... (Jim Ward) Date: Wed, 9 Mar 2005 12:28:51 -0600 Subject: [Gambas-user] Gambas 1.0.4 install Message-ID: <888242c10503091028591c5e9@...627...> I ran: confingure, but received the following message: checking whether to enable maintainer-specific portions of Makefiles... no configure: error: cannot find install-sh or install.sh in . ./.. ./../.. At this point I'm unsure how to compile the new 1.0.4 version of Gambas. From girardhenri at ...67... Wed Mar 9 20:52:06 2005 From: girardhenri at ...67... (GH) Date: Wed, 9 Mar 2005 20:52:06 +0100 Subject: [Gambas-user] ??? Message-ID: Hi :) what's the difference between gambas 1 and 2 as i can compile 1 without any problems but not 2 ? thanks for help :) henri -------------- next part -------------- An HTML attachment was scrubbed... URL: From girardhenri at ...67... Wed Mar 9 21:16:38 2005 From: girardhenri at ...67... (GH) Date: Wed, 9 Mar 2005 21:16:38 +0100 Subject: [Gambas-user] forget previous message Message-ID: I succeeded compiling gambas 2 :) Don't ask me why ! lol sorry :) -------------- next part -------------- An HTML attachment was scrubbed... URL: From Karl.Reinl at ...9... Wed Mar 9 21:31:32 2005 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Wed, 9 Mar 2005 21:31:32 +0100 Subject: [Gambas-user] DBTableView Version 0.0.5 Message-ID: <200503092131.33001.Karl.Reinl@...9...> Salut, fixed some problems in the demo-project and the DBTableView.class. 'Nr' in Set Headers (demo) Rollback while save failed (class) Some Windows-headlines (demo) And the login propose you only Servers who found (demo) . Amicalment Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: DBTableView-0.0.5.tar.bz2 Type: application/x-tbz Size: 109822 bytes Desc: not available URL: From na2492 at ...9... Wed Mar 9 21:59:54 2005 From: na2492 at ...9... (Charlie Reinl) Date: Wed, 9 Mar 2005 21:59:54 00100 Subject: [Gambas-user] How do I use Tableview Message-ID: <422f63ca.1cc4.0@...9...> >How do I use tableview to insert data in cells? I don't see any example in the >documentation. > >For Example, I would like to fill a 10x10 table with all the numbers from 1 to >100, in suche a manner > >for i=1 to 10 >for j=1 to 10 >tableview1[i,j]=i*j >bext >next > >I needed to color in differente colors some cells according to some >conditions, and Benoit told me to use Tableview instead of Gridview > > >Thanks > >Francesco Salut Francesco, send your an demo-project for Tableview which handles with none DB-bound TableViews, you need XML-Suppord (or strip that part) good luck Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * -------------- next part -------------- A non-text attachment was scrubbed... Name: XTableView-0.0.12.tar.gz Type: application/x-tgz Size: 30178 bytes Desc: not available URL: From gambasfr at ...11... Wed Mar 9 22:02:31 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Wed, 9 Mar 2005 22:02:31 +0100 Subject: [Gambas-user] How do I use Tableview In-Reply-To: <200503091814.27889.francesco.difusco@...69...> References: <200503091814.27889.francesco.difusco@...69...> Message-ID: <200503092202.31605.gambasfr@...11...> Le mercredi 9 Mars 2005 18:14, francesco a ?crit?: > How do I use tableview to insert data in cells? I don't see any example in > the documentation. > > For Example, I would like to fill a 10x10 table with all the numbers from 1 > to 100, in suche a manner > > for i=1 to 10 > for j=1 to 10 > tableview1[i,j]=i*j > bext > next > > I needed to color in differente colors some cells according to some > conditions, and Benoit told me to use Tableview instead of Gridview > > > Thanks > > Francesco Simple Tutorial explanation by demo at http://www.gambasforge.net/code.php?id=31 Fabien From na2492 at ...9... Wed Mar 9 22:11:33 2005 From: na2492 at ...9... (Charlie Reinl) Date: Wed, 9 Mar 2005 22:11:33 00100 Subject: [Gambas-user] ??? Message-ID: <422f6685.2797.0@...9...> > >Hi :) >what's the difference between gambas 1 and 2 as i can compile 1 without >any problems >but not 2 ? >thanks for help :) >henri Salut Henri, gambas 1.0.x (since today is 1.0.4) is the said 'Stable Version' gambas 1.9x ( actually 1.9.3 ) called gambas-2.x is the new in development version. Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From forodejazz at ...626... Thu Mar 10 00:23:23 2005 From: forodejazz at ...626... (=?ISO-8859-1?Q?David_Asorey_=C1lvarez?=) Date: Thu, 10 Mar 2005 00:23:23 +0100 Subject: [Gambas-user] New tutorial reviewed Message-ID: Hi again. I've corrected the tutorial with the help from Daniel and Dave. Thank you very much. http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ -- David Asorey ?lvarez forodejazz at ...626... From eilert-sprachen at ...221... Thu Mar 10 08:42:34 2005 From: eilert-sprachen at ...221... (Eilert) Date: Thu, 10 Mar 2005 08:42:34 +0100 Subject: [Gambas-user] How do I use Tableview In-Reply-To: <200503092202.31605.gambasfr@...11...> References: <200503091814.27889.francesco.difusco@...69...> <200503092202.31605.gambasfr@...11...> Message-ID: <422FFA6A.8010503@...221...> Just a question about the code in the example: > Simple Tutorial explanation by demo at > http://www.gambasforge.net/code.php?id=31 > > Fabien FOR i = 0 TO 9 ari = NEW Variant[] ari.Resize(10) aro.Add(ari) NEXT Why is the ari.Resize(10) within the FOR-NEXT-loop? Wouldn't it be ok to put it outside? Rolf From oxleyd at ...699... Thu Mar 10 09:16:11 2005 From: oxleyd at ...699... (Daniel Oxley) Date: Thu, 10 Mar 2005 09:16:11 +0100 Subject: [Gambas-user] New tutorial reviewed In-Reply-To: Message-ID: <20050310081852.CAD3337318@...700...> Wahoo! My name is on the Internet!!!!!!! Daniel -----Original Message----- From: gambas-user-admin at lists.sourceforge.net [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of David Asorey ?lvarez Sent: 10 March 2005 00:23 To: gambas-user at lists.sourceforge.net Subject: [Gambas-user] New tutorial reviewed Hi again. I've corrected the tutorial with the help from Daniel and Dave. Thank you very much. http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ -- David Asorey ?lvarez forodejazz at ...626... ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From girardhenri at ...67... Thu Mar 10 09:33:47 2005 From: girardhenri at ...67... (GH) Date: Thu, 10 Mar 2005 09:33:47 +0100 Subject: [Gambas-user] New gambas tutorial Message-ID: I am translating the spanish /english tutorial in french... i only change the name with _fr if anybody is doing it just drop a message it's not usefull to remake the world :) Henri From dave at ...772... Thu Mar 10 09:40:52 2005 From: dave at ...772... (Dave Sharples) Date: Thu, 10 Mar 2005 08:40:52 +0000 Subject: [Gambas-user] New tutorial reviewed In-Reply-To: <20050310081852.CAD3337318@...700...> References: <20050310081852.CAD3337318@...700...> Message-ID: <1110444052.21690.1.camel@...599...> Thats the beauty of Open Source software, eveyone has the opportunity to contribute and get their '15 minutes of fame' On Thu, 2005-03-10 at 08:16, Daniel Oxley wrote: > Wahoo! My name is on the Internet!!!!!!! > > Daniel > > -----Original Message----- > From: gambas-user-admin at lists.sourceforge.net > [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of David Asorey > ?lvarez > Sent: 10 March 2005 00:23 > To: gambas-user at lists.sourceforge.net > Subject: [Gambas-user] New tutorial reviewed > > Hi again. > > I've corrected the tutorial with the help from Daniel and Dave. > > Thank you very much. > > http://www.laclavedefa.org/codigo_abierto/gambas_tutorial/ > > -- > David Asorey ?lvarez > forodejazz at ...626... > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- ----------------------- Dave Sharples Evaluations Engineer Time Group Ltd ----------------------- From forodejazz at ...626... Thu Mar 10 10:05:46 2005 From: forodejazz at ...626... (=?ISO-8859-1?Q?David_Asorey_=C1lvarez?=) Date: Thu, 10 Mar 2005 10:05:46 +0100 Subject: [Gambas-user] New gambas tutorial In-Reply-To: References: Message-ID: > I am translating the spanish /english tutorial in french... > i only change the name with _fr OK. Good job. Feel free to change variable and functions names: Open_Click() -> Ouvrir_Click() Thanks. -- David Asorey ?lvarez forodejazz at ...626... From forodejazz at ...626... Thu Mar 10 10:07:26 2005 From: forodejazz at ...626... (=?ISO-8859-1?Q?David_Asorey_=C1lvarez?=) Date: Thu, 10 Mar 2005 10:07:26 +0100 Subject: [Gambas-user] New tutorial reviewed In-Reply-To: <1110444052.21690.1.camel@...599...> References: <20050310081852.CAD3337318@...700...> <1110444052.21690.1.camel@...599...> Message-ID: Wait some weeks and ask to Google for your names ... ;-) -- David Asorey ?lvarez forodejazz at ...626... From girardhenri at ...67... Thu Mar 10 10:27:06 2005 From: girardhenri at ...67... (GH) Date: Thu, 10 Mar 2005 10:27:06 +0100 Subject: [Gambas-user] New gambas tutorial References: Message-ID: de nada : J'avais mis OuvrirClick() comme sur #develop alors j'ai vu que ?a ne marchait pas ! lol ----- Original Message ----- From: "David Asorey ?lvarez" To: Sent: Thursday, March 10, 2005 10:05 AM Subject: Re: [Gambas-user] New gambas tutorial > I am translating the spanish /english tutorial in french... > i only change the name with _fr OK. Good job. Feel free to change variable and functions names: Open_Click() -> Ouvrir_Click() Thanks. -- David Asorey ?lvarez forodejazz at ...626... ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From Oliver.Frank at ...900... Thu Mar 10 10:28:27 2005 From: Oliver.Frank at ...900... (Oliver Frank) Date: Thu, 10 Mar 2005 10:28:27 +0100 Subject: [Gambas-user] Bitte von Mailingliste streichen! Message-ID: Hi, Bitte nehmt mich von eurer Mailingliste. Ich habe mein Passwort vergessen. Besten Dank Oliver From girardhenri at ...67... Thu Mar 10 10:37:26 2005 From: girardhenri at ...67... (GH) Date: Thu, 10 Mar 2005 10:37:26 +0100 Subject: [Gambas-user] New gambas tutorial References: Message-ID: I put it at http://luv4eva.free.fr and the translated "agenda" too some variables are still in spanish i will do it later while translating i just started to translate... but as i ftp your web pages with firefox it made a xxx fr_files dir... to correct on demand. so you can have a look if you want. cheers Henri ----- Original Message ----- From: "David Asorey ?lvarez" To: Sent: Thursday, March 10, 2005 10:05 AM Subject: Re: [Gambas-user] New gambas tutorial > I am translating the spanish /english tutorial in french... > i only change the name with _fr OK. Good job. Feel free to change variable and functions names: Open_Click() -> Ouvrir_Click() Thanks. -- David Asorey ?lvarez forodejazz at ...626... ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From francesco.difusco at ...69... Thu Mar 10 10:55:04 2005 From: francesco.difusco at ...69... (francesco) Date: Thu, 10 Mar 2005 10:55:04 +0100 Subject: [Gambas-user] How do I use Tableview In-Reply-To: <422f63ca.1cc4.0@...9...> References: <422f63ca.1cc4.0@...9...> Message-ID: <200503101055.05318.francesco.difusco@...69...> > > Salut Francesco, > > send your an demo-project for Tableview which handles with none DB-bound > TableViews, you need XML-Suppord (or strip that part) > > good luck > > Amicalment > Charlie > * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * Thank you, this morning I'll study it. Francesco From na2492 at ...9... Thu Mar 10 12:44:52 2005 From: na2492 at ...9... (Charlie Reinl) Date: Thu, 10 Mar 2005 12:44:52 00100 Subject: [Gambas-user] Bitte von Mailingliste streichen! Message-ID: <42303334.6244.0@...9...> >Hi, > >Bitte nehmt mich von eurer Mailingliste. Ich habe mein Passwort vergessen. Please delete me from your Mailinglist.I forgot my password > >Besten Dank Thanks >Oliver > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From gambas-user at lists.sourceforge.net Thu Mar 10 12:51:38 2005 From: gambas-user at lists.sourceforge.net (Charlie Reinl) Date: Thu, 10 Mar 2005 12:51:38 00100 Subject: [Gambas-user] Bitte von Mailingliste streichen! Message-ID: <423034ca.667a.0@...9...> >>Hi, >> >>Bitte nehmt mich von eurer Mailingliste. Ich habe mein Passwort vergessen. > > >Please delete me from your Mailinglist.I forgot my password > >> >>Besten Dank > >Thanks > >>Oliver S.... , please not me this guy wrote that, I just translated his mail "Oliver Frank" An: gambas-user at lists.sourceforge.net Datum: Thu, 10 Mar 2005 10:28:27 +0100 Betreff: [Gambas-user] Bitte von Mailingliste streichen! Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From gambasfr at ...11... Thu Mar 10 20:32:15 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Thu, 10 Mar 2005 20:32:15 +0100 Subject: [Gambas-user] How do I use Tableview In-Reply-To: <422FFA6A.8010503@...221...> References: <200503091814.27889.francesco.difusco@...69...> <200503092202.31605.gambasfr@...11...> <422FFA6A.8010503@...221...> Message-ID: <200503102032.15318.gambasfr@...11...> Le jeudi 10 Mars 2005 08:42, Eilert a ?crit?: > Just a question about the code in the example: > > Simple Tutorial explanation by demo at > > http://www.gambasforge.net/code.php?id=31 > > > > Fabien > > FOR i = 0 TO 9 > ari = NEW Variant[] > ari.Resize(10) > aro.Add(ari) > NEXT > > Why is the ari.Resize(10) within the FOR-NEXT-loop? Wouldn't it be ok to > put it outside? > > Rolf No because i instanciate a new array class at each loop. so i need to set the size Fabien From edamron at ...776... Fri Mar 11 02:55:29 2005 From: edamron at ...776... (Eric Damron) Date: Thu, 10 Mar 2005 17:55:29 -0800 Subject: [Gambas-user] Loading pictures In-Reply-To: <200503071205.06270.gambas@...1...> References: <422A0989.3060406@...776...> <200503071205.06270.gambas@...1...> Message-ID: <4230FA91.3020101@...776...> Benoit Minisini wrote: >On Saturday 05 March 2005 20:33, Eric Damron wrote: > > >>Can someone send me a snippit showing how to load a picture into the >>various components that are designed to display them? I have looked at >>an example that loads pictures into a drawing area but I must not get it >>because my own code doens't work. Also I'm not sure a drawing area is >>what I really want. I just want to display jpg pictures of the DVD >>covers on a DVD database. My code looks like: >> >>PRIVATE SUB SetCover(strPic AS String) >> >> DIM d AS DrawingArea >> DIM strS AS String >> DIM strPath AS String >> DIM hImage AS Image >> >> strPath = GetPicPath() >> strS = strPath & strPic >> >> IF Exist(strS) THEN >> hImage = NEW Image >> hImage.Load(strS) >> daCover.Resize(132, 204) >> daCover.Clear() >> Draw.Begin(daCover) >> Draw.FillColor = Color.Gray >> Draw.FillStyle = Fill.Solid >> Draw.Rect(0, 0, daCover.Width, daCover.Height) >> Draw.Image(hImage, 0, 0) >> Draw.End >> daCover.Visible = TRUE >> END IF >> >>END >> >>Is there a easier / better component to use? >> >>Thanks >> >> >> >> > >The PictureBox control (not component!) should be what you are looking for. Is >it ? > >Regards, > > > Yep, That works. Thanks! From thomas at ...869... Fri Mar 11 12:46:36 2005 From: thomas at ...869... (Thomas Kleindienst) Date: Fri, 11 Mar 2005 12:46:36 +0100 Subject: [Gambas-user] Oh dear... Gambas Source (implement blob into gb.db) Message-ID: <200503111246.36554.thomas@...869...> Dear list, I had the idea to implement blobs into GB.db myself, but I'm lost in the code (dunno where to start) should be like: dim ba as byte[] res = conn.exec("select a_blob from ...") res.movefirst ba = res["a_blob"] as well as conn.exec("insert into .... set a_blob=&1", ba) Can anybody point me to a good place to start? regards, Thomas From sourceforge-raindog2 at ...94... Fri Mar 11 15:39:22 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 11 Mar 2005 09:39:22 -0500 Subject: [Gambas-user] Oh dear... Gambas Source (implement blob into gb.db) In-Reply-To: <200503111246.36554.thomas@...869...> References: <200503111246.36554.thomas@...869...> Message-ID: <200503110939.22739.sourceforge-raindog2@...94...> On Friday 11 March 2005 06:46, Thomas Kleindienst wrote: > I had the idea to implement blobs into GB.db myself, but I'm lost > in the code (dunno where to start) > > should be like: > > dim ba as byte[] I think I asked this before, but I don't think anyone responded. What's the downside to just adding a join() method to the Byte[] class, since inserting blobs as strings seems to work fine? Won't your modifications to gb.db just be implementing a join()-like functionality anyway, internally to the component? Under what circumstances would you use byte[] in Gambas rather than string[] or integer[]? It looks like the code that maps blobs to strings is driver-specific.... in src/lib/db/mysql/main.c and src/lib/db/sqlite/sqlitedataset.cpp. In the case of mysql, I'd say you need to change it so a BLOB becomes a GB_T_OBJECT and do what you need to do to allocate the object and populate it. Either that or you can look at DB_Format in src/lib/db/main.c and try to add code to accept GB_T_OBJECT arguments and then verify that they're Byte[] arguments, then do pretty much the same thing as the GB_T_STRING and GB_T_CSTRING cases do. That's where I'd start, anyway, not having looked at the db component and drivers until 5 minutes ago. I'm copying gambas-devel because we're getting into devel territory. Rob From oxleyd at ...699... Fri Mar 11 17:13:46 2005 From: oxleyd at ...699... (Daniel Oxley) Date: Fri, 11 Mar 2005 17:13:46 +0100 Subject: [Gambas-user] Gambas Review In-Reply-To: <200503110939.22739.sourceforge-raindog2@...94...> Message-ID: <20050311161626.A520337318@...700...> There is a review of Gambas 1.0.1 in Linux Format this month. Only 8 out of 10????? Daniel From sourceforge-raindog2 at ...94... Fri Mar 11 17:25:26 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 11 Mar 2005 11:25:26 -0500 Subject: [Gambas-user] Gambas Review In-Reply-To: <20050311161626.A520337318@...700...> References: <20050311161626.A520337318@...700...> Message-ID: <200503111125.26422.sourceforge-raindog2@...94...> On Friday 11 March 2005 11:13, Daniel Oxley wrote: > There is a review of Gambas 1.0.1 in Linux Format this month. Only > 8 out of 10????? Curse our American bookstores' inability to get British magazines on time... the issue I just bought last week was February and it was still making reference to Gambas RC1. In which issue would I find the Gambas review? It also had a review of Runtime Revolution, I think, though I don't remember what score it got. I'd be stunned if they gave it a higher score than Gambas, even Gambas 1.x. Rob From oxleyd at ...699... Fri Mar 11 18:00:48 2005 From: oxleyd at ...699... (Daniel Oxley) Date: Fri, 11 Mar 2005 18:00:48 +0100 Subject: [Gambas-user] Gambas Review In-Reply-To: <200503111125.26422.sourceforge-raindog2@...94...> Message-ID: <20050311170328.BC3DA37318@...700...> I am in Spain and I got it! I guess that it is the March issue. The review was a little unfair I think as the criticisms were not really that accurate in my opinion. It concluded that Gambas was not complete enough yet for professional applications and that it was only comparable to VB4. Daniel -----Original Message----- From: gambas-user-admin at lists.sourceforge.net [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of Rob Sent: 11 March 2005 17:25 To: gambas-user at lists.sourceforge.net Subject: Re: [Gambas-user] Gambas Review On Friday 11 March 2005 11:13, Daniel Oxley wrote: > There is a review of Gambas 1.0.1 in Linux Format this month. Only > 8 out of 10????? Curse our American bookstores' inability to get British magazines on time... the issue I just bought last week was February and it was still making reference to Gambas RC1. In which issue would I find the Gambas review? It also had a review of Runtime Revolution, I think, though I don't remember what score it got. I'd be stunned if they gave it a higher score than Gambas, even Gambas 1.x. Rob ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From m_isaac at ...689... Fri Mar 11 21:32:48 2005 From: m_isaac at ...689... (Michael Isaac) Date: Fri, 11 Mar 2005 12:32:48 -0800 Subject: [Gambas-user] Oh dear... Gambas Source (implement blob into gb.db) In-Reply-To: <200503110939.22739.sourceforge-raindog2@...94...> References: <200503111246.36554.thomas@...869...> <200503110939.22739.sourceforge-raindog2@...94...> Message-ID: <42320070.8090402@...689...> Benoit implemented a Copy(x, y) method to the array class at my request. I may not be understanding what you are asking but if you need join a byte array you could try dim x as byte[] psudeo_array_filling_function_here(x) x.copy(0, (ubound(x) -1)) Im not in gambas otherwise i would test it for you. -- Michael Rob wrote: >On Friday 11 March 2005 06:46, Thomas Kleindienst wrote: > > >>I had the idea to implement blobs into GB.db myself, but I'm lost >>in the code (dunno where to start) >> >>should be like: >> >>dim ba as byte[] >> >> > >I think I asked this before, but I don't think anyone responded. >What's the downside to just adding a join() method to the Byte[] >class, since inserting blobs as strings seems to work fine? > >Won't your modifications to gb.db just be implementing a join()-like >functionality anyway, internally to the component? > >Under what circumstances would you use byte[] in Gambas rather than >string[] or integer[]? > >It looks like the code that maps blobs to strings is >driver-specific.... in src/lib/db/mysql/main.c and >src/lib/db/sqlite/sqlitedataset.cpp. In the case of mysql, I'd say >you need to change it so a BLOB becomes a GB_T_OBJECT and do what you >need to do to allocate the object and populate it. Either that or >you can look at DB_Format in src/lib/db/main.c and try to add code to >accept GB_T_OBJECT arguments and then verify that they're Byte[] >arguments, then do pretty much the same thing as the GB_T_STRING and >GB_T_CSTRING cases do. > >That's where I'd start, anyway, not having looked at the db component >and drivers until 5 minutes ago. I'm copying gambas-devel because >we're getting into devel territory. > >Rob > > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > From francesco.difusco at ...69... Sat Mar 12 07:39:01 2005 From: francesco.difusco at ...69... (francesco) Date: Sat, 12 Mar 2005 07:39:01 +0100 Subject: [Gambas-user] Index out of range Message-ID: <200503120739.02116.francesco.difusco@...69...> Why this code isn't working cmbSezioni.clear FOR EACH rData cmbSezioni.Add(rData["Sezione"]) NEXT It gives me "Index out of Range" It seems that when I delete the content of a combobox, its index goes to -1. Francesco From k-p.richter at ...20... Sat Mar 12 18:13:28 2005 From: k-p.richter at ...20... (Peter) Date: Sat, 12 Mar 2005 18:13:28 +0100 Subject: [Gambas-user] Delete record in DB Message-ID: <200503121813.28818.k-p.richter@...20...> Hallo all, a short while ago I work with MySQL in Gambas. It's all ok, but I have 2 problblems: 1. $hConnect is open ... PUBLIC SUB ktoloeBUT_Click() DIM ktoRes AS Result $hConnect.Begin ktoRes = $hConnect.Edit("Konten") FOR EACH ktoRes IF ktoRes!konto = ktoCBX.Text THEN ktoRes.Delete BREAK ENDIF NEXT $hConnect.Commit END The found konto - record is not deleted! What I make false? 2. It's possible to define a autoincrement field for a Table in Gambas? Regards Peter From Karl.Reinl at ...9... Sat Mar 12 21:58:08 2005 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Sat, 12 Mar 2005 21:58:08 +0100 Subject: [Gambas-user] fOption.Run <> FOption.Run Message-ID: <200503122158.08760.Karl.Reinl@...9...> Salut Benoit, found something strange. That in my project fOption.Run <> FOption.Run The Form called is FOption. if you run fOption.Run, all work fine, but you can't debug it. if you run FOption.Run, all work fine, and you can also debug it. At line 317 in FMain PUBLIC SUB Action_Click() ' Set your Breakpoint the freed line fOption.Run ' netxt step is in DBTVData ' FOption.Run ' next step is in FOption.Run TV2New_Click() END Action_Click is called by the Menu Action/DBTableView/Set Headers Perhaps I found a BUG ? Or where I'm wrong ? If you have any question about, I will be out till 23/03, without access to my box. I attached you the project. Amicalment Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: DBTableView-0.0.5.tar.bz2 Type: application/x-tbz Size: 114095 bytes Desc: not available URL: From karl.reinl at ...9... Sat Mar 12 22:05:58 2005 From: karl.reinl at ...9... (Charlie) Date: Sat, 12 Mar 2005 22:05:58 +0100 Subject: [Gambas-user] fOption.Run <> FOption.Run References: <200503122158.08760.Karl.Reinl@...9...> Message-ID: <423359B6.9000204@...9...> Charlie Reinl schrieb: >Salut Benoit, > >found something strange. That in my project fOption.Run <> FOption.Run > >The Form called is FOption. > >if you run fOption.Run, all work fine, but you can't debug it. >if you run FOption.Run, all work fine, and you can also debug it. > > >At line 317 in FMain > >PUBLIC SUB Action_Click() >' Set your Breakpoint the freed line > fOption.Run ' netxt step is in DBTVData > ' FOption.Run ' next step is in FOption.Run > TV2New_Click() >END > > Action_Click is called by the Menu > Action/DBTableView/Set Headers > >Perhaps I found a BUG ? Or where I'm wrong ? > >If you have any question about, I will be out till 23/03, without access to >my box. > >I attached you the project. > >Amicalment >Charlie > > Sorry , I forgot to say that happend on gambas-1.0.4 Amicalment Charlie From Karl.Reinl at ...9... Sat Mar 12 22:58:01 2005 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Sat, 12 Mar 2005 22:58:01 +0100 Subject: [Gambas-user] the origin of fOption.Run <> FOption.Run Message-ID: <200503122258.01634.Karl.Reinl@...9...> Salut Benoit, the origin of fOption.Run <> FOption.Run was fOption2.Run <> FOption2.Run which you find also in the project. There I wanted to use the XTableView Class to replace the FOption Form. Called by the menu_Click, nothing happened on the form. The XtableView which is an inheritens of TableView didn't have the _DATA event. I tried to debug and found the 'fOption.Run <> FOption.Run' while I switched back from fOption2.Run to fOption.Run. But now where I know that fOption.Run <> FOption.Run and I can debug it, I still have the same pb. It may be it is a pb of my class, but I don't understand what? Or it is a pb of forms called ? or TableView DATA event ? Or INHERITS ? OR .. I took the origin XTableView demo project and added a FStarter Form with an Button, which calles the FMain form, and the same thing happened NO TableView is shown , while ..._DATA event didn't raise. At Button1_Click() I tried : PUBLIC SUB Button1_Click() DIM hForm AS Form hForm = NEW FMain hForm.ShowModal() END and also PUBLIC SUB Button1_Click() FMain.Run() END That all happened on ?gambas-1.0.4 ?(downloaded from the gambas-shrine) ????????gentoo 1.4 (last Updated 18.12.2004) = 2004.3 ?Qt: 3.3.3 ?KDE: 3.3.1 ????????gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6) ????????mysql ?Ver 12.22 Distrib 4.0.22, for pc-linux-gnu (i686) ????????psql (PostgreSQL) 7.4.6 ????????sqlite 2.8.15 Amicalment Charlie From lance at ...883... Sat Mar 12 23:07:07 2005 From: lance at ...883... (Lance Beck) Date: Sat, 12 Mar 2005 16:07:07 -0600 Subject: [Gambas-user] WebBrowser and Java In-Reply-To: <200503122158.08760.Karl.Reinl@...9...> Message-ID: Greetings, I'm trying to get a web page with a Java applet to load in the WebBrowser control. Setting the Javascript property to TRUE has no effect, the applet won't run. Any hints or other ideas? Thanks, Lance From mdumm at ...647... Sun Mar 13 00:13:01 2005 From: mdumm at ...647... (Maurice Dumais) Date: Sat, 12 Mar 2005 18:13:01 -0500 Subject: [Gambas-user] Delete record in DB Message-ID: <4233777D.3060805@...647...> Hi Peter, In answer to (1): From your code, I assume that: "Konten" is the name of your MySQL table "konto" is the name of a field in this table. After $hyConnect.Begin I would write: ktoRes=$hConnect.Edit("Konten", "konto = &1", ktoCBX.Text) IF ktoRes.Available THEN ktoRes.Delete $hConnect.Commit END IF And I would do away with the remainder of the code As for (2), Yes it is possible if the table is created as follows: PUBLIC SUB Creer_ModGenTbl() '''''''''''''''''''''''''''''''' 'Cr?ation de la table g?n?rale des types de modules (G?n?ral) DIM rs AS Result rs=db.Exec("CREATE table ModGenTbl (SEQ Integer PRIMARY KEY AUTO_INCREMENT," & "MOD_TYPE varchar(2) NOT NULL, DESCRIPTION varchar(40) NOT NULL," & "PROF_NOM_ANGL varchar(6), PROF_NOM_METR varchar(6), DIMS varchar(2))") CATCH Message.Error(ERROR.Text) END Regards Maurice Dumais From phiber at ...618... Sun Mar 13 01:25:19 2005 From: phiber at ...618... (phiber) Date: Sun, 13 Mar 2005 01:25:19 +0100 Subject: [Gambas-user] WebBrowser and Java In-Reply-To: References: Message-ID: <1110673520.26308.0.camel@...40...> Java != Javascript On Sat, 2005-03-12 at 16:07 -0600, Lance Beck wrote: > Greetings, > > I'm trying to get a web page with a Java applet to load in the WebBrowser > control. Setting the Javascript property to TRUE has no effect, the applet > won't run. Any hints or other ideas? > > Thanks, > Lance > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From jcostello at ...903... Sun Mar 13 18:51:01 2005 From: jcostello at ...903... (Juan Jose Costello Levien) Date: Sun, 13 Mar 2005 14:51:01 -0300 Subject: [Gambas-user] Connecting gambas with ODBC Databases Message-ID: <42347D85.40404@...903...> Hello, I want to know how to use the Gambas Database Manager with the ODBC driver. What Andrea Bortolan said is that you have to complete with the word ODBC the type field, and in the host field you have to type the dsn file involved. I have the file /cnn1.dsn, I wrote it like that (/cnn1.dsn) and the Database Manager complains that could not connect to the DSN. Do you have a tutorial or the like for this? Thank you Juan From lance at ...883... Sun Mar 13 19:14:47 2005 From: lance at ...883... (Lance Beck) Date: Sun, 13 Mar 2005 12:14:47 -0600 Subject: [Gambas-user] WebBrowser and Java In-Reply-To: <1110673520.26308.0.camel@...40...> Message-ID: > > Java != Javascript > Yeah, I realize that. I just thought that I might be missing something. Is there any way to run a Java applet within a form? Lance > On Sat, 2005-03-12 at 16:07 -0600, Lance Beck wrote: > > Greetings, > > > > I'm trying to get a web page with a Java applet to load in the > > WebBrowser control. Setting the Javascript property to TRUE has no > > effect, the applet won't run. Any hints or other ideas? > > > > Thanks, > > Lance > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide Read honest > & candid > > reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start > reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide Read honest & > candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From phiber at ...618... Sun Mar 13 20:14:04 2005 From: phiber at ...618... (phiber) Date: Sun, 13 Mar 2005 20:14:04 +0100 Subject: [Gambas-user] WebBrowser and Java In-Reply-To: References: Message-ID: <1110741244.27880.15.camel@...40...> Taking a quick look at the source of the kbrowser: [...] part->setJavaEnabled(false); [...] //GB_PROPERTY("Java", "b", CWEBBROWSER_java) So it has been disabled on purpose... :S On Sun, 2005-03-13 at 12:14 -0600, Lance Beck wrote: > > > > Java != Javascript > > > > Yeah, I realize that. I just thought that I might be missing something. Is > there any way to run a Java applet within a form? > > Lance > > > > > On Sat, 2005-03-12 at 16:07 -0600, Lance Beck wrote: > > > Greetings, > > > > > > I'm trying to get a web page with a Java applet to load in the > > > WebBrowser control. Setting the Javascript property to TRUE has no > > > effect, the applet won't run. Any hints or other ideas? > > > > > > Thanks, > > > Lance > > > > > > > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide Read honest > > & candid > > > reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start > > reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide Read honest & > > candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From andrea_bortolan at ...325... Sun Mar 13 20:58:02 2005 From: andrea_bortolan at ...325... (Andrea Bortolan) Date: Sun, 13 Mar 2005 20:58:02 +0100 (CET) Subject: [Gambas-user] Connecting gambas with ODBC Databases In-Reply-To: 6667 Message-ID: <20050313195802.38557.qmail@...904...> Juan Jose Costello Levien wrote:Hello, I want to know how to use the Gambas Database Manager with the ODBC driver. What Andrea Bortolan said is that you have to complete with the word ODBC the type field, and in the host field you have to type the dsn file involved. I have the file /cnn1.dsn, I wrote it like that (/cnn1.dsn) and the Database Manager complains that could not connect to the DSN. Do you have a tutorial or the like for this? Thank you Juan ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user Hi, in order to connect to a databse trought the ODBC driver you need to : -configure the DSN (using the ODBCConfig tool or editing the odbc.ini file) -try the connection using the "isql" command (provided by the unixODBC package) : >>isql DataSourceName userID Password, if all works you are propted for SQL command, try select * from tablename. - If you want to try the Database example provided by Gamabs you can overwrite the filed where you're asked for the database type(MySQL Postgre SqlLite) with ODBC, in the hostname filed insert the DSN as above and UserID & password as usual. It should work. If you need more help please let me know. Have a nice day. --------------------------------- Nuovo Yahoo! Messenger E' molto pi? divertente: Audibles, Avatar, Webcam, Giochi, Rubrica Scaricalo ora! -------------- next part -------------- An HTML attachment was scrubbed... URL: From jcostello at ...903... Sun Mar 13 21:24:41 2005 From: jcostello at ...903... (Juan Jose Costello Levien) Date: Sun, 13 Mar 2005 17:24:41 -0300 Subject: [Gambas-user] Connecting gambas with ODBC Databases In-Reply-To: <20050313195802.38557.qmail@...904...> References: <20050313195802.38557.qmail@...904...> Message-ID: <4234A189.1030609@...903...> Andrea, Ok, I tested the connection with ISQL command, and worked Ok. But, the Database Manager responds this message when I try to add the connection: Cannot connect to database ODBC does not implement this function. It is really strange this message... seems that something is wrong with the driver .so or S.so? Thank you for your answer. Juan Andrea Bortolan wrote: > */Juan Jose Costello Levien /* wrote: > > Hello, > I want to know how to use the Gambas Database Manager with the ODBC > driver. What Andrea Bortolan said is that you have to complete > with the > word ODBC the type field, and in the host field you have to type > the dsn > file involved. I have the file /cnn1.dsn, I wrote it like that > (/cnn1.dsn) and the Database Manager complains that could not > connect to > the DSN. > > Do you have a tutorial or the like for this? > > Thank you > > Juan > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > Hi, > in order to connect to a databse trought the ODBC driver you need to : > -configure the DSN (using the ODBCConfig tool or editing the odbc.ini > file) > -try the connection using the "isql" command (provided by the unixODBC > package) : >>isql DataSourceName userID Password, if all works you are > propted for SQL command, try select * from tablename. > - If you want to try the Database example provided by Gamabs you can > overwrite the filed where you're asked for the database type(MySQL > Postgre SqlLite) with ODBC, in the hostname filed insert the DSN as > above and UserID & password as usual. > It should work. > If you need more help please let me know. > Have a nice day. > > ------------------------------------------------------------------------ > *Nuovo Yahoo! Messenger* > > E' molto pi? divertente: Audibles, Avatar, Webcam, Giochi, Rubrica? > Scaricalo ora! From andrea_bortolan at ...325... Sun Mar 13 21:27:32 2005 From: andrea_bortolan at ...325... (Andrea Bortolan) Date: Sun, 13 Mar 2005 21:27:32 +0100 (CET) Subject: [Gambas-user] Connecting gambas with ODBC Databases In-Reply-To: 6667 Message-ID: <20050313202732.98890.qmail@...905...> It' very strange....are you using the dabase example or the Gambas Database Manager ? It' s different because the Gambas DB Manager try to do something that is not implemented in ODBC and the ODBC modules rise that error. Juan Jose Costello Levien wr --------------------------------- Nuovo Yahoo! Messenger E' molto pi? divertente: Audibles, Avatar, Webcam, Giochi, Rubrica Scaricalo ora! -------------- next part -------------- An HTML attachment was scrubbed... URL: From jcostello at ...903... Sun Mar 13 21:47:47 2005 From: jcostello at ...903... (Juan Jose Costello Levien) Date: Sun, 13 Mar 2005 17:47:47 -0300 Subject: [Gambas-user] Connecting gambas with ODBC Databases In-Reply-To: <20050313202732.98890.qmail@...905...> References: <20050313202732.98890.qmail@...905...> Message-ID: <4234A6F3.2080704@...903...> I am using the Database Manager... Gambas2 1.9.3 Development Hmm... are you saying that the Database Manager could have a bug? I am going to test the Database Example, and see how it works. Ill keep you informed. Juan Andrea Bortolan wrote: > It' very strange....are you using the dabase example or the Gambas > Database Manager ? It' s different because the Gambas DB Manager try > to do something that is not implemented in ODBC and the ODBC modules > rise that error. > > */Juan Jose Costello Levien /* wr > > ------------------------------------------------------------------------ > *Nuovo Yahoo! Messenger* > > E' molto pi? divertente: Audibles, Avatar, Webcam, Giochi, Rubrica? > Scaricalo ora! From andrea_bortolan at ...325... Sun Mar 13 21:43:36 2005 From: andrea_bortolan at ...325... (Andrea Bortolan) Date: Sun, 13 Mar 2005 21:43:36 +0100 (CET) Subject: [Gambas-user] Connecting gambas with ODBC Databases In-Reply-To: 6667 Message-ID: <20050313204336.17226.qmail@...907...> No' I'm sayng that the Gambas DB Manager try to ask to the Database something that ODBC and/or my ODBC implementation cannot do so it raise an error. This is not a Gamabsa DB Manager error, is an error by the ODBC component that cannot provide that function. Juan Jose Costello Levien wrote: I am using the Database Manager... Gambas2 1.9.3 Development Hmm... are you saying that the Database Manager could have a bug? I am going to test the Database Example, and see how it works. Ill keep you informed. Juan Andrea Bortolan wrote: > It' very strange....are you using the dabase example or the Gambas > Database Manager ? It' s different because the Gambas DB Manager try > to do something that is not implemented in ODBC and the ODBC modules > rise that error. > > */Juan Jose Costello Levien /* wr > > ------------------------------------------------------------------------ > *Nuovo Yahoo! Messenger* > > E' molto pi? divertente: Audibles, Avatar, Webcam, Giochi, Rubrica > Scaricalo ora! ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user --------------------------------- Nuovo Yahoo! Messenger E' molto pi? divertente: Audibles, Avatar, Webcam, Giochi, Rubrica Scaricalo ora! -------------- next part -------------- An HTML attachment was scrubbed... URL: From jcostello at ...903... Sun Mar 13 22:02:32 2005 From: jcostello at ...903... (Juan Jose Costello Levien) Date: Sun, 13 Mar 2005 18:02:32 -0300 Subject: [Gambas-user] Connecting gambas with ODBC Databases In-Reply-To: <20050313204336.17226.qmail@...907...> References: <20050313204336.17226.qmail@...907...> Message-ID: <4234AA68.7000709@...903...> Ok, I tested the Database example, and worked fine (with MySQL and PostgreSQL ODBC Drivers). The problem is with the Database Manager program. I think that there is some trouble with the ODBC component, the trick is to view the exact moment when I click on the connection and to see internally what function does the DM calls. Maybe you have to look at the gambas sources. If you want, I can give a look at the DM source and how does it call the ODBC component. Thank you for your answers. Cheers Juan Andrea Bortolan wrote: > No' I'm sayng that the Gambas DB Manager try to ask to the > Database something that ODBC and/or my ODBC implementation cannot do > so it raise an error. This is not a Gamabsa DB Manager error, is an > error by the ODBC component that cannot provide that function. > > *//* From andrea_bortolan at ...325... Sun Mar 13 22:11:47 2005 From: andrea_bortolan at ...325... (Andrea Bortolan) Date: Sun, 13 Mar 2005 22:11:47 +0100 (CET) Subject: [Gambas-user] Connecting gambas with ODBC Databases In-Reply-To: 6667 Message-ID: <20050313211147.46761.qmail@...904...> The problem is that some functions are not implemented in ODBC standard. Gambas DM try to retrieve the userID registered in the Database, this function is not implemented in ODBC, changing the user id password is another function not implemented, and many others. For this reasons I'm not able to implement those function in the ODBC module, unixODBC does not provide them because the ODBC standard does not implement them. Probalby the best thing to do in order to allow ODBC component to work in Gambas DM is to add a check for the DB used and avoid some function call if ODBC. But this means changes some code inside Gambas DM.... I've got little time to spend in ODBC development so I'll try to let it work before thinking to change some good code like Gambas DM. I hope that in the next few days I'll be able to release a new version of the ODBC that should fix some bugs... If I can help you more please let me know. Thanks for your help. Juan Jose Costello Levien wrote: Ok, I tested the Database example, and worked fine (with MySQL and PostgreSQL ODBC Drivers). The problem is with the Database Manager program. I think that there is some trouble with the ODBC component, the trick is to view the exact moment when I click on the connection and to see internally what function does the DM calls. Maybe you have to look at the gambas sources. If you want, I can give a look at the DM source and how does it call the ODBC component. Thank you for your answers. Cheers Juan Andrea Bortolan wrote: > No' I'm sayng that the Gambas DB Manager try to ask to the > Database something that ODBC and/or my ODBC implementation cannot do > so it raise an error. This is not a Gamabsa DB Manager error, is an > error by the ODBC component that cannot provide that function. > > *//* ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user --------------------------------- Nuovo Yahoo! Messenger E' molto pi? divertente: Audibles, Avatar, Webcam, Giochi, Rubrica Scaricalo ora! -------------- next part -------------- An HTML attachment was scrubbed... URL: From k-p.richter at ...20... Sun Mar 13 22:47:02 2005 From: k-p.richter at ...20... (Peter) Date: Sun, 13 Mar 2005 22:47:02 +0100 Subject: [Gambas-user] Delete record in DB In-Reply-To: <4233777D.3060805@...647...> References: <4233777D.3060805@...647...> Message-ID: <200503132247.02686.k-p.richter@...20...> Hallo Maurice, thanks for your answer. Your solution of problem in 1 is better, but the ktoRes.Delete work not! I have now seen, in Gambas DB-Manager I can not delete an record from table Konten. Add and change works... I will beginning with NULL (Create Server etc) and than work with PRIMARY KEY and AUTO_INCREMENT. Many thanks, I report from result later. regards Peter Am Sonntag, 13. M?rz 2005 00:13 schrieb Maurice Dumais: > Hi Peter, > In answer to (1): > From your code, I assume that: > "Konten" is the name of your MySQL table > "konto" is the name of a field in this table. > After > $hyConnect.Begin > I would write: > > ktoRes=$hConnect.Edit("Konten", "konto = &1", ktoCBX.Text) > IF ktoRes.Available THEN > ktoRes.Delete > $hConnect.Commit > END IF > And I would do away with the remainder of the code > > As for (2), Yes it is possible if the table is created as follows: > > PUBLIC SUB Creer_ModGenTbl() > '''''''''''''''''''''''''''''''' > 'Cr?ation de la table g?n?rale des types de modules (G?n?ral) > DIM rs AS Result > > rs=db.Exec("CREATE table ModGenTbl (SEQ Integer PRIMARY KEY > AUTO_INCREMENT," & > "MOD_TYPE varchar(2) NOT NULL, DESCRIPTION varchar(40) NOT NULL," & > "PROF_NOM_ANGL varchar(6), PROF_NOM_METR varchar(6), DIMS varchar(2))") > > CATCH > Message.Error(ERROR.Text) > > END > > Regards > Maurice Dumais > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=Click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From mlist at ...908... Mon Mar 14 02:09:54 2005 From: mlist at ...908... (Scott) Date: Mon, 14 Mar 2005 11:09:54 +1000 Subject: [Gambas-user] Compile Error: gambas2-1.9.3 Message-ID: <200503141109.55056.mlist@...908...> Hi, I am getting a compile error. Any help in solving the problem is very appreciated :-) Configure is invoked using "configure --prefix=/usr". I am using Gentoo ( Don't know if that matters ). Version 1.0.4 is compiling without any problems. The error is: gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT regexp.lo -MD -MP -MF .deps/regexp.Tpo -c regexp.c -fPIC -DPIC -o .libs/regexp.o In file included from regexp.c:28: ../../../src/share/gb_common.h:87: warning: redefinition of `ulong' /usr/include/sys/types.h:151: warning: `ulong' previously declared here regexp.c:368: error: `PCRE_ERROR_BADUTF8_OFFSET' undeclared here (not in a function) regexp.c:368: error: initializer element is not constant regexp.c:368: error: (near initialization for `CRegexpDesc[29].val2') regexp.c:368: error: initializer element is not constant regexp.c:368: error: (near initialization for `CRegexpDesc[29]') regexp.c:370: error: initializer element is not constant regexp.c:370: error: (near initialization for `CRegexpDesc[30]') regexp.c:371: error: initializer element is not constant regexp.c:371: error: (near initialization for `CRegexpDesc[31]') regexp.c:372: error: initializer element is not constant regexp.c:372: error: (near initialization for `CRegexpDesc[32]') regexp.c:374: error: initializer element is not constant regexp.c:374: error: (near initialization for `CRegexpDesc[33]') make[4]: *** [regexp.lo] Error 1 make[4]: Leaving directory `/home/stodas/src/gambas2-1.9.3/src/lib/pcre' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/stodas/src/gambas2-1.9.3/src/lib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/stodas/src/gambas2-1.9.3/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/stodas/src/gambas2-1.9.3' make: *** [all] Error 2 --- Thanks for your time. Cheers, Scott. From mlist at ...908... Mon Mar 14 02:32:57 2005 From: mlist at ...908... (Scott) Date: Mon, 14 Mar 2005 11:32:57 +1000 Subject: [Gambas-user] How to build a toolbar? Message-ID: <200503141132.57910.mlist@...908...> Howdy, I haven't been able to find a toolbar control and was wondering how I might be able to go about including a toolbar in a form? Cheers, Scott. From gambas at ...1... Mon Mar 14 12:34:04 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 14 Mar 2005 12:34:04 +0100 Subject: About BLOBS (Was Re: [Gambas-user] Oh dear... Gambas Source (implement blob into gb.db)) In-Reply-To: <200503110939.22739.sourceforge-raindog2@...94...> References: <200503111246.36554.thomas@...869...> <200503110939.22739.sourceforge-raindog2@...94...> Message-ID: <200503141234.05059.gambas@...1...> On Friday 11 March 2005 15:39, Rob wrote: > On Friday 11 March 2005 06:46, Thomas Kleindienst wrote: > > I had the idea to implement blobs into GB.db myself, but I'm lost > > in the code (dunno where to start) > > > > should be like: > > > > dim ba as byte[] > > I think I asked this before, but I don't think anyone responded. > What's the downside to just adding a join() method to the Byte[] > class, since inserting blobs as strings seems to work fine? > > Won't your modifications to gb.db just be implementing a join()-like > functionality anyway, internally to the component? > > Under what circumstances would you use byte[] in Gambas rather than > string[] or integer[]? > > It looks like the code that maps blobs to strings is > driver-specific.... in src/lib/db/mysql/main.c and > src/lib/db/sqlite/sqlitedataset.cpp. In the case of mysql, I'd say > you need to change it so a BLOB becomes a GB_T_OBJECT and do what you > need to do to allocate the object and populate it. Either that or > you can look at DB_Format in src/lib/db/main.c and try to add code to > accept GB_T_OBJECT arguments and then verify that they're Byte[] > arguments, then do pretty much the same thing as the GB_T_STRING and > GB_T_CSTRING cases do. > > That's where I'd start, anyway, not having looked at the db component > and drivers until 5 minutes ago. I'm copying gambas-devel because > we're getting into devel territory. > > Rob > I know that when you want to insert BLOBs with Postgresql, you must use external files, not strings. I don't know the exact syntax in MySQL and SQLite. As for the Gambas syntax in the database component, I din't think about that yet: a Variant could be the good type, but we need to have a way to store any Variant in binary form. That means serialization support! As we don't have it, we can start by using a Byte[] array only. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Mar 14 13:06:38 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 14 Mar 2005 13:06:38 +0100 Subject: [Gambas-user] Index out of range In-Reply-To: <200503120739.02116.francesco.difusco@...69...> References: <200503120739.02116.francesco.difusco@...69...> Message-ID: <200503141306.38494.gambas@...1...> On Saturday 12 March 2005 07:39, francesco wrote: > Why this code isn't working > > cmbSezioni.clear > FOR EACH rData > cmbSezioni.Add(rData["Sezione"]) > > NEXT > > It gives me "Index out of Range" > > It seems that when I delete the content of a combobox, its index goes to > -1. > > Francesco > Can you send your project ? -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Mar 14 13:07:27 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 14 Mar 2005 13:07:27 +0100 Subject: [Gambas-user] Delete record in DB In-Reply-To: <200503121813.28818.k-p.richter@...20...> References: <200503121813.28818.k-p.richter@...20...> Message-ID: <200503141307.27166.gambas@...1...> On Saturday 12 March 2005 18:13, Peter wrote: > Hallo all, > > a short while ago I work with MySQL in Gambas. It's all ok, but I have 2 > problblems: > 1. > $hConnect is open ... > > PUBLIC SUB ktoloeBUT_Click() > DIM ktoRes AS Result > $hConnect.Begin > ktoRes = $hConnect.Edit("Konten") > FOR EACH ktoRes > IF ktoRes!konto = ktoCBX.Text THEN > ktoRes.Delete > BREAK > ENDIF > NEXT > $hConnect.Commit > END > > The found konto - record is not deleted! What I make false? Record is deleted, but it does not disappear from the Result object. This will change in the future. > > 2. It's possible to define a autoincrement field for a Table in Gambas? > They are not supported yet. > Regards > Peter > Regards, -- Benoit Minisini mailto:gambas at ...1... From francesco.difusco at ...69... Mon Mar 14 15:39:36 2005 From: francesco.difusco at ...69... (francesco) Date: Mon, 14 Mar 2005 15:39:36 +0100 Subject: [Gambas-user] I want to clear a combobox Message-ID: <200503141539.36941.francesco.difusco@...69...> Why this code isn't working ? cmbSez.clear ? FOR EACH rData ? ? cmbSezioni.Add(rData["Sez"]) NEXT It gives me "Index out of Range" It seems that when I delete the content of a combobox, its index goes to -1. I need to populate a combobox with a field resulting from a query, and every time I execute the query, the combobox should change with new records , but deleting previous values. Francesco From gambas at ...1... Mon Mar 14 15:46:50 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 14 Mar 2005 15:46:50 +0100 Subject: [Gambas-user] I want to clear a combobox In-Reply-To: <200503141539.36941.francesco.difusco@...69...> References: <200503141539.36941.francesco.difusco@...69...> Message-ID: <200503141546.50347.gambas@...1...> On Monday 14 March 2005 15:39, francesco wrote: > Why this code isn't working > > ? cmbSez.clear > ? FOR EACH rData > ? ? cmbSezioni.Add(rData["Sez"]) > > NEXT > > It gives me "Index out of Range" > > It seems that when I delete the content of a combobox, its index goes to > -1. I need to populate a combobox with a field resulting from a query, and > every time I execute the query, the combobox should change with new records > , but deleting previous values. > > Francesco > Please send your project, or at least make another project from this one that raises the same error. Otherwise I can't help you... Regards, -- Benoit Minisini mailto:gambas at ...1... From jcostello at ...903... Mon Mar 14 15:53:00 2005 From: jcostello at ...903... (Juan Jose Costello Levien) Date: Mon, 14 Mar 2005 11:53:00 -0300 Subject: [Gambas-user] Compile Error: gambas2-1.9.3 In-Reply-To: <200503141109.55056.mlist@...908...> References: <200503141109.55056.mlist@...908...> Message-ID: <4235A54C.1040209@...903...> Scott, Did you install the PCRE libraries and headers for Gentoo? Juan Scott wrote: >Hi, > >I am getting a compile error. Any help in solving the problem is very appreciated :-) > >Configure is invoked using "configure --prefix=/usr". I am using Gentoo ( Don't know if that matters ). > >Version 1.0.4 is compiling without any problems. > >The error is: > > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/share -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT regexp.lo -MD -MP -MF .deps/regexp.Tpo -c regexp.c -fPIC -DPIC -o .libs/regexp.o >In file included from regexp.c:28: >../../../src/share/gb_common.h:87: warning: redefinition of `ulong' >/usr/include/sys/types.h:151: warning: `ulong' previously declared here >regexp.c:368: error: `PCRE_ERROR_BADUTF8_OFFSET' undeclared here (not in a function) >regexp.c:368: error: initializer element is not constant >regexp.c:368: error: (near initialization for `CRegexpDesc[29].val2') >regexp.c:368: error: initializer element is not constant >regexp.c:368: error: (near initialization for `CRegexpDesc[29]') >regexp.c:370: error: initializer element is not constant >regexp.c:370: error: (near initialization for `CRegexpDesc[30]') >regexp.c:371: error: initializer element is not constant >regexp.c:371: error: (near initialization for `CRegexpDesc[31]') >regexp.c:372: error: initializer element is not constant >regexp.c:372: error: (near initialization for `CRegexpDesc[32]') >regexp.c:374: error: initializer element is not constant >regexp.c:374: error: (near initialization for `CRegexpDesc[33]') >make[4]: *** [regexp.lo] Error 1 >make[4]: Leaving directory `/home/stodas/src/gambas2-1.9.3/src/lib/pcre' >make[3]: *** [all-recursive] Error 1 >make[3]: Leaving directory `/home/stodas/src/gambas2-1.9.3/src/lib' >make[2]: *** [all-recursive] Error 1 >make[2]: Leaving directory `/home/stodas/src/gambas2-1.9.3/src' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/home/stodas/src/gambas2-1.9.3' >make: *** [all] Error 2 > >--- > >Thanks for your time. > >Cheers, > >Scott. > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > From francesco.difusco at ...69... Mon Mar 14 15:47:41 2005 From: francesco.difusco at ...69... (francesco) Date: Mon, 14 Mar 2005 15:47:41 +0100 Subject: [Gambas-user] Index out of range In-Reply-To: <200503141306.38494.gambas@...1...> References: <200503120739.02116.francesco.difusco@...69...> <200503141306.38494.gambas@...1...> Message-ID: <200503141547.41936.francesco.difusco@...69...> > Can you send your project ? Yes, of course, even if it is at the very beginning. Francesco -------------- next part -------------- A non-text attachment was scrubbed... Name: DocenteITP.tar.gz Type: application/x-tgz Size: 13725 bytes Desc: not available URL: From jcostello at ...903... Mon Mar 14 15:59:10 2005 From: jcostello at ...903... (Juan Jose Costello Levien) Date: Mon, 14 Mar 2005 11:59:10 -0300 Subject: [Gambas-user] I want to clear a combobox In-Reply-To: <200503141539.36941.francesco.difusco@...69...> References: <200503141539.36941.francesco.difusco@...69...> Message-ID: <4235A6BE.2000609@...903...> Francesco, I remember that I played for a while with this issue. Now I am away from my machine, but in a couple of hours I am going where it is located and Ill send you a program which is poorly designed (i did it in 15 minutes or less) but it contains the idea you need and works ok. Ciao, Francesco. Juan Jose Costello Levien francesco wrote: >Why this code isn't working > > cmbSez.clear > FOR EACH rData > cmbSezioni.Add(rData["Sez"]) > >NEXT > >It gives me "Index out of Range" > >It seems that when I delete the content of a combobox, its index goes to -1. >I need to populate a combobox with a field resulting from a query, and every >time I execute the query, the combobox should change with new records , but >deleting previous values. > >Francesco > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_ide95&alloc_id396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > From michael at ...558... Mon Mar 14 16:03:13 2005 From: michael at ...558... (Michael Sullivan) Date: Mon, 14 Mar 2005 09:03:13 -0600 Subject: [Gambas-user] Picture Viewer Project Message-ID: <1110812593.28196.5.camel@...558...> I'm working on a small Picture Viewer project. The form consists of a large PictureBox and a listbox that lists files from a directory. I want the PictureBox to show the picture the user selects from the fileList, but I can't figure out how to do it. When the user selects a filename from the list box, that filename is assigned to a string. Can anyone give me the exact syntax for loading a picture file from a string filename? I looking in the docs; they mentioned a Load subroutine, but I can't figure out how to use it... From francesco.difusco at ...69... Mon Mar 14 16:04:41 2005 From: francesco.difusco at ...69... (francesco) Date: Mon, 14 Mar 2005 16:04:41 +0100 Subject: [Gambas-user] I want to clear a combobox In-Reply-To: <4235A6BE.2000609@...903...> References: <200503141539.36941.francesco.difusco@...69...> <4235A6BE.2000609@...903...> Message-ID: <200503141604.41895.francesco.difusco@...69...> Alle 15:59, luned? 14 marzo 2005, Juan Jose Costello Levien ha scritto: > Francesco, > > I remember that I played for a while with this issue. > Now I am away from my machine, but in a couple of hours I am going where > it is located and Ill send you a program which is poorly designed (i did > it in 15 minutes or less) but it contains the idea you need and works ok. > > Ciao, Francesco. > > Juan Jose Costello Levien Ok, I thank you and everybody that could help me. I remember that in the past I hadn't problems whith comboboxes, I already realized some projects like the one I am developing now, but I lost everything. Francesco From gambasfr at ...11... Mon Mar 14 19:36:24 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Mon, 14 Mar 2005 19:36:24 +0100 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <1110812593.28196.5.camel@...558...> References: <1110812593.28196.5.camel@...558...> Message-ID: <200503141936.24496.gambasfr@...11...> Le lundi 14 Mars 2005 16:03, Michael Sullivan a ?crit?: > I'm working on a small Picture Viewer project. The form consists of a > large PictureBox and a listbox that lists files from a directory. I > want the PictureBox to show the picture the user selects from the > fileList, but I can't figure out how to do it. When the user selects a > filename from the list box, that filename is assigned to a string. Can > anyone give me the exact syntax for loading a picture file from a string > filename? I looking in the docs; they mentioned a Load subroutine, but > I can't figure out how to use it... MyPicture.Load("path") > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From jcostello at ...903... Mon Mar 14 20:09:01 2005 From: jcostello at ...903... (Juan Jose Costello Levien) Date: Mon, 14 Mar 2005 16:09:01 -0300 Subject: [Gambas-user] I want to clear a combobox In-Reply-To: <200503141604.41895.francesco.difusco@...69...> References: <200503141539.36941.francesco.difusco@...69...> <4235A6BE.2000609@...903...> <200503141604.41895.francesco.difusco@...69...> Message-ID: <4235E14D.4020003@...903...> Francesco, Here is the link to the ?project?: http://jcostello.ath.cx/files/juan.zip I think the code is clear, any doubt please tell me. The program is not well structured, I robbed a module from another project and do some modifications. But it works. Hope it helps. Cheers Juan >Ok, I thank you and everybody that could help me. I remember that in the past >I hadn't problems whith comboboxes, I already realized some projects like >the one I am developing now, but I lost everything. > >Francesco > > From michael at ...558... Mon Mar 14 20:53:11 2005 From: michael at ...558... (Michael Sullivan) Date: Mon, 14 Mar 2005 13:53:11 -0600 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <200503141936.24496.gambasfr@...11...> References: <1110812593.28196.5.camel@...558...> <200503141936.24496.gambasfr@...11...> Message-ID: <1110829991.23492.2.camel@...558...> PUBLIC SUB fileList_Select() DIM tempPic AS String tempPic = myDir & "/" & Str(fileList.Current) MyPicture.Load(tempPic) END It gives me an "Unknown symbol 'Load' in class 'PictureBox'" message when I use this. myDir is a public String... On Mon, 2005-03-14 at 19:36 +0100, Bodard Fabien wrote: > Le lundi 14 Mars 2005 16:03, Michael Sullivan a ?crit : > > I'm working on a small Picture Viewer project. The form consists of a > > large PictureBox and a listbox that lists files from a directory. I > > want the PictureBox to show the picture the user selects from the > > fileList, but I can't figure out how to do it. When the user selects a > > filename from the list box, that filename is assigned to a string. Can > > anyone give me the exact syntax for loading a picture file from a string > > filename? I looking in the docs; they mentioned a Load subroutine, but > > I can't figure out how to use it... > > > MyPicture.Load("path") > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op?k > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From michael at ...558... Mon Mar 14 21:05:58 2005 From: michael at ...558... (Michael Sullivan) Date: Mon, 14 Mar 2005 14:05:58 -0600 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <1110829991.23492.2.camel@...558...> References: <1110812593.28196.5.camel@...558...> <200503141936.24496.gambasfr@...11...> <1110829991.23492.2.camel@...558...> Message-ID: <1110830758.23497.6.camel@...558...> I misunderstood. You meant a Picture. I thought you meant a PictureBox. I created a Picture object and then assigned my Path As String to it, but it keeps telling me that the Picture Object is null. How to I get it to access my Picture? Here is the code as it now stands. MyPicture is the PictureBox on the form: PUBLIC SUB fileList_Select() DIM hPic AS Picture DIM tempPic AS String tempPic = myDir & "/" & Str(fileList.Current) hPic = NEW Picture() hPic.Load(tempPic) MyPicture.Picture = hPic END On Mon, 2005-03-14 at 13:53 -0600, Michael Sullivan wrote: > PUBLIC SUB fileList_Select() > > DIM tempPic AS String > > tempPic = myDir & "/" & Str(fileList.Current) > > > MyPicture.Load(tempPic) > > > END > > > It gives me an "Unknown symbol 'Load' in class 'PictureBox'" message > when I use this. myDir is a public String... > > On Mon, 2005-03-14 at 19:36 +0100, Bodard Fabien wrote: > > Le lundi 14 Mars 2005 16:03, Michael Sullivan a ?crit : > > > I'm working on a small Picture Viewer project. The form consists of a > > > large PictureBox and a listbox that lists files from a directory. I > > > want the PictureBox to show the picture the user selects from the > > > fileList, but I can't figure out how to do it. When the user selects a > > > filename from the list box, that filename is assigned to a string. Can > > > anyone give me the exact syntax for loading a picture file from a string > > > filename? I looking in the docs; they mentioned a Load subroutine, but > > > I can't figure out how to use it... > > > > > > MyPicture.Load("path") > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_ide95&alloc_id396&op?k > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op?k > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From michael at ...558... Mon Mar 14 21:19:19 2005 From: michael at ...558... (Michael Sullivan) Date: Mon, 14 Mar 2005 14:19:19 -0600 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <1110830758.23497.6.camel@...558...> References: <1110812593.28196.5.camel@...558...> <200503141936.24496.gambasfr@...11...> <1110829991.23492.2.camel@...558...> <1110830758.23497.6.camel@...558...> Message-ID: <1110831559.23497.10.camel@...558...> I've gotten past the Null Object error. Here is my code: PUBLIC SUB fileList_Select() DIM hPic AS Picture DIM tempPic AS String tempPic = myDir & "/" & Str(fileList.Current) hPic = NEW Picture hPic.Load(tempPic) MyPicture.Picture = hPic END But whenever I pick any picture filename I get the error "Unable to load picture". The documentation says that the PictureBox control can load jpegs. The picture I tried it on was a jpg. Does that make a difference? What am I doing wrong? On Mon, 2005-03-14 at 14:05 -0600, Michael Sullivan wrote: > I misunderstood. You meant a Picture. I thought you meant a > PictureBox. I created a Picture object and then assigned my Path As > String to it, but it keeps telling me that the Picture Object is null. > How to I get it to access my Picture? Here is the code as it now > stands. MyPicture is the PictureBox on the form: > > PUBLIC SUB fileList_Select() > DIM hPic AS Picture > DIM tempPic AS String > > tempPic = myDir & "/" & Str(fileList.Current) > hPic = NEW Picture() > hPic.Load(tempPic) > > MyPicture.Picture = hPic > > END > > > On Mon, 2005-03-14 at 13:53 -0600, Michael Sullivan wrote: > > PUBLIC SUB fileList_Select() > > > > DIM tempPic AS String > > > > tempPic = myDir & "/" & Str(fileList.Current) > > > > > > MyPicture.Load(tempPic) > > > > > > END > > > > > > It gives me an "Unknown symbol 'Load' in class 'PictureBox'" message > > when I use this. myDir is a public String... > > > > On Mon, 2005-03-14 at 19:36 +0100, Bodard Fabien wrote: > > > Le lundi 14 Mars 2005 16:03, Michael Sullivan a ?crit : > > > > I'm working on a small Picture Viewer project. The form consists of a > > > > large PictureBox and a listbox that lists files from a directory. I > > > > want the PictureBox to show the picture the user selects from the > > > > fileList, but I can't figure out how to do it. When the user selects a > > > > filename from the list box, that filename is assigned to a string. Can > > > > anyone give me the exact syntax for loading a picture file from a string > > > > filename? I looking in the docs; they mentioned a Load subroutine, but > > > > I can't figure out how to use it... > > > > > > > > > MyPicture.Load("path") > > > > > > > > > > > > > ------------------------------------------------------- > > > > SF email is sponsored by - The IT Product Guide > > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > > Discover which products truly live up to the hype. Start reading now. > > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > > _______________________________________________ > > > > Gambas-user mailing list > > > > Gambas-user at lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://ads.osdn.com/?ad_ide95&alloc_id396&op?k > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_ide95&alloc_id396&op?k > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From gambasfr at ...11... Mon Mar 14 21:31:31 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Mon, 14 Mar 2005 21:31:31 +0100 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <1110831559.23497.10.camel@...558...> References: <1110812593.28196.5.camel@...558...> <1110830758.23497.6.camel@...558...> <1110831559.23497.10.camel@...558...> Message-ID: <200503142131.31989.gambasfr@...11...> Le lundi 14 Mars 2005 21:19, Michael Sullivan a ?crit?: > I've gotten past the Null Object error. Here is my code: > > PUBLIC SUB fileList_Select() > DIM hPic AS Picture > DIM tempPic AS String > > tempPic = myDir & "/" & Str(fileList.Current) > hPic = NEW Picture > hPic.Load(tempPic) > > MyPicture.Picture = hPic > > END > > But whenever I pick any picture filename I get the error "Unable to load > picture". The documentation says that the PictureBox control can load > jpegs. The picture I tried it on was a jpg. Does that make a > difference? What am I doing wrong? PUBLIC SUB fileList_Select() MyPicture.Picture = Picture[mydir &/ filelist.current.text] END That's all :) in fact filelist.current return an object (.listitem) not text. Fabien Bodard From lordheavy at ...512... Mon Mar 14 21:40:03 2005 From: lordheavy at ...512... (Laurent Carlier) Date: Mon, 14 Mar 2005 21:40:03 +0100 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <1110831559.23497.10.camel@...558...> References: <1110812593.28196.5.camel@...558...> <1110830758.23497.6.camel@...558...> <1110831559.23497.10.camel@...558...> Message-ID: <200503142140.04047.lordheavy@...512...> Le Lundi 14 Mars 2005 21:19, Michael Sullivan a ?crit?: > I've gotten past the Null Object error. Here is my code: > > PUBLIC SUB fileList_Select() > DIM hPic AS Picture > DIM tempPic AS String > > tempPic = myDir & "/" & Str(fileList.Current) > hPic = NEW Picture > hPic.Load(tempPic) > > MyPicture.Picture = hPic > > END > > But whenever I pick any picture filename I get the error "Unable to load > picture". The documentation says that the PictureBox control can load > jpegs. The picture I tried it on was a jpg. Does that make a > difference? What am I doing wrong? > Perhaps tempPic = myDir & "/" & Str(fileList.Current) isn't a valid file path ! try to add a print tempPic line to test the path ! Or use debug fonctionality of the IDE ! Regards, -- Laurent Carlier From michael at ...558... Mon Mar 14 22:24:53 2005 From: michael at ...558... (Michael Sullivan) Date: Mon, 14 Mar 2005 15:24:53 -0600 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <200503142131.31989.gambasfr@...11...> References: <1110812593.28196.5.camel@...558...> <1110830758.23497.6.camel@...558...> <1110831559.23497.10.camel@...558...> <200503142131.31989.gambasfr@...11...> Message-ID: <1110835493.24942.1.camel@...558...> That worked great! Now one more thing: Is there a way to make scrollbars appear on my PictureBox if the image being displayed is too large for the PictureBox? On Mon, 2005-03-14 at 21:31 +0100, Bodard Fabien wrote: > Le lundi 14 Mars 2005 21:19, Michael Sullivan a ?crit : > > I've gotten past the Null Object error. Here is my code: > > > > PUBLIC SUB fileList_Select() > > DIM hPic AS Picture > > DIM tempPic AS String > > > > tempPic = myDir & "/" & Str(fileList.Current) > > hPic = NEW Picture > > hPic.Load(tempPic) > > > > MyPicture.Picture = hPic > > > > END > > > > But whenever I pick any picture filename I get the error "Unable to load > > picture". The documentation says that the PictureBox control can load > > jpegs. The picture I tried it on was a jpg. Does that make a > > difference? What am I doing wrong? > > > PUBLIC SUB fileList_Select() > > MyPicture.Picture = Picture[mydir &/ filelist.current.text] > > END > > That's all :) > > in fact filelist.current return an object (.listitem) not text. > > > Fabien Bodard > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op?k > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From lordheavy at ...512... Mon Mar 14 22:38:42 2005 From: lordheavy at ...512... (Laurent Carlier) Date: Mon, 14 Mar 2005 22:38:42 +0100 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <1110835493.24942.1.camel@...558...> References: <1110812593.28196.5.camel@...558...> <200503142131.31989.gambasfr@...11...> <1110835493.24942.1.camel@...558...> Message-ID: <200503142238.42501.lordheavy@...512...> Le Lundi 14 Mars 2005 22:24, Michael Sullivan a ?crit?: > That worked great! Now one more thing: Is there a way to make > scrollbars appear on my PictureBox if the image being displayed is too > large for the PictureBox? > you can put the picturebox in a scrollview Regards, -- Laurent Carlier From mlist at ...908... Mon Mar 14 22:34:11 2005 From: mlist at ...908... (Scott) Date: Tue, 15 Mar 2005 07:34:11 +1000 Subject: [Gambas-user] Compile Error: gambas2-1.9.3 In-Reply-To: <4235A54C.1040209@...903...> References: <200503141109.55056.mlist@...908...> <4235A54C.1040209@...903...> Message-ID: <200503150734.11230.mlist@...908...> On Tuesday 15 March 2005 00:53, Juan Jose Costello Levien wrote: > Scott, > > Did you install the PCRE libraries and headers for Gentoo? > > Juan > "emerge libpcre" fixed it. Thanks for your help :-) Cheers, Scott. From oxleyd at ...699... Mon Mar 14 22:39:08 2005 From: oxleyd at ...699... (Daniel Oxley) Date: Mon, 14 Mar 2005 22:39:08 +0100 Subject: [Gambas-user] Current Volume Output In-Reply-To: <200503141936.24496.gambasfr@...11...> References: <1110812593.28196.5.camel@...558...> <200503141936.24496.gambasfr@...11...> Message-ID: <20050314213648.M10174@...699...> Hi all, Does anybody know if it is possible to find out what the current level of "noise" that is being outputted is? I do not mean the current volume setting but what the level of outputed sound is. I want to basically capture when the computer outputs noise over a certain volume. Thanks, Daniel From michael at ...558... Mon Mar 14 22:51:34 2005 From: michael at ...558... (Michael Sullivan) Date: Mon, 14 Mar 2005 15:51:34 -0600 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <200503142238.42501.lordheavy@...512...> References: <1110812593.28196.5.camel@...558...> <200503142131.31989.gambasfr@...11...> <1110835493.24942.1.camel@...558...> <200503142238.42501.lordheavy@...512...> Message-ID: <1110837094.24942.8.camel@...558...> How do I put the PictureBox in a ScrollView? Whenever I draw a ScrollView on the form and then try to move my PictureBox into it, the ScrollView covers up the PictureBox. I can't figure out a way to set the ScrollView as the PictureBox's parent or anything else like that... On Mon, 2005-03-14 at 22:38 +0100, Laurent Carlier wrote: > Le Lundi 14 Mars 2005 22:24, Michael Sullivan a ?crit : > > That worked great! Now one more thing: Is there a way to make > > scrollbars appear on my PictureBox if the image being displayed is too > > large for the PictureBox? > > > > you can put the picturebox in a scrollview > > Regards, > From lordheavy at ...512... Mon Mar 14 22:53:32 2005 From: lordheavy at ...512... (Laurent Carlier) Date: Mon, 14 Mar 2005 22:53:32 +0100 Subject: [Gambas-user] Current Volume Output In-Reply-To: <20050314213648.M10174@...699...> References: <1110812593.28196.5.camel@...558...> <200503141936.24496.gambasfr@...11...> <20050314213648.M10174@...699...> Message-ID: <200503142253.32798.lordheavy@...512...> Le Lundi 14 Mars 2005 22:39, Daniel Oxley a ?crit?: > Hi all, > > Does anybody know if it is possible to find out what the current level of > "noise" that is being outputted is? I do not mean the current volume > setting but what the level of outputed sound is. > > I want to basically capture when the computer outputs noise over a certain > volume. > > Thanks, > Daniel > Perhaps with dcop and kmix ? -- Laurent Carlier From lordheavy at ...512... Mon Mar 14 23:36:28 2005 From: lordheavy at ...512... (Laurent Carlier) Date: Mon, 14 Mar 2005 23:36:28 +0100 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <1110837094.24942.8.camel@...558...> References: <1110812593.28196.5.camel@...558...> <200503142238.42501.lordheavy@...512...> <1110837094.24942.8.camel@...558...> Message-ID: <200503142336.28801.lordheavy@...512...> Le Lundi 14 Mars 2005 22:51, Michael Sullivan a ?crit?: > How do I put the PictureBox in a ScrollView? Whenever I draw a > ScrollView on the form and then try to move my PictureBox into it, the > ScrollView covers up the PictureBox. I can't figure out a way to set > the ScrollView as the PictureBox's parent or anything else like that... > try to add the picturebox after the scrollview -- Laurent Carlier From k-p.richter at ...20... Tue Mar 15 00:00:22 2005 From: k-p.richter at ...20... (Peter) Date: Tue, 15 Mar 2005 00:00:22 +0100 Subject: [Gambas-user] Delete record in DB In-Reply-To: <4233777D.3060805@...647...> References: <4233777D.3060805@...647...> Message-ID: <200503150000.22694.k-p.richter@...20...> Hallo Maurice, in place of ktoRes.Delete works: ktoRes = $hconnect.Exec("DELETE FROM Konten WHERE konto = '" & ktoCBX.Text & "'") and the definition of a table I make like in Your example. Thanks again Peter From k-p.richter at ...20... Tue Mar 15 00:00:32 2005 From: k-p.richter at ...20... (Peter) Date: Tue, 15 Mar 2005 00:00:32 +0100 Subject: [Gambas-user] Delete record in DB In-Reply-To: <200503141307.27166.gambas@...1...> References: <200503121813.28818.k-p.richter@...20...> <200503141307.27166.gambas@...1...> Message-ID: <200503150000.32560.k-p.richter@...20...> Hallo Benoit, Am Montag, 14. M?rz 2005 13:07 schrieb Benoit Minisini: > On Saturday 12 March 2005 18:13, Peter wrote: > > Hallo all, > > > > a short while ago I work with MySQL in Gambas. It's all ok, but I have 2 > > problblems: > > 1. > > $hConnect is open ... > > > > PUBLIC SUB ktoloeBUT_Click() > > DIM ktoRes AS Result > > $hConnect.Begin > > ktoRes = $hConnect.Edit("Konten") > > FOR EACH ktoRes > > IF ktoRes!konto = ktoCBX.Text THEN > > ktoRes.Delete > > BREAK > > ENDIF > > NEXT > > $hConnect.Commit > > END > > > > The found konto - record is not deleted! What I make false? > > Record is deleted, but it does not disappear from the Result object. This > will change in the future. > > > 2. It's possible to define a autoincrement field for a Table in Gambas? > > They are not supported yet. > Thanks. I make now both with $hConnect.Exec("...mysql-command...") Regards, Peter From michael at ...558... Tue Mar 15 00:37:58 2005 From: michael at ...558... (Michael Sullivan) Date: Mon, 14 Mar 2005 17:37:58 -0600 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <200503142336.28801.lordheavy@...512...> References: <1110812593.28196.5.camel@...558...> <200503142238.42501.lordheavy@...512...> <1110837094.24942.8.camel@...558...> <200503142336.28801.lordheavy@...512...> Message-ID: <1110843478.26535.1.camel@...558...> OK. I put the PictureBox inside the ScrollView. One of my test pictures was too big to completely display in the PictureBox even with the help of scrollbars. Is there a way to make the PictureBox expand to show the entire image, even if one has to use scrollbars to see the entire image? On Mon, 2005-03-14 at 23:36 +0100, Laurent Carlier wrote: > Le Lundi 14 Mars 2005 22:51, Michael Sullivan a ?crit : > > How do I put the PictureBox in a ScrollView? Whenever I draw a > > ScrollView on the form and then try to move my PictureBox into it, the > > ScrollView covers up the PictureBox. I can't figure out a way to set > > the ScrollView as the PictureBox's parent or anything else like that... > > > > try to add the picturebox after the scrollview > From lordheavy at ...512... Tue Mar 15 00:43:44 2005 From: lordheavy at ...512... (Laurent Carlier) Date: Tue, 15 Mar 2005 00:43:44 +0100 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <1110843478.26535.1.camel@...558...> References: <1110812593.28196.5.camel@...558...> <200503142336.28801.lordheavy@...512...> <1110843478.26535.1.camel@...558...> Message-ID: <200503150043.44824.lordheavy@...512...> Le Mardi 15 Mars 2005 00:37, Michael Sullivan a ?crit?: > OK. I put the PictureBox inside the ScrollView. One of my test > pictures was too big to completely display in the PictureBox even with > the help of scrollbars. Is there a way to make the PictureBox expand to > show the entire image, even if one has to use scrollbars to see the > entire image? > something like picturebox.resize(picture.Width, picture.Height) -- Laurent Carlier From gambasfr at ...11... Tue Mar 15 00:39:32 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Tue, 15 Mar 2005 00:39:32 +0100 Subject: [Gambas-user] Picture Viewer Project In-Reply-To: <1110843478.26535.1.camel@...558...> References: <1110812593.28196.5.camel@...558...> <200503142336.28801.lordheavy@...512...> <1110843478.26535.1.camel@...558...> Message-ID: <200503150039.32228.gambasfr@...11...> Le mardi 15 Mars 2005 00:37, Michael Sullivan a ?crit?: LOL hey Michael... You know what ? ... i think you need glasses :D Look in the gambas exemple and see at image viewer ! All is explained here ! Fabien Bodard From gambas at ...1... Tue Mar 15 09:59:58 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 15 Mar 2005 09:59:58 +0100 Subject: [Gambas-user] Delete record in DB In-Reply-To: <200503150000.22694.k-p.richter@...20...> References: <4233777D.3060805@...647...> <200503150000.22694.k-p.richter@...20...> Message-ID: <200503150959.58549.gambas@...1...> On Tuesday 15 March 2005 00:00, Peter wrote: > Hallo Maurice, > > in place of > ktoRes.Delete works: But the Delete must work, otherwise this is a bug. > ktoRes = $hconnect.Exec("DELETE FROM Konten WHERE konto = '" > & ktoCBX.Text & "'") And this command is buggy! You don't quote the quote characters. You MUST write: ktoRes = $hconnect.Exec("DELETE FROM Konten WHERE konto = &1", ktoCBX.Text) Regards, -- Benoit Minisini mailto:gambas at ...1... From picander78 at ...325... Tue Mar 15 14:10:41 2005 From: picander78 at ...325... (Marco Gusy) Date: Tue, 15 Mar 2005 14:10:41 +0100 Subject: [Gambas-user] Change the colour of a single cell In-Reply-To: <200503091411.00851.gambas@...1...> References: <200503090937.34150.francesco.difusco@...69...> <200503091405.10985.francesco.difusco@...69...> <200503091411.00851.gambas@...1...> Message-ID: <200503151410.43329.picander78@...325...> Alle 14:11, mercoled? 9 marzo 2005, Benoit Minisini ha scritto: > It is not possible at the moment. But you can use a TableView control > instead of a GridView. I also need strongly this feature, and am waiting for this to start a gambas project. Maybe we (me and francesco) may suggest a "pay per feature"? Thanks Marco From gambas at ...1... Tue Mar 15 15:02:03 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 15 Mar 2005 15:02:03 +0100 Subject: [Gambas-user] Change the colour of a single cell In-Reply-To: <200503151410.43329.picander78@...325...> References: <200503090937.34150.francesco.difusco@...69...> <200503091411.00851.gambas@...1...> <200503151410.43329.picander78@...325...> Message-ID: <200503151502.04324.gambas@...1...> On Tuesday 15 March 2005 14:10, Marco Gusy wrote: > Alle 14:11, mercoled? 9 marzo 2005, Benoit Minisini ha scritto: > > It is not possible at the moment. But you can use a TableView control > > instead of a GridView. > > I also need strongly this feature, and am waiting for this to start a > gambas project. Maybe we (me and francesco) may suggest a "pay per > feature"? > > Thanks > > Marco > But you can do it already with the TableView! -- Benoit Minisini mailto:gambas at ...1... From oxleyd at ...699... Tue Mar 15 15:38:15 2005 From: oxleyd at ...699... (Daniel Oxley) Date: Tue, 15 Mar 2005 15:38:15 +0100 Subject: [Gambas-user] Current Volume Output In-Reply-To: <200503142253.32798.lordheavy@...512...> Message-ID: <20050315144056.A6A143732A@...700...> Is there an easy way to interface with this from Gambas? -----Original Message----- From: gambas-user-admin at lists.sourceforge.net [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of Laurent Carlier Sent: 14 March 2005 22:54 To: gambas-user at lists.sourceforge.net Subject: Re: [Gambas-user] Current Volume Output Le Lundi 14 Mars 2005 22:39, Daniel Oxley a ?crit?: > Hi all, > > Does anybody know if it is possible to find out what the current level > of "noise" that is being outputted is? I do not mean the current > volume setting but what the level of outputed sound is. > > I want to basically capture when the computer outputs noise over a > certain volume. > > Thanks, > Daniel > Perhaps with dcop and kmix ? -- Laurent Carlier ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From picander78 at ...325... Tue Mar 15 15:58:59 2005 From: picander78 at ...325... (Marco Gusy) Date: Tue, 15 Mar 2005 15:58:59 +0100 Subject: [Gambas-user] Change the colour of a single cell In-Reply-To: <200503151502.04324.gambas@...1...> References: <200503090937.34150.francesco.difusco@...69...> <200503151410.43329.picander78@...325...> <200503151502.04324.gambas@...1...> Message-ID: <200503151558.59407.picander78@...325...> Alle 15:02, marted? 15 marzo 2005, Benoit Minisini ha scritto: > But you can do it already with the TableView! Really?1? I'll take a look to it again. Thanks by now! Marco From sourceforge-raindog2 at ...94... Tue Mar 15 17:03:09 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 15 Mar 2005 11:03:09 -0500 Subject: [Gambas-user] Current Volume Output In-Reply-To: <20050315144056.A6A143732A@...700...> References: <20050315144056.A6A143732A@...700...> Message-ID: <200503151103.09361.sourceforge-raindog2@...94...> On Tuesday 15 March 2005 09:38, Daniel Oxley wrote: > Is there an easy way to interface with this from Gambas? I think you're the first to ask. I don't think dcop and kmix are gonna do the trick, though. I think you'll need to find a program that outputs current levels (maybe something like 'rec' from the sox package) and SHELL to it, reading its output and interpreting it to determine the amplitude. Maybe something like: dim soundin as process shell "sox -t ossdsp -u -r 8000 -c 1 -b /dev/dsp -u -r 8000 -c 1 -b -t raw -" for read as soundin and then in Process_Read (this is pseudocode, no idea if it'll work and all the dim's are up to you) if last.id = soundin.id then read #soundin, buf, lof(soundin) for i = 1 to len(buf) val = abs(asc(mid(buf, 1, 1)) - 128) if val > 120 then ' do something endif next endif I don't know how to force sox to monitor the output rather than the mic or line input.... it may be that you need to use a mixer program to do that (but I don't think kmix will do it, I think kmix works at the KDE sound system (arts) level, not at the hardware level.) Basically, it's doable, but there's some pitfalls to watch out for. Using that sox command line I was at least able to get a whole lot of 7F's and 80's dumped to stdout (I was watching by piping it into xxd, but I didn't have a mic hooked up or anything.) Since you were treating it as data to analyze and not audio to play, I made sox give us unsigned 8-bit samples.... I don't even know if gambas will be able to keep up with 8000 samples per second with that for loop in there. If need be, you can add STEP 16 or STEP 100 or something to that for loop and I don't think it'll be any less effective. Obviously, there'll be a component to do audio analysis eventually, just not yet ;) Rob From gambasfr at ...11... Tue Mar 15 19:47:52 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Tue, 15 Mar 2005 19:47:52 +0100 Subject: [Gambas-user] Change the colour of a single cell In-Reply-To: <200503151558.59407.picander78@...325...> References: <200503090937.34150.francesco.difusco@...69...> <200503151502.04324.gambas@...1...> <200503151558.59407.picander78@...325...> Message-ID: <200503151947.52860.gambasfr@...11...> Le mardi 15 Mars 2005 15:58, Marco Gusy a ?crit?: > Alle 15:02, marted? 15 marzo 2005, Benoit Minisini ha scritto: > > But you can do it already with the TableView! > > Really?1? I'll take a look to it again. Thanks by now! > > Marco > hi Marco a TableView tutorial : http://www.gambasforge.net/code.php?id=31 Fabien Bodard From k-p.richter at ...20... Tue Mar 15 22:41:42 2005 From: k-p.richter at ...20... (Peter) Date: Tue, 15 Mar 2005 22:41:42 +0100 Subject: [Gambas-user] Delete record in DB In-Reply-To: <200503150959.58549.gambas@...1...> References: <4233777D.3060805@...647...> <200503150000.22694.k-p.richter@...20...> <200503150959.58549.gambas@...1...> Message-ID: <200503152241.42460.k-p.richter@...20...> Hallo Benoit, Am Dienstag, 15. M?rz 2005 09:59 schrieb Benoit Minisini: > On Tuesday 15 March 2005 00:00, Peter wrote: > > Hallo Maurice, > > > > in place of > > ktoRes.Delete works: > > But the Delete must work, otherwise this is a bug. Then it is a bug (Gambas 1.0.1), is work definitely not. > > > ktoRes = $hconnect.Exec("DELETE FROM Konten WHERE konto = '" > > & ktoCBX.Text & "'") > > And this command is buggy! I am sory, but its work. I know this notation from another SQL-Systems and have it testing here. > You don't quote the quote characters. You MUST > write: > > ktoRes = $hconnect.Exec("DELETE FROM Konten WHERE konto = &1", ktoCBX.Text) > Regards Peter From jcostello at ...903... Wed Mar 16 00:33:43 2005 From: jcostello at ...903... (Juan Jose Costello Levien) Date: Tue, 15 Mar 2005 20:33:43 -0300 Subject: [Gambas-user] KOffice classes to use with DCOP Message-ID: <423770D7.1060301@...903...> Hi, I want to control KDE applications with Gambas (kword, konsole, konqueror...) but I need to know the classes that they have in order to operate them. Do you know of a page where they are listed? I googled for a while and did not find anything. Thanks. Juan From scatman_ at ...17... Wed Mar 16 00:27:24 2005 From: scatman_ at ...17... (scatman) Date: Wed, 16 Mar 2005 00:27:24 +0100 Subject: [Gambas-user] KOffice classes to use with DCOP In-Reply-To: <423770D7.1060301@...903...> References: <423770D7.1060301@...903...> Message-ID: <200503160027.24719.scatman_@...17...> Am Mittwoch, 16. M?rz 2005 00:33 schrieb Juan Jose Costello Levien: Hi, > > I want to control KDE applications with Gambas (kword, konsole, > konqueror...) but I need to know the classes that they have in order to > operate them. Do you know of a page where they are listed? I googled for > a while and did not find anything. just do dcop PROGRAM to see it. -- scatman From jcostello at ...903... Wed Mar 16 02:37:18 2005 From: jcostello at ...903... (Juan Jose Costello Levien) Date: Tue, 15 Mar 2005 22:37:18 -0300 Subject: [Gambas-user] KOffice classes to use with DCOP In-Reply-To: <200503160027.24719.scatman_@...17...> References: <423770D7.1060301@...903...> <200503160027.24719.scatman_@...17...> Message-ID: <42378DCE.9020208@...903...> Ok, I knew of KDCOP for it. But I need documentation, explaining what does every function, something like a manual. It is ok KDCOP, but I need to know all the properties and methods of each class. More like the Gambas documentation. Thanks for your answer. Juan >just do dcop PROGRAM to see it. > > > From oxleyd at ...699... Wed Mar 16 09:20:58 2005 From: oxleyd at ...699... (Daniel Oxley) Date: Wed, 16 Mar 2005 09:20:58 +0100 Subject: [Gambas-user] Current Volume Output In-Reply-To: <200503151103.09361.sourceforge-raindog2@...94...> Message-ID: <20050316082339.756203732D@...700...> This looks good. I have 1 question though Rob. What is "buf" in the line "read #soundin, buf"? Daniel -----Original Message----- From: gambas-user-admin at lists.sourceforge.net [mailto:gambas-user-admin at lists.sourceforge.net] On Behalf Of Rob Sent: 15 March 2005 17:03 To: gambas-user at lists.sourceforge.net Subject: Re: [Gambas-user] Current Volume Output On Tuesday 15 March 2005 09:38, Daniel Oxley wrote: > Is there an easy way to interface with this from Gambas? I think you're the first to ask. I don't think dcop and kmix are gonna do the trick, though. I think you'll need to find a program that outputs current levels (maybe something like 'rec' from the sox package) and SHELL to it, reading its output and interpreting it to determine the amplitude. Maybe something like: dim soundin as process shell "sox -t ossdsp -u -r 8000 -c 1 -b /dev/dsp -u -r 8000 -c 1 -b -t raw -" for read as soundin and then in Process_Read (this is pseudocode, no idea if it'll work and all the dim's are up to you) if last.id = soundin.id then read #soundin, buf, lof(soundin) for i = 1 to len(buf) val = abs(asc(mid(buf, 1, 1)) - 128) if val > 120 then ' do something endif next endif I don't know how to force sox to monitor the output rather than the mic or line input.... it may be that you need to use a mixer program to do that (but I don't think kmix will do it, I think kmix works at the KDE sound system (arts) level, not at the hardware level.) Basically, it's doable, but there's some pitfalls to watch out for. Using that sox command line I was at least able to get a whole lot of 7F's and 80's dumped to stdout (I was watching by piping it into xxd, but I didn't have a mic hooked up or anything.) Since you were treating it as data to analyze and not audio to play, I made sox give us unsigned 8-bit samples.... I don't even know if gambas will be able to keep up with 8000 samples per second with that for loop in there. If need be, you can add STEP 16 or STEP 100 or something to that for loop and I don't think it'll be any less effective. Obviously, there'll be a component to do audio analysis eventually, just not yet ;) Rob ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From scatman_ at ...17... Wed Mar 16 09:55:15 2005 From: scatman_ at ...17... (scatman) Date: Wed, 16 Mar 2005 09:55:15 +0100 Subject: [Gambas-user] KOffice classes to use with DCOP In-Reply-To: <42378DCE.9020208@...903...> References: <423770D7.1060301@...903...> <200503160027.24719.scatman_@...17...> <42378DCE.9020208@...903...> Message-ID: <200503160955.15936.scatman_@...17...> Am Mittwoch, 16. M?rz 2005 02:37 schrieb Juan Jose Costello Levien: Hello, > Ok, I knew of KDCOP for it. > But I need documentation, explaining what does every function, > something like a manual. It is ok KDCOP, but I need to know all the > properties and methods of each class. More like the Gambas documentation. i am searching for dcop scripting and found this one and many more of them. http://www.sourcextreme.com/kastle/index.html -- scatman From sourceforge-raindog2 at ...94... Wed Mar 16 16:27:09 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 16 Mar 2005 10:27:09 -0500 Subject: [Gambas-user] Current Volume Output In-Reply-To: <20050316082339.756203732D@...700...> References: <20050316082339.756203732D@...700...> Message-ID: <200503161027.09908.sourceforge-raindog2@...94...> On Wednesday 16 March 2005 03:20, Daniel Oxley wrote: > This looks good. I have 1 question though Rob. What is "buf" in > the line "read #soundin, buf"? Buf is a string, and is the buffer into which the audio data is read. See the docs for READ # at: http://www.binara.com/gambas-wiki/bin/view/Gambas/LangREAD Buf can actually be any non-object type, but if it weren't a string with a length specified, Gambas would try to read the binary representation of that type from the stream, and I dunno what would happen but it couldn't be good. Sorry for not specifying it was a string... I actually had forgotten you could even use non-string types there (and perl's similar "read" function uses a string.) Rob From gambas at ...913... Wed Mar 16 17:56:16 2005 From: gambas at ...913... (=?iso-8859-1?q?Jos=E9_Mar=EDa_Lucero?=) Date: Wed, 16 Mar 2005 11:56:16 -0500 Subject: [Gambas-user] shell and exec with wait Message-ID: <200503161156.17201.gambas@...913...> I am having problems using shell and exec comands with Wait For Read, it seems to ignore the wait. i make a shell or exec that calls a command that retrieves some information from internet which i read through the process_read event, according to what i read i classify that information in variables in the object and then call another subroutine that uses this data, however inspite of using wait gambas continues with the next line of code before entering the process_read event, this causes the next line to fail as it needs the information from process_read(i know process_read works ok, since i can read what am i doing something wrong or is this a bug in gambas. a.getData(sym) a.guardarNombreAccion(set) 'this function needs information set in process_read but fails because of being executed before process_read PUBLIC SUB getData(simbolo AS String) 'obtiene la informaci?n de la acci?n o s?mbolo indicado datosleidos=0 EXEC ["yahooquote","--verbose", simbolo] WAIT FOR READ AS pr 'SHELL "yahooquote --verbose " & simbolo WAIT FOR READ AS pr PRINT "GETS HERE BEFORE RUNNING PROCESS_READ" END public sub process_read() print "enters here after a.guardarNombreAccion" ... end su From sourceforge-raindog2 at ...94... Wed Mar 16 18:08:00 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 16 Mar 2005 12:08:00 -0500 Subject: [Gambas-user] shell and exec with wait In-Reply-To: <200503161156.17201.gambas@...913...> References: <200503161156.17201.gambas@...913...> Message-ID: <200503161208.00268.sourceforge-raindog2@...94...> On Wednesday 16 March 2005 11:56, Jos? Mar?a Lucero wrote: > I am having problems using shell and exec comands with Wait For > Read, it seems to ignore the wait. There's no such thing as SHELL ... WAIT FOR READ or EXEC [ ... ] WAIT FOR READ. WAIT and FOR READ are mutually exclusive... currently, any output generated by a program executed with WAIT is discarded. If you want to run a program synchronously and retrieve its output, look at workarounds such as my "Backtick" function which is in the wiki and Gambas help. I actually think specifying WAIT and FOR READ together should throw a compile-time error... I'm going to update the wiki to reflect their mutual incompatibility. Rob From girardhenri at ...67... Thu Mar 17 09:20:03 2005 From: girardhenri at ...67... (GH) Date: Thu, 17 Mar 2005 09:20:03 +0100 Subject: [Gambas-user] enum ? Message-ID: Hi :) i read codefez... and like the question /affirmation : why did it take so long to have such a crevette on linux ? lol true ... i have been waiting about 10 years (since 1995) as i was training as analyst... My question is : how can i replace enum in gambas, i want to make a calc like QT ones samples enum operation { ADDITION .... } (and explicit option, i don't even know what it means in vb I fortunatly was too dunce to digg in that language ) thanks for help Henri -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Thu Mar 17 10:54:37 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 17 Mar 2005 10:54:37 +0100 Subject: [Gambas-user] shell and exec with wait In-Reply-To: <200503161208.00268.sourceforge-raindog2@...94...> References: <200503161156.17201.gambas@...913...> <200503161208.00268.sourceforge-raindog2@...94...> Message-ID: <200503171054.37521.gambas@...1...> On Wednesday 16 March 2005 18:08, Rob wrote: > On Wednesday 16 March 2005 11:56, Jos? Mar?a Lucero wrote: > > I am having problems using shell and exec comands with Wait For > > Read, it seems to ignore the wait. > > There's no such thing as SHELL ... WAIT FOR READ or > EXEC [ ... ] WAIT FOR READ. WAIT and FOR READ are mutually > exclusive... currently, any output generated by a program executed > with WAIT is discarded. If you want to run a program synchronously > and retrieve its output, look at workarounds such as my "Backtick" > function which is in the wiki and Gambas help. > > I actually think specifying WAIT and FOR READ together should throw a > compile-time error... I'm going to update the wiki to reflect their > mutual incompatibility. > > Rob > > The reason for this mutual incompatibility is the following: To wait for the end of a process, the interpreter calls the sigsuspend() function, that sleeps until a signal comes. As the event loop is based on the select() call, it is not managed during the sleep(). What I need is a system call that do select() AND sigsuspend() at the same time, but it does not exist in Linux. It is just emulated by the GNU libc: its name is pselect(). I can use it, but you must know that when you use a graphical toolkit library, like QT or GTK+, it must manage the event loop itself. Alas, at least in QT, only select() is called, and so I can't wait for a process by calling their event loop: it can never return, even if the process is terminated. In Qt, the signal handler that is raised when a process is terminated (SIGCHLD) writes to a socket, so that an event can be generated in the event loop. I think I can use the same trick. I must see... But the right way is having the pselect() system call in Linux :-) Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Thu Mar 17 10:57:05 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 17 Mar 2005 10:57:05 +0100 Subject: [Gambas-user] enum ? In-Reply-To: References: Message-ID: <200503171057.06021.gambas@...1...> On Thursday 17 March 2005 09:20, GH wrote: > Hi :) > i read codefez... and like the question /affirmation : why did it take so > long to have such a crevette on linux ? lol true ... i have been waiting > about 10 years (since 1995) as i was training as analyst... My question is > : how can i replace enum in gambas, i want to make a calc like QT ones > samples enum operation { ADDITION .... } (and explicit option, i don't even > know what it means in vb I fortunatly was too dunce to digg in that > language ) thanks for help > Henri You must define constants one by one: CONST ADDITION AS Integer = 1 CONST SUBSTRACTION AS Integer = 2 ... -- Benoit Minisini mailto:gambas at ...1... From gilles.leblanc at ...626... Thu Mar 17 14:23:30 2005 From: gilles.leblanc at ...626... (Gilles Leblanc) Date: Thu, 17 Mar 2005 08:23:30 -0500 Subject: [Gambas-user] Grid Problem Message-ID: Hi, I have started a small project with Gambas and I am so far impressed by it. I am developing a map editor with Gambas for a game I am writing ( starting to write rather... ). I am using a grid to display the map. I have made this sub : PUBLIC SUB grdMap_Click() grdMap[grdMap.Row, grdMap.Column].Picture = PictureBox1.Picture grdMap.Refresh END When I click on the first grid cell nothing happens. When I click on a second grid cell the first one I clicked changes. When I click on a third one the second one changes and so on. I have also made a flood fill function which fills all the cells with the same picture. When I use the flood fill the cells do not change but if I use the scrollbars on the grid, the cells which weren't visible at first are changed. And when I scrollback the first cells have rechanged. It almost like the cells aren't refreshing. I would be grateful for any insights as to the cause of this problem. From gambas at ...1... Thu Mar 17 14:32:44 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 17 Mar 2005 14:32:44 +0100 Subject: [Gambas-user] Grid Problem In-Reply-To: References: Message-ID: <200503171432.44811.gambas@...1...> On Thursday 17 March 2005 14:23, Gilles Leblanc wrote: > Hi, > > I have started a small project with Gambas and I am so far impressed by it. > > I am developing a map editor with Gambas for a game I am writing ( > starting to write rather... ). I am using a grid to display the map. I > have made this sub : > > PUBLIC SUB grdMap_Click() > > grdMap[grdMap.Row, grdMap.Column].Picture = PictureBox1.Picture > grdMap.Refresh > > END > > When I click on the first grid cell nothing happens. When I click on a > second grid cell the first one I clicked changes. When I click on a > third one the second one changes and so on. > > I have also made a flood fill function which fills all the cells with > the same picture. When I use the flood fill the cells do not change > but if I use the scrollbars on the grid, the cells which weren't > visible at first are changed. And when I scrollback the first cells > have rechanged. > > It almost like the cells aren't refreshing. > > I would be grateful for any insights as to the cause of this problem. > The GridView control seems to be a little buggy :-) Please can you make a complete project that shows all these bugs for me ? It will make debugging more easy. Thanks in advance, -- Benoit Minisini mailto:gambas at ...1... From gilles.leblanc at ...626... Thu Mar 17 14:34:43 2005 From: gilles.leblanc at ...626... (Gilles Leblanc) Date: Thu, 17 Mar 2005 08:34:43 -0500 Subject: [Gambas-user] Grid Problem In-Reply-To: <200503171432.44811.gambas@...1...> References: <200503171432.44811.gambas@...1...> Message-ID: As soon as I get home I will send you my current project which is currently rather small. On Thu, 17 Mar 2005 14:32:44 +0100, Benoit Minisini wrote: > On Thursday 17 March 2005 14:23, Gilles Leblanc wrote: > > Hi, > > > > I have started a small project with Gambas and I am so far impressed by it. > > > > I am developing a map editor with Gambas for a game I am writing ( > > starting to write rather... ). I am using a grid to display the map. I > > have made this sub : > > > > PUBLIC SUB grdMap_Click() > > > > grdMap[grdMap.Row, grdMap.Column].Picture = PictureBox1.Picture > > grdMap.Refresh > > > > END > > > > When I click on the first grid cell nothing happens. When I click on a > > second grid cell the first one I clicked changes. When I click on a > > third one the second one changes and so on. > > > > I have also made a flood fill function which fills all the cells with > > the same picture. When I use the flood fill the cells do not change > > but if I use the scrollbars on the grid, the cells which weren't > > visible at first are changed. And when I scrollback the first cells > > have rechanged. > > > > It almost like the cells aren't refreshing. > > > > I would be grateful for any insights as to the cause of this problem. > > > > The GridView control seems to be a little buggy :-) > > Please can you make a complete project that shows all these bugs for me ? It > will make debugging more easy. > > Thanks in advance, > > -- > Benoit Minisini > mailto:gambas at ...1... > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From sourceforge-raindog2 at ...94... Thu Mar 17 16:35:09 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 17 Mar 2005 10:35:09 -0500 Subject: [Gambas-user] shell and exec with wait In-Reply-To: <200503171054.37521.gambas@...1...> References: <200503161156.17201.gambas@...913...> <200503161208.00268.sourceforge-raindog2@...94...> <200503171054.37521.gambas@...1...> Message-ID: <200503171035.09650.sourceforge-raindog2@...94...> On Thursday 17 March 2005 04:54, Benoit Minisini wrote: > In Qt, the signal handler that is raised when a process is > terminated (SIGCHLD) writes to a socket, so that an event can be > generated in the event loop. > > I think I can use the same trick. I must see... But the right way > is having the pselect() system call in Linux :-) I really think that SHELL ... WAIT FOR READ *should* throw an error! I could see adding a Shell() or Exec() function that runs a program, waits for it to finish, and returns its output immediately (like my Backtick function, but without the awfulness) but what's the point in having an event-based interface for a totally synchronous operation, especially with these hoops you need to jump through to do it? Rob From gambas at ...1... Thu Mar 17 16:58:50 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 17 Mar 2005 16:58:50 +0100 Subject: [Gambas-user] shell and exec with wait In-Reply-To: <200503171035.09650.sourceforge-raindog2@...94...> References: <200503161156.17201.gambas@...913...> <200503171054.37521.gambas@...1...> <200503171035.09650.sourceforge-raindog2@...94...> Message-ID: <200503171658.51010.gambas@...1...> On Thursday 17 March 2005 16:35, Rob wrote: > On Thursday 17 March 2005 04:54, Benoit Minisini wrote: > > In Qt, the signal handler that is raised when a process is > > terminated (SIGCHLD) writes to a socket, so that an event can be > > generated in the event loop. > > > > I think I can use the same trick. I must see... But the right way > > is having the pselect() system call in Linux :-) > > I really think that SHELL ... WAIT FOR READ *should* throw an error! > I could see adding a Shell() or Exec() function that runs a program, > waits for it to finish, and returns its output immediately (like my > Backtick function, but without the awfulness) but what's the point in > having an event-based interface for a totally synchronous operation, > especially with these hoops you need to jump through to do it? > > Rob > Let's go for raising an error! -- Benoit Minisini mailto:gambas at ...1... From zjimward at ...626... Thu Mar 17 18:39:15 2005 From: zjimward at ...626... (Jim Ward) Date: Thu, 17 Mar 2005 11:39:15 -0600 Subject: [Gambas-user] Creating a Table Message-ID: <888242c10503170939befee34@...627...> In looking through the gb.db documentation I was trying to find a way to create a brand new database. I did the following: DIM db AS NEW Connection DIM rData AS Result DIM sQuery AS String db.Type = "mysql" db.Host = "localhost" db.Login = "root" db.Password = "" db.Name = "jdwdb" TRY db.Open IF ERROR THEN PRINT "Cannot Open Database. Error = "; Error.Text db.Create("jdwdb") ENDIF db.Close I received the message: Connection not opened for the db.Create line and therefore assume that this is for creating tables, not databases. The big question is how do I go about creating a brand new database? Thanks for any help. Regards, jim From ptitoine at ...402... Thu Mar 17 21:25:42 2005 From: ptitoine at ...402... (ptitoine at ...402...) Date: Thu, 17 Mar 2005 21:25:42 +0100 Subject: [Gambas-user] Multiline strings Message-ID: <1111091142.4239e7c63dd54@...488...> Hello mailing user ;) I'am programming a small app in gambas and i do not know how to (if it's possible) have multiline string like in VB for exemple mystring = "is a veryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy" + _ "vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvery long string" I've some string of more than 200 chars :-p thanks Antoine From neil at ...233... Thu Mar 17 21:34:22 2005 From: neil at ...233... (neil lewis) Date: Thu, 17 Mar 2005 20:34:22 +0000 Subject: [Gambas-user] Multiline strings In-Reply-To: <1111091142.4239e7c63dd54@...488...> References: <1111091142.4239e7c63dd54@...488...> Message-ID: <4239E9CE.1050104@...233...> ptitoine at ...402... wrote: >Hello mailing user ;) > >I'am programming a small app in gambas and i do not know how to (if it's >possible) have multiline string like in VB for exemple > >mystring = "is a veryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy" + _ >"vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvery long string" > >I've some string of more than 200 chars :-p > >thanks >Antoine > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_ide95&alloc_id396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > You can join string together with & instead of + I don't know what the maximum string length is, but Gambas should be well able to handle a couple of hundred characters. photobod From lordheavy at ...512... Thu Mar 17 22:52:26 2005 From: lordheavy at ...512... (Laurent Carlier) Date: Thu, 17 Mar 2005 22:52:26 +0100 Subject: [Gambas-user] Multiline strings In-Reply-To: <4239E9CE.1050104@...233...> References: <1111091142.4239e7c63dd54@...488...> <4239E9CE.1050104@...233...> Message-ID: <200503172252.27476.lordheavy@...512...> > > You can join string together with & instead of + > I don't know what the maximum string length is, but Gambas should be > well able to handle a couple of hundred characters. > > photobod > from Gambas doc : GB_STRING typedef struct { GB_TYPE type; struct { char *addr; long start; long len; } value; } GB_STRING; So i guess it can be sizeof(long len) : 4 bytes on my computer -> &hFFFFFFFF& -> 4294967295 caracters Am i wrong ? Regards, -- Laurent Carlier From sourceforge-raindog2 at ...94... Thu Mar 17 22:57:10 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 17 Mar 2005 16:57:10 -0500 Subject: [Gambas-user] Multiline strings In-Reply-To: <1111091142.4239e7c63dd54@...488...> References: <1111091142.4239e7c63dd54@...488...> Message-ID: <200503171657.10477.sourceforge-raindog2@...94...> On Thursday 17 March 2005 15:25, ptitoine at ...402... wrote: > I'am programming a small app in gambas and i do not know how to (if > it's possible) have multiline string like in VB for exemple You can do it like this: mystring = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" & "yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy" & "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" I don't even think you need that underscore. It messes up the IDE when you try to debug it though, because the interpreter and the IDE seem to count the line numbers differently when you do this. Rob From k-p.richter at ...20... Thu Mar 17 23:45:30 2005 From: k-p.richter at ...20... (Peter) Date: Thu, 17 Mar 2005 23:45:30 +0100 Subject: [Gambas-user] Delete record in DB In-Reply-To: <200503150959.58549.gambas@...1...> References: <4233777D.3060805@...647...> <200503150000.22694.k-p.richter@...20...> <200503150959.58549.gambas@...1...> Message-ID: <200503172345.30903.k-p.richter@...20...> Hallo Benoit, Am Dienstag, 15. M?rz 2005 09:59 schrieb Benoit Minisini: > On Tuesday 15 March 2005 00:00, Peter wrote: > > Hallo Maurice, > > > > in place of > > ktoRes.Delete works: > > But the Delete must work, otherwise this is a bug. > Its realy not an bug!!! I hav the MySQL-DB new created, new user usw. and now works result.Delete ! Pardon, Benoit, but I know not whatever this was. Regards Peter From gambasfr at ...11... Thu Mar 17 23:49:09 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Thu, 17 Mar 2005 23:49:09 +0100 Subject: [Gambas-user] Multiline strings In-Reply-To: <200503171657.10477.sourceforge-raindog2@...94...> References: <1111091142.4239e7c63dd54@...488...> <200503171657.10477.sourceforge-raindog2@...94...> Message-ID: <200503172349.09489.gambasfr@...11...> Le jeudi 17 Mars 2005 22:57, Rob a ?crit?: > On Thursday 17 March 2005 15:25, ptitoine at ...402... wrote: > > I'am programming a small app in gambas and i do not know how to (if > > it's possible) have multiline string like in VB for exemple > > You can do it like this: > > mystring = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" & > "yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy" & > "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" > > I don't even think you need that underscore. It messes up the IDE > when you try to debug it though, because the interpreter and the IDE > seem to count the line numbers differently when you do this. > > Rob > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Why not store the string in a separte file ... ans load it at start by dim MyString as String MyString = Replace(File.Load("File"), "/n", " ") By this way you not mess your code ! (not a good english, sorry) Fabien From jcostello at ...903... Fri Mar 18 00:05:59 2005 From: jcostello at ...903... (jcostello at ...903...) Date: Thu, 17 Mar 2005 20:05:59 -0300 Subject: [Gambas-user] =?iso-8859-1?Q?RE:[Gambas-user]=20Multiline=20strings?= Message-ID: <20050317200559.CEFB172E.B453AFEB@...915...> Antoine, One variant is to use the type String[]. and treat the array as multiline strings. Cheers Juan -- Mensaje Original -- Enviado por: Fecha: 17/03/2005 20:25:42 Para: T?tulo: [Gambas-user] Multiline strings Hello mailing user ;) I'am programming a small app in gambas and i do not know how to (if it's possible) have multiline string like in VB for exemple mystring = "is a veryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy" + _ "vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvery long string" I've some string of more than 200 chars :-p thanks Antoine ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op lick _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user __________________________________________________ Datafull - 100% Internet Gratis http://www.datafull.com From edamron at ...776... Fri Mar 18 02:35:32 2005 From: edamron at ...776... (Eric Damron) Date: Thu, 17 Mar 2005 17:35:32 -0800 Subject: [Gambas-user] Printing Message-ID: <423A3064.60605@...776...> I saw a clever example of using the web browser control to create a document to be printed. It embedded a line: " onload='window.print()'" which as it suggests executes a print function when the html is loaded. This is very clever because it uses the power of the browser to gain formating abilities. However, for my own project I don't think this technique will work. I do need to be able to format the document but I would prefer to allow the user to view the document first and then print it if he/she decides. What are some of my printing options in Gambas? Can I talk to Open Office? Thanks From sourceforge-raindog2 at ...94... Fri Mar 18 05:38:39 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 17 Mar 2005 23:38:39 -0500 Subject: [Gambas-user] Printing In-Reply-To: <423A3064.60605@...776...> References: <423A3064.60605@...776...> Message-ID: <200503172338.39145.sourceforge-raindog2@...94...> On Thursday 17 March 2005 20:35, Eric Damron wrote: > However, for my own project I don't think this technique will work. > I do need to be able to format the document but I would prefer to > allow the user to view the document first and then print it if > he/she decides. You could have a print button that clears the web browser control and repopulates it with the same data, adding that javascript onload event.... maybe you could even do input type=button with an inline style preventing it from showing up in the printed output, with an onclick of window.print(). I don't know if either of these things would work, but they're what I'd try. > What are some of my printing options in Gambas? Can I talk to Open > Office? Well, you can treat the Printer object as a big drawing object, first of all, but sure, you can write Open Office documents if you understand their format (bunch of XML files in a .jar file renamed to .sxw (or .sxc or whatever)) and can figure out gb.xml.* to generate them. You could also do what I've been working on lately, writing a perl script that accepts data in a simple ascii format ("text 200 400 this is some text", etc.) and outputs an openoffice document, a pdf, or HTML with CSS. When I'm comfortable with the code, I'll release it, but obviously I hope to see something like gb.xml.openoffice or gb.pdfwrite someday (I guess that would be a benefit to targeting Parrot eventually, as those bindings are already written for perl.) Rob From eilert-sprachen at ...221... Fri Mar 18 08:30:14 2005 From: eilert-sprachen at ...221... (Eilert) Date: Fri, 18 Mar 2005 08:30:14 +0100 Subject: [Gambas-user] Multiline strings In-Reply-To: <1111091142.4239e7c63dd54@...488...> References: <1111091142.4239e7c63dd54@...488...> Message-ID: <423A8386.3050307@...221...> Hi folks, and what do think about simply mystring = "is a veryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy" mystring = mystring & "vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvery long string" > ??? Rolf From billsanders at ...916... Fri Mar 18 09:34:53 2005 From: billsanders at ...916... (bill) Date: Fri, 18 Mar 2005 00:34:53 -0800 Subject: [Gambas-user] notal noob: creating a file Message-ID: <200503180034.53233.billsanders@...916...> Hi there! I'm just picking up gambas for the first time. I'm starting with a basic little app, but I've run into my first snag. I also can't quite seem to find any help in the tutorials or docs to answer this question. The snippet is supposed to create a file, with a timestamp as the filename. here's the relevant code: ---------- DIM File_Post AS File DIM file_name AS String DIM arystrDate AS String[] DIM arystrTime AS String[] 'get date in YYYY-MM-DD format arystrDate = Split(Date.Text, "/") file_name = arystrDate[2] & "-" & arystrDate[0] & "-" & arystrDate[1] 'get time in HH-mm-SS format arystrTime = Split(Time.Text, ":") file_name = file_name & "_" & arystrTime[0] & "-" & arystrTime[1] & "-" & arystrTime[2] ' for sanity, lets see if the filename matches what I think it should be lblFileName.Text = file_name ---------- what do I put next though? I've tried: OPEN file_name FOR CREATE AS #File_Post but that gives me a "file does not exist error". Which I thought CREATE would take care of. Then I figured I'd throw a "WRITE" in there, after the CREATE, but that just gives me a syntax error. I considered just using "touch" from within the program to create the file, but that seems silly. Also, in some tutorials, I see the file reference with a # in front of it, and sometimes not. What's that all about? Any help is appreciated! Bill Sanders From eilert-sprachen at ...221... Fri Mar 18 09:48:11 2005 From: eilert-sprachen at ...221... (Eilert) Date: Fri, 18 Mar 2005 09:48:11 +0100 Subject: [Gambas-user] notal noob: creating a file In-Reply-To: <200503180034.53233.billsanders@...916...> References: <200503180034.53233.billsanders@...916...> Message-ID: <423A95CB.60703@...221...> Hi Bill, Try this one: OPEN file_name FOR WRITE CREATE AS #File_Post does that do it? Rol f oops too fast Rolf bill schrieb: > Hi there! I'm just picking up gambas for the first time. I'm starting with a > basic little app, but I've run into my first snag. I also can't quite seem > to find any help in the tutorials or docs to answer this question. > > The snippet is supposed to create a file, with a timestamp as the filename. > > here's the relevant code: > ---------- > DIM File_Post AS File > DIM file_name AS String > DIM arystrDate AS String[] > DIM arystrTime AS String[] > > 'get date in YYYY-MM-DD format > arystrDate = Split(Date.Text, "/") > file_name = arystrDate[2] & "-" & arystrDate[0] & "-" & arystrDate[1] > > 'get time in HH-mm-SS format > arystrTime = Split(Time.Text, ":") > file_name = file_name & "_" & arystrTime[0] & "-" & arystrTime[1] & "-" & > arystrTime[2] > > ' for sanity, lets see if the filename matches what I think it should be > lblFileName.Text = file_name > ---------- > > what do I put next though? > > I've tried: > OPEN file_name FOR CREATE AS #File_Post > > but that gives me a "file does not exist error". Which I thought CREATE would > take care of. > > Then I figured I'd throw a "WRITE" in there, after the CREATE, but that just > gives me a syntax error. I considered just using "touch" from within the > program to create the file, but that seems silly. > > Also, in some tutorials, I see the file reference with a # in front of it, and > sometimes not. What's that all about? > > Any help is appreciated! > Bill Sanders > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From billsanders at ...916... Fri Mar 18 11:37:12 2005 From: billsanders at ...916... (bill) Date: Fri, 18 Mar 2005 02:37:12 -0800 Subject: [Gambas-user] notal noob: creating a file In-Reply-To: <423A95CB.60703@...221...> References: <200503180034.53233.billsanders@...916...> <423A95CB.60703@...221...> Message-ID: <200503180237.12680.billsanders@...916...> On Friday 18 March 2005 12:48 am, Eilert wrote: > Hi Bill, > > Try this one: > > OPEN file_name FOR WRITE CREATE AS #File_Post > > does that do it? > Rolf Nope. Same "no such file" error. Bill From eilert-sprachen at ...221... Fri Mar 18 12:31:10 2005 From: eilert-sprachen at ...221... (Eilert) Date: Fri, 18 Mar 2005 12:31:10 +0100 Subject: [Gambas-user] notal noob: creating a file In-Reply-To: <200503180237.12680.billsanders@...916...> References: <200503180034.53233.billsanders@...916...> <423A95CB.60703@...221...> <200503180237.12680.billsanders@...916...> Message-ID: <423ABBFE.3060403@...221...> Hi Bill, you're right, same error here though there are projects where it runs flawlessly. Strange thing... I tried a similar code with different variable names as I thought the underscores might be the reason, but no help in that test project. In my main current project, however, there is no problem with it. I have seen situations when certain variable declarations or stuff like class/modules irritate Gambas, you get weird error messages that point to completely different points in code. Maybe you should show the complete code to Benoit, he might be able to find out where the error really is. Rolf bill schrieb: > On Friday 18 March 2005 12:48 am, Eilert wrote: > >>Hi Bill, >> >>Try this one: >> >>OPEN file_name FOR WRITE CREATE AS #File_Post >> >>does that do it? >>Rolf > > > Nope. Same "no such file" error. > > Bill > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From sourceforge-raindog2 at ...94... Fri Mar 18 16:06:47 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 18 Mar 2005 10:06:47 -0500 Subject: [Gambas-user] Multiline strings In-Reply-To: <423A8386.3050307@...221...> References: <1111091142.4239e7c63dd54@...488...> <423A8386.3050307@...221...> Message-ID: <200503181006.47194.sourceforge-raindog2@...94...> On Friday 18 March 2005 02:30, Eilert wrote: > and what do think about simply > mystring = "is a veryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy" > mystring = mystring & "vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvery long > string" Naturally, that works.... it's just wordier and a little bit harder to edit. Rob From daniel at ...889... Fri Mar 18 16:28:42 2005 From: daniel at ...889... (daniel) Date: Fri, 18 Mar 2005 16:28:42 +0100 Subject: [Gambas-user] notal noob: creating a file In-Reply-To: <200503180237.12680.billsanders@...916...> References: <200503180034.53233.billsanders@...916...> <423A95CB.60703@...221...> <200503180237.12680.billsanders@...916...> Message-ID: <423AF3AA.3020100@...889...> bill wrote: >On Friday 18 March 2005 12:48 am, Eilert wrote: > > >>Hi Bill, >> >>Try this one: >> >>OPEN file_name FOR WRITE CREATE AS #File_Post >> >>does that do it? >>Rolf >> >> > >Nope. Same "no such file" error. > >Bill > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > give the path ex -> OPEN "/home/daniel/toto.toto" FOR READ WRITE CREATE AS #File_Post daniel From billsanders at ...916... Fri Mar 18 17:11:45 2005 From: billsanders at ...916... (bill) Date: Fri, 18 Mar 2005 08:11:45 -0800 Subject: [Gambas-user] notal noob: creating a file In-Reply-To: <423AF3AA.3020100@...889...> References: <200503180034.53233.billsanders@...916...> <200503180237.12680.billsanders@...916...> <423AF3AA.3020100@...889...> Message-ID: <200503180811.46248.billsanders@...916...> > give the path ex -> OPEN "/home/daniel/toto.toto" FOR READ WRITE CREATE > AS #File_Post > > daniel This worked. (well, actually I concatenated that with my variable and passed it the variable, but yeah) So do relative file positions not work, then...? A quick test shows it doesn't. I thought I might have read somewhere that Absolute paths didn't work, but Relative did. Maybe I'm remembering wrong, or maybe it was older documentation. Anyways thanks for the line! Bill From ulf at ...917... Fri Mar 18 17:16:54 2005 From: ulf at ...917... (Ulf Joksch) Date: Fri, 18 Mar 2005 17:16:54 +0100 Subject: [Gambas-user] tableView Message-ID: <1111162615.12799.4.camel@...918...> Hi Folks, I'm searchin now the internet for almost two days just to find out how to fill a tableView with data. Can anyone give me a hint? regards ulf From gilles.leblanc at ...626... Fri Mar 18 17:18:54 2005 From: gilles.leblanc at ...626... (Gilles Leblanc) Date: Fri, 18 Mar 2005 11:18:54 -0500 Subject: [Gambas-user] tableView In-Reply-To: <1111162615.12799.4.camel@...918...> References: <1111162615.12799.4.camel@...918...> Message-ID: I checked the table view in the doc. It seems to be a replacement of some kind for the grid. What are the reasons to use one or the other. On Fri, 18 Mar 2005 17:16:54 +0100, Ulf Joksch wrote: > Hi Folks, > > I'm searchin now the internet for almost two days > just to find out how to fill a tableView with > data. > > Can anyone give me a hint? > > regards > ulf > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- It take 47 muscles to frown and only 23 to smile. But it doesn't take any to just sit there with a dumb look on your face. From joksch at ...919... Fri Mar 18 17:27:34 2005 From: joksch at ...919... (Ulf Joksch) Date: Fri, 18 Mar 2005 17:27:34 +0100 Subject: [Gambas-user] tableView In-Reply-To: References: <1111162615.12799.4.camel@...918...> Message-ID: <1111163254.25353.1.camel@...918...> Hi Gilles, Am Freitag, den 18.03.2005, 11:18 -0500 schrieb Gilles Leblanc: > I checked the table view in the doc. It seems to be a replacement of > some kind for the grid. What are the reasons to use one or the other. > first I used the grid. But with the grid I have nothing like a line Cursor to step thru the grid, so that the eye has something to keep on. So I wanted to use the tableView. But I didn't manage to get my data in. ulf From nigel at ...38... Fri Mar 18 17:28:15 2005 From: nigel at ...38... (nigel at ...38...) Date: Fri, 18 Mar 2005 17:28:15 +0100 (CET) Subject: [Gambas-user] Creating a Table Message-ID: <11658688.1111163295547.JavaMail.www@...718...> Jim, Take a look at the examples for the database. There you will find: Do not set the database name but check it's existance: $hConn.Open IF NOT $hConn.Databases.Exist("database") THEN $hConn.Databases.Add("database") ENDIF Nigel > Message date : Mar 17 2005, 05:41 PM > From : "Jim Ward" > To : "gambas list" > Copy to : > Subject : [Gambas-user] Creating a Table > In looking through the gb.db documentation I was trying to find a way > to create a brand new database. > > I did the following: > > DIM db AS NEW Connection > DIM rData AS Result > DIM sQuery AS String > > db.Type = "mysql" > db.Host = "localhost" > db.Login = "root" > db.Password = "" > db.Name = "jdwdb" > > TRY db.Open > > IF ERROR THEN > PRINT "Cannot Open Database. Error = "; Error.Text > db.Create("jdwdb") > ENDIF > > db.Close > > I received the message: Connection not opened for the db.Create line > and therefore assume that this is for creating tables, not databases. > The big question is how do I go about creating a brand new database? > > Thanks for any help. > > Regards, > jim > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > -- Whatever you Wanadoo: http://www.wanadoo.co.uk/time/ This email has been checked for most known viruses - find out more at: http://www.wanadoo.co.uk/help/id/7098.htm -------------- next part -------------- An HTML attachment was scrubbed... URL: From sourceforge-raindog2 at ...94... Fri Mar 18 17:27:43 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 18 Mar 2005 11:27:43 -0500 Subject: [Gambas-user] notal noob: creating a file In-Reply-To: <200503180811.46248.billsanders@...916...> References: <200503180034.53233.billsanders@...916...> <423AF3AA.3020100@...889...> <200503180811.46248.billsanders@...916...> Message-ID: <200503181127.43654.sourceforge-raindog2@...94...> On Friday 18 March 2005 11:11, bill wrote: > So do relative file positions not work, then...? A quick test > shows it doesn't. I thought I might have read somewhere that > Absolute paths didn't work, but Relative did. Maybe I'm > remembering wrong, or maybe it was older documentation. Relative paths don't work for writing files, because relative filenames are assumed to refer to files within the current Gambas project, all of which become read-only after you make your executable. I've just updated the wiki page for OPEN documentation with a note about this. Rob From zjimward at ...626... Fri Mar 18 17:34:44 2005 From: zjimward at ...626... (Jim Ward) Date: Fri, 18 Mar 2005 10:34:44 -0600 Subject: [Gambas-user] Creating a Table In-Reply-To: <11658688.1111163295547.JavaMail.www@...718...> References: <11658688.1111163295547.JavaMail.www@...718...> Message-ID: <888242c105031808341968660a@...627...> I was looking at the examples and it took me a bit to notice that they didn't set the .name until after they did this check. Thanks so much for your help. On Fri, 18 Mar 2005 17:28:15 +0100 (CET), nigel at ...38... wrote: > > > Jim, > > Take a look at the examples for the database. There you will find: > > Do not set the database name but check it's existance: > > $hConn.Open > > IF NOT $hConn.Databases.Exist("database") THEN > > $hConn.Databases.Add("database") > > ENDIF > > Nigel > > > > > > > Message date : Mar 17 2005, 05:41 PM > > From : "Jim Ward" > > To : "gambas list" > > Copy to : > > Subject : [Gambas-user] Creating a Table > > > In looking through the gb.db documentation I was trying to find a way > > to create a brand new database. > > > > I did the following: > > > > DIM db AS NEW Connection > > DIM rData AS Result > > DIM sQuery AS String > > > > db.Type = "mysql" > > db.Host = "localhost" > > db.Login = "root" > > db.Password = "" > > db.Name = "jdwdb" > > > > TRY db.Open > > > > IF ERROR THEN > > PRINT "Cannot Open Database. Error = "; Error.Text > > db.Create("jdwdb") > > ENDIF > > > > db.Close > > > > I received the message: Connection not opened for the db.Create line > > and therefore assume that this is for creating tables, not databases. > > The big question is how do I go about creating a brand new database? > > > > Thanks for any help. > > > > Regards, > > jim > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > ________________________________ > Whatever you Wanadoo > > This email has been checked for most known viruses - find out more here From cmcpero at ...142... Fri Mar 18 19:51:30 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Fri, 18 Mar 2005 13:51:30 -0500 Subject: [Gambas-user] strange problem with NOT Message-ID: <423B2332.1010504@...142...> Hi, I found this "problem" with NOT , I'm pretty sure VB doesn't behave this way for this code DIM X as Integer x = 1 PRINT "X is 1" IF x = 0 THEN PRINT "x = 0 returned TRUE" IF NOT x = 0 THEN PRINT "NOT x = 0 returned true" IF NOT (x = 0) THEN PRINT "NOT (x = 0) returned true" x = 0 PRINT "X is 0" IF x = 0 THEN PRINT "x = 0 returned TRUE" IF NOT x = 0 THEN PRINT "NOT x = 0 returned true" IF NOT (x = 0) THEN PRINT "NOT (x = 0) returned true" if you run this you'll get the surprising output X is 1 NOT (x = 0) returned true X is 0 x = 0 returned true it's as if NOT was a function NOT() and not a logic keyword ! I'm pretty sure vb would have turned both NOT x = 0 returned true NOT (x = 0) returned true (that is if VB had a PRINT function ;) ) I don't have vb installed right now so I can't test , but that behavior sure puzzled me in the form of a bug in my program !!! --- Jean-Francois Perreault From sourceforge-raindog2 at ...94... Fri Mar 18 20:04:44 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 18 Mar 2005 14:04:44 -0500 Subject: [Gambas-user] strange problem with NOT In-Reply-To: <423B2332.1010504@...142...> References: <423B2332.1010504@...142...> Message-ID: <200503181403.43609.sourceforge-raindog2@...94...> On Friday 18 March 2005 13:51, Jean-Francois Perreault wrote: > it's as if NOT was a function NOT() and not a logic keyword ! Actually, it's as if NOT had a lower operator precedence than the equals sign, which could very well be the case. This is why I use parens all over the place in my expressions.... can never remember between different languages what the different operator precedences are. Though I have no idea without firing up Gambas what "not 1" evaluates to. Rob From machaira at ...734... Fri Mar 18 20:43:40 2005 From: machaira at ...734... (machaira at ...734...) Date: Fri, 18 Mar 2005 19:43:40 +0000 Subject: [Gambas-user] strange problem with NOT Message-ID: <031820051943.26936.423B2F6C0000738B0000693822007621940E9D070E080C0E03@...734...> I don't use VB6 anymore, but here's the output in VB.NET: X is 1 NOT x = 0 returned true NOT (x = 0) returned true X is 0 x = 0 returned TRUE Jim Perry -------------- Original message -------------- > Hi, > > I found this "problem" with NOT , I'm pretty sure VB doesn't behave this > way > > for this code > > DIM X as Integer > > x = 1 > PRINT "X is 1" > IF x = 0 THEN PRINT "x = 0 returned TRUE" > IF NOT x = 0 THEN PRINT "NOT x = 0 returned true" > IF NOT (x = 0) THEN PRINT "NOT (x = 0) returned true" > > x = 0 > PRINT "X is 0" > IF x = 0 THEN PRINT "x = 0 returned TRUE" > IF NOT x = 0 THEN PRINT "NOT x = 0 returned true" > IF NOT (x = 0) THEN PRINT "NOT (x = 0) returned true" > > if you run this you'll get the surprising output > > X is 1 > NOT (x = 0) returned true > X is 0 > x = 0 returned true > > > it's as if NOT was a function NOT() and not a logic keyword ! > > I'm pretty sure vb would have turned both > > NOT x = 0 returned true > NOT (x = 0) returned true > > (that is if VB had a PRINT function ;) ) > I don't have vb installed right now so I can't test , but that > behavior sure puzzled me in the form of a bug in my program !!! > > --- > Jean-Francois Perreault > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From cmcpero at ...142... Fri Mar 18 20:45:11 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Fri, 18 Mar 2005 14:45:11 -0500 Subject: [Gambas-user] strange problem with NOT In-Reply-To: <200503181403.43609.sourceforge-raindog2@...94...> References: <423B2332.1010504@...142...> <200503181403.43609.sourceforge-raindog2@...94...> Message-ID: <423B2FC7.5020206@...142...> IF 1 THEN IF NOT 1 THEN IF NOT (1) THEN all return true but NOT CBool(1) returns false I think (in VB at least) AND OR XOR and NOT should all have lower precedence (executed after) than (=,>,<,>=,<=,<>) this page disagree with me , but this is for C++ http://www.intap.net/~drw/cpp/cpp03_05.htm but this page from MSDN , about VB.NET says that NOT and the other logical and bitwise operators have lower precedence the comparison and arithmetic operators http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vagrpOperatorPrecedence.asp (what the hell is AndAlso and OrElse ?! ... never heard of those before) I'm pretty sure this is similar behavior to VB6 ( btw there is an unrelated example of overloading DIM , like this Dim A, B, C, D, E, F, G As Double that would be another great thing to have unspecified types are the same as the last but you can explicitely specify each one , it just makes the code more compact and readable ... what happens with Dim A, B, C as Interger, D as NEW Checkbox, E as Double ? oh well.. ) Rob wrote: >On Friday 18 March 2005 13:51, Jean-Francois Perreault wrote: > > >>it's as if NOT was a function NOT() and not a logic keyword ! >> >> > >Actually, it's as if NOT had a lower operator precedence than the >equals sign, which could very well be the case. This is why I use >parens all over the place in my expressions.... can never remember >between different languages what the different operator precedences >are. > >Though I have no idea without firing up Gambas what "not 1" evaluates >to. > >Rob > > > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > From cmcpero at ...142... Fri Mar 18 21:16:18 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Fri, 18 Mar 2005 15:16:18 -0500 Subject: [Gambas-user] strange problem with NOT In-Reply-To: <423B2FC7.5020206@...142...> References: <423B2332.1010504@...142...> <200503181403.43609.sourceforge-raindog2@...94...> <423B2FC7.5020206@...142...> Message-ID: <423B3712.4070606@...142...> I found this related article about microsoft basic bitwise operation http://vb.mvps.org/tips/truth.asp valid from the 8bit CP/M MS Basic to Visual basic 4-6 it also says that logical operators like NOT avec lower precedence than comparison operators like = it also explains why puttin () all over the place is bad , because you could end up bypassing compiler (interpreter in this case) optimizations I'm not sure if it all applie to gambas , are all logical operators bitwise operators ? the article has a link to http://www.ethanwiner.com/ , there is a free book on that site called "Basic Techniques and Utilities" , could help too From gambasfr at ...11... Fri Mar 18 21:32:54 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Fri, 18 Mar 2005 21:32:54 +0100 Subject: [Gambas-user] tableView In-Reply-To: <1111163254.25353.1.camel@...918...> References: <1111162615.12799.4.camel@...918...> <1111163254.25353.1.camel@...918...> Message-ID: <200503182132.54660.gambasfr@...11...> Le vendredi 18 Mars 2005 17:27, Ulf Joksch a ?crit?: > Hi Gilles, > > Am Freitag, den 18.03.2005, 11:18 -0500 schrieb Gilles Leblanc: > > I checked the table view in the doc. It seems to be a replacement of > > some kind for the grid. What are the reasons to use one or the other. > > first I used the grid. But with the grid I have nothing like a line > Cursor to step thru the grid, so that the eye has something to > keep on. > > So I wanted to use the tableView. But I didn't manage to get > my data in. > > ulf if you have a little bit time :) http://www.gambasforge.net for tableview : http://www.gambasforge.net/code.php?id=31 Fabien Bodard From francesco.difusco at ...69... Sat Mar 19 08:49:15 2005 From: francesco.difusco at ...69... (francesco) Date: Sat, 19 Mar 2005 08:49:15 +0100 Subject: [Gambas-user] Installing rpm packages developed with Gambas 0.97 Message-ID: <200503190849.15842.francesco.difusco@...69...> How do I install an rpm package I developed with a previous version of Gambas. Now I use Gambas 1.0.4, but some months ago I developed some packages in Gambas 0.97, but now I have lost sources. Thanks Francesco From ulf at ...917... Sat Mar 19 11:26:02 2005 From: ulf at ...917... (Ulf Joksch) Date: Sat, 19 Mar 2005 11:26:02 +0100 Subject: [Gambas-user] tableView In-Reply-To: <200503182132.54660.gambasfr@...11...> References: <1111162615.12799.4.camel@...918...> <1111163254.25353.1.camel@...918...> <200503182132.54660.gambasfr@...11...> Message-ID: <1111227962.25353.11.camel@...918...> Hi Fabien, Am Freitag, den 18.03.2005, 21:32 +0100 schrieb Bodard Fabien: > if you have a little bit time :) > for tableview : > > http://www.gambasforge.net/code.php?id=31 > thanks for the example. I just reviewed the Code and yet I don't really undewrstand it. But I will analyze it now to find out how it works. regards ulf From gilles.leblanc at ...626... Sat Mar 19 16:49:31 2005 From: gilles.leblanc at ...626... (Gilles Leblanc) Date: Sat, 19 Mar 2005 15:49:31 +0000 Subject: [Gambas-user] Grid Problem In-Reply-To: References: <200503171432.44811.gambas@...1...> Message-ID: I have an update on my Grid problem for those interested. I have found an akward way to have a grid refresh, but refresh correctly nonetheless. If I do : myGrid.visible = FALSE myGrid.visible = TRUE Each time I change the background picture of a cell(s) the refresh happens correctly. On Thu, 17 Mar 2005 08:34:43 -0500, Gilles Leblanc wrote: > As soon as I get home I will send you my current project which is > currently rather small. > > > On Thu, 17 Mar 2005 14:32:44 +0100, Benoit Minisini > wrote: > > On Thursday 17 March 2005 14:23, Gilles Leblanc wrote: > > > Hi, > > > > > > I have started a small project with Gambas and I am so far impressed by it. > > > > > > I am developing a map editor with Gambas for a game I am writing ( > > > starting to write rather... ). I am using a grid to display the map. I > > > have made this sub : > > > > > > PUBLIC SUB grdMap_Click() > > > > > > grdMap[grdMap.Row, grdMap.Column].Picture = PictureBox1.Picture > > > grdMap.Refresh > > > > > > END > > > > > > When I click on the first grid cell nothing happens. When I click on a > > > second grid cell the first one I clicked changes. When I click on a > > > third one the second one changes and so on. > > > > > > I have also made a flood fill function which fills all the cells with > > > the same picture. When I use the flood fill the cells do not change > > > but if I use the scrollbars on the grid, the cells which weren't > > > visible at first are changed. And when I scrollback the first cells > > > have rechanged. > > > > > > It almost like the cells aren't refreshing. > > > > > > I would be grateful for any insights as to the cause of this problem. > > > > > > > The GridView control seems to be a little buggy :-) > > > > Please can you make a complete project that shows all these bugs for me ? It > > will make debugging more easy. > > > > Thanks in advance, > > > > -- > > Benoit Minisini > > mailto:gambas at ...1... > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > -- It take 47 muscles to frown and only 23 to smile. But it doesn't take any to just sit there with a dumb look on your face. From francesco.difusco at ...69... Sat Mar 19 19:07:04 2005 From: francesco.difusco at ...69... (francesco) Date: Sat, 19 Mar 2005 19:07:04 +0100 Subject: [Gambas-user] What is this message? Message-ID: <200503191907.04109.francesco.difusco@...69...> Very strange! got a DCOPReply opcode, but we were not waiting for a reply! I wanted to execute this program EXEC ["access -", filename] FOR READ Where filenane if the name of a file Francesco From jscops at ...11... Sun Mar 20 12:24:54 2005 From: jscops at ...11... (Jacky) Date: Sun, 20 Mar 2005 12:24:54 +0100 Subject: [Gambas-user] What is this message? In-Reply-To: <200503191907.04109.francesco.difusco@...69...> References: <200503191907.04109.francesco.difusco@...69...> Message-ID: <200503201224.54265.jscops@...11...> Le samedi 19 Mars 2005 19:07, francesco a ?crit?: > Very strange! got a DCOPReply opcode, but we were not waiting for a reply! > > > I wanted to execute this program > > EXEC ["access -", filename] FOR READ > > Where filenane if the name of a file > > Francesco Try EXEC ["access -", filename] WAIT FOR READ ~? Jack?~ From k-p.richter at ...20... Sat Mar 19 21:11:52 2005 From: k-p.richter at ...20... (Peter) Date: Sat, 19 Mar 2005 21:11:52 +0100 Subject: [Gambas-user] Info Message-ID: <200503192111.53204.k-p.richter@...20...> Hallo all, in German Magazine "Linux User 04/2005" is a article over Gambas "Workshop: Gambas". On the DVD to that are Gambas 1.0.3 RPM's for Mandrake 10.1 and SuSE 9.1. Your can read the article (in germen language) in: http://www.linux-user.de/ausgabe/2005/04/066-gambas/index.html Regards Peter From francesco.difusco at ...69... Mon Mar 21 13:33:08 2005 From: francesco.difusco at ...69... (francesco) Date: Mon, 21 Mar 2005 13:33:08 +0100 Subject: [Gambas-user] What is this message? In-Reply-To: <200503201224.54265.jscops@...11...> References: <200503191907.04109.francesco.difusco@...69...> <200503201224.54265.jscops@...11...> Message-ID: <200503211333.08609.francesco.difusco@...69...> > > Try EXEC ["access -", filename] WAIT FOR READ > Ok, it works, anyway, how do I understand if a command, in my example, access, terminates its execution with success or failure? Francesco From gambas at ...1... Mon Mar 21 14:03:37 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 21 Mar 2005 14:03:37 +0100 Subject: [Gambas-user] Printing In-Reply-To: <423A3064.60605@...776...> References: <423A3064.60605@...776...> Message-ID: <200503211403.37578.gambas@...1...> On Friday 18 March 2005 02:35, Eric Damron wrote: > ... Can I talk to Open Office? > > Thanks > As OpenOffice file format is XML, i.e. plain text, you can create OpenOffice documents only by using text files. Create a template document with OpenOffice, put your own markups where you want to insert text, save it. Then uncompress it, replace the markups by data, compress it, and it's done. You don't need to understand the OpenOffice file format for simple things. Of course, if you want, for example, create a document with several pages, you must know what to do. But I think you can guess with a little experiment. In a few words, something like ActiveX automation is not necessarily needed to exploit the power of OpenOffice. Regards, -- Benoit Minisini mailto:gambas at ...1... From andre at ...923... Mon Mar 21 14:25:03 2005 From: andre at ...923... (Silveira Andre-WAS074) Date: Mon, 21 Mar 2005 10:25:03 -0300 Subject: [Gambas-user] Using Strings Message-ID: <49A1A42B43C2D41192CB00508BDF191209E89875@...924...> Hi guys, I?m really new to Basic, and gambas itself. so, please forgive the newbiew question. I?m trying to manipulate a 512Bytes string, but as far as I know, the String type on gambas can only handle 12 bytes, right. So, what could be the best solution for this? What?s the best way to put a 512Bytes string inside a String var? Regards PS: I?m getting that string from a txt file that I opened, it have one line only inside, I?m using the INPUT LINE function to get that line from the file to the string. From gambas at ...1... Mon Mar 21 16:07:10 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 21 Mar 2005 16:07:10 +0100 Subject: [Gambas-user] What is this message? In-Reply-To: <200503211333.08609.francesco.difusco@...69...> References: <200503191907.04109.francesco.difusco@...69...> <200503201224.54265.jscops@...11...> <200503211333.08609.francesco.difusco@...69...> Message-ID: <200503211607.10865.gambas@...1...> On Monday 21 March 2005 13:33, francesco wrote: > > Try EXEC ["access -", filename] WAIT FOR READ > > Ok, it works, anyway, how do I understand if a command, in my example, > access, terminates its execution with success or failure? > > Francesco > Process.State and Process.Value will give you the information you need. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Mar 21 16:08:15 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 21 Mar 2005 16:08:15 +0100 Subject: [Gambas-user] Info In-Reply-To: <200503192111.53204.k-p.richter@...20...> References: <200503192111.53204.k-p.richter@...20...> Message-ID: <200503211608.15617.gambas@...1...> On Saturday 19 March 2005 21:11, Peter wrote: > Hallo all, > > in German Magazine "Linux User 04/2005" is a article over Gambas > "Workshop: Gambas". On the DVD to that are Gambas 1.0.3 RPM's for > Mandrake 10.1 and SuSE 9.1. > Your can read the article (in germen language) in: > > http://www.linux-user.de/ausgabe/2005/04/066-gambas/index.html > > Regards > > Peter > What do they say ? -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Mar 21 16:09:33 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 21 Mar 2005 16:09:33 +0100 Subject: [Gambas-user] Using Strings In-Reply-To: <49A1A42B43C2D41192CB00508BDF191209E89875@...924...> References: <49A1A42B43C2D41192CB00508BDF191209E89875@...924...> Message-ID: <200503211609.34036.gambas@...1...> On Monday 21 March 2005 14:25, Silveira Andre-WAS074 wrote: > Hi guys, > > I?m really new to Basic, and gambas itself. so, please forgive the newbiew > question. > > I?m trying to manipulate a 512Bytes string, but as far as I know, the > String type on gambas can only handle 12 bytes, right. Where did you read that ? Strings can be up to 2^31 bytes length. > So, what could be > the best solution for this? What?s the best way to put a 512Bytes string > inside a String var? > > Regards > > PS: I?m getting that string from a txt file that I opened, it have one line > only inside, I?m using the INPUT LINE function to get that line from the > file to the string. > > Regards, -- Benoit Minisini mailto:gambas at ...1... From francesco.difusco at ...69... Mon Mar 21 16:30:36 2005 From: francesco.difusco at ...69... (francesco) Date: Mon, 21 Mar 2005 16:30:36 +0100 Subject: [Gambas-user] What is this message? In-Reply-To: <200503211607.10865.gambas@...1...> References: <200503191907.04109.francesco.difusco@...69...> <200503211333.08609.francesco.difusco@...69...> <200503211607.10865.gambas@...1...> Message-ID: <200503211630.36962.francesco.difusco@...69...> > Process.State and Process.Value will give you the information you need. > > Regards, Thank you, Francesco From gambas at ...1... Mon Mar 21 18:02:33 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 21 Mar 2005 18:02:33 +0100 Subject: [Gambas-user] strange problem with NOT In-Reply-To: <423B2332.1010504@...142...> References: <423B2332.1010504@...142...> Message-ID: <200503211802.33588.gambas@...1...> On Friday 18 March 2005 19:51, Jean-Francois Perreault wrote: > Hi, > > I found this "problem" with NOT , I'm pretty sure VB doesn't behave this > way > > for this code > > DIM X as Integer > > x = 1 > PRINT "X is 1" > IF x = 0 THEN PRINT "x = 0 returned TRUE" > IF NOT x = 0 THEN PRINT "NOT x = 0 returned true" > IF NOT (x = 0) THEN PRINT "NOT (x = 0) returned true" > > x = 0 > PRINT "X is 0" > IF x = 0 THEN PRINT "x = 0 returned TRUE" > IF NOT x = 0 THEN PRINT "NOT x = 0 returned true" > IF NOT (x = 0) THEN PRINT "NOT (x = 0) returned true" > > if you run this you'll get the surprising output > > X is 1 > NOT (x = 0) returned true > X is 0 > x = 0 returned true > > > it's as if NOT was a function NOT() and not a logic keyword ! > > I'm pretty sure vb would have turned both > > NOT x = 0 returned true > NOT (x = 0) returned true > > (that is if VB had a PRINT function ;) ) > I don't have vb installed right now so I can't test , but that > behavior sure puzzled me in the form of a bug in my program !!! > > --- > Jean-Francois Perreault > > The Not operator has a priority greater than comparison operators in Gambas. You can see the priority of each operator in the 'gb_reserved_temp.h' file in the 'share' directory. Should Gambas operators have exactly the same priority than in VB ? Anyway, you can use parenthesis to force the priority without fear - it does not slow the interpreter. We can decide all together to change priorities if there are good reasons for that. The development version is done for that - breaking everything :-) Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Mar 21 18:03:48 2005 From: gambas at ...1... (Benoit Minisini) Date: Mon, 21 Mar 2005 18:03:48 +0100 Subject: [Gambas-user] Grid Problem In-Reply-To: References: Message-ID: <200503211803.48077.gambas@...1...> On Saturday 19 March 2005 16:49, Gilles Leblanc wrote: > I have an update on my Grid problem for those interested. I have found > an akward way to have a grid refresh, but refresh correctly > nonetheless. > > If I do : > myGrid.visible = FALSE > myGrid.visible = TRUE > > Each time I change the background picture of a cell(s) the refresh > happens correctly. > > On Thu, 17 Mar 2005 08:34:43 -0500, Gilles Leblanc > This bug will be fixed in the next version! -- Benoit Minisini mailto:gambas at ...1... From cmcpero at ...142... Mon Mar 21 21:10:32 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Mon, 21 Mar 2005 15:10:32 -0500 Subject: [Gambas-user] strange problem with NOT In-Reply-To: <200503211802.33588.gambas@...1...> References: <423B2332.1010504@...142...> <200503211802.33588.gambas@...1...> Message-ID: <423F2A38.7070405@...142...> Benoit Minisini wrote: >The Not operator has a priority greater than comparison operators in Gambas. > >You can see the priority of each operator in the 'gb_reserved_temp.h' file in >the 'share' directory. > >Should Gambas operators have exactly the same priority than in VB ? Anyway, >you can use parenthesis to force the priority without fear - it does not slow >the interpreter. > >We can decide all together to change priorities if there are good reasons for >that. The development version is done for that - breaking everything :-) > >Regards, > > the reason why I mentionned trying to avoid parenthesis was in case gambas implemented "short-circuiting" in the case of a AND if you have IF b <> 0 AND c > d THEN the interpreter might test b <> 0 and if it returns false , skip evaluation of c > d if you had IF NOT (b <> 0) AND NOT (c > d) THEN or just IF (b <> 0) AND (c > d) THEN then both expression are evaluated before the AND , causing a performance penalty like that it doesn't seem much but in the case of more complex expression the performance gain could be significant but this is only for convenience because you could just do IF NOT (b <> 0) THEN IF NOT (c > d) THEN also short circuiting can be used for flow control IF a <> 0 AND (c + d)/a THEN if expression are evaluated left to right (not usually garanteed with MS BASIC languages) then you would be sure that (c + d)/a does not get evaluated if it would raise a division by zero error I found those tricks in the previously linked page , there are way around this to make it work just as fast with gambas anyway so it's not a problem if it doesn't get implemented , it's just the NOT behavior that was strange since there's been some talk about visual basic and gambas on the devel list , I though pointing out that difference could be useful since it's contradict that goal --- Jean-Francois Perreault From sourceforge-raindog2 at ...94... Mon Mar 21 21:29:29 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 21 Mar 2005 15:29:29 -0500 Subject: [Gambas-user] strange problem with NOT In-Reply-To: <423F2A38.7070405@...142...> References: <423B2332.1010504@...142...> <200503211802.33588.gambas@...1...> <423F2A38.7070405@...142...> Message-ID: <200503211529.29687.sourceforge-raindog2@...94...> On Monday 21 March 2005 15:10, Jean-Francois Perreault wrote: > IF (b <> 0) AND (c > d) THEN > then both expression are evaluated before the AND , causing a > performance penalty Are you sure it has to be that way? I'm pretty sure Perl's short circuiting, when confronted with if (($b != 0) && ($c > $d)) { would evaluate "$b != 0" and then stop if it were false. Rob From k-p.richter at ...20... Mon Mar 21 22:09:18 2005 From: k-p.richter at ...20... (Peter) Date: Mon, 21 Mar 2005 22:09:18 +0100 Subject: [Gambas-user] Info In-Reply-To: <200503211608.15617.gambas@...1...> References: <200503192111.53204.k-p.richter@...20...> <200503211608.15617.gambas@...1...> Message-ID: <200503212209.18838.k-p.richter@...20...> Am Montag, 21. M?rz 2005 16:08 schrieb Benoit Minisini: > On Saturday 19 March 2005 21:11, Peter wrote: > > Hallo all, > > > > in German Magazine "Linux User 04/2005" is a article over Gambas > > "Workshop: Gambas". On the DVD to that are Gambas 1.0.3 RPM's for > > Mandrake 10.1 and SuSE 9.1. > > Your can read the article (in germen language) in: > > > > http://www.linux-user.de/ausgabe/2005/04/066-gambas/index.html > > > > Regards > > > > Peter > > What do they say ? Hallo Benoit, a good answer of this question is a unsolvably problem for my English :-( Trailer: VB has under Windows many friends. Under Linux ar only scanty surrogates. Now delivers Gambas a adequate IDE. On 3 pages text with 7 screen-shots ar to see (short ar good explained): Installation Project window and form Toolbox Propertys Components Source editor Databases Passing on programs Help system Result: Gambas is not VB, ar for VB-Programmers easy to learn. Also is rewrite VB to Gambas possible. From zjimward at ...626... Mon Mar 21 23:11:29 2005 From: zjimward at ...626... (Jim Ward) Date: Mon, 21 Mar 2005 16:11:29 -0600 Subject: [Gambas-user] strange problem with NOT In-Reply-To: <200503211802.33588.gambas@...1...> References: <423B2332.1010504@...142...> <200503211802.33588.gambas@...1...> Message-ID: <888242c10503211411293395f@...627...> It might be interesting to see how serveral languages handle NOT (C, Pascal, other variants of Basic, etc.) I'm happy with the functionality the way it is presently, but am open to change. On Mon, 21 Mar 2005 18:02:33 +0100, Benoit Minisini wrote: > On Friday 18 March 2005 19:51, Jean-Francois Perreault wrote: > > Hi, > > > > I found this "problem" with NOT , I'm pretty sure VB doesn't behave this > > way > > > > for this code > > > > DIM X as Integer > > > > x = 1 > > PRINT "X is 1" > > IF x = 0 THEN PRINT "x = 0 returned TRUE" > > IF NOT x = 0 THEN PRINT "NOT x = 0 returned true" > > IF NOT (x = 0) THEN PRINT "NOT (x = 0) returned true" > > > > x = 0 > > PRINT "X is 0" > > IF x = 0 THEN PRINT "x = 0 returned TRUE" > > IF NOT x = 0 THEN PRINT "NOT x = 0 returned true" > > IF NOT (x = 0) THEN PRINT "NOT (x = 0) returned true" > > > > if you run this you'll get the surprising output > > > > X is 1 > > NOT (x = 0) returned true > > X is 0 > > x = 0 returned true > > > > > > it's as if NOT was a function NOT() and not a logic keyword ! > > > > I'm pretty sure vb would have turned both > > > > NOT x = 0 returned true > > NOT (x = 0) returned true > > > > (that is if VB had a PRINT function ;) ) > > I don't have vb installed right now so I can't test , but that > > behavior sure puzzled me in the form of a bug in my program !!! > > > > --- > > Jean-Francois Perreault > > > > > > The Not operator has a priority greater than comparison operators in Gambas. > > You can see the priority of each operator in the 'gb_reserved_temp.h' file in > the 'share' directory. > > Should Gambas operators have exactly the same priority than in VB ? Anyway, > you can use parenthesis to force the priority without fear - it does not slow > the interpreter. > > We can decide all together to change priorities if there are good reasons for > that. The development version is done for that - breaking everything :-) > > Regards, > > -- > Benoit Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From sourceforge-raindog2 at ...94... Mon Mar 21 23:22:08 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 21 Mar 2005 17:22:08 -0500 Subject: [Gambas-user] ImportVBProject, wiki housekeeping etc. Message-ID: <200503211722.08434.sourceforge-raindog2@...94...> I've been making some updates to the wiki today. First of all, I uploaded ImportVBProject 0.07 (the last standalone version of my VB form converter) to the wiki.... just put ImportVBProject in the Go box and press enter. You will need Gambas 1.93 for it though. With both the modified IDE and the standalone form converter out there, I guess I need feedback on how to continue its development.... otherwise, I declare it finished for now (until I or some other people have time to start trying to write a VB parser.) Second, I registered http://www.gambasdoc.org and pointed it to the wiki. Eventually I hope to do more with that, like have en.gambasdoc.org, fr.gambasdoc.org, etc. I'm looking at the latest version of TWiki now to see if it's any better at managing different languages for the same pages. Third, I cleaned up the Gambas links page a bit (this whole flurry of activity started when I noticed referer hits from the Gambas links page in my logs and went to check it out.) Finally, I managed to upload fakebas 0.09 and a screenshot to GambasForge, so those 1.0x users who want the "one big window" look should check it out either on my home page or on gambasforge at: http://www.gambasforge.net/code.php?id=19 Rob From sourceforge-raindog2 at ...94... Mon Mar 21 23:32:15 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 21 Mar 2005 17:32:15 -0500 Subject: [Gambas-user] gambasforge and underscores Message-ID: <200503211732.15421.sourceforge-raindog2@...94...> How do you put underscores ("_") in the "Complementary Information" section when updating an entry in Gambasforge? I've tried "__", "&bar;" and putting the whole thing in an URL, and nothing works (_ by itself toggles underline, __ does nothing visible, and &bar; just prints &bar;.) My site's URLs have underscores in them, so I can't post links to RPMs unless the underscores work. Rob From gambasfr at ...11... Tue Mar 22 01:01:33 2005 From: gambasfr at ...11... (Bodard Fabien) Date: Tue, 22 Mar 2005 01:01:33 +0100 Subject: [Gambas-user] gambasforge and underscores In-Reply-To: <200503211732.15421.sourceforge-raindog2@...94...> References: <200503211732.15421.sourceforge-raindog2@...94...> Message-ID: <200503220101.38394.gambasfr@...11...> Le lundi 21 Mars 2005 23:32, Rob a ?crit?: > How do you put underscores ("_") in the "Complementary Information" > section when updating an entry in Gambasforge? I've tried "__", > "&bar;" and putting the whole thing in an URL, and nothing works (_ > by itself toggles underline, __ does nothing visible, and &bar; just > prints &bar;.) > > My site's URLs have underscores in them, so I can't post links to RPMs > unless the underscores work. > > Rob > Hem, it's a wiki style formated text... _text_ = underlined text ! html is not accepted ! i'll going to disconnect temporarly the format parser ! Fabien > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From girardhenri at ...67... Tue Mar 22 01:48:00 2005 From: girardhenri at ...67... (Henri Girard) Date: Tue, 22 Mar 2005 01:48:00 +0100 Subject: [Gambas-user] kde-cygwin :) References: <200503211732.15421.sourceforge-raindog2@...94...> <200503220101.38394.gambasfr@...11...> Message-ID: the compilation ./configure passed make started till net componants ? is there a way to disabled most things to get gambas "running" at first .???? Henri From henrigirard at ...11... Tue Mar 22 02:13:31 2005 From: henrigirard at ...11... (Henri Girard) Date: Tue, 22 Mar 2005 02:13:31 +0100 Subject: [Gambas-user] .project ? Message-ID: <002001c52e7c$5cc2a650$0100a8c0@...653...> the gambas2.exe is created but doesn't work because asking for .project ? i don't understand -------------- next part -------------- An HTML attachment was scrubbed... URL: From henrigirard at ...11... Tue Mar 22 02:11:45 2005 From: henrigirard at ...11... (Henri Girard) Date: Tue, 22 Mar 2005 02:11:45 +0100 Subject: [Gambas-user] here the log Message-ID: <001701c52e7c$1ddbe5a0$0100a8c0@...653...> do you think there a way to bypass this error "libXrender " ? and how far is the end ? thanks Henri -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: gambas2.log Type: application/octet-stream Size: 18231 bytes Desc: not available URL: From girardhenri at ...67... Tue Mar 22 03:06:31 2005 From: girardhenri at ...67... (Henri Girard) Date: Tue, 22 Mar 2005 03:06:31 +0100 Subject: [Gambas-user] gtk now ? Message-ID: is it usefull to perseverate ? i found a libXrender.a on internet... http://www.cygwin.com/ml/cygwin-xfree/2005-02/msg00113.html but am I going in the right way ? maybe i should disable gtk ? i try tomorow because it's a bit late or early here ! lol Henri _____________________________________________________________ See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/gbas2/src/lib/xml/libxml' make[5]: Leaving directory `/home/gbas2/src/lib/xml/libxml' make[4]: Leaving directory `/home/gbas2/src/lib/xml/libxml' make[4]: Entering directory `/home/gbas2/src/lib/xml' make[5]: Entering directory `/home/gbas2/src/lib/xml' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/gbas2/src/lib/xml' make[4]: Leaving directory `/home/gbas2/src/lib/xml' make[3]: Leaving directory `/home/gbas2/src/lib/xml' Making install in gtk make[3]: Entering directory `/home/gbas2/src/lib/gtk' /bin/bash ../../../libtool --mode=link g++ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -o lib.gb.gtk.la -rpath /usr/local/lib/gambas2 -no-undefined -L/usr/X11R6/lib -Wl,--export-dynamic gtimer.lo gfont.lo gpicture.lo gdraw.lo gdesktop.lo gmessage.lo gcontrol.lo gcontainer.lo gbutton.lo gprogress.lo glabel.lo gsignals.lo gpicturebox.lo gcombobox.lo gtextbox.lo gtextarea.lo glistbox.lo gframe.lo gmenu.lo gmainwindow.lo watcher.lo CTimer.lo CConst.lo CColor.lo CFont.lo CKey.lo CScreen.lo CMessage.lo CDialog.lo CDraw.lo CImage.lo CPicture.lo CClipboard.lo CMouse.lo CWidget.lo CContainer.lo CDrawingArea.lo CLabel.lo CProgress.lo CButton.lo CPictureBox.lo CTextBox.lo CTextArea.lo CListBox.lo CFrame.lo CMenu.lo CWindow.lo main.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv : command not foundine 6: : command not foundine 9: : command not foundine 12: : command not foundine 15: : command not foundine 18: : command not foundine 23: : command not foundine 26: : command not foundine 29: : command not foundine 33: g++ -shared -nostdlib /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/crtbegin.o libs/gtimer.o .libs/gfont.o .libs/gpicture.o .libs/gdraw.o libs/gdesktop.o .libs/gmessage.o .libs/gcontrol.o .libs/gcontainer.o libs/gbutton.o .libs/gprogress.o .libs/glabel.o .libs/gsignals.o libs/gpicturebox.o .libs/gcombobox.o .libs/gtextbox.o .libs/gtextarea.o libs/glistbox.o .libs/gframe.o .libs/gmenu.o .libs/gmainwindow.o libs/watcher.o .libs/CTimer.o .libs/CConst.o .libs/CColor.o libs/CFont.o .libs/CKey.o .libs/CScreen.o .libs/CMessage.o libs/CDialog.o .libs/CDraw.o .libs/CImage.o .libs/CPicture.o libs/CClipboard.o .libs/CMouse.o .libs/CWidget.o .libs/CContainer.o libs/CDrawingArea.o .libs/CLabel.o .libs/CProgress.o .libs/CButton.o libs/CPictureBox.o .libs/CTextBox.o .libs/CTextArea.o .libs/CListBox.o libs/CFrame.o .libs/CMenu.o .libs/CWindow.o .libs/main.o -L/opt/cxclient/usr/X11R6/lib -L/usr/lib -L/usr/X11R6/lib /usr/lib/libgtk-x11-2.0.dll.a /usr/lib/libgdk-x11-2.0.dll.a /usr/lib/libatk-1.0.dll.a /usr/lib/libgdk_pixbuf-2.0.dll.a /usr/lib/libpangoxft-1.0.dll.a /usr/X11R6/lib/libXft.dll.a /usr/lib/libfreetype.dll -lXext /usr/lib/libfontconfig.dll.a /usr/lib/libpangox-1.0.dll.a -lX11 /usr/lib/libpango-1.0.dll.a /usr/lib/libgobject-2.0.dll.a /usr/lib/libgmodule-2.0.dll.a /usr/lib/libglib-2.0.dll.a /usr/lib/libintl.dll.a /usr/lib/libiconv.dll.a -L/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3 -L/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../.. -lstdc++ -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/crtend.o -Wl,--export-dynamic -o libs/cyg.gb.gtk-0.dll -Wl,--image-base=0x10000000 -Wl,--out-implib,.libs/lib.gb.gtk.dll.a : No such file or directoryibXrender.dll.a make[3]: *** [lib.gb.gtk.la] Error 1 make[3]: Leaving directory `/home/gbas2/src/lib/gtk' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/home/gbas2/src/lib' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/gbas2/src' make: *** [install-recursive] Error 1 bash-2.05b$ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: gtk.log Type: application/octet-stream Size: 4112 bytes Desc: not available URL: From cmcpero at ...142... Tue Mar 22 04:15:31 2005 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Mon, 21 Mar 2005 22:15:31 -0500 Subject: [Gambas-user] strange problem with NOT In-Reply-To: <200503211529.29687.sourceforge-raindog2@...94...> References: <423B2332.1010504@...142...> <200503211802.33588.gambas@...1...> <423F2A38.7070405@...142...> <200503211529.29687.sourceforge-raindog2@...94...> Message-ID: <423F8DD3.6020206@...142...> Rob wrote: >On Monday 21 March 2005 15:10, Jean-Francois Perreault wrote: > > >>IF (b <> 0) AND (c > d) THEN >>then both expression are evaluated before the AND , causing a >>performance penalty >> >> > >Are you sure it has to be that way? I'm pretty sure Perl's short >circuiting, when confronted with > >if (($b != 0) && ($c > $d)) { > >would evaluate "$b != 0" and then stop if it were false. > >Rob > > I haven't tried , but I'd guess that no , unless it's a hack because () has the highest priority , even over + and - but does gambas implement short circuiting and expression evaluation re-ordering optimisations ? From sourceforge-raindog2 at ...94... Tue Mar 22 04:25:32 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 21 Mar 2005 22:25:32 -0500 Subject: [Gambas-user] gambasforge and underscores In-Reply-To: <200503220101.38394.gambasfr@...11...> References: <200503211732.15421.sourceforge-raindog2@...94...> <200503220101.38394.gambasfr@...11...> Message-ID: <200503212225.32396.sourceforge-raindog2@...94...> On Monday 21 March 2005 19:01, Bodard Fabien wrote: > Le lundi 21 Mars 2005 23:32, Rob a ?crit : > > How do you put underscores ("_") in the "Complementary > > Information" section when updating an entry in Gambasforge? I've > > tried "__", "&bar;" and putting the whole thing in an URL, and > Hem, it's a wiki style formated text... _text_ = underlined text ! Yeah, but in a wiki you can normally use two underscores in a row to insert a single underscore, or something like that. It just occurred to me that I could have percent-escaped the URL though.... sorry :) Rob From gambas at ...1... Tue Mar 22 10:56:11 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 22 Mar 2005 10:56:11 +0100 Subject: [Gambas-user] strange problem with NOT In-Reply-To: <423F8DD3.6020206@...142...> References: <423B2332.1010504@...142...> <200503211529.29687.sourceforge-raindog2@...94...> <423F8DD3.6020206@...142...> Message-ID: <200503221056.11551.gambas@...1...> On Tuesday 22 March 2005 04:15, Jean-Francois Perreault wrote: > Rob wrote: > >On Monday 21 March 2005 15:10, Jean-Francois Perreault wrote: > >>IF (b <> 0) AND (c > d) THEN > >>then both expression are evaluated before the AND , causing a > >>performance penalty > > > >Are you sure it has to be that way? I'm pretty sure Perl's short > >circuiting, when confronted with > > > >if (($b != 0) && ($c > $d)) { > > > >would evaluate "$b != 0" and then stop if it were false. > > > >Rob > > I haven't tried , but I'd guess that no , unless it's a hack because () > has the highest priority , even over + and - > > but does gambas implement short circuiting No. But this is planned. Read the TODO file! > and expression evaluation > re-ordering optimisations ? No optimization of expressions. -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 22 10:57:17 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 22 Mar 2005 10:57:17 +0100 Subject: [Gambas-user] Info In-Reply-To: <200503212209.18838.k-p.richter@...20...> References: <200503192111.53204.k-p.richter@...20...> <200503211608.15617.gambas@...1...> <200503212209.18838.k-p.richter@...20...> Message-ID: <200503221057.17324.gambas@...1...> On Monday 21 March 2005 22:09, Peter wrote: > Am Montag, 21. M?rz 2005 16:08 schrieb Benoit Minisini: > > On Saturday 19 March 2005 21:11, Peter wrote: > > > Hallo all, > > > > > > in German Magazine "Linux User 04/2005" is a article over Gambas > > > "Workshop: Gambas". On the DVD to that are Gambas 1.0.3 RPM's for > > > Mandrake 10.1 and SuSE 9.1. > > > Your can read the article (in germen language) in: > > > > > > http://www.linux-user.de/ausgabe/2005/04/066-gambas/index.html > > > > > > Regards > > > > > > Peter > > > > What do they say ? > > Hallo Benoit, > > a good answer of this question is a unsolvably problem for my English :-( > > Trailer: > VB has under Windows many friends. Under Linux ar only scanty surrogates. > Now delivers Gambas a adequate IDE. > > On 3 pages text with 7 screen-shots ar to see (short ar good explained): > Installation > Project window and form > Toolbox > Propertys > Components > Source editor > Databases > Passing on programs > Help system > > Result: > Gambas is not VB, ar for VB-Programmers easy to learn. Also is rewrite VB > to Gambas possible. > Thanks! -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 22 11:01:05 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 22 Mar 2005 11:01:05 +0100 Subject: [Gambas-user] kde-cygwin :) In-Reply-To: References: <200503211732.15421.sourceforge-raindog2@...94...> <200503220101.38394.gambasfr@...11...> Message-ID: <200503221101.05191.gambas@...1...> On Tuesday 22 March 2005 01:48, Henri Girard wrote: > the compilation ./configure passed make started till net componants ? is > there a way to disabled most things to get gambas "running" at first .???? > Henri > You should post mail related to Gambas on Cygwin on the devel mailing-list and not there... -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 22 11:26:51 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 22 Mar 2005 11:26:51 +0100 Subject: [Gambas-user] fOption.Run <> FOption.Run In-Reply-To: <200503122158.08760.Karl.Reinl@...9...> References: <200503122158.08760.Karl.Reinl@...9...> Message-ID: <200503221126.52002.gambas@...1...> On Saturday 12 March 2005 21:58, Charlie Reinl wrote: > Salut Benoit, > > found something strange. That in my project fOption.Run <> FOption.Run > > The Form called is FOption. > > if you run fOption.Run, all work fine, but you can't debug it. > if you run FOption.Run, all work fine, and you can also debug it. > > > At line 317 in FMain > > PUBLIC SUB Action_Click() > ' Set your Breakpoint the freed line > fOption.Run ' netxt step is in DBTVData > ' FOption.Run ' next step is in FOption.Run > TV2New_Click() > END > > Action_Click is called by the Menu > Action/DBTableView/Set Headers > > Perhaps I found a BUG ? Or where I'm wrong ? > > If you have any question about, I will be out till 23/03, without access > to my box. > > I attached you the project. > > Amicalment > Charlie I found the bug :-) This is a bug in the IDE, that didn't search for classes in a case insensitive way. Regards, -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...94... Tue Mar 22 17:17:33 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 22 Mar 2005 11:17:33 -0500 Subject: [Gambas-user] Gambas on cover of Linux Format #64 (March) Message-ID: <200503221117.33169.sourceforge-raindog2@...94...> As people have previously reported, there's a review of Gambas in the current Linux Format. I was surprised when I finally got my copy (in the US, we get it rather late) to see a Gambas 1.0.1 screenshot on the cover disc and a mention of it ("Visual Basic meets its match in Gambas") on the cover itself. The magazine is mostly blue this month with a large STOP sign (as in, "Stop paying for software!"), and the featured app on the cover discs is a full install of NetBSD. It's the March issue, LXF64. The review itself, on pages 28 and 29, was mixed, but mostly positive (8 out of 10). It included a nice sidebar on how you could make a web browser in 6 steps, with screenshots. However, the text of the review was often steeped in the "BASIC is only for kids/noobs" mentality, and I think that affected its final score. Here is the Condensed Version, with one sentence per paragraph. The author of the original review was Paul Hudson, and the below are a reflection of his opinions and not my own. ================================================== Reviews: Gambas He really thinks Pascal is the ideal language for beginners. You may think BASIC is good if you're a beginner, but someday you'll grow up. Microsoft made Visual Basic popular, though, and now there's a project to make a Linux equivalent. Gambas compensates for BASIC's non-graphical nature differently than VB, with a KDE interface designer. It has a new project wizard, but it doesn't generate any skeleton code. It has a lot of controls but is missing a few he likes, and it isn't totally integrated with KDE. Gambas handles its object orientation much better than VB. Gambas makes tiny intepreted executables and has a ton of components to add functionality. Its interface is disorganized, and the mascot is even more useless than Clippy. The editor is impressive, but there's no boldface text in the Tooltips. There are things he thinks are missing from Gambas, but it's not far from being great. BASIC sucks, and there's no way to use a different language with the Gambas IDE. He'd compare it to VB4, and "can't imagine creating serious applications with it." ================================================== There you go. One weird thing is that under "Value for Money" Gambas scored only 7 out of 10. There are a lot of free programs that have the "Value for Money" category and I haven't seen a single one of them hit 10/10. Does that mean the reviewer feels he'd need to be paid before using said software? ;) All kidding aside, though, I agree with some of his criticisms (the mascot, the multi-window interface, the need to eventually have skeleton code for new projects) and think others are off the mark (it looks like he thinks any app that uses Qt is automatically a KDE application, and he seems afraid of BASIC to begin with. Wonder why they didn't load up the Runtime Revolution review a couple months ago with similar caveats.) On a final note, the guys over at gpwiki.org, in the forums are pretty interested in using Gambas with SDL to make Linux (and eventually, crossplatform) games. Anyone working on SDL games in Gambas should make an announcement over there when you have something worth showing.... I plan to. Rob From alan at ...833... Tue Mar 22 18:19:22 2005 From: alan at ...833... (alan) Date: Tue, 22 Mar 2005 17:19:22 +0000 Subject: [Gambas-user] Comboboxes & TableViews- No of entries Message-ID: <4240539A.7060006@...833...> I have two questions about lists 1) Is there any way to change the number of entries displayed in the drop down box from a combo control? I can find a way to findout how to determine how many entyies there are., but i can never get more than 10 items displayed together. 2) Is it possible to limit the depth of a table view without losing some of the entries in the table? If I create a table view at the top of a form the output displayed takes up the full hight of the screen and pages down to the end of the view If I start the table part way down the form the display seems to assume that Isill have a full screen hight so that when I page down some of the entries are missing. regards Alan Bromley From gambas at ...1... Wed Mar 23 14:20:28 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 23 Mar 2005 14:20:28 +0100 Subject: [Gambas-user] Release of gambas2-1.9.4 Message-ID: <200503231420.28852.gambas@...1...> At least, here is a new release of gambas development version! The source package has been completely reorganized. Now, almost each component has its own source sub-package independent from the others. This has two drawbacks: the source package is bigger (more than 7 Mb), and is slower to compile. Use ./configure -C to speed-up the configure process a little bit. Components now can be written in Gambas too: look in the comp directory for the gb.settings component. GTK+, SDL and ODBC components has been updated. Andrea, I added your name to the hall of fame! Read the ChangeLog for more details... HOW TO MAKE COMPONENTS WRITTEN IN GAMBAS ? The IDE has no complete support for writing components at the moment. Just create a normal project with the IDE, and add the 'EXPORT' keyword at the beginning of the classes that will be exported by the component. You can create a startup class/module to help debugging your component. Then, when the project is compiled, an '.info' and a '.list' files are created in the project directory. To install the component: 1) Make an executable, and copy it into the gambas component directory (/usr/local/lib/gambas2 by default). Give the executable the name of the component followed by the '.gambas' extension. You must be root. 2) Copy the '.info' and '.list' files into the gambas information directory (/usr/local/share/gambas2/info by default). Rename them by adding the component name at their beginning. 3) Create a .component file with all needed information in it, and copy it into the gambas component directory. For example, look at the 'gb.settings' project in the 'comp' source directory: you will find a gb.settings.component inside the project, and in the Makefile.am, you will find directives for installing the 'gb.settings' executable, the .info file, the .list files and the component file. WHAT ARE THE CHANGES FOR COMPONENT DEVELOPERS ? They must merge their own sources with those including in this release, so that they have the same organization. In the Makefile.am, the $(pkg*) variables must be replaced by $(gb*) variables. A component source directory is a complete autoconf package now: developers should read the autoconf manual: http://www.gnu.org/software/autoconf/manual/autoconf.pdf For example, the changelog file is required, must be named 'ChangeLog' and is located in the root directory of the component sources. Actually, developers just have to work with the 'src' subdirectory of the component package. Some components need some include files for other components. Look in 'gb.qt.kde' to see how I deal with that. You will see some 'gambas.h' in the root directory, and a 'share' subdirectory that contains other include files. These files are not copies on my own machine, they are symbolic links to the real files. If a developer need to share an include file between two component sources packages, tell me, and I will create the needed symbolic links on my machine. Can anybody tell me if CVS behaves correctly with symbolic links ? Note that the .component file format will change in the future. TRY IT! I hope I didn't break too many things... :-) -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...94... Wed Mar 23 15:34:50 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 23 Mar 2005 09:34:50 -0500 Subject: [Gambas-user] Release of gambas2-1.9.4 In-Reply-To: <200503231420.28852.gambas@...1...> References: <200503231420.28852.gambas@...1...> Message-ID: <200503230934.50386.sourceforge-raindog2@...94...> On Wednesday 23 March 2005 08:20, Benoit Minisini wrote: > At least, here is a new release of gambas development version! [...] > TRY IT! > I hope I didn't break too many things... :-) Thanks for doing all this work! I look forward to trying it out. Rob From sourceforge-raindog2 at ...94... Wed Mar 23 15:44:29 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 23 Mar 2005 09:44:29 -0500 Subject: [Gambas-user] Gambas on cover of Linux Format #64 (March) Message-ID: <200503230944.29925.sourceforge-raindog2@...94...> Second try.... the first time I sent this it vanished into the ether. As people have previously reported, there's a review of Gambas in the current Linux Format. I was surprised when I finally got my copy (in the US, we get it rather late) to see a Gambas 1.0.1 screenshot on the cover disc and a mention of it ("Visual Basic meets its match in Gambas") on the cover itself. The magazine is mostly blue this month with a large STOP sign (as in, "Stop paying for software!"), and the featured app on the cover discs is a full install of NetBSD. It's the March issue, LXF64. The review itself, on pages 28 and 29, was mixed, but mostly positive (8 out of 10). It included a nice sidebar on how you could make a web browser in 6 steps, with screenshots. However, the text of the review was often steeped in the "BASIC is only for kids/noobs" mentality, and I think that affected its final score. Here is the Condensed Version, with one sentence per paragraph. The author of the original review was Paul Hudson, and the below are a reflection of his opinions and not my own. ================================================== Reviews: Gambas He really thinks Pascal is the ideal language for beginners. You may think BASIC is good if you're a beginner, but someday you'll grow up. Microsoft made Visual Basic popular, though, and now there's a project to make a Linux equivalent. Gambas compensates for BASIC's non-graphical nature differently than VB, with a KDE interface designer. It has a new project wizard, but it doesn't generate any skeleton code. It has a lot of controls but is missing a few he likes, and it isn't totally integrated with KDE. Gambas handles its object orientation much better than VB. Gambas makes tiny intepreted executables and has a ton of components to add functionality. Its interface is disorganized, and the mascot is even more useless than Clippy. The editor is impressive, but there's no boldface text in the Tooltips. There are things he thinks are missing from Gambas, but it's not far from being great. BASIC sucks, and there's no way to use a different language with the Gambas IDE. He'd compare it to VB4, and "can't imagine creating serious applications with it." ================================================== There you go. One weird thing is that under "Value for Money" Gambas scored only 7 out of 10. There are a lot of free programs that have the "Value for Money" category and I haven't seen a single one of them hit 10/10. Does that mean the reviewer feels he'd need to be paid before using said software? ;) All kidding aside, though, I agree with some of his criticisms (the mascot, the multi-window interface, the need to eventually have skeleton code for new projects) and think others are off the mark (it looks like he thinks any app that uses Qt is automatically a KDE application, and he seems afraid of BASIC to begin with. Wonder why they didn't load up the Runtime Revolution review a couple months ago with similar caveats.) On a final note, the guys over at gpwiki.org, in the forums are pretty interested in using Gambas with SDL to make Linux (and eventually, crossplatform) games. Anyone working on SDL games in Gambas should make an announcement over there when you have something worth showing.... I plan to. Rob From jcostello at ...903... Wed Mar 23 17:26:51 2005 From: jcostello at ...903... (jcostello at ...903...) Date: Wed, 23 Mar 2005 13:26:51 -0300 Subject: [Gambas-user] =?iso-8859-1?Q?RE:[Gambas-user]=20Release=20of=20gambas2-1.9.4?= Message-ID: <20050323132651.8E69E3A9.CEC51A52@...915...> Benoit, Where is the link to download the latest development version? Thanks. Juan -- Mensaje Original -- Enviado por: Benoit Minisini Fecha: 23/03/2005 13:20:28 Para: ; T?tulo: [Gambas-user] Release of gambas2-1.9.4 At least, here is a new release of gambas development version! The source package has been completely reorganized. Now, almost each component has its own source sub-package independent from the others. This has two drawbacks: the source package is bigger (more than 7 Mb), and is slower to compile. Use ./configure -C to speed-up the configure process a little bit. Components now can be written in Gambas too: look in the comp directory for the gb.settings component. GTK+, SDL and ODBC components has been updated. Andrea, I added your name to the hall of fame! Read the ChangeLog for more details... HOW TO MAKE COMPONENTS WRITTEN IN GAMBAS ? The IDE has no complete support for writing components at the moment. Just create a normal project with the IDE, and add the 'EXPORT' keyword at the beginning of the classes that will be exported by the component. You can create a startup class/module to help debugging your component. Then, when the project is compiled, an '.info' and a '.list' files are created in the project directory. To install the component: 1) Make an executable, and copy it into the gambas component directory (/usr/local/lib/gambas2 by default). Give the executable the name of the component followed by the '.gambas' extension. You must be root. 2) Copy the '.info' and '.list' files into the gambas information directory (/usr/local/share/gambas2/info by default). Rename them by adding the component name at their beginning. 3) Create a .component file with all needed information in it, and copy it into the gambas component directory. For example, look at the 'gb.settings' project in the 'comp' source directory: you will find a gb.settings.component inside the project, and in the Makefile.am, you will find directives for installing the 'gb.settings' executable, the .info file, the .list files and the component file. WHAT ARE THE CHANGES FOR COMPONENT DEVELOPERS ? They must merge their own sources with those including in this release, so that they have the same organization. In the Makefile.am, the $(pkg*) variables must be replaced by $(gb*) variables. A component source directory is a complete autoconf package now: developers should read the autoconf manual: http://www.gnu.org/software/autoconf/manual/autoconf.pdf For example, the changelog file is required, must be named 'ChangeLog' and is located in the root directory of the component sources. Actually, developers just have to work with the 'src' subdirectory of the component package. Some components need some include files for other components. Look in 'gb.qt.kde' to see how I deal with that. You will see some 'gambas.h' in the root directory, and a 'share' subdirectory that contains other include files. These files are not copies on my own machine, they are symbolic links to the real files. If a developer need to share an include file between two component sources packages, tell me, and I will create the needed symbolic links on my machine. Can anybody tell me if CVS behaves correctly with symbolic links ? Note that the .component file format will change in the future. TRY IT! I hope I didn't break too many things... :-) -- Benoit Minisini mailto:gambas at ...1... ------------------------------------------------------- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user __________________________________________________ Datafull - 100% Internet Gratis http://www.datafull.com From lordheavy at ...512... Wed Mar 23 17:54:14 2005 From: lordheavy at ...512... (Laurent Carlier) Date: Wed, 23 Mar 2005 17:54:14 +0100 Subject: [Gambas-user] RE:[Gambas-user] Release of gambas2-1.9.4 In-Reply-To: <20050323132651.8E69E3A9.CEC51A52@...915...> References: <20050323132651.8E69E3A9.CEC51A52@...915...> Message-ID: <200503231754.14865.lordheavy@...512...> Le Mercredi 23 Mars 2005 17:26, jcostello at ...903... a ?crit?: > Benoit, > > Where is the link to download the latest development version? > > Thanks. > Here : http://gambas.sourceforge.net/gambas2-1.9.4.tar.bz2 -- Laurent Carlier From zjimward at ...626... Wed Mar 23 18:50:25 2005 From: zjimward at ...626... (Jim Ward) Date: Wed, 23 Mar 2005 11:50:25 -0600 Subject: [Gambas-user] Gambas on cover of Linux Format #64 (March) In-Reply-To: <200503230944.29925.sourceforge-raindog2@...94...> References: <200503230944.29925.sourceforge-raindog2@...94...> Message-ID: <888242c1050323095031a7155a@...627...> I'm always suprised at how many people consider basic a toy language. I've had some pretty massive manufacturing account systems running un BASIC, as well as a host of other enterprise worthy packages. I've used lots of breeds of BASIC, Pascal, COBOL and some C and Java, but for doing prototypes and standard applications BASIC has a place. No offense, because C is great for standard applications too and BASIC is hardly the systems development tool of choice. For the past 5 years I've tried to let people know that Linux needs a BASIC development tool and am glad that GAMBAS is finally here. Keep up the great work guys. It appears people are beginning to pay attention. Regards, Jim On Wed, 23 Mar 2005 09:44:29 -0500, Rob wrote: > Second try.... the first time I sent this it vanished into the ether. > > As people have previously reported, there's a review of Gambas in the > current Linux Format. I was surprised when I finally got my copy (in > the US, we get it rather late) to see a Gambas 1.0.1 screenshot on > the cover disc and a mention of it ("Visual Basic meets its match in > Gambas") on the cover itself. The magazine is mostly blue this month > with a large STOP sign (as in, "Stop paying for software!"), and the > featured app on the cover discs is a full install of NetBSD. It's > the March issue, LXF64. > > The review itself, on pages 28 and 29, was mixed, but mostly positive > (8 out of 10). It included a nice sidebar on how you could make a > web browser in 6 steps, with screenshots. However, the text of the > review was often steeped in the "BASIC is only for kids/noobs" > mentality, and I think that affected its final score. Here is the > Condensed Version, with one sentence per paragraph. The author of > the original review was Paul Hudson, and the below are a reflection > of his opinions and not my own. > > ================================================== > > Reviews: Gambas > > He really thinks Pascal is the ideal language for beginners. You may > think BASIC is good if you're a beginner, but someday you'll grow up. > Microsoft made Visual Basic popular, though, and now there's a > project to make a Linux equivalent. > > Gambas compensates for BASIC's non-graphical nature differently than > VB, with a KDE interface designer. It has a new project wizard, but > it doesn't generate any skeleton code. It has a lot of controls but > is missing a few he likes, and it isn't totally integrated with KDE. > Gambas handles its object orientation much better than VB. > > Gambas makes tiny intepreted executables and has a ton of components > to add functionality. Its interface is disorganized, and the mascot > is even more useless than Clippy. The editor is impressive, but > there's no boldface text in the Tooltips. There are things he thinks > are missing from Gambas, but it's not far from being great. BASIC > sucks, and there's no way to use a different language with the Gambas > IDE. He'd compare it to VB4, and "can't imagine creating serious > applications with it." > > ================================================== > > There you go. One weird thing is that under "Value for Money" Gambas > scored only 7 out of 10. There are a lot of free programs that have > the "Value for Money" category and I haven't seen a single one of > them hit 10/10. Does that mean the reviewer feels he'd need to be > paid before using said software? ;) > > All kidding aside, though, I agree with some of his criticisms (the > mascot, the multi-window interface, the need to eventually have > skeleton code for new projects) and think others are off the mark (it > looks like he thinks any app that uses Qt is automatically a KDE > application, and he seems afraid of BASIC to begin with. Wonder why > they didn't load up the Runtime Revolution review a couple months ago > with similar caveats.) > > On a final note, the guys over at gpwiki.org, in the forums are pretty > interested in using Gambas with SDL to make Linux (and eventually, > crossplatform) games. Anyone working on SDL games in Gambas should > make an announcement over there when you have something worth > showing.... I plan to. > > Rob > > ------------------------------------------------------- > This SF.net email is sponsored by: 2005 Windows Mobile Application Contest > Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones > for the chance to win $25,000 and application distribution. Enter today at > http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From mrbits at ...927... Wed Mar 23 19:05:09 2005 From: mrbits at ...927... (MrBiTs) Date: Wed, 23 Mar 2005 15:05:09 -0300 Subject: [Gambas-user] Gambas on cover of Linux Format #64 (March) In-Reply-To: <888242c1050323095031a7155a@...627...> Message-ID: <20050323180234.6C83C3C01B@...928...> /* I'm always suprised at how many people consider basic a toy language. I've had some pretty massive manufacturing account systems running un BASIC, as well as a host of other enterprise worthy packages. I've used lots of breeds of BASIC, Pascal, COBOL and some C and Java, but for doing prototypes and standard applications BASIC has a place. No offense, because C is great for standard applications too and BASIC is hardly the systems development tool of choice. For the past 5 years I've tried to let people know that Linux needs a BASIC development tool and am glad that GAMBAS is finally here. Keep up the great work guys. It appears people are beginning to pay attention. */ I agree... I write BASIC code ( from rom-basic of Z-80 processors to ms-visual-basic ) since 1982. In my last days writing BASIC programs, I wrote lot of codes to connect the VB programs into DB2 databases running in IBM Mainframes. These programs are up and running today :) I'm very happy to know GAMBAS. As I said in Gambas-devel list, I'm really in love with GAMBAS, and porting some applications and "OO-VB-CODE" to GAMBAS. CheerS From zjimward at ...626... Wed Mar 23 19:13:54 2005 From: zjimward at ...626... (Jim Ward) Date: Wed, 23 Mar 2005 12:13:54 -0600 Subject: [Gambas-user] strange problem with NOT In-Reply-To: <200503221056.11551.gambas@...1...> References: <423B2332.1010504@...142...> <200503211529.29687.sourceforge-raindog2@...94...> <423F8DD3.6020206@...142...> <200503221056.11551.gambas@...1...> Message-ID: <888242c10503231013558919e7@...627...> I did some checking and found the following when running this code snippet in PowerBASIC. (My BASIC of choice when I have to be stuck with Windows.) The result was: x = 1 NOT x = 0 returned TRUE NOT (x = 0) returned TRUE x = 0 x = 0 returned TRUE On Tue, 22 Mar 2005 10:56:11 +0100, Benoit Minisini wrote: > On Tuesday 22 March 2005 04:15, Jean-Francois Perreault wrote: > > Rob wrote: > > >On Monday 21 March 2005 15:10, Jean-Francois Perreault wrote: > > >>IF (b <> 0) AND (c > d) THEN > > >>then both expression are evaluated before the AND , causing a > > >>performance penalty > > > > > >Are you sure it has to be that way? I'm pretty sure Perl's short > > >circuiting, when confronted with > > > > > >if (($b != 0) && ($c > $d)) { > > > > > >would evaluate "$b != 0" and then stop if it were false. > > > > > >Rob > > > > I haven't tried , but I'd guess that no , unless it's a hack because () > > has the highest priority , even over + and - > > > > but does gambas implement short circuiting > > No. But this is planned. Read the TODO file! > > > and expression evaluation > > re-ordering optimisations ? > > No optimization of expressions. > > -- > Benoit Minisini > mailto:gambas at ...1... > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From eeller at ...826... Wed Mar 23 19:45:32 2005 From: eeller at ...826... (Eldon Eller) Date: Wed, 23 Mar 2005 10:45:32 -0800 Subject: [Gambas-user] Question re control groups In-Reply-To: <888242c1050323095031a7155a@...627...> References: <200503230944.29925.sourceforge-raindog2@...94...> <888242c1050323095031a7155a@...627...> Message-ID: <4241B94C.4080102@...826...> I am writing a little mickey-mouse application with a bunch of buttons collected in a control group. I have no problem writing a handler for buttons in the group (using LAST), but I want to do something else. How do I write a sub to change the text (or other property) of each button in the group? It probably is documented somewhere, but I cannot find it. If someone could point me in the right direction, or tell me how to do it, I would be forever in your debt. Tnx, EEE > > From francesco.difusco at ...69... Wed Mar 23 20:55:38 2005 From: francesco.difusco at ...69... (francesco) Date: Wed, 23 Mar 2005 20:55:38 +0100 Subject: [Gambas-user] Unable to install packages created with Gambas Message-ID: <200503232055.38361.francesco.difusco@...69...> HI, I am not able to installe packages created with Gambas, 1.0.4, and I get this error (I translate from Italian): Some packages couldn't be installed ide-nasm-0.0-5mdk.noarch (for it isn't satisfied gambas-gb-qt-editor[<= 1.0]) Do you confirm? I tried to create packages with the latest Gambas, but I always get the same error messages. How could I solve the problem Francesco From sourceforge-raindog2 at ...94... Wed Mar 23 21:49:01 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 23 Mar 2005 15:49:01 -0500 Subject: [Gambas-user] mandrake 10.1 packages of 1.0.4 Message-ID: <200503231549.01388.sourceforge-raindog2@...94...> Sorry about the delay... http://www.kudla.org/index.php?wl_mode=more&wl_eid=74 Rob From softwareservices at ...221... Wed Mar 23 22:38:18 2005 From: softwareservices at ...221... (Helmut Seidel) Date: Wed, 23 Mar 2005 22:38:18 +0100 Subject: [Gambas-user] compiling gambas 1.9.4 on fedora core 3 Message-ID: <4241E1CA.5020203@...221...> hello everybody, i'd like to compile gambas 1.9.4 on my fedora core 3 machine. but somehow i'm not too successful: first i got loads of errors for odbc. i overcame this by installing the devel-packages. now i get the messages for postgresql - this time all dev-packages are installed. did anybody succed in compiling on fedora core 3, can anybody help? thanks helmut From girardhenri at ...67... Wed Mar 23 22:46:28 2005 From: girardhenri at ...67... (Henri Girard) Date: Wed, 23 Mar 2005 22:46:28 +0100 Subject: [Gambas-user] compiling gambas 1.9.4 on fedora core 3 References: <4241E1CA.5020203@...221...> Message-ID: I first had same problems... and suddenly i don't know why after few trials it worked :) i had to reinstall fc3 yesterday i will try again to see if i can compile gambas 2.. The only thing i did i think it's i update all packages with yum ! good luck : if tomorow i have time i will compile gambas 2 and tell you what happened... i only use mysql not postgres but it did work Henri ----- Original Message ----- From: "Helmut Seidel" To: Sent: Wednesday, March 23, 2005 10:38 PM Subject: [Gambas-user] compiling gambas 1.9.4 on fedora core 3 > hello everybody, > > i'd like to compile gambas 1.9.4 on my fedora core 3 machine. but > somehow i'm not too successful: first i got loads of errors for odbc. i > overcame this by installing the devel-packages. now i get the messages > for postgresql - this time all dev-packages are installed. > > did anybody succed in compiling on fedora core 3, can anybody help? > > thanks helmut > > > ------------------------------------------------------- > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 > Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows > Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register > by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From Karl.Reinl at ...9... Wed Mar 23 22:48:15 2005 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Wed, 23 Mar 2005 22:48:15 +0100 Subject: [Gambas-user] Components can be written in Gambas (gambas2-1.9.4 - 23 Feb 2005) Message-ID: <200503232248.15571.Karl.Reinl@...9...> Salut Benoit, that sounds good, will have a go. Amicalment Charlie From jcostello at ...903... Wed Mar 23 23:32:40 2005 From: jcostello at ...903... (jcostello at ...903...) Date: Wed, 23 Mar 2005 19:32:40 -0300 Subject: [Gambas-user] =?iso-8859-1?Q?RE:[Gambas-user]=20Question=20re=20control=20groups?= Message-ID: <20050323193240.F4577CBC.AFEEE3B1@...915...> Eldon, You can write a handler for each button in the group. I have done them for processes writing a handler for each one. The trick is with the sentence Object.Attach. Here I copy what the help says: (FROM SHELL TOPIC in Gambas Help) "Differences from VB Unlike the VB Shell command, which returns a process ID and relies on the programmer to make API calls to control the process, the Gambas Shell function optionally returns a Process object (if called with the AS parameter) which can be used to directly kill or otherwise control the spawned process. Additionally, the process may be run synchronously or asynchronously, in contrast to the VB equivalent. Tip: You may have noticed that all Process events fire the same event handlers, namely Process_Read, Process_Kill, etc. You can differentiate between processes in two ways: Make each Process object global to your class and go "IF LAST.Id = Process1.Id THEN..." Use Object.Attach to redirect its events to a different set of handlers " I recommend the last option. I believe that writing the name of the control plus the "_" plus the event name would do it. For example: say the button is named "Button1". Inside the help appear the following events: Click DblClick Drag DragMove Drop Enter GotFocus KeyPress KeyRelease Leave LostFocus Menu MouseDown MouseMove MouseUp MouseWheel and, if you want to write to change the Text property when the user clicks the button then the sub can be: PUBLIC SUB Button1_Click() Button1.Text = "Hi, I have changed" ... ... ... here goes all the code you want ... ... END Of course, I have done it with an event of the same control, but as you know you can do it with events from another controls, it is limited by your imagination. I hope this was useful. Any doubt please tell me. Cheers. Juan __________________________________________________ Datafull - 100% Internet Gratis http://www.datafull.com From sevek at ...929... Thu Mar 24 06:04:13 2005 From: sevek at ...929... (sevek) Date: Wed, 23 Mar 2005 21:04:13 -0800 Subject: [Gambas-user] cannot find mysql driver, error In-Reply-To: <20050323193240.F4577CBC.AFEEE3B1@...915...> References: <20050323193240.F4577CBC.AFEEE3B1@...915...> Message-ID: <42424A4D.50902@...929...> Hi, im new in gambas. And need some help. i need make a connection to mysql on my application, this is the code: PUBLIC FUNCTION star_conn(name AS String) AS Boolean TRY Conn.Close WITH conn .Type = dbtype .Host = host .Login = login .Password = passwd END WITH Conn.Name = name Conn.Open CATCH Message.Error(Error.Text) END i have this error in the conn.open line, "cannot find the mysql driver" i using the --with-mysql-includes and --with-mysql-libraries, when i try to compile an error succed. then i just configure with --with-mysql-libraries i read in some place somethig about mysql developer libraries, but i cant find it. where can be downloaded? thank! from argentina. From girardhenri at ...67... Thu Mar 24 09:12:09 2005 From: girardhenri at ...67... (GH) Date: Thu, 24 Mar 2005 09:12:09 +0100 Subject: [Gambas-user] i think there is a problem with last g2 bz2 Message-ID: gambas2-1.9.4 can't discompressed till the end... i downloaded 3 times and always the same ? fin pr?matur?e rencontr?e dans l'archive ! hope it's not from me ? Henri -------------- next part -------------- An HTML attachment was scrubbed... URL: From girardhenri at ...67... Thu Mar 24 09:31:37 2005 From: girardhenri at ...67... (GH) Date: Thu, 24 Mar 2005 09:31:37 +0100 Subject: [Gambas-user] ok for downloading gambas2 Message-ID: sorry but i had to do it 6 times... i guess it's a problem either from my provider or from fc3... Henri -------------- next part -------------- An HTML attachment was scrubbed... URL: From girardhenri at ...67... Thu Mar 24 10:04:52 2005 From: girardhenri at ...67... (GH) Date: Thu, 24 Mar 2005 10:04:52 +0100 Subject: [Gambas-user] Fw: log Message-ID: Here is the compilation unsuccess of g2 any ideas ? fc3 Henri -------------------------------------------------------------------------------- main.c: In function `query_init': main.c:638: warning: 'current' might be used uninitialized in this function main.c: In function `table_index': main.c:1172: warning: control reaches end of non-void function main.c: In function `table_is_system': main.c:1488: warning: control reaches end of non-void function main.c: In function `field_info': main.c:1801: warning: control reaches end of non-void function main.c: In function `index_exist': main.c:1894: warning: control reaches end of non-void function main.c: In function `index_list': main.c:1917: warning: control reaches end of non-void function main.c: In function `index_info': main.c:1939: warning: control reaches end of non-void function main.c: In function `index_delete': main.c:1960: warning: control reaches end of non-void function main.c: In function `index_create': main.c:1982: warning: control reaches end of non-void function main.c: In function `database_exist': main.c:2001: warning: control reaches end of non-void function main.c: In function `database_list': main.c:2024: warning: control reaches end of non-void function main.c: In function `database_is_system': main.c:2085: warning: control reaches end of non-void function main.c: At top level: main.c:138: warning: 'conv_boolean' defined but not used main.c:269: warning: 'query_get_param' defined but not used /bin/sh ../libtool --mode=link gcc -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -o gb.db.odbc.la -rpath /usr/local/lib/gambas2 -module -no-undefined main.lo -lc -lodbc gcc -shared .libs/main.o -lc -lodbc -Wl,-soname -Wl,gb.db.odbc.so.0 -o libs/gb.db.odbc.so.0.0.0 (cd .libs && rm -f gb.db.odbc.so.0 && ln -s gb.db.odbc.so.0.0.0 gb.db.odbc.so.0)(cd .libs && rm -f gb.db.odbc.so && ln -s gb.db.odbc.so.0.0.0 gb.db.odbc.so) creating gb.db.odbc.la (cd .libs && rm -f gb.db.odbc.la && ln -s ../gb.db.odbc.la gb.db.odbc.la) make[3]: Entering directory `/root/gambas2/gb.db.odbc/src' make[3]: Rien ? faire pour ?? install-exec-am ??. test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2" /bin/sh ../libtool --mode=install /usr/bin/install -c 'gb.db.odbc.la' '/usr/local/lib/gambas2/gb.db.odbc.la' /usr/bin/install -c .libs/gb.db.odbc.so.0.0.0 /usr/local/lib/gambas2/gb.db.odbc.so.0.0.0 (cd /usr/local/lib/gambas2 && rm -f gb.db.odbc.so.0 && ln -s gb.db.odbc.so.0.0.0 gb.db.odbc.so.0) (cd /usr/local/lib/gambas2 && rm -f gb.db.odbc.so && ln -s gb.db.odbc.so.0.0.0 gb.db.odbc.so) /usr/bin/install -c .libs/gb.db.odbc.lai /usr/local/lib/gambas2/gb.db.odbc.la PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2 ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/gambas2 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Leaving directory `/root/gambas2/gb.db.odbc/src' make[2]: Leaving directory `/root/gambas2/gb.db.odbc/src' make[2]: Entering directory `/root/gambas2/gb.db.odbc' make[3]: Entering directory `/root/gambas2/gb.db.odbc' make[3]: Rien ? faire pour ?? install-exec-am ??. make[3]: Rien ? faire pour ?? install-data-am ??. make[3]: Leaving directory `/root/gambas2/gb.db.odbc' make[2]: Leaving directory `/root/gambas2/gb.db.odbc' make[1]: Leaving directory `/root/gambas2/gb.db.odbc' Making install in gb.db.postgresql make[1]: Entering directory `/root/gambas2/gb.db.postgresql' Making install in src make[2]: Entering directory `/root/gambas2/gb.db.postgresql/src' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/pgsql/server/ -I/usr/include/pgsql/server/catalog/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/pgsql/server/ -I/usr/include/pgsql/server/catalog/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o main.c: In function `table_exist': main.c:1040: warning: unused variable `query74' /bin/sh ../libtool --mode=link gcc -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -o gb.db.postgresql.la -rpath /usr/local/lib/gambas2 -module -no-undefined main.lo -lc -lpq gcc -shared .libs/main.o -lc -lpq -Wl,-soname -Wl,gb.db.postgresql.so.0 -o libs/gb.db.postgresql.so.0.0.0 (cd .libs && rm -f gb.db.postgresql.so.0 && ln -s gb.db.postgresql.so.0.0.0 gb.db.postgresql.so.0) (cd .libs && rm -f gb.db.postgresql.so && ln -s gb.db.postgresql.so.0.0.0 gb.db.postgresql.so) creating gb.db.postgresql.la (cd .libs && rm -f gb.db.postgresql.la && ln -s ../gb.db.postgresql.la gb.db.postgresql.la) make[3]: Entering directory `/root/gambas2/gb.db.postgresql/src' make[3]: Rien ? faire pour ?? install-exec-am ??. test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2" /bin/sh ../libtool --mode=install /usr/bin/install -c 'gb.db.postgresql.la' '/usr/local/lib/gambas2/gb.db.postgresql.la' /usr/bin/install -c .libs/gb.db.postgresql.so.0.0.0 /usr/local/lib/gambas2/gb.db.postgresql.so.0.0.0 (cd /usr/local/lib/gambas2 && rm -f gb.db.postgresql.so.0 && ln -s gb.db.postgresql.so.0.0.0 gb.db.postgresql.so.0) (cd /usr/local/lib/gambas2 && rm -f gb.db.postgresql.so && ln -s gb.db.postgresql.so.0.0.0 gb.db.postgresql.so) /usr/bin/install -c .libs/gb.db.postgresql.lai /usr/local/lib/gambas2/gb.db.postgresql.la PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2 ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/gambas2 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Leaving directory `/root/gambas2/gb.db.postgresql/src' make[2]: Leaving directory `/root/gambas2/gb.db.postgresql/src' make[2]: Entering directory `/root/gambas2/gb.db.postgresql' make[3]: Entering directory `/root/gambas2/gb.db.postgresql' make[3]: Rien ? faire pour ?? install-exec-am ??. make[3]: Rien ? faire pour ?? install-data-am ??. make[3]: Leaving directory `/root/gambas2/gb.db.postgresql' make[2]: Leaving directory `/root/gambas2/gb.db.postgresql' make[1]: Leaving directory `/root/gambas2/gb.db.postgresql' Making install in gb.db.sqlite make[1]: Entering directory `/root/gambas2/gb.db.sqlite' Making install in src make[2]: Entering directory `/root/gambas2/gb.db.sqlite/src' if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c ain.cpp -fPIC -DPIC -o .libs/main.o In file included from dataset.h:38, from sqlitedataset.h:33, from main.cpp:40: qry_dat.h:38:20: sqlite.h: No such file or directory In file included from dataset.h:38, from sqlitedataset.h:33, from main.cpp:40: qry_dat.h:225: error: ISO C++ forbids declaration of `sqlite' with no type qry_dat.h:225: error: expected `;' before '*' token In file included from sqlitedataset.h:33, from main.cpp:40: dataset.h:72: warning: `class Database' has virtual functions but non-virtual destructor dataset.h:158: warning: `class Dataset' has virtual functions but non-virtual destructor In file included from main.cpp:40: sqlitedataset.h:71: error: ISO C++ forbids declaration of `sqlite' with no type sqlitedataset.h:71: error: expected `;' before '*' token sqlitedataset.h:84: error: ISO C++ forbids declaration of `sqlite' with no type sqlitedataset.h:84: error: expected `;' before '*' token sqlitedataset.h:86: error: expected `;' before "virtual" sqlitedataset.h:68: warning: `class SqliteDatabase' has virtual functions but non-virtual destructor sqlitedataset.h:129: error: ISO C++ forbids declaration of `sqlite' with no typesqlitedataset.h:129: error: expected `;' before '*' token sqlitedataset.h:121: warning: `class SqliteDataset' has virtual functions but non-virtual destructor main.cpp: In function `long int db_version()': main.cpp:546: error: `sqlite_version' undeclared (first use this function) main.cpp:546: error: (Each undeclared identifier is reported only once for each function it appears in.) main.cpp: In function `void* open_database(DB_DESC*, char**)': main.cpp:628: error: `sqlite_encoding' undeclared (first use this function) make[2]: *** [main.lo] Erreur 1 make[2]: Leaving directory `/root/gambas2/gb.db.sqlite/src' make[1]: *** [install-recursive] Erreur 1 make[1]: Leaving directory `/root/gambas2/gb.db.sqlite' make: *** [install-recursive] Erreur 1 [root at ...930... gambas2]# gambas bash: gambas: command not found [root at ...930... gambas2]# cd /usr/local/bin/ [root at ...930... bin]# dir [root at ...930... bin]# gambas2 bash: gambas2: command not found [root at ...930... bin]# ./gambas2 bash: ./gambas2: Aucun fichier ou r??pertoire de ce type [root at ...930... bin]# dir [root at ...930... bin]# cd /root [root at ...930... ~]# dir anaconda-ks.cfg gambas2-1.9.4.tar.bz2 install.log.syslog RPM-GPG-KEY.dag.txt Desktop ID.jpg kde gambas2 install.log passport.jpg [root at ...930... ~]# cd gambas2 [root at ...930... gambas2]# make install Making install in gb.compress.bzlib2 make[1]: Entering directory `/root/gambas2/gb.compress.bzlib2' Making install in src make[2]: Entering directory `/root/gambas2/gb.compress.bzlib2/src' make[3]: Entering directory `/root/gambas2/gb.compress.bzlib2/src' make[3]: Rien ? faire pour ?? install-exec-am ??. test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2" /bin/sh ../libtool --mode=install /usr/bin/install -c 'gb.compress.bzlib2.la' '/usr/local/lib/gambas2/gb.compress.bzlib2.la' /usr/bin/install -c .libs/gb.compress.bzlib2.so.0.0.0 /usr/local/lib/gambas2/gb.compress.bzlib2.so.0.0.0 (cd /usr/local/lib/gambas2 && rm -f gb.compress.bzlib2.so.0 && ln -s gb.compress.bzlib2.so.0.0.0 gb.compress.bzlib2.so.0) (cd /usr/local/lib/gambas2 && rm -f gb.compress.bzlib2.so && ln -s gb.compress.bzlib2.so.0.0.0 gb.compress.bzlib2.so) /usr/bin/install -c .libs/gb.compress.bzlib2.lai /usr/local/lib/gambas2/gb.compress.bzlib2.la PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2 ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/gambas2 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Leaving directory `/root/gambas2/gb.compress.bzlib2/src' make[2]: Leaving directory `/root/gambas2/gb.compress.bzlib2/src' make[2]: Entering directory `/root/gambas2/gb.compress.bzlib2' make[3]: Entering directory `/root/gambas2/gb.compress.bzlib2' make[3]: Rien ? faire pour ?? install-exec-am ??. make[3]: Rien ? faire pour ?? install-data-am ??. make[3]: Leaving directory `/root/gambas2/gb.compress.bzlib2' make[2]: Leaving directory `/root/gambas2/gb.compress.bzlib2' make[1]: Leaving directory `/root/gambas2/gb.compress.bzlib2' Making install in gb.compress.zlib make[1]: Entering directory `/root/gambas2/gb.compress.zlib' Making install in src make[2]: Entering directory `/root/gambas2/gb.compress.zlib/src' make[3]: Entering directory `/root/gambas2/gb.compress.zlib/src' make[3]: Rien ? faire pour ?? install-exec-am ??. test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2" /bin/sh ../libtool --mode=install /usr/bin/install -c 'gb.compress.zlib.la' '/usr/local/lib/gambas2/gb.compress.zlib.la' /usr/bin/install -c .libs/gb.compress.zlib.so.0.0.0 /usr/local/lib/gambas2/gb.compress.zlib.so.0.0.0 (cd /usr/local/lib/gambas2 && rm -f gb.compress.zlib.so.0 && ln -s gb.compress.zlib.so.0.0.0 gb.compress.zlib.so.0) (cd /usr/local/lib/gambas2 && rm -f gb.compress.zlib.so && ln -s gb.compress.zlib.so.0.0.0 gb.compress.zlib.so) /usr/bin/install -c .libs/gb.compress.zlib.lai /usr/local/lib/gambas2/gb.compress.zlib.la PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2 ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/gambas2 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Leaving directory `/root/gambas2/gb.compress.zlib/src' make[2]: Leaving directory `/root/gambas2/gb.compress.zlib/src' make[2]: Entering directory `/root/gambas2/gb.compress.zlib' make[3]: Entering directory `/root/gambas2/gb.compress.zlib' make[3]: Rien ? faire pour ?? install-exec-am ??. make[3]: Rien ? faire pour ?? install-data-am ??. make[3]: Leaving directory `/root/gambas2/gb.compress.zlib' make[2]: Leaving directory `/root/gambas2/gb.compress.zlib' make[1]: Leaving directory `/root/gambas2/gb.compress.zlib' Making install in gb.db.mysql make[1]: Entering directory `/root/gambas2/gb.db.mysql' Making install in src make[2]: Entering directory `/root/gambas2/gb.db.mysql/src' make[3]: Entering directory `/root/gambas2/gb.db.mysql/src' make[3]: Rien ? faire pour ?? install-exec-am ??. test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2" /bin/sh ../libtool --mode=install /usr/bin/install -c 'gb.db.mysql.la' '/usr/local/lib/gambas2/gb.db.mysql.la' /usr/bin/install -c .libs/gb.db.mysql.so.0.0.0 /usr/local/lib/gambas2/gb.db.mysql.so.0.0.0 (cd /usr/local/lib/gambas2 && rm -f gb.db.mysql.so.0 && ln -s gb.db.mysql.so.0.0.0 gb.db.mysql.so.0) (cd /usr/local/lib/gambas2 && rm -f gb.db.mysql.so && ln -s gb.db.mysql.so.0.0.0 gb.db.mysql.so) /usr/bin/install -c .libs/gb.db.mysql.lai /usr/local/lib/gambas2/gb.db.mysql.la PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2 ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/gambas2 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Leaving directory `/root/gambas2/gb.db.mysql/src' make[2]: Leaving directory `/root/gambas2/gb.db.mysql/src' make[2]: Entering directory `/root/gambas2/gb.db.mysql' make[3]: Entering directory `/root/gambas2/gb.db.mysql' make[3]: Rien ? faire pour ?? install-exec-am ??. make[3]: Rien ? faire pour ?? install-data-am ??. make[3]: Leaving directory `/root/gambas2/gb.db.mysql' make[2]: Leaving directory `/root/gambas2/gb.db.mysql' make[1]: Leaving directory `/root/gambas2/gb.db.mysql' Making install in gb.db.odbc make[1]: Entering directory `/root/gambas2/gb.db.odbc' Making install in src make[2]: Entering directory `/root/gambas2/gb.db.odbc/src' make[3]: Entering directory `/root/gambas2/gb.db.odbc/src' make[3]: Rien ? faire pour ?? install-exec-am ??. test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2" /bin/sh ../libtool --mode=install /usr/bin/install -c 'gb.db.odbc.la' '/usr/local/lib/gambas2/gb.db.odbc.la' /usr/bin/install -c .libs/gb.db.odbc.so.0.0.0 /usr/local/lib/gambas2/gb.db.odbc.so.0.0.0 (cd /usr/local/lib/gambas2 && rm -f gb.db.odbc.so.0 && ln -s gb.db.odbc.so.0.0.0 gb.db.odbc.so.0) (cd /usr/local/lib/gambas2 && rm -f gb.db.odbc.so && ln -s gb.db.odbc.so.0.0.0 gb.db.odbc.so) /usr/bin/install -c .libs/gb.db.odbc.lai /usr/local/lib/gambas2/gb.db.odbc.la PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2 ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/gambas2 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Leaving directory `/root/gambas2/gb.db.odbc/src' make[2]: Leaving directory `/root/gambas2/gb.db.odbc/src' make[2]: Entering directory `/root/gambas2/gb.db.odbc' make[3]: Entering directory `/root/gambas2/gb.db.odbc' make[3]: Rien ? faire pour ?? install-exec-am ??. make[3]: Rien ? faire pour ?? install-data-am ??. make[3]: Leaving directory `/root/gambas2/gb.db.odbc' make[2]: Leaving directory `/root/gambas2/gb.db.odbc' make[1]: Leaving directory `/root/gambas2/gb.db.odbc' Making install in gb.db.postgresql make[1]: Entering directory `/root/gambas2/gb.db.postgresql' Making install in src make[2]: Entering directory `/root/gambas2/gb.db.postgresql/src' make[3]: Entering directory `/root/gambas2/gb.db.postgresql/src' make[3]: Rien ? faire pour ?? install-exec-am ??. test -z "/usr/local/lib/gambas2" || mkdir -p -- . "/usr/local/lib/gambas2" /bin/sh ../libtool --mode=install /usr/bin/install -c 'gb.db.postgresql.la' '/usr/local/lib/gambas2/gb.db.postgresql.la' /usr/bin/install -c .libs/gb.db.postgresql.so.0.0.0 /usr/local/lib/gambas2/gb.db.postgresql.so.0.0.0 (cd /usr/local/lib/gambas2 && rm -f gb.db.postgresql.so.0 && ln -s gb.db.postgresql.so.0.0.0 gb.db.postgresql.so.0) (cd /usr/local/lib/gambas2 && rm -f gb.db.postgresql.so && ln -s gb.db.postgresql.so.0.0.0 gb.db.postgresql.so) /usr/bin/install -c .libs/gb.db.postgresql.lai /usr/local/lib/gambas2/gb.db.postgresql.la PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/gambas2 ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/gambas2 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Leaving directory `/root/gambas2/gb.db.postgresql/src' make[2]: Leaving directory `/root/gambas2/gb.db.postgresql/src' make[2]: Entering directory `/root/gambas2/gb.db.postgresql' make[3]: Entering directory `/root/gambas2/gb.db.postgresql' make[3]: Rien ? faire pour ?? install-exec-am ??. make[3]: Rien ? faire pour ?? install-data-am ??. make[3]: Leaving directory `/root/gambas2/gb.db.postgresql' make[2]: Leaving directory `/root/gambas2/gb.db.postgresql' make[1]: Leaving directory `/root/gambas2/gb.db.postgresql' Making install in gb.db.sqlite make[1]: Entering directory `/root/gambas2/gb.db.sqlite' Making install in src make[2]: Entering directory `/root/gambas2/gb.db.sqlite/src' if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c ain.cpp -fPIC -DPIC -o .libs/main.o In file included from dataset.h:38, from sqlitedataset.h:33, from main.cpp:40: qry_dat.h:38:20: sqlite.h: No such file or directory In file included from dataset.h:38, from sqlitedataset.h:33, from main.cpp:40: qry_dat.h:225: error: ISO C++ forbids declaration of `sqlite' with no type qry_dat.h:225: error: expected `;' before '*' token In file included from sqlitedataset.h:33, from main.cpp:40: dataset.h:72: warning: `class Database' has virtual functions but non-virtual destructor dataset.h:158: warning: `class Dataset' has virtual functions but non-virtual destructor In file included from main.cpp:40: sqlitedataset.h:71: error: ISO C++ forbids declaration of `sqlite' with no type sqlitedataset.h:71: error: expected `;' before '*' token sqlitedataset.h:84: error: ISO C++ forbids declaration of `sqlite' with no type sqlitedataset.h:84: error: expected `;' before '*' token sqlitedataset.h:86: error: expected `;' before "virtual" sqlitedataset.h:68: warning: `class SqliteDatabase' has virtual functions but non-virtual destructor sqlitedataset.h:129: error: ISO C++ forbids declaration of `sqlite' with no typesqlitedataset.h:129: error: expected `;' before '*' token sqlitedataset.h:121: warning: `class SqliteDataset' has virtual functions but non-virtual destructor main.cpp: In function `long int db_version()': main.cpp:546: error: `sqlite_version' undeclared (first use this function) main.cpp:546: error: (Each undeclared identifier is reported only once for each function it appears in.) main.cpp: In function `void* open_database(DB_DESC*, char**)': main.cpp:628: error: `sqlite_encoding' undeclared (first use this function) make[2]: *** [main.lo] Erreur 1 make[2]: Leaving directory `/root/gambas2/gb.db.sqlite/src' make[1]: *** [install-recursive] Erreur 1 make[1]: Leaving directory `/root/gambas2/gb.db.sqlite' make: *** [install-recursive] Erreur 1 [root at ...930... gambas2]# [root at ...930... gambas2]# cat>> g2.log dir [root at ...930... gambas2]# dir acinclude.m4 config.log gb.db.mysql gb.qt.kde Makefile.in aclocal.m4 config.status gb.db.odbc gb.sdl missing app config.sub gb.db.postgresql gb.xml NEWS AUTHORS configure gb.db.sqlite help README ChangeLog configure.ac gb.gtk INSTALL README.DEBIAN comp COPYING gb.net install-sh README.REDHAT config.guess g2.log gb.net.curl main stamp-h1 config.h gb.compress.bzlib2 gb.pcre Makefile TODO config.h.in gb.compress.zlib gb.qt Makefile.am [root at ...930... gambas2]# -------------- next part -------------- A non-text attachment was scrubbed... Name: g2.log Type: application/octet-stream Size: 25784 bytes Desc: not available URL: From girardhenri at ...67... Thu Mar 24 10:11:13 2005 From: girardhenri at ...67... (GH) Date: Thu, 24 Mar 2005 10:11:13 +0100 Subject: [Gambas-user] sqlite problems Message-ID: I have not sqlite on my fc3 i am installing it and will compile back -------------- next part -------------- An HTML attachment was scrubbed... URL: From na2492 at ...9... Thu Mar 24 10:31:05 2005 From: na2492 at ...9... (Charlie Reinl) Date: Thu, 24 Mar 2005 10:31:05 00100 Subject: [Gambas-user] ok for downloading gambas2 Message-ID: <424288d9.18b2.0@...9...> > >sorry but i had to do it 6 times... >i guess it's a problem either from my provider or from fc3... >Henri Salut Henri, you are not the only one, I didn't count how many times I started the download, but it took me 1.5 h in time to finish it. Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From gambas at ...1... Thu Mar 24 11:33:55 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 24 Mar 2005 11:33:55 +0100 Subject: [Gambas-user] Question re control groups In-Reply-To: <4241B94C.4080102@...826...> References: <200503230944.29925.sourceforge-raindog2@...94...> <888242c1050323095031a7155a@...627...> <4241B94C.4080102@...826...> Message-ID: <200503241133.55691.gambas@...1...> On Wednesday 23 March 2005 19:45, Eldon Eller wrote: > I am writing a little mickey-mouse application with a bunch of buttons > collected in a control group. I have no problem writing a handler for > buttons in the group (using LAST), but I want to do something else. How > do I write a sub to change the text (or other property) of each button > in the group? It probably is documented somewhere, but I cannot find it. > If someone could point me in the right direction, or tell me how to do > it, I would be forever in your debt. Tnx, EEE > Debt ? Money ? :-) You can put all your buttons in a container, and iterate this container to get all its children: DIM hButton AS Button FOR EACH hButton IN MyContainer.Children hButton.Text = "Hello" NEXT -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Thu Mar 24 11:36:49 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 24 Mar 2005 11:36:49 +0100 Subject: [Gambas-user] Fw: log In-Reply-To: References: Message-ID: <200503241136.49235.gambas@...1...> On Thursday 24 March 2005 10:04, GH wrote: > Here is the compilation unsuccess of g2 > any ideas ? > fc3 > Henri > It seems to be a problem with gcc version. Which one do you use ? -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Thu Mar 24 11:37:29 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 24 Mar 2005 11:37:29 +0100 Subject: [Gambas-user] sqlite problems In-Reply-To: References: Message-ID: <200503241137.29215.gambas@...1...> On Thursday 24 March 2005 10:11, GH wrote: > I have not sqlite on my fc3 > i am installing it and will compile back So it is not a problem with gcc version :-) Next time I will read the mail entirely! -- Benoit Minisini mailto:gambas at ...1... From scatman_ at ...17... Thu Mar 24 13:29:19 2005 From: scatman_ at ...17... (scatman) Date: Thu, 24 Mar 2005 13:29:19 +0100 Subject: [Gambas-user] gambas2-1.9.4 Error Message-ID: <200503241329.20318.scatman_@...17...> Hello, i am Compiled gambas successfully. But if i start, gambas tells me the following Error. ERROR: #2: Cannot load class 'Settings': Unable to load class file QPaintDevice: Must construct a QApplication before a QPaintDevice System: Debian SID/Sarge kde 3.4 gcc (GCC) 3.3.5 (Debian 1:3.3.5-12) -- scatman From girardhenri at ...67... Thu Mar 24 13:47:26 2005 From: girardhenri at ...67... (Henri Girard) Date: Thu, 24 Mar 2005 13:47:26 +0100 Subject: [Gambas-user] Fw: log References: <200503241136.49235.gambas@...1...> Message-ID: 3.3.3 but i hadn't all sqlite lib i make distclean and installed all the libs and it works now thanks Henri ----- Original Message ----- From: "Benoit Minisini" To: Sent: Thursday, March 24, 2005 11:36 AM Subject: Re: [Gambas-user] Fw: log > On Thursday 24 March 2005 10:04, GH wrote: > > Here is the compilation unsuccess of g2 > > any ideas ? > > fc3 > > Henri > > > > It seems to be a problem with gcc version. Which one do you use ? > > -- > Benoit Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 > Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows > Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register > by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From girardhenri at ...67... Thu Mar 24 13:58:02 2005 From: girardhenri at ...67... (Henri Girard) Date: Thu, 24 Mar 2005 13:58:02 +0100 Subject: [Gambas-user] ok for downloading gambas2 References: <424288d9.18b2.0@...9...> Message-ID: Salut Charlie :) i was only wondering if the link wasn't dead... but everything is ok now compiled fine... cheers Henri ----- Original Message ----- From: "Charlie Reinl" To: Sent: Thursday, March 24, 2005 10:31 AM Subject: Re: [Gambas-user] ok for downloading gambas2 > > > >sorry but i had to do it 6 times... > >i guess it's a problem either from my provider or from fc3... > >Henri > > Salut Henri, > > you are not the only one, I didn't count how many times I started the download, > but it took me 1.5 h in time to finish it. > > Amicalment > Charlie > * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * > > > ------------------------------------------------------- > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 > Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows > Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register > by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From strusberg at ...931... Thu Mar 24 10:17:17 2005 From: strusberg at ...931... (R. Strusberg) Date: Thu, 24 Mar 2005 10:17:17 +0100 Subject: [Gambas-user] ok for downloading gambas2 In-Reply-To: References: Message-ID: <4242859D.1020802@...931...> Hi, Maybe the problems is in the Gambas download hosting. I had problems like that treating download more than three times from differents ISPs. We need to setup new Gambas mirrors for help the project. Now it is more important because the project it is growing and getting critical mass. Ricardo Strusberg GH wrote: > sorry but i had to do it 6 times... > i guess it's a problem either from my provider or from fc3... > Henri From na2492 at ...9... Thu Mar 24 15:25:37 2005 From: na2492 at ...9... (Charlie Reinl) Date: Thu, 24 Mar 2005 15:25:37 00100 Subject: [Gambas-user] Gambas in german Linux-user mag. Message-ID: <4242cde1.2e79.0@...9...> Salut, here is the link to read (in german) about gambas . http://www.linux-user.de/ausgabe/2005/04/066-gambas/index.html Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From sevek at ...929... Thu Mar 24 20:57:21 2005 From: sevek at ...929... (SeveK) Date: Thu, 24 Mar 2005 11:57:21 -0800 (PST) Subject: [Gambas-user] ok for downloading gambas2 (new copy) In-Reply-To: References: <424288d9.18b2.0@...9...> Message-ID: <2829.200.49.66.35.1111694241.squirrel@...932...> Hi, i uploaded a copy of gambas2 to my personal web server. If somebody need it, can be downloaded from: http://www.darkplace.ath.cx/gambas2-1.9.4.tar.tar bye From strusberg at ...931... Thu Mar 24 11:54:51 2005 From: strusberg at ...931... (R. Strusberg) Date: Thu, 24 Mar 2005 11:54:51 +0100 Subject: [Gambas-user] ok for downloading gambas2 (new copy) In-Reply-To: <2829.200.49.66.35.1111694241.squirrel@...932...> References: <424288d9.18b2.0@...9...> <2829.200.49.66.35.1111694241.squirrel@...932...> Message-ID: <42429C7B.5000801@...931...> Hi Also, I am going to install a copy of gambas2 in our Latinux server http://download.latinux.org/index.php/Download/gambas2-1.9.4.tar.bz2 However I would like have the MD5 gambas2 file to check that I have the right file. If we will have many Gambas mirrors then we need the original MD5 to check it. R. Strusberg SeveK wrote: >Hi, i uploaded a copy of gambas2 to my personal web server. If somebody >need it, can be downloaded from: > >http://www.darkplace.ath.cx/gambas2-1.9.4.tar.tar > >bye > > > >------------------------------------------------------- >This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 >Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows >Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register >by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > From gambas at ...1... Thu Mar 24 17:00:44 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 24 Mar 2005 17:00:44 +0100 Subject: [Gambas-user] ok for downloading gambas2 (new copy) In-Reply-To: <42429C7B.5000801@...931...> References: <424288d9.18b2.0@...9...> <2829.200.49.66.35.1111694241.squirrel@...932...> <42429C7B.5000801@...931...> Message-ID: <200503241700.44209.gambas@...1...> On Thursday 24 March 2005 11:54, R. Strusberg wrote: > Hi > > Also, I am going to install a copy of gambas2 in our Latinux server > > http://download.latinux.org/index.php/Download/gambas2-1.9.4.tar.bz2 > > However I would like have the MD5 gambas2 file to check that I have the > right file. If we will have many Gambas mirrors then we need the > original MD5 to check it. > > R. Strusberg > Here it is: aef0fdf4e6a1e2c0bf3f27cde37e6bb3 gambas2-1.9.4.tar.bz2 -- Benoit Minisini mailto:gambas at ...1... From strusberg at ...931... Thu Mar 24 12:01:44 2005 From: strusberg at ...931... (R. Strusberg) Date: Thu, 24 Mar 2005 12:01:44 +0100 Subject: [Gambas-user] ok for downloading gambas2 (new copy) In-Reply-To: <42429C7B.5000801@...931...> References: <424288d9.18b2.0@...9...> <2829.200.49.66.35.1111694241.squirrel@...932...> <42429C7B.5000801@...931...> Message-ID: <42429E18.4070004@...931...> Upps. Sorry the right URL is: http://download.latinux.org/Download/gambas2-1.9.4.tar.bz2 R. Strusberg R. Strusberg wrote: > Hi > > Also, I am going to install a copy of gambas2 in our Latinux server > > http://download.latinux.org/index.php/Download/gambas2-1.9.4.tar.bz2 > > However I would like have the MD5 gambas2 file to check that I have > the right file. If we will have many Gambas mirrors then we need the > original MD5 to check it. > > R. Strusberg > > SeveK wrote: > >> Hi, i uploaded a copy of gambas2 to my personal web server. If somebody >> need it, can be downloaded from: >> >> http://www.darkplace.ath.cx/gambas2-1.9.4.tar.tar >> >> bye >> >> >> >> ------------------------------------------------------- >> This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon >> 2005 >> Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows >> Embedded(r) & Windows Mobile(tm) platforms, applications & content. >> Register >> by 3/29 & save $300 >> http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> > > > > ------------------------------------------------------- > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 > Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows > Embedded(r) & Windows Mobile(tm) platforms, applications & content. > Register > by 3/29 & save $300 > http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From strusberg at ...931... Thu Mar 24 12:11:15 2005 From: strusberg at ...931... (R. Strusberg) Date: Thu, 24 Mar 2005 12:11:15 +0100 Subject: [Gambas-user] ok for downloading gambas2 (new copy) In-Reply-To: <200503241700.44209.gambas@...1...> References: <424288d9.18b2.0@...9...> <2829.200.49.66.35.1111694241.squirrel@...932...> <42429C7B.5000801@...931...> <200503241700.44209.gambas@...1...> Message-ID: <4242A053.1060901@...931...> Perfect!. Ok. We have two "mirrors" for Gambas2: http://www.darkplace.ath.cx/gambas2-1.9.4.tar.tar (Personal Web server of SeveK) http://download.latinux.org/Download/gambas2-1.9.4.tar.bz2 (Latinux Download Server) The MD5 check is aef0fdf4e6a1e2c0bf3f27cde37e6bb3 gambas2-1.9.4.tar.bz2 Thanks Benoit and SeveK R. Strusberg Benoit Minisini wrote: >On Thursday 24 March 2005 11:54, R. Strusberg wrote: > > >>Hi >> >>Also, I am going to install a copy of gambas2 in our Latinux server >> >>http://download.latinux.org/index.php/Download/gambas2-1.9.4.tar.bz2 >> >>However I would like have the MD5 gambas2 file to check that I have the >>right file. If we will have many Gambas mirrors then we need the >>original MD5 to check it. >> >>R. Strusberg >> >> >> > >Here it is: > >aef0fdf4e6a1e2c0bf3f27cde37e6bb3 gambas2-1.9.4.tar.bz2 > > > From sourceforge-raindog2 at ...94... Thu Mar 24 17:30:05 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 24 Mar 2005 11:30:05 -0500 Subject: [Gambas-user] ok for downloading gambas2 In-Reply-To: <4242859D.1020802@...931...> References: <4242859D.1020802@...931...> Message-ID: <200503241130.06419.sourceforge-raindog2@...94...> On Thursday 24 March 2005 04:17, R. Strusberg wrote: > Maybe the problems is in the Gambas download hosting. I had > problems like that treating download more than three times from > differents ISPs. We need to setup new Gambas mirrors for help the > project. Now it is more important because the project it is growing Well, Gambas is hosted on Sourceforge, so I assume Benoit could start uploading the tarballs to the Files section of the gambas project. That way, Sourceforge would do the mirroring automatically.... It would mean banner ads and not being able to just wget the file anymore, but it is an option if manually updating mirrors becomes a problem. Rob From eeller at ...826... Thu Mar 24 17:48:57 2005 From: eeller at ...826... (Eldon Eller) Date: Thu, 24 Mar 2005 08:48:57 -0800 Subject: [Gambas-user] Question re control groups In-Reply-To: <200503241133.55691.gambas@...1...> References: <200503230944.29925.sourceforge-raindog2@...94...> <888242c1050323095031a7155a@...627...> <4241B94C.4080102@...826...> <200503241133.55691.gambas@...1...> Message-ID: <4242EF79.6000204@...826...> Tnx Benoit. That is just what I wanted. I am forever in your debt--forever. I don't intend to pay off my debt. :-) EEE Benoit Minisini wrote: >On Wednesday 23 March 2005 19:45, Eldon Eller wrote: > > >>I am writing a little mickey-mouse application with a bunch of buttons >>collected in a control group. I have no problem writing a handler for >>buttons in the group (using LAST), but I want to do something else. How >>do I write a sub to change the text (or other property) of each button >>in the group? It probably is documented somewhere, but I cannot find it. >>If someone could point me in the right direction, or tell me how to do >>it, I would be forever in your debt. Tnx, EEE >> >> >> > >Debt ? Money ? :-) > >You can put all your buttons in a container, and iterate this container to get >all its children: > >DIM hButton AS Button > >FOR EACH hButton IN MyContainer.Children > hButton.Text = "Hello" >NEXT > > > From genone at ...89... Thu Mar 24 22:08:08 2005 From: genone at ...89... (Marius Mauch) Date: Thu, 24 Mar 2005 22:08:08 +0100 Subject: [Gambas-user] ok for downloading gambas2 In-Reply-To: <200503241130.06419.sourceforge-raindog2@...94...> References: <4242859D.1020802@...931...> <200503241130.06419.sourceforge-raindog2@...94...> Message-ID: <20050324220808.22fd6f98@...388...> On Thu, 24 Mar 2005 11:30:05 -0500 Rob wrote: > Well, Gambas is hosted on Sourceforge, so I assume Benoit could start > uploading the tarballs to the Files section of the gambas project. > That way, Sourceforge would do the mirroring automatically.... > > It would mean banner ads and not being able to just wget the file > anymore, but it is an option if manually updating mirrors becomes a > problem. You can still wget files from SF, just need to specify a specific mirror to fetch from. Marius -- Public Key at http://www.genone.de/info/gpg-key.pub In the beginning, there was nothing. And God said, 'Let there be Light.' And there was still nothing, but you could see a bit better. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From christian.faurebouvard at ...357... Thu Mar 24 19:59:47 2005 From: christian.faurebouvard at ...357... (Christian Faure) Date: Thu, 24 Mar 2005 15:59:47 -0300 Subject: [Gambas-user] Re: Release of gambas2-1.9.4 In-Reply-To: <200503230934.50386.sourceforge-raindog2@...94...> References: <200503231420.28852.gambas@...1...> <200503230934.50386.sourceforge-raindog2@...94...> Message-ID: <200503241559.47689.christian.faurebouvard@...357...> On Wednesday 23 March 2005 08:20, Benoit Minisini wrote: > At least, here is a new release of gambas development version! ... > TRY IT! Thanks Beno?t It work well!!! Objects inherited from Collection works as expected. Now i'm writing a component... Tanks again! From zjimward at ...626... Thu Mar 24 22:14:48 2005 From: zjimward at ...626... (Jim Ward) Date: Thu, 24 Mar 2005 15:14:48 -0600 Subject: [Gambas-user] DatePicker, Forms, Passing Data Message-ID: <888242c1050324131475261547@...627...> I'm not sure this is the place I should really be asking this question. I'm still trying to learn all this object stuff and am not sure how to retrieve my data from the DatePicker, which is on it's on form to resemble a popup window, and bring the value back to the main form. Of course, I'll also have to decide if the user also picked ok or cancel, but that's another story entirely. Can any one help me. Thanks in advance. Regards, Jim -------------- next part -------------- A non-text attachment was scrubbed... Name: msj-1.0.1.tar.gz Type: application/x-gzip Size: 780 bytes Desc: not available URL: From francesco.difusco at ...69... Fri Mar 25 08:36:06 2005 From: francesco.difusco at ...69... (francesco) Date: Fri, 25 Mar 2005 08:36:06 +0100 Subject: [Gambas-user] Sorry if I ask it again Message-ID: <200503250836.06225.francesco.difusco@...69...> I have a problem creating rpm packages with Gambas, or, after I have creaed them, I am not able to install them. A message warns me that: << Some packages couldn't be installed "name fo the package" (for it isn't satisfied gambas-gb-qt-editor[<=1-0]) Do you confirm? >> I don't know how to solve the problem, in the previous version of gambas, 0.98, it worked fine. Thanks From sourceforge-raindog2 at ...94... Fri Mar 25 14:56:10 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 25 Mar 2005 08:56:10 -0500 Subject: [Gambas-user] Sorry if I ask it again In-Reply-To: <200503250836.06225.francesco.difusco@...69...> References: <200503250836.06225.francesco.difusco@...69...> Message-ID: <200503250856.10947.sourceforge-raindog2@...94...> On Friday 25 March 2005 02:36, francesco wrote: > I have a problem creating rpm packages with Gambas, or, after I > have creaed them, I am not able to install them. A message warns me > that: > Some packages couldn't be installed > "name fo the package" (for it isn't satisfied > gambas-gb-qt-editor[<=1-0]) What distribution are you using, and which version of Gambas did you use to make the packages? That was a bug that got fixed in a recent release, I don't remember which one specifically. Rob From francesco.difusco at ...69... Fri Mar 25 15:14:53 2005 From: francesco.difusco at ...69... (francesco) Date: Fri, 25 Mar 2005 15:14:53 +0100 Subject: [Gambas-user] Sorry if I ask it again In-Reply-To: <200503250856.10947.sourceforge-raindog2@...94...> References: <200503250836.06225.francesco.difusco@...69...> <200503250856.10947.sourceforge-raindog2@...94...> Message-ID: <200503251514.53914.francesco.difusco@...69...> Alle 14:56, venerd? 25 marzo 2005, Rob ha scritto: > On Friday 25 March 2005 02:36, francesco wrote: > > I have a problem creating rpm packages with Gambas, or, after I > > have creaed them, I am not able to install them. A message warns me > > that: > > Some packages couldn't be installed > > "name fo the package" (for it isn't satisfied > > gambas-gb-qt-editor[<=1-0]) > > What distribution are you using, and which version of Gambas did you > use to make the packages? That was a bug that got fixed in a recent > release, I don't remember which one specifically. I am using Gambas 1.0.4 and/or Gambas 2 (1.9.3), but I am not able to use packages I create. On the other hand, I was unable to install the latest Gambas, 1.9.4. I use Mandrake 10.1 Francesco From christian.faurebouvard at ...357... Fri Mar 25 15:00:22 2005 From: christian.faurebouvard at ...357... (Christian Faure) Date: Fri, 25 Mar 2005 11:00:22 -0300 Subject: [Gambas-user] Re: Release of gambas2-1.9.4 In-Reply-To: <200503241559.47689.christian.faurebouvard@...357...> References: <200503231420.28852.gambas@...1...> <200503230934.50386.sourceforge-raindog2@...94...> <200503241559.47689.christian.faurebouvard@...357...> Message-ID: <200503251100.22439.christian.faurebouvard@...357...> Minor problem with xml component: renamed files: gb.xml.info to gb.xml.libxml.info gb.xml.list to gb.xml.libxml.list to load xml component. Regards, Christian From ulisse at ...933... Fri Mar 25 18:38:11 2005 From: ulisse at ...933... (ulisse) Date: Fri, 25 Mar 2005 18:38:11 +0100 Subject: [Gambas-user] Problems in translation Message-ID: <200503251838.11799.ulisse@...933...> I started a couple of weeks ago developing an application with Gambas and the tool is so good that after some days I was in production. Now... I'm facing the following issue. I started developing it in italian but made the project translatable. I added english (both "common" and "en_US"). Anyway I'm not able to start it in the US language even setting lang on bash. I succeded only starting from the development environment of gambas. So, probably I don't understand the dinamic. 1) Is the language inserted in the executable file? Or have I to make a package? 2) In add, how can I switch during runtime the language? Thanks a lot Luigi From christian.faurebouvard at ...357... Fri Mar 25 19:55:13 2005 From: christian.faurebouvard at ...357... (Christian Faure) Date: Fri, 25 Mar 2005 15:55:13 -0300 Subject: [Gambas-user] gambas2-1.9.4, Component creation In-Reply-To: <200503251100.22439.christian.faurebouvard@...357...> References: <200503231420.28852.gambas@...1...> <200503241559.47689.christian.faurebouvard@...357...> <200503251100.22439.christian.faurebouvard@...357...> Message-ID: <200503251555.14076.christian.faurebouvard@...357...> Hi Beno?t, Create component from a class works ok! how to create a component from an inherited qt class? how to create a component from a form? i get this error message when loading my component with form or inherits: CClassInfo._new.25 Not an object Regards, Christian From zjimward at ...626... Fri Mar 25 22:36:05 2005 From: zjimward at ...626... (Jim Ward) Date: Fri, 25 Mar 2005 15:36:05 -0600 Subject: [Gambas-user] A bug or just not understanding Message-ID: <888242c105032513367eab2e13@...627...> It dawned on me how to pass data from the second from back to the first. (Just trying to over think things by letting object bother me. *duh*) Any way the following: STATIC PUBLIC FUNCTION Run(OPTIONAL dCurDate AS Date = Now()) AS Date Give me an error message which says: Missing AS When I change it to: STATIC PUBLIC FUNCTION Run(OPTIONAL dCurDate AS String = "") AS Date Everything works fine. Now maybe only strings and numeric types are allowed as optional variables, but it would be nice to pass dates in this manner also. I'm hoping this is just a bug which i've found. If not, please let me know the proper synax which I should be using. Thanks. I've attached the full project for testing and making sure I didn't make a big mistake. Regards, Jim -------------- next part -------------- A non-text attachment was scrubbed... Name: msj-1.0.1.tar.gz Type: application/x-gzip Size: 1117 bytes Desc: not available URL: From fidojones at ...805... Fri Mar 25 23:41:29 2005 From: fidojones at ...805... (Lorenzo Tejera) Date: Fri, 25 Mar 2005 22:41:29 +0000 Subject: [Gambas-user] Re: Strange Event situation with a window destroyed In-Reply-To: <200503211746.59248.gambas@...1...> References: <27ad0d1a05032108402b16e976@...627...> <200503211746.59248.gambas@...1...> Message-ID: <200503252241.29530.fidojones@...805...> Ok here it's the application , if you open Button "Ventas" and close the window by closing the X button or cliking "Ventas" again, gambas report error an close program. I debuged it and window close very well but when windows it's closed it regenerated a lostfocus in a textbox (that work very well if window is opened logically) event that not should execute it....if object is destroyed... database tiendagest.sql is include for mysql. Also if you could add a feature to next version of gambas to make when you click an Item in listbox and if you click again the selected item it not generate a new click event...(I would be grateful ). Thanks Lorenzo Tejera El Lunes, 21 de Marzo de 2005 16:46, Benoit Minisini escribi?: > On Monday 21 March 2005 17:40, Lorenzo Tejera wrote: > > Why when I destroyed a window > > Example > > > > gFrmDevolucion.Close > > gFrmDevolucion.Delete > > gFrmDevolucion=NULL > > > > When the windows is closing y and object is deleted, some text box > > with the lost focus event continue executing and obiously the program > > crash...... > > > > I solved reading a boolean if form is open or not, it's correct this > > situation? > > You must send me your project, and explain how to reproduce the crash, so > that I understand what happens, see how to workaround the problem, and > eventually fix the bug if it is a bug! > > Thanks in advance. > > Regards, -------------- next part -------------- A non-text attachment was scrubbed... Name: tiendagest-0.0.8.tar.gz Type: application/x-tgz Size: 89499 bytes Desc: not available URL: From softwareservices at ...221... Sat Mar 26 14:20:03 2005 From: softwareservices at ...221... (Helmut Seidel) Date: Sat, 26 Mar 2005 14:20:03 +0100 Subject: [Gambas-user] re. compiling gambas 1.9.4 on fedora core 3 Message-ID: <42456183.9080007@...221...> hello again, i tried to compile gambas 1.9.4 on my suse 9.2. machine to the same result as on my fedora machine. did anybody succeed so far in compiling this version? thanks helmut hello everybody, i'd like to compile gambas 1.9.4 on my fedora core 3 machine. but somehow i'm not too successful: first i got loads of errors for odbc. i overcame this by installing the devel-packages. now i get the messages for postgresql - this time all dev-packages are installed. did anybody succed in compiling on fedora core 3, can anybody help? thanks helmut From christian.faurebouvard at ...357... Sat Mar 26 10:37:39 2005 From: christian.faurebouvard at ...357... (Christian Faure) Date: Sat, 26 Mar 2005 06:37:39 -0300 Subject: [Gambas-user] Re: re. compiling gambas 1.9.4 on fedora core 3 In-Reply-To: <42456183.9080007@...221...> References: <42456183.9080007@...221...> Message-ID: <200503260637.39625.christian.faurebouvard@...357...> Hello, In SuSE 9.2: success removing odbc from makefile. is a suse 9.1 upgraded to 9.2 (devel packages from suse 9.1) Regards, Christian From girardhenri at ...67... Sat Mar 26 14:51:56 2005 From: girardhenri at ...67... (Henri Girard) Date: Sat, 26 Mar 2005 14:51:56 +0100 Subject: [Gambas-user] re. compiling gambas 1.9.4 on fedora core 3 References: <42456183.9080007@...221...> Message-ID: I compiled successfully 1.9.4 on fedora core 3 I installed it with 6.7 Gb all the distrib and updated it with yum. I had a problem because sqlite wasn't install and i though it was the gcc which made it but after installing all the sqlite libs... There are now lots of libs to install that's why i installed all first and update after (after i take out docs and few things... ) but i have enaugh room on my 40 hdd... good luck :) i can upload it somewhere but i think you might have some problems if you haven't all requiered libs... Henri ----- Original Message ----- From: "Helmut Seidel" To: Sent: Saturday, March 26, 2005 2:20 PM Subject: [Gambas-user] re. compiling gambas 1.9.4 on fedora core 3 > hello again, > > i tried to compile gambas 1.9.4 on my suse 9.2. machine to the same > result as on my fedora machine. did anybody succeed so far in compiling > this version? > > thanks > helmut > > hello everybody, > > i'd like to compile gambas 1.9.4 on my fedora core 3 machine. but > somehow i'm not too successful: first i got loads of errors for odbc. i > overcame this by installing the devel-packages. now i get the messages > for postgresql - this time all dev-packages are installed. > > did anybody succed in compiling on fedora core 3, can anybody help? > > thanks helmut > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From leo.barnhoorn at ...246... Sat Mar 26 17:17:58 2005 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Sat, 26 Mar 2005 17:17:58 +0100 Subject: [Gambas-user] Gambas version 1.9.4 Message-ID: <200503261717.58571.leo.barnhoorn@...246...> Hello Benoit, Compilation of Gambas2 version 1.9.4 is OK on SuSE 9.2 The only problem is that i have to install all the devel-libs, i could not use the --disable-xxxxxxx option with configure. But it is working well no problems. Kind regards, Leo. From Karl.Reinl at ...9... Sat Mar 26 20:29:53 2005 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Sat, 26 Mar 2005 20:29:53 +0100 Subject: [Gambas-user] Now I have also gambas-1.9.4 Message-ID: <200503262029.54195.Karl.Reinl@...9...> Salut, finaly I found a way to do it. After Benoits changing last week to the configure script etc. The --disable- switch worked for the analyzing, but had noe efects during 'make'. While I'm not willing to install lib's I normaly don't need I was waiting. A few moments ago I had an Idea, configure prepares the Makefile so I had a look into, and searched for odbc . I found it in to Lines, which starts with subdir = and SUBDIR = . Followed by all the dirs with the componts for gambas, all separated in own dirs like Benoit said. I deleted (after backing up the Makefile) in both lines the dirs which contains the components I disabled by calling 'configure' , saved the changes and typed 'make' Hey it worked , make finished without an ERROR and I could type 'make install' The Ide works, but I'v tried nothing till yet. So stop downloading lib , try this way. Amicalment Charlie From Karl.Reinl at ...9... Sat Mar 26 21:03:36 2005 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Sat, 26 Mar 2005 21:03:36 +0100 Subject: [Gambas-user] Debugging gambas-source-code Message-ID: <200503262103.37048.Karl.Reinl@...9...> Salut Benoit, actually I succeted to work with Eclipse 3.0 on the gambas-sourccode. I made it to an eclipse-project and can build it form there, without any change made to the original packet from the shrine. Today I also succeted to custemize the eclipse - debugger (which use gdb) to debug gambas. But I olny can debug binaries from the project, which are gba, gbc, gbi and gbx. Not knowing gdb well, my question is, is it possible to debug components ? And if, what have I to do to have access ? If I set a breakpoint in CTableView.cpp gdb say 'No source file named CTableView.cpp. warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code.' Would be nice to have some help, about that. Send you an SnapShot Amicalment Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: UEpg010.png Type: image/png Size: 127677 bytes Desc: not available URL: From nfallo at ...734... Sat Mar 26 22:46:22 2005 From: nfallo at ...734... (Neil Fallon) Date: Sat, 26 Mar 2005 16:46:22 -0500 Subject: [Gambas-user] data Message-ID: <1111873582.5699.11.camel@...861...> Hi, I have an application that I want to put an rpm file into the executable. I dropped an rpm into the project directory and it shows up under the data folder. If I click on the file in Gambas it is presented in binary form which is what I wanted. I can't find anything in the documentation that would tell me how to read the data that is in the data section. I know how to write the file and find the system temp directory. If the binary data is already included in the project how do read it. Thank you, Neil From paulwhalley at ...43... Sat Mar 26 22:50:45 2005 From: paulwhalley at ...43... (Paul Whalley) Date: Sat, 26 Mar 2005 13:50:45 -0800 (PST) Subject: [Gambas-user] compiling 1.94 Message-ID: <20050326215046.22575.qmail@...934...> I cannot compile version 1.94 without errors related to ODBC. I have reinstalled all the database packages on my system but still cannot compile. Is there any way to disable compilation of database functions like there was with version 1.93? 1.93 still compiles properly on my system. Thanks, Paul __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From na2492 at ...9... Sat Mar 26 23:05:45 2005 From: na2492 at ...9... (Charlie Reinl) Date: Sat, 26 Mar 2005 23:05:45 00100 Subject: [Gambas-user] compiling 1.94 Message-ID: <4245dcb9.186b.0@...9...> >I cannot compile version 1.94 without errors related >to ODBC. I have reinstalled all the database packages >on my system but still cannot compile. Is there any >way to disable compilation of database functions like >there was with version 1.93? 1.93 still compiles >properly on my system. > >Thanks, >Paul Salut Paul, see my mail 'Now I have also gambas-1.9.4' from today. In gambas-1.9.4 Benoit, changed compledly the structure, this is still buggy. Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From lbaudio at ...172... Sun Mar 27 14:31:13 2005 From: lbaudio at ...172... (lbaudio) Date: Sun, 27 Mar 2005 09:31:13 -0300 Subject: [Gambas-user] Problema em Format( ) - Problem in Format ( ) Message-ID: <20050327_123113_034127.lbaudio@...172...> Estou com um problema quando vou formatar o dia da semana em Portugu?s. Ex: Format(Date, "dddd") = S?bado Retorna String com Erro -------------- next part -------------- A non-text attachment was scrubbed... Name: error.png Type: image/png Size: 37380 bytes Desc: Arquivo anexado pelo iGmail URL: From daniel.campos at ...338... Sun Mar 27 15:56:08 2005 From: daniel.campos at ...338... (Daniel Campos) Date: Sun, 27 Mar 2005 15:56:08 +0200 Subject: [Gambas-user] Problema em Format( ) - Problem in Format ( ) In-Reply-To: <20050327_123113_034127.lbaudio@...172...> References: <20050327_123113_034127.lbaudio@...172...> Message-ID: <4246BB78.6060707@...338...> lbAudio wrote (in english): There's a problem when I try to show the week day name (in Portuguese). Extrange characters are shown. --- Daniel --- This problem also happens in Spanish, as Saturday is "S?bado" both in Postuguese and Spanish. I think the problem is that Format() calls a function from glibc to obtain the week day name. This function returns the name encoded in the system charset, but in Gambas all is UTF-8. I think this is a bug, and should be fixed returning the value converted to UTF-8. Meanwhile, if this fails: Message ( Format(myDate,"dddd")) You can replace it by: Message ( Conv( Format(myDate,"dddd"),System.Charset,Desktop.Charset ) ) I think this problem can happen also in Frech with the following command: Message ( Format(myDate,"mmmm")) When month is : February, August or December (F?vrier, Ao?t or D?cembre) Regards, D. Campos From lance at ...883... Sun Mar 27 17:16:26 2005 From: lance at ...883... (Lance Beck) Date: Sun, 27 Mar 2005 09:16:26 -0600 Subject: [Gambas-user] Timer question In-Reply-To: <4246BB78.6060707@...338...> Message-ID: Hi, I have a program that uses "Timer". I understand that it shows the elapsed seconds from program start (unlike VB). If my program runs continuously, when will it overflow? Thanks, Lance From lordheavy at ...512... Sun Mar 27 17:35:40 2005 From: lordheavy at ...512... (Laurent Carlier) Date: Sun, 27 Mar 2005 16:35:40 +0100 Subject: [Gambas-user] Timer question In-Reply-To: References: Message-ID: <200503271735.41501.lordheavy@...512...> Le Dimanche 27 Mars 2005 17:16, Lance Beck a ?crit?: > Hi, > I have a program that uses "Timer". I understand that it shows the elapsed > seconds from program start (unlike VB). If my program runs continuously, > when will it overflow? > Thanks, > Lance > I guess it's store as a 32 bit value so it should restart to 0 after &hFFFFFFFF seconds -> 4294967295 seconds ! Something like 136 years ..... -- Laurent Carlier From francesco.difusco at ...69... Sun Mar 27 19:45:39 2005 From: francesco.difusco at ...69... (francesco) Date: Sun, 27 Mar 2005 19:45:39 +0200 Subject: [Gambas-user] I have developed an IDE for NASM Message-ID: <200503271945.39302.francesco.difusco@...69...> I have developed a simple visual IDE for NASM assembler, but I am unable to distribute it. I create RPM packages with Gambas 1.0.4, but when I want to install them, I get the message that gambas-runtime <=1.0 is missing. I hope someone could help me, I already have post this message, but I haven't been able to solve the problem PS. I am not able to translate my projects in other languages, a message says msg merge failed. Francesco -------------- next part -------------- A non-text attachment was scrubbed... Name: shel_console9.png Type: image/png Size: 90169 bytes Desc: not available URL: From ulisse at ...933... Sun Mar 27 19:53:26 2005 From: ulisse at ...933... (ulisse) Date: Sun, 27 Mar 2005 19:53:26 +0200 Subject: [Gambas-user] I have developed an IDE for NASM In-Reply-To: <200503271945.39302.francesco.difusco@...69...> References: <200503271945.39302.francesco.difusco@...69...> Message-ID: <200503271953.27182.ulisse@...933...> Francesco, have you installed the Gambas runtime on the target machine? You need gambas runtime + components used in development (gb.qt and so on) to start you app. The distribution file doesn't include them Hope this help Luigi Alle 19:45, domenica 27 marzo 2005, francesco ha scritto: > I have developed a simple visual IDE for NASM assembler, but I am unable to > distribute it. I create RPM packages with Gambas 1.0.4, but when I want to > install them, I get the message that gambas-runtime <=1.0 is missing. > I hope someone could help me, I already have post this message, but I > haven't been able to solve the problem > > PS. I am not able to translate my projects in other languages, a message > says msg merge failed. > > Francesco From francesco.difusco at ...69... Sun Mar 27 21:12:12 2005 From: francesco.difusco at ...69... (francesco) Date: Sun, 27 Mar 2005 21:12:12 +0200 Subject: [Gambas-user] I have developed an IDE for NASM In-Reply-To: <200503271953.27182.ulisse@...933...> References: <200503271945.39302.francesco.difusco@...69...> <200503271953.27182.ulisse@...933...> Message-ID: <200503272112.12685.francesco.difusco@...69...> Alle 19:53, domenica 27 marzo 2005, ulisse ha scritto: > Francesco, > have you installed the Gambas runtime on the target machine? > > You need gambas runtime + components used in development (gb.qt and so on) > to start you app. > > The distribution file doesn't include them > > Hope this help > > Luigi Yes, I know it, I have tried to install them on the same computer where I have developed them. Francesco From joe1962 at ...626... Wed Mar 30 11:32:05 2005 From: joe1962 at ...626... (Jose J. Rodriguez) Date: Wed, 30 Mar 2005 09:32:05 +0000 Subject: [Gambas-user] outb/inb access to hardware ports In-Reply-To: <20050120094400.M67675@...809...> References: <20050120094400.M67675@...809...> Message-ID: <200503300932.05802.joe1962@...626...> On Thursday, 20 de January de 2005 09:46 am, Alain wrote: > Greetings and salutations, Fellow Gambas users, > > I was wondering whether gambas has an equivalent for inb/outb ? > Can we read/write to hardware ports using gambas ? > > If not, is there a work-around ? > I was looking for that too, someone gave me this interesting link, but I don't know if this helps us with Gambas: http://www.faqs.org/docs/Linux-mini/IO-Port-Programming.html Bye, Jose Julio From bwells at ...475... Mon Mar 28 14:58:28 2005 From: bwells at ...475... (Brant Wells) Date: Mon, 28 Mar 2005 07:58:28 -0500 Subject: [Gambas-user] I have developed an IDE for NASM In-Reply-To: <200503271945.39302.francesco.difusco@...69...> References: <200503271945.39302.francesco.difusco@...69...> Message-ID: <200503280758.28422.bwells@...475...> Hey Francesco: What I've done, when I'm installing my RPM packages on my devolpment system, I install them without checking for dependencies (since Gambas is already loaded on the computer)... from the shell prompt, it's like this: rpm -ivh --nodeps myfile.rpm That has worked for me every time I've done it... Hope This Helps! ~Brant On Sunday 27 March 2005 12:45 pm, francesco wrote: > I have developed a simple visual IDE for NASM assembler, but I am unable to > distribute it. I create RPM packages with Gambas 1.0.4, but when I want to > install them, I get the message that gambas-runtime <=1.0 is missing. > I hope someone could help me, I already have post this message, but I > haven't been able to solve the problem > > PS. I am not able to translate my projects in other languages, a message > says msg merge failed. > > Francesco -- ~Brant Wells, Network Administrator Toccoa Falls College Toccoa Falls, GA 30598 706-886-7299 x 5413 From jtempodelphi at ...626... Mon Mar 28 15:42:28 2005 From: jtempodelphi at ...626... (jtempodelphi at ...626...) Date: Mon, 28 Mar 2005 10:42:28 -0300 Subject: [Gambas-user] suscribe Message-ID: <424809C4.8020207@...626...> From francesco.difusco at ...69... Mon Mar 28 17:23:31 2005 From: francesco.difusco at ...69... (francesco) Date: Mon, 28 Mar 2005 17:23:31 +0200 Subject: [Gambas-user] I have developed an IDE for NASM In-Reply-To: <200503280758.28422.bwells@...475...> References: <200503271945.39302.francesco.difusco@...69...> <200503280758.28422.bwells@...475...> Message-ID: <200503281723.31989.francesco.difusco@...69...> Alle 14:58, luned? 28 marzo 2005, Brant Wells ha scritto: > rpm -ivh --nodeps myfile.rpm Ok, it works now. I have been able to install my rpm package. Thanks a lot, Francesco From eeller at ...826... Mon Mar 28 21:08:07 2005 From: eeller at ...826... (Eldon Eller) Date: Mon, 28 Mar 2005 11:08:07 -0800 Subject: [Gambas-user] for XMahjongg players Message-ID: <42485617.80203@...826...> If any of you play xmahjongg (available at www.lcdf.org/~eddietwo/xmahjongg/), here is a little gambas trifle that eliminates an annoyance. Xmahjongg comes with 11 layouts and 8 tilesets, but to play anything but the default game, you have to type a bunch of stuff in a terminal window, e.g., xmahjongg -t dorothys -l arena. Here is the solution I came up with: Make a form with 11 buttons with the group property layout, and 8 buttons with the group property tileset. Set the text of each button button in the layout group to the name of a layout, and similarly with the buttons in the tileset group. Then add one more button with text "play". I have included the code because it is so short and sweet. Then edit the K menu to include xmahjongg (if you haven't already), and set the command to the name of this gambas project, not xmahjongg. When you select xmahjongg from the K menu, this little gambas project will pop up. Select the layout and tileset and press play, and, voila, up comes xmahjongg with the chosen layout and tileset. If you want to play the default game, you can just press play without selecting anything. Thank you, Benoit, and all the others who have provided this lovely plaything.. EEE ' Gambas class file 'Selects layout and tileset for XMahjongg PUBLIC layout$ AS String PUBLIC tileset$ AS String PUBLIC SUB play_Click() EXEC ["xmahjongg","-l" ,layout$,"-t",tileset$] FOR WRITE END PUBLIC SUB layout_Click() layout$=LAST.text END PUBLIC SUB TileSet_Click() tileset$=LAST.text END PUBLIC SUB Form_Open() layout$="default" tileset$="thick" END From nfallo at ...734... Mon Mar 28 22:09:30 2005 From: nfallo at ...734... (Neil Fallon) Date: Mon, 28 Mar 2005 15:09:30 -0500 Subject: [Gambas-user] cdata Message-ID: <1112040570.5592.107.camel@...861...> Hi, Can someone point me in the direction of some documentation on CDATA or an example? CDATA is not documented in the help browser. Thanks, Neil From neil at ...935... Mon Mar 28 22:19:34 2005 From: neil at ...935... (Neil Fallon) Date: Mon, 28 Mar 2005 15:19:34 -0500 Subject: [Gambas-user] cdata In-Reply-To: <1112040570.5592.107.camel@...861...> References: <1112040570.5592.107.camel@...861...> Message-ID: <1112041175.5592.112.camel@...861...> I found a link that descrives it. http://www.flightlab.com/~joe/sgml/cdata.html Neil On Mon, 2005-03-28 at 15:09 -0500, Neil Fallon wrote: > Hi, > > Can someone point me in the direction of some documentation on CDATA or > an example? CDATA is not documented in the help browser. > > Thanks, > Neil > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From joe1962 at ...626... Wed Mar 30 19:26:29 2005 From: joe1962 at ...626... (Jose J. Rodriguez) Date: Wed, 30 Mar 2005 17:26:29 +0000 Subject: [Gambas-user] tableView In-Reply-To: <200503182132.54660.gambasfr@...11...> References: <1111162615.12799.4.camel@...918...> <1111163254.25353.1.camel@...918...> <200503182132.54660.gambasfr@...11...> Message-ID: <200503301726.29557.joe1962@...626...> On Friday, 18 de March de 2005 08:32 pm, Bodard Fabien wrote: > Le vendredi 18 Mars 2005 17:27, Ulf Joksch a ?crit?: > > Hi Gilles, > > > > Am Freitag, den 18.03.2005, 11:18 -0500 schrieb Gilles Leblanc: > > > I checked the table view in the doc. It seems to be a replacement of > > > some kind for the grid. What are the reasons to use one or the other. > > > > first I used the grid. But with the grid I have nothing like a line > > Cursor to step thru the grid, so that the eye has something to > > keep on. > > > > So I wanted to use the tableView. But I didn't manage to get > > my data in. > > > > ulf > > if you have a little bit time :) > > http://www.gambasforge.net > > for tableview : > > http://www.gambasforge.net/code.php?id=31 > I've been trying to use the tableview, too, but had to use the grid so far because of not been able to get data into it. The example helps, but why on Earth isn't it possible to assign data directly to a cell without using such a roundabout way? You can do it in the Grid, why not the TableView? Bye, Joe1962 From joe1962 at ...626... Wed Mar 30 19:38:35 2005 From: joe1962 at ...626... (Jose J. Rodriguez) Date: Wed, 30 Mar 2005 17:38:35 +0000 Subject: [Gambas-user] Separate subs view Message-ID: <200503301738.35568.joe1962@...626...> Hi, Any chance of implementing a separate subroutines view a la VB with dropdown combo (or other means, sidebar, etc) to select the sub? I'm used to that way of seeing the subs and continuous view confuses me no end. Bye, Joe1962 From na2492 at ...9... Mon Mar 28 22:40:24 2005 From: na2492 at ...9... (Charlie Reinl) Date: Mon, 28 Mar 2005 22:40:24 00200 Subject: [Gambas-user] tableView Message-ID: <42486bb8.eb6.0@...9...> >On Friday, 18 de March de 2005 08:32 pm, Bodard Fabien wrote: >> Le vendredi 18 Mars 2005 17:27, Ulf Joksch a ?crit?: >> > Hi Gilles, >> > >> > Am Freitag, den 18.03.2005, 11:18 -0500 schrieb Gilles Leblanc: >> > > I checked the table view in the doc. It seems to be a replacement of >> > > some kind for the grid. What are the reasons to use one or the other. >> > >> > first I used the grid. But with the grid I have nothing like a line >> > Cursor to step thru the grid, so that the eye has something to >> > keep on. >> > >> > So I wanted to use the tableView. But I didn't manage to get >> > my data in. >> > >> > ulf >> >> if you have a little bit time :) >> >> http://www.gambasforge.net >> >> for tableview : >> >> http://www.gambasforge.net/code.php?id=31 >> > >I've been trying to use the tableview, too, but had to use the grid so far >because of not been able to get data into it. The example helps, but why on >Earth isn't it possible to assign data directly to a cell without using such >a roundabout way? You can do it in the Grid, why not the TableView? > >Bye, >Joe1962 Hey Joe ;-) you comme from future (30/03/2005) Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From joe1962 at ...626... Mon Mar 28 20:15:27 2005 From: joe1962 at ...626... (Jose J. Rodriguez) Date: Mon, 28 Mar 2005 18:15:27 +0000 Subject: [Gambas-user] tableView In-Reply-To: <42486bb8.eb6.0@...9...> References: <42486bb8.eb6.0@...9...> Message-ID: <200503281815.27345.joe1962@...626...> On Monday, 28 de March de 2005 10:40 pm, Charlie Reinl wrote: > > Hey Joe ;-) > > you comme from future (30/03/2005) > Heh! Don't know how (or when) my PC's clock went off like that :). Aufwiedersehen, Joe1962 From leo.barnhoorn at ...246... Tue Mar 29 00:30:24 2005 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Tue, 29 Mar 2005 00:30:24 +0200 Subject: [Gambas-user] Bug: Find & Replace Message-ID: <200503290030.24949.leo.barnhoorn@...246...> Hello Benoit, This is about the Gambas version 1.9.4 I think there is a BUG in the Find & Replace Class of the IDE from Gambas. I did a Find & Replace on about 256 lines of code to change ( to [ and i choose the option Procedure push the button Replace All, then it comes in an endless loop. Kind Regards, Leo. From sourceforge-raindog2 at ...94... Tue Mar 29 07:06:51 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 29 Mar 2005 00:06:51 -0500 Subject: [Gambas-user] Separate subs view In-Reply-To: <200503301738.35568.joe1962@...626...> References: <200503301738.35568.joe1962@...626...> Message-ID: <200503290006.51725.sourceforge-raindog2@...94...> On Wednesday 30 March 2005 12:38, Jose J. Rodriguez wrote: > Any chance of implementing a separate subroutines view a la VB with > dropdown combo (or other means, sidebar, etc) to select the sub? > I'm used to that way of seeing the subs and continuous view > confuses me no end. Fakebas has a combobox in each code editor's window with a list of subs and functions in it... and I think Fabien has such a list in a version of the IDE he hasn't released yet (I remember a screenshot....) Rob From gambas at ...1... Tue Mar 29 10:30:20 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 10:30:20 +0200 Subject: [Gambas-user] tableView In-Reply-To: <200503301726.29557.joe1962@...626...> References: <1111162615.12799.4.camel@...918...> <200503182132.54660.gambasfr@...11...> <200503301726.29557.joe1962@...626...> Message-ID: <200503291030.21076.gambas@...1...> On Wednesday 30 March 2005 19:26, Jose J. Rodriguez wrote: > On Friday, 18 de March de 2005 08:32 pm, Bodard Fabien wrote: > > Le vendredi 18 Mars 2005 17:27, Ulf Joksch a ?crit?: > > > Hi Gilles, > > > > > > Am Freitag, den 18.03.2005, 11:18 -0500 schrieb Gilles Leblanc: > > > > I checked the table view in the doc. It seems to be a replacement of > > > > some kind for the grid. What are the reasons to use one or the other. > > > > > > first I used the grid. But with the grid I have nothing like a line > > > Cursor to step thru the grid, so that the eye has something to > > > keep on. > > > > > > So I wanted to use the tableView. But I didn't manage to get > > > my data in. > > > > > > ulf > > > > if you have a little bit time :) > > > > http://www.gambasforge.net > > > > for tableview : > > > > http://www.gambasforge.net/code.php?id=31 > > I've been trying to use the tableview, too, but had to use the grid so far > because of not been able to get data into it. The example helps, but why on > Earth isn't it possible to assign data directly to a cell without using > such a roundabout way? You can do it in the Grid, why not the TableView? > > Bye, > Joe1962 > Because I wanted to display millions of cells in it without storing the data. Actually, the GridView and the TableView controls use the same QT widget. When I have more knowledge of what is possible in GTK+, and when the GTK+ component is stable, I will start working on QT component again, with the constraint of having the same features and behaviour as the GTK+ component. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 10:31:56 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 10:31:56 +0200 Subject: [Gambas-user] gambas2-1.9.4, Component creation In-Reply-To: <200503251555.14076.christian.faurebouvard@...357...> References: <200503231420.28852.gambas@...1...> <200503251100.22439.christian.faurebouvard@...357...> <200503251555.14076.christian.faurebouvard@...357...> Message-ID: <200503291031.56458.gambas@...1...> On Friday 25 March 2005 19:55, Christian Faure wrote: > Hi Beno?t, > Create component from a class works ok! > > how to create a component from an inherited qt class? It should work. I didn't test it yet, I want to make an example of an extended TextBox or ComboBox in the next release. > how to create a component from a form? I'm not sure to understand the question. > > i get this error message when loading my component with form or inherits: > > CClassInfo._new.25 > Not an object Send your project... > > Regards, > Christian > Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 10:33:14 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 10:33:14 +0200 Subject: [Gambas-user] Sorry if I ask it again In-Reply-To: <200503251514.53914.francesco.difusco@...69...> References: <200503250836.06225.francesco.difusco@...69...> <200503250856.10947.sourceforge-raindog2@...94...> <200503251514.53914.francesco.difusco@...69...> Message-ID: <200503291033.14643.gambas@...1...> On Friday 25 March 2005 15:14, francesco wrote: > Alle 14:56, venerd? 25 marzo 2005, Rob ha scritto: > > On Friday 25 March 2005 02:36, francesco wrote: > > > I have a problem creating rpm packages with Gambas, or, after I > > > have creaed them, I am not able to install them. A message warns me > > > that: > > > Some packages couldn't be installed > > > "name fo the package" (for it isn't satisfied > > > gambas-gb-qt-editor[<=1-0]) > > > > What distribution are you using, and which version of Gambas did you > > use to make the packages? That was a bug that got fixed in a recent > > release, I don't remember which one specifically. > > I am using Gambas 1.0.4 and/or Gambas 2 (1.9.3), but I am not able to use > packages I create. On the other hand, I was unable to install the latest > Gambas, 1.9.4. I use Mandrake 10.1 > > Francesco > Can you send me the package you created ? -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 10:35:58 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 10:35:58 +0200 Subject: [Gambas-user] Problems in translation In-Reply-To: <200503251838.11799.ulisse@...933...> References: <200503251838.11799.ulisse@...933...> Message-ID: <200503291035.58647.gambas@...1...> On Friday 25 March 2005 18:38, ulisse wrote: > I started a couple of weeks ago developing an application with Gambas and > the tool is so good that after some days I was in production. > > Now... I'm facing the following issue. > > I started developing it in italian but made the project translatable. > > I added english (both "common" and "en_US"). Anyway I'm not able to start > it in the US language even setting lang on bash. I succeded only starting > from the development environment of gambas. You must set LANG and LANGUAGES, if your system uses the LANGUAGES variable. > > So, probably I don't understand the dinamic. > > 1) Is the language inserted in the executable file? Yes it is. The '.mo' translation file is installed in /tmp when you launch the program. > Or have I to make a > package? > > 2) In add, how can I switch during runtime the language? System.Language = "..." to sets the LANG environment variable AND to switch the translation file. But you cannot use a language with Gambas if the localization files (those used by LC_* variables) are not installed. It is a glibc requirement. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 10:37:17 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 10:37:17 +0200 Subject: [Gambas-user] A bug or just not understanding In-Reply-To: <888242c105032513367eab2e13@...627...> References: <888242c105032513367eab2e13@...627...> Message-ID: <200503291037.17439.gambas@...1...> On Friday 25 March 2005 22:36, Jim Ward wrote: > It dawned on me how to pass data from the second from back to the > first. (Just trying to over think things by letting object bother me. > *duh*) Any way the following: > > STATIC PUBLIC FUNCTION Run(OPTIONAL dCurDate AS Date = Now()) AS Date > > Give me an error message which says: Missing AS > > When I change it to: > > STATIC PUBLIC FUNCTION Run(OPTIONAL dCurDate AS String = "") AS Date > > Everything works fine. Optional arguments only accept constants at the moment... Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 10:41:46 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 10:41:46 +0200 Subject: [Gambas-user] data In-Reply-To: <1111873582.5699.11.camel@...861...> References: <1111873582.5699.11.camel@...861...> Message-ID: <200503291041.46696.gambas@...1...> On Saturday 26 March 2005 22:46, Neil Fallon wrote: > Hi, > > I have an application that I want to put an rpm file into the > executable. I dropped an rpm into the project directory and it shows up > under the data folder. If I click on the file in Gambas it is presented > in binary form which is what I wanted. I can't find anything in the > documentation that would tell me how to read the data that is in the > data section. I know how to write the file and find the system temp > directory. If the binary data is already included in the project how do > read it. > > Thank you, > Neil > > Just use relative paths. They refer to the files stored in the project. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 10:47:36 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 10:47:36 +0200 Subject: [Gambas-user] Problema em Format( ) - Problem in Format ( ) In-Reply-To: <4246BB78.6060707@...338...> References: <20050327_123113_034127.lbaudio@...172...> <4246BB78.6060707@...338...> Message-ID: <200503291047.36697.gambas@...1...> On Sunday 27 March 2005 15:56, Daniel Campos wrote: > lbAudio wrote (in english): > > There's a problem when I try to show the week day name (in Portuguese). > Extrange > characters are shown. > > --- Daniel --- > > This problem also happens in Spanish, as Saturday is "S?bado" both in > Postuguese > and Spanish. > > I think the problem is that Format() calls a function from glibc to > obtain the week day > name. This function returns the name encoded in the system charset, but > in Gambas > all is UTF-8. I think this is a bug, and should be fixed returning the > value converted > to UTF-8. Meanwhile, if this fails: > > Message ( Format(myDate,"dddd")) > > You can replace it by: > > Message ( Conv( Format(myDate,"dddd"),System.Charset,Desktop.Charset ) ) > > > I think this problem can happen also in Frech with the following command: > > Message ( Format(myDate,"mmmm")) > > When month is : February, August or December (F?vrier, Ao?t or D?cembre) > > Regards, > > D. Campos > This is not a bug, but a requirement while all Linux systems are not UTF-8 based. All glibc functions work with System.Charset, all GUI functions with Desktop.Charset. At the moment, only file functions work with UTF-8 (the interpreter translates from UTF-8 to System.Charset automatically). Maybe I will simulate a complete UTF-8 system in a next version of Gambas, but this is a bit complicated. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 10:54:16 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 10:54:16 +0200 Subject: [Gambas-user] Timer question In-Reply-To: <200503271735.41501.lordheavy@...512...> References: <200503271735.41501.lordheavy@...512...> Message-ID: <200503291054.16431.gambas@...1...> On Sunday 27 March 2005 17:35, Laurent Carlier wrote: > Le Dimanche 27 Mars 2005 17:16, Lance Beck a ?crit?: > > Hi, > > I have a program that uses "Timer". I understand that it shows the > > elapsed seconds from program start (unlike VB). If my program runs > > continuously, when will it overflow? > > Thanks, > > Lance > > I guess it's store as a 32 bit value so it should restart to 0 after > &hFFFFFFFF seconds -> 4294967295 seconds ! > > Something like 136 years ..... The Timer() function is based on the gettimeofday() glibc function, that returns the number of seconds elapsed since 1/1/1970 as a 4 bytes signed integer! So there will be a problem in 2038. Stay tune for the 2038 bug ;-) Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 10:57:15 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 10:57:15 +0200 Subject: [Gambas-user] I have developed an IDE for NASM In-Reply-To: <200503271945.39302.francesco.difusco@...69...> References: <200503271945.39302.francesco.difusco@...69...> Message-ID: <200503291057.15782.gambas@...1...> On Sunday 27 March 2005 19:45, francesco wrote: > I have developed a simple visual IDE for NASM assembler, but I am unable to > distribute it. I create RPM packages with Gambas 1.0.4, but when I want to > install them, I get the message that gambas-runtime <=1.0 is missing. > I hope someone could help me, I already have post this message, but I > haven't been able to solve the problem > > PS. I am not able to translate my projects in other languages, a message > says msg merge failed. > > Francesco Argh! There is a bug in the IDE, in Package module at line 223: PRINT #hFile, "Requires: gambas-runtime >= 0.95,gambas-runtime < 1.1"; I think you see it... Just replace 1.0 by 1.1, like I did in the line 227... I will fix it in the next stable version as soon as possible. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 10:59:26 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 10:59:26 +0200 Subject: [Gambas-user] Bug: Find & Replace In-Reply-To: <200503290030.24949.leo.barnhoorn@...246...> References: <200503290030.24949.leo.barnhoorn@...246...> Message-ID: <200503291059.26265.gambas@...1...> On Tuesday 29 March 2005 00:30, Leo Barnhoorn wrote: > Hello Benoit, > > This is about the Gambas version 1.9.4 > > I think there is a BUG in the Find & Replace Class of the IDE from Gambas. > > I did a Find & Replace on about 256 lines of code to change ( to [ and i > choose the option Procedure push the button Replace All, then it comes in > an endless loop. > > Kind Regards, > Leo. > Can you send me your project where you did the find, so that I debug the IDE with it ? Logically, you should have the bug with gambas 1.0.4 too. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 11:02:12 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 11:02:12 +0200 Subject: [Gambas-user] Separate subs view In-Reply-To: <200503301738.35568.joe1962@...626...> References: <200503301738.35568.joe1962@...626...> Message-ID: <200503291102.12790.gambas@...1...> On Wednesday 30 March 2005 19:38, Jose J. Rodriguez wrote: > Hi, > > Any chance of implementing a separate subroutines view a la VB with > dropdown combo (or other means, sidebar, etc) to select the sub? I'm used > to that way of seeing the subs and continuous view confuses me no end. > > Bye, > Joe1962 > > I won't start the work on the gambas 2 IDE after the 'making component in Gambas' stuff is stable. Maybe I will make a CVS for the IDE, or a Subversion if Sourceforge switch to it. I don't know CVS well, and I think it does not behave well with binary files - and a Gambas IDE have *many* binary files. Regards, -- Benoit Minisini mailto:gambas at ...1... From francesco.difusco at ...69... Tue Mar 29 14:17:36 2005 From: francesco.difusco at ...69... (francesco) Date: Tue, 29 Mar 2005 14:17:36 +0200 Subject: [Gambas-user] I have developed an IDE for NASM In-Reply-To: <200503291057.15782.gambas@...1...> References: <200503271945.39302.francesco.difusco@...69...> <200503291057.15782.gambas@...1...> Message-ID: <200503291417.36795.francesco.difusco@...69...> > > Argh! There is a bug in the IDE, in Package module at line 223: > > PRINT #hFile, "Requires: gambas-runtime >= 0.95,gambas-runtime < 1.1"; > > I think you see it... Just replace 1.0 by 1.1, like I did in the line > 227... I will fix it in the next stable version as soon as possible. > I tried to change the line you told me, I recompiled Gambas, installed it again but I always get this message: "Some packages couldn't be installed ide-nasm-0.0-30mdk.noarch (for gambas-gb-qt[>= 1.1] isn't satisfied) do you confirm? " Francesco From gambas at ...1... Tue Mar 29 14:30:11 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 14:30:11 +0200 Subject: [Gambas-user] I have developed an IDE for NASM In-Reply-To: <200503291417.36795.francesco.difusco@...69...> References: <200503271945.39302.francesco.difusco@...69...> <200503291057.15782.gambas@...1...> <200503291417.36795.francesco.difusco@...69...> Message-ID: <200503291430.11544.gambas@...1...> On Tuesday 29 March 2005 14:17, francesco wrote: > > Argh! There is a bug in the IDE, in Package module at line 223: > > > > PRINT #hFile, "Requires: gambas-runtime >= 0.95,gambas-runtime < 1.1"; > > > > I think you see it... Just replace 1.0 by 1.1, like I did in the line > > 227... I will fix it in the next stable version as soon as possible. > > I tried to change the line you told me, I recompiled Gambas, installed it > again but I always get this message: > > "Some packages couldn't be installed > ide-nasm-0.0-30mdk.noarch (for gambas-gb-qt[>= 1.1] isn't satisfied) > do you confirm? " > > Francesco > Are you sure about your changes ? Can you send me the generated rpm ? -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 14:38:15 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 14:38:15 +0200 Subject: [Gambas-user] DatePicker, Forms, Passing Data In-Reply-To: <888242c1050324131475261547@...627...> References: <888242c1050324131475261547@...627...> Message-ID: <200503291438.15341.gambas@...1...> On Thursday 24 March 2005 22:14, Jim Ward wrote: > I'm not sure this is the place I should really be asking this > question. I'm still trying to learn all this object stuff and am not > sure how to retrieve my data from the DatePicker, which is on it's on > form to resemble a popup window, and bring the value back to the main > form. Of course, I'll also have to decide if the user also picked ok > or cancel, but that's another story entirely. Can any one help me. > Thanks in advance. > > Regards, > Jim Ha! This is one of the common beginner's problems :-) My solution is using a public variable in the form that includes the DatePicker. This variable hust holds the date selected by the user. To know if the user pressed OK or Cancel, ME.Close() can take an integer value that is returned by ShowModal(). For example, you can do ME.Close(TRUE) for OK and Me.Close(FALSE) (or Me.Close alone, this is the default) for CANCEL. Don't forget that if the user closes the form by closing the window, ShowModal() will return 0 too. Regards, -- Benoit Minisini mailto:gambas at ...1... From andre at ...923... Tue Mar 29 15:15:08 2005 From: andre at ...923... (Silveira Andre-WAS074) Date: Tue, 29 Mar 2005 10:15:08 -0300 Subject: [Gambas-user] How to change the name of an object on the fly.....? Message-ID: <49A1A42B43C2D41192CB00508BDF191209E8989F@...924...> List: Today I made a simple program, but with a lot of text boxes. I purposely left then with the default names TextBox1, TextBox2 and on. Now I don?t want to write a code line for each text box, i want to make a loop that updates the content of each one. how can I do something like this. DIM i as Integer TextBox"number".text = strdata[i] In other words. I want to replace the "number" by the content of a var, this way I could write a loop function to update all my text box. I have no Idea of how to do that. Would be something like use %s,index in c++. :) but how to do that in gambas? I heard that in MS VB you can index the text boxes and then use the index to do what I want. Is this resource avaliable in gambas? Thanks in Advance Andre Silveira From roberto.premoli at ...936... Tue Mar 29 15:42:00 2005 From: roberto.premoli at ...936... (Premoli, Roberto) Date: Tue, 29 Mar 2005 08:42:00 -0500 Subject: R: [Gambas-user] How to change the name of an object on the fly.. ...? Message-ID: >In other words. >I want to replace the "number" by the content of a var, this way I could >write a loop function to update all my text box. I have no Idea of how to >do that. >Would be something like use %s,index in c++. :) but how to do that in >gambas? >I heard that in MS VB you can index the text boxes and then use the index >to do what I want. Is this resource avaliable in gambas? >Thanks in Advance >Andre Silveira As far as i know, this feature DOESNT exist in GAMBAS :-( I regret so much this leak, because to index the objects is a SMART way to work when there are many object to manage: more, it is elegant to use a for-next cicle for a quick work on an array of objects. I hope this feature will be implemented as soon as possible. Roberto From gambas at ...1... Tue Mar 29 15:55:50 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 15:55:50 +0200 Subject: R: [Gambas-user] How to change the name of an object on the fly.. ...? In-Reply-To: References: Message-ID: <200503291555.50967.gambas@...1...> On Tuesday 29 March 2005 15:42, Premoli, Roberto wrote: > >In other words. > >I want to replace the "number" by the content of a var, this way I > > could >write a loop function to update all my text box. I have no Idea > of how to >do that. > > >Would be something like use %s,index in c++. :) but how to do that in > >gambas? > >I heard that in MS VB you can index the text boxes and then use the > > index >to do what I want. Is this resource avaliable in gambas? > > >Thanks in Advance > >Andre Silveira > > As far as i know, this feature DOESNT exist in GAMBAS :-( > I regret so much this leak, because to index the objects is a SMART way > to work when there are many object to manage: more, it is elegant to use > a for-next cicle for a quick work on an array of objects. I hope this > feature will be implemented as soon as possible. > > Roberto > I won't implement this "feature" to prevent you from writing bad code. Gambas is not Visual Basic :-) If you have many textboxes for doing the same thing, then you must not create them in the IDE, but dynamically in your code, and assign them to an array of object. You will find examples of that in this mailing-list If I remember... Regards, -- Benoit Minisini mailto:gambas at ...1... From christian.faurebouvard at ...357... Tue Mar 29 12:11:00 2005 From: christian.faurebouvard at ...357... (Christian Faure) Date: Tue, 29 Mar 2005 07:11:00 -0300 Subject: [Gambas-user] Re: gambas2-1.9.4, Component creation In-Reply-To: <200503291031.56458.gambas@...1...> References: <200503231420.28852.gambas@...1...> <200503251555.14076.christian.faurebouvard@...357...> <200503291031.56458.gambas@...1...> Message-ID: <200503290711.01216.christian.faurebouvard@...357...> El Martes, 29 de Marzo de 2005 05:31, Benoit Minisini escribi?: > On Friday 25 March 2005 19:55, Christian Faure wrote: > > Hi Beno?t, > > Create component from a class works ok! > > > > how to create a component from an inherited qt class? > > It should work. I didn't test it yet, I want to make an example of an > extended TextBox or ComboBox in the next release. Thanks Benoit, Attached file gb_comp1 is a component with an inherited text box. > > > how to create a component from a form? > > I'm not sure to understand the question. > Excuse my very bad english, I want create a visible component with one label and one textbox, to use like this: MyComp.Description="MyFieldX" ' assign to label.text MyComp.Value="MyValueX" ' assign to textbox.text In attached file gb_comp2 is an example of this "component" i want convert FContainer (a Form) to gb_comp2 (a Component ) Possible? > > i get this error message when loading my component with form or inherits: > > > > CClassInfo._new.25 > > Not an object > > Send your project... > Regards, Christian -------------- next part -------------- A non-text attachment was scrubbed... Name: gb_comp1-0.0.16.tar.gz Type: application/x-tgz Size: 2322 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: gb_comp2-0.0.1.tar.gz Type: application/x-tgz Size: 1017 bytes Desc: not available URL: From andre at ...923... Tue Mar 29 16:15:53 2005 From: andre at ...923... (Silveira Andre-WAS074) Date: Tue, 29 Mar 2005 11:15:53 -0300 Subject: R: [Gambas-user] How to change the name of an object on the f ly.. ...? Message-ID: <49A1A42B43C2D41192CB00508BDF191209E898A1@...924...> But I want then all in a specific displacement. how is it possible with dynamic allocation? Regards -----Original Message----- From: gambas-user-admin at lists.sourceforge.net [mailto:gambas-user-admin at ...574...ts.sourceforge.net] On Behalf Of Benoit Minisini Sent: ter?a-feira, 29 de mar?o de 2005 10:56 To: gambas-user at lists.sourceforge.net Subject: Re: R: [Gambas-user] How to change the name of an object on the fly.. ...? On Tuesday 29 March 2005 15:42, Premoli, Roberto wrote: > >In other words. > >I want to replace the "number" by the content of a var, this way I > > could >write a loop function to update all my text box. I have no Idea > of how to >do that. > > >Would be something like use %s,index in c++. :) but how to do that in > >gambas? I heard that in MS VB you can index the text boxes and then > >use the > > index >to do what I want. Is this resource avaliable in gambas? > > >Thanks in Advance > >Andre Silveira > > As far as i know, this feature DOESNT exist in GAMBAS :-( > I regret so much this leak, because to index the objects is a SMART > way to work when there are many object to manage: more, it is elegant > to use a for-next cicle for a quick work on an array of objects. I > hope this feature will be implemented as soon as possible. > > Roberto > I won't implement this "feature" to prevent you from writing bad code. Gambas is not Visual Basic :-) If you have many textboxes for doing the same thing, then you must not create them in the IDE, but dynamically in your code, and assign them to an array of object. You will find examples of that in this mailing-list If I remember... Regards, -- Benoit Minisini mailto:gambas at ...1... ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From ulisse at ...933... Tue Mar 29 16:25:30 2005 From: ulisse at ...933... (ulisse at ...933...) Date: Tue, 29 Mar 2005 16:25:30 +0200 Subject: [Gambas-user] Problems in translation Message-ID: <4249655a.cb.8a8.26692@...933...> Dear Benoit, thanks for your answer. I missed one important detail: The issue is in switching the language in a form. Following your help I was able to use System.Language ="..." but it worked only when I made a startup module and I set it to show the Form1 after having issued System.Language="...". Changing System.Language after having shown the form doesn't affect the form itself so: I can switch the language A) putting the LANG var or B) reading the wanted lang from .conf file (and that solve 100% my need) Still missing is how to switch lang on the fly after having started the app. Thanks again especially for explaining the internals (/tmp and glibc) Ulisse > > On Friday 25 March 2005 18:38, ulisse wrote: > > I started a couple of weeks ago developing an > > application with Gambas and the tool is so good that > after some days I was in production. > > > Now... I'm facing the following issue. > > > > I started developing it in italian but made the project > translatable. > > > I added english (both "common" and "en_US"). Anyway I'm > > not able to start it in the US language even setting > > lang on bash. I succeded only starting from the > development environment of gambas. > > You must set LANG and LANGUAGES, if your system uses the > LANGUAGES variable. > > > > > So, probably I don't understand the dinamic. > > > > 1) Is the language inserted in the executable file? > > Yes it is. The '.mo' translation file is installed in /tmp > when you launch the program. > > > Or have I to make a > > package? > > > > 2) In add, how can I switch during runtime the language? > > System.Language = "..." to sets the LANG environment > variable AND to switch the translation file. > > But you cannot use a language with Gambas if the > localization files (those used by LC_* variables) are not > installed. It is a glibc requirement. > > Regards, > > -- > Benoit Minisini > mailto:gambas at ...1... > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products > from real users. Discover which products truly live up to > the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Tue Mar 29 16:25:49 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 16:25:49 +0200 Subject: [Gambas-user] Re: gambas2-1.9.4, Component creation In-Reply-To: <200503290711.01216.christian.faurebouvard@...357...> References: <200503231420.28852.gambas@...1...> <200503291031.56458.gambas@...1...> <200503290711.01216.christian.faurebouvard@...357...> Message-ID: <200503291625.49914.gambas@...1...> On Tuesday 29 March 2005 12:11, Christian Faure wrote: > El Martes, 29 de Marzo de 2005 05:31, Benoit Minisini escribi?: > > On Friday 25 March 2005 19:55, Christian Faure wrote: > > > Hi Beno?t, > > > Create component from a class works ok! > > > > > > how to create a component from an inherited qt class? > > > > It should work. I didn't test it yet, I want to make an example of an > > extended TextBox or ComboBox in the next release. > > Thanks Benoit, > Attached file gb_comp1 is a component with an inherited text box. > > > > how to create a component from a form? > > > > I'm not sure to understand the question. > > Excuse my very bad english, > I want create a visible component with one label and one textbox, > to use like this: > MyComp.Description="MyFieldX" ' assign to label.text > MyComp.Value="MyValueX" ' assign to textbox.text > In attached file gb_comp2 is an example of this "component" > i want convert FContainer (a Form) to gb_comp2 (a Component ) > Possible? > > > > i get this error message when loading my component with form or > > > inherits: > > > > > > CClassInfo._new.25 > > > Not an object > > > > Send your project... > > Regards, > Christian A form can't be a "component". A component is a set of classes. A form is one of this classes, so I don't understand what you want to do exactly. If you want to use a form like a control of your component, of course you can: after all, Form inherits Windows that inherits Container that inherits Control. But as Form is its own event observer, it won't behave like a normal control, and so the user will be disappointed. You should inherits a container instead, and fill it with what you got in your form. Or you can use a form, but attach it to its parent to cancel the "own event observer" thing. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Mar 29 16:29:24 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 29 Mar 2005 16:29:24 +0200 Subject: [Gambas-user] Problems in translation In-Reply-To: <4249655a.cb.8a8.26692@...933...> References: <4249655a.cb.8a8.26692@...933...> Message-ID: <200503291629.24380.gambas@...1...> On Tuesday 29 March 2005 16:25, ulisse at ...933... wrote: > Dear Benoit, > thanks for your answer. > > I missed one important detail: The issue is in switching the > language in a form. > > Following your help I was able to use System.Language ="..." > but it worked only when I made a startup module and I set it > to show the Form1 after having issued System.Language="...". > > Changing System.Language after having shown the form doesn't > affect the form itself so: > I can switch the language > A) putting the LANG var or > B) reading the wanted lang from .conf file (and that solve > 100% my need) > > Still missing is how to switch lang on the fly after having > started the app. You can't, once the form is shown. You must destroy and recreate it. > > Thanks again especially for explaining the internals (/tmp > and glibc) > > Ulisse > Regards, -- Benoit Minisini mailto:gambas at ...1... From roberto.premoli at ...936... Tue Mar 29 16:51:21 2005 From: roberto.premoli at ...936... (Premoli, Roberto) Date: Tue, 29 Mar 2005 09:51:21 -0500 Subject: R: R: [Gambas-user] How to change the name of an object on the fl y.. ...? Message-ID: >> As far as i know, this feature DOESNT exist in GAMBAS :-( >> I regret so much this leak, because to index the objects is a SMART way >> to work when there are many object to manage: more, it is elegant to use >> a for-next cicle for a quick work on an array of objects. I hope this >> feature will be implemented as soon as possible. >> >> Roberto >> >I won't implement this "feature" to prevent you from writing bad code. >Gambas is not Visual Basic :-) Bad code? In my mind, a fast and elegant for-next routin is not bad code. >If you have many textboxes for doing the same thing, then you must not >create them in the IDE, Why not? It is quick and easy. >but dynamically in your code, and assign them to an array of >object. I dont see the advantage to do this... >You will find examples of that in this mailing-list If I remember... >Regards, GAMBAS is GREAT, but leak this feature is a (i duno how to tell in english) it is a way to decrease_the_value_of_a_good_sofware. Array of objects at IDE time is smart, I am sorry u will not implement it. Roberto From bernieman.tux at ...626... Tue Mar 29 18:06:31 2005 From: bernieman.tux at ...626... (BernieMan) Date: Tue, 29 Mar 2005 18:06:31 +0200 Subject: [Gambas-user] Missing KDE Components Message-ID: <42497D07.5000402@...626...> Hello All, I have a Newbie-Problem. When I try to start the examples, it says: Missing gb.qt.kde, gb.qt.kde.html I try to find those components I but had no success. I have a Debian-System. Where can I find the missing components? Thx in advance /lg bm From pvera at ...729... Tue Mar 29 18:11:03 2005 From: pvera at ...729... (Pablo Vera) Date: Tue, 29 Mar 2005 10:11:03 -0600 Subject: R: [Gambas-user] How to change the name of an object on the f ly.. ...? In-Reply-To: <49A1A42B43C2D41192CB00508BDF191209E898A1@...924...> References: <49A1A42B43C2D41192CB00508BDF191209E898A1@...924...> Message-ID: <42497E17.1030307@...729...> Silveira Andre-WAS074 wrote: > But I want then all in a specific displacement. how is it possible with dynamic allocation? > > Regards _ _ _ _ _ _ _ I needed exactly what you described, so, using the IDE, I placed all the objects where I needed them, then I wrote down all their X & Y (Left & Top) attributes and finally, I removed all those controls. I created several arrays to store the information and wrote the following code: --CODE---------------------------------------------------------------- PRIVATE Pocks AS Object[] PUBLIC SUB Form_Open() DIM X AS Integer[] DIM Y AS Integer[] DIM T AS String[] DIM L AS Label DIM I AS Integer X = [111,168,225,299,354,410,464,410,355,299,226,169,111,54] Y = [126,126,126,126,126,126,88,57,57,57,57,57,57,88] T = ["1100","1201","1302","1403","1504","1605","1006","2107", "2208","2309","2410","2511","2612","2013"] Pocks = NEW Object[] FOR I = 0 TO 13 L = NEW Label(ME) AS "lblPock" Pocks.Add(L) Pocks[I].W = 24 Pocks[I].H = 20 Pocks[I].X = X[I] Pocks[I].Y = Y[I] Pocks[I].Tag = T[I] Pocks[I].Alignment = 4 Pocks[I].Background = &HCD7B11 Pocks[I].Visible = false NEXT END --------------------------------------------------------------------- I also set the Tag property to identify them in the event handlers and all of the controls respond to the "lblPock_???" events. I hope this helps a little. Saludos, Pablo Vera From sourceforge-raindog2 at ...94... Tue Mar 29 19:06:58 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 29 Mar 2005 12:06:58 -0500 Subject: R: [Gambas-user] How to change the name of an object on the fly.. ...? In-Reply-To: References: Message-ID: <200503291206.58382.sourceforge-raindog2@...94...> On Tuesday 29 March 2005 08:42, Premoli, Roberto wrote: > As far as i know, this feature DOESNT exist in GAMBAS :-( > I regret so much this leak, because to index the objects is a SMART > way to work when there are many object to manage: more, it is > elegant to use a for-next cicle for a quick work on an array of > objects. I hope this feature will be implemented as soon as > possible. You can make your own array of controls in code.... in fact, in that VB form to Gambas translator I put out on the list, that's exactly what it does if it comes upon an array of VB controls. It adds them all to a group, and generates code in the Form_Open method of the form which creates and populates the control arrays. So you can have control arrays, but only if you create them in VB and then import them. There's no reason you can't do it in the Gambas form designer as well, except for Benoit's stubbornness ;) Rob From francesco.difusco at ...69... Tue Mar 29 21:41:08 2005 From: francesco.difusco at ...69... (francesco) Date: Tue, 29 Mar 2005 21:41:08 +0200 Subject: [Gambas-user] How do I change foreground and background color of GambasEditor control Message-ID: <200503292141.08758.francesco.difusco@...69...> Hi, How do I change foreground and background color of GambasEditor control I am unable to set the foreground color of a GambasEditor control. I want a white background and a black foreground. Francesco From na2492 at ...9... Tue Mar 29 23:29:32 2005 From: na2492 at ...9... (Charlie Reinl) Date: Tue, 29 Mar 2005 23:29:32 00200 Subject: [Gambas-user] How do I change foreground and background color of GambasEditor control Message-ID: <4249c8bc.663a.0@...9...> >Hi, > >How do I change foreground and background color of GambasEditor control > >I am unable to set the foreground color of a GambasEditor control. I want a >white background and a black foreground. > >Francesco Salut Francesco, in IDE menu Tools/Preferences Amicalment Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From christian.faurebouvard at ...357... Tue Mar 29 23:45:44 2005 From: christian.faurebouvard at ...357... (Christian Faure) Date: Tue, 29 Mar 2005 18:45:44 -0300 Subject: [Gambas-user] Re: gambas2-1.9.4, Component creation In-Reply-To: <200503291625.49914.gambas@...1...> References: <200503231420.28852.gambas@...1...> <200503290711.01216.christian.faurebouvard@...357...> <200503291625.49914.gambas@...1...> Message-ID: <200503291845.44812.christian.faurebouvard@...357...> El Martes, 29 de Marzo de 2005 11:25, Benoit Minisini escribi?: > A form can't be a "component". A component is a set of classes. A form is > one of this classes, so I don't understand what you want to do exactly. If > you want to use a form like a control of your component, of course you can: > after all, Form inherits Windows that inherits Container that inherits > Control. But as Form is its own event observer, it won't behave like a > normal control, and so the user will be disappointed. You should inherits a > container instead, and fill it with what you got in your form. Or you can > use a form, but attach it to its parent to cancel the "own event observer" > thing. > > Regards, Ok, Thanks. From m_isaac at ...689... Tue Mar 29 22:37:24 2005 From: m_isaac at ...689... (Michael Isaac) Date: Tue, 29 Mar 2005 12:37:24 -0800 Subject: [Gambas-user] Separate subs view In-Reply-To: <200503301738.35568.joe1962@...626...> References: <200503301738.35568.joe1962@...626...> Message-ID: <4249BC84.3070908@...689...> You can try it yourself. I have attached the code to one that I started a while ago. its incomplete and needs to be debugged, I was interupted sometime ago and have not been able to resume work on it. If you get it working and can manage to integrate the code with the current Gambas IDE send us all the patch. -- Michael Jose J. Rodriguez wrote: >Hi, > >Any chance of implementing a separate subroutines view a la VB with dropdown >combo (or other means, sidebar, etc) to select the sub? I'm used to that way >of seeing the subs and continuous view confuses me no end. > >Bye, >Joe1962 > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > -------------- next part -------------- A non-text attachment was scrubbed... Name: vbEditor-0.1.1.tar.gz Type: application/gzip Size: 1822 bytes Desc: not available URL: From francesco.difusco at ...69... Wed Mar 30 06:03:38 2005 From: francesco.difusco at ...69... (francesco) Date: Wed, 30 Mar 2005 06:03:38 +0200 Subject: [Gambas-user] How do I change foreground and background color of GambasEditor control In-Reply-To: <4249c8bc.663a.0@...9...> References: <4249c8bc.663a.0@...9...> Message-ID: <200503300603.38944.francesco.difusco@...69...> I would like to change them at runtime. I have developed a little IDE for NASM, and have used a Gambaseditor control to edit assembly source programs. I have seen that it is possible to change foreground color and background color at runtime using the color property of the GambasEditor control, looking at the code of the Gambas Ide. But I have only been able to set editor.colors[background]=&HFFFFFF& I don't see any foreground constant in the help Francesco From joe1962 at ...626... Wed Mar 30 03:57:43 2005 From: joe1962 at ...626... (Jose J. Rodriguez) Date: Wed, 30 Mar 2005 01:57:43 +0000 Subject: [Gambas-user] Separate subs view In-Reply-To: <4249BC84.3070908@...689...> References: <200503301738.35568.joe1962@...626...> <4249BC84.3070908@...689...> Message-ID: <200503300157.43442.joe1962@...626...> On Tuesday, 29 de March de 2005 08:37 pm, Michael Isaac wrote: > You can try it yourself. I have attached the code to one that I started > a while ago. its incomplete and needs to be debugged, I was interupted > sometime ago and have not been able to resume work on it. If you get it > working and can manage to integrate the code with the current Gambas IDE > send us all the patch. I wish... :). Just started getting to grips with Gambas. Been programming in VB since 1.0 for Win 3.1, but that's made me lazy, I guess. Having trouble with the Gambas philosophy of having to create control objects at runtime instead of at design time (otherwise some stuff doesn't work) and using arrays to fill TableViews instead of assigning values directly to cells, etc... Thanks anyway, I'll look it over. Bye, Joe1962 > > -- > Michael > > Jose J. Rodriguez wrote: > >Hi, > > > >Any chance of implementing a separate subroutines view a la VB with > > dropdown combo (or other means, sidebar, etc) to select the sub? I'm used > > to that way of seeing the subs and continuous view confuses me no end. > > > >Bye, > >Joe1962 > > > > > >------------------------------------------------------- > >SF email is sponsored by - The IT Product Guide > >Read honest & candid reviews on hundreds of IT Products from real users. > >Discover which products truly live up to the hype. Start reading now. > >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > >_______________________________________________ > >Gambas-user mailing list > >Gambas-user at lists.sourceforge.net > >https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Wed Mar 30 10:53:25 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 30 Mar 2005 10:53:25 +0200 Subject: [Gambas-user] Missing KDE Components In-Reply-To: <42497D07.5000402@...626...> References: <42497D07.5000402@...626...> Message-ID: <200503301053.25874.gambas@...1...> On Tuesday 29 March 2005 18:06, BernieMan wrote: > Hello All, > I have a Newbie-Problem. > > When I try to start the examples, it says: > Missing gb.qt.kde, gb.qt.kde.html > > I try to find those components I but had no success. > I have a Debian-System. > Where can I find the missing components? > > Thx in advance > > /lg > bm > Did you install binary packages or did you compile from sources ? -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Mar 30 10:57:06 2005 From: gambas at ...1... (Benoit Minisini) Date: Wed, 30 Mar 2005 10:57:06 +0200 Subject: [Gambas-user] How do I change foreground and background color of GambasEditor control In-Reply-To: <200503300603.38944.francesco.difusco@...69...> References: <4249c8bc.663a.0@...9...> <200503300603.38944.francesco.difusco@...69...> Message-ID: <200503301057.06818.gambas@...1...> On Wednesday 30 March 2005 06:03, francesco wrote: > I would like to change them at runtime. I have developed a little IDE for > NASM, and have used a Gambaseditor control to edit assembly source > programs. I have seen that it is possible to change foreground color and > background color at runtime using the color property of the GambasEditor > control, looking at the code of the Gambas Ide. But I have only been able > to set > > editor.colors[background]=&HFFFFFF& > > I don't see any foreground constant in the help > > Francesco > myEditor.Colors[Editor.Colors.Normal] = ... There are many constants in Editor.Color subclass, one for each editor color used in syntax highlighting. When you disable highlighting, only the two following constants are used: Editor.Colors.Normal and Editor.Colors.Background. Regards, -- Benoit Minisini mailto:gambas at ...1... From bernieman.tux at ...626... Wed Mar 30 11:37:02 2005 From: bernieman.tux at ...626... (BernieMan) Date: Wed, 30 Mar 2005 11:37:02 +0200 Subject: [Gambas-user] Missing KDE Components In-Reply-To: <200503301053.25874.gambas@...1...> References: <42497D07.5000402@...626...> <200503301053.25874.gambas@...1...> Message-ID: <424A733E.6000206@...626...> Benoit Minisini schrieb: > On Tuesday 29 March 2005 18:06, BernieMan wrote: > >>Hello All, >>I have a Newbie-Problem. >> >>When I try to start the examples, it says: >>Missing gb.qt.kde, gb.qt.kde.html >> >>I try to find those components I but had no success. >>I have a Debian-System. >>Where can I find the missing components? >> >>Thx in advance >> >>/lg >>bm >> > > > Did you install binary packages or did you compile from sources ? > I did install with apt-get from the Debian-Sources deb http://www.linex.org/sources/linex/debian/ cl gambas /lg bm From leo.barnhoorn at ...246... Wed Mar 30 11:47:27 2005 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Wed, 30 Mar 2005 11:47:27 +0200 Subject: [Gambas-user] Bug: Find & Replace In-Reply-To: <200503291059.26265.gambas@...1...> References: <200503290030.24949.leo.barnhoorn@...246...> <200503291059.26265.gambas@...1...> Message-ID: <200503301147.27974.leo.barnhoorn@...246...> Hello Benoit, I can't reproduce it anymore, i had to build a new project because everything was gone. And now it is working perfect also the Find & Replace i do not understand this. Fist time my system is reacting strangely like this. Next time this occurs i will investigate it more closely. So sorry for this mistaken messages Benoit. Kind Regards, Leo. On Tuesday 29 March 2005 10:59, Benoit Minisini wrote: > On Tuesday 29 March 2005 00:30, Leo Barnhoorn wrote: > > Hello Benoit, > > > > This is about the Gambas version 1.9.4 > > > > I think there is a BUG in the Find & Replace Class of the IDE from > > Gambas. > > > > I did a Find & Replace on about 256 lines of code to change ( to [ and i > > choose the option Procedure push the button Replace All, then it comes in > > an endless loop. > > > > Kind Regards, > > Leo. > > Can you send me your project where you did the find, so that I debug the > IDE with it ? Logically, you should have the bug with gambas 1.0.4 too. > > Regards, From forodejazz at ...626... Wed Mar 30 11:52:47 2005 From: forodejazz at ...626... (=?ISO-8859-1?Q?David_Asorey_=C1lvarez?=) Date: Wed, 30 Mar 2005 11:52:47 +0200 Subject: [Gambas-user] Re: Missing KDE Components In-Reply-To: <424A733E.6000206@...626...> References: <42497D07.5000402@...626...> <200503301053.25874.gambas@...1...> <424A733E.6000206@...626...> Message-ID: It's better to compile from sources. You must install all the kde-devel packages before compile Gambas. On Wed, 30 Mar 2005 11:37:02 +0200, BernieMan wrote: > Benoit Minisini schrieb: > > On Tuesday 29 March 2005 18:06, BernieMan wrote: > > > >>Hello All, > >>I have a Newbie-Problem. > >> > >>When I try to start the examples, it says: > >>Missing gb.qt.kde, gb.qt.kde.html > >> > >>I try to find those components I but had no success. > >>I have a Debian-System. > >>Where can I find the missing components? > >> > >>Thx in advance > >> > >>/lg > >>bm > >> > > > > > > Did you install binary packages or did you compile from sources ? > > > > I did install with apt-get from the Debian-Sources > deb http://www.linex.org/sources/linex/debian/ cl gambas > > /lg > bm > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- David Asorey ?lvarez forodejazz at ...626... From bernieman.tux at ...626... Wed Mar 30 12:09:42 2005 From: bernieman.tux at ...626... (BernieMan) Date: Wed, 30 Mar 2005 12:09:42 +0200 Subject: [Gambas-user] Re: Missing KDE Components In-Reply-To: References: <42497D07.5000402@...626...> <200503301053.25874.gambas@...1...> <424A733E.6000206@...626...> Message-ID: <424A7AE6.6000908@...626...> David Asorey ?lvarez schrieb: > It's better to compile from sources. > You must install all the kde-devel packages before compile Gambas. > Ok thx I will deinstall and compile the package. /lg bm From francesco.difusco at ...69... Wed Mar 30 18:36:13 2005 From: francesco.difusco at ...69... (francesco) Date: Wed, 30 Mar 2005 18:36:13 +0200 Subject: [Gambas-user] Enclose strings between " char Message-ID: <200503301836.14079.francesco.difusco@...69...> I need to create a string that is enclosed between the " char. Example, /home/user/file_name.asm has to become "home/user/file_name.asm" How could I solve the problem? Francesco From pvera at ...729... Wed Mar 30 19:22:57 2005 From: pvera at ...729... (Pablo Vera) Date: Wed, 30 Mar 2005 11:22:57 -0600 Subject: [Gambas-user] Enclose strings between " char In-Reply-To: <200503301836.14079.francesco.difusco@...69...> References: <200503301836.14079.francesco.difusco@...69...> Message-ID: <424AE071.1010007@...729...> There are many ways: 1. Chr$(34) & "home/user/file_name.asm" & Chr$(34) 2. "\"home/user/file_name.asm\"" 3. ... Saludos, Pablo Vera _________________________________________________________________________ francesco wrote: > I need to create a string that is enclosed between the " char. Example, > > /home/user/file_name.asm > > has to become > > "home/user/file_name.asm" > > How could I solve the problem? > > Francesco > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > From sourceforge-raindog2 at ...94... Wed Mar 30 20:42:37 2005 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 30 Mar 2005 13:42:37 -0500 Subject: [Gambas-user] Enclose strings between " char In-Reply-To: <200503301836.14079.francesco.difusco@...69...> References: <200503301836.14079.francesco.difusco@...69...> Message-ID: <200503301342.37073.sourceforge-raindog2@...94...> On Wednesday 30 March 2005 11:36, francesco wrote: > /home/user/file_name.asm > has to become > "home/user/file_name.asm" > How could I solve the problem? "\"" & myString & "\"" maybe? Rob From frankberg at ...390... Wed Mar 30 20:50:43 2005 From: frankberg at ...390... (Frank Berg) Date: Wed, 30 Mar 2005 20:50:43 +0200 Subject: [Gambas-user] Enclose strings between " char References: <200503301836.14079.francesco.difusco@...69...> Message-ID: <001001c53559$62f8a130$3755fea9@...602...> >I need to create a string that is enclosed between the " char. Example, > /home/user/file_name.asm > has to become > > "home/user/file_name.asm" > > How could I solve the problem? > Francesco hi, try button1.text = chr(34) & "home/user/file_name.asm" & chr(34) frank From francesco.difusco at ...69... Wed Mar 30 22:03:23 2005 From: francesco.difusco at ...69... (francesco) Date: Wed, 30 Mar 2005 22:03:23 +0200 Subject: [Gambas-user] Enclose strings between " char In-Reply-To: <200503301342.37073.sourceforge-raindog2@...94...> References: <200503301836.14079.francesco.difusco@...69...> <200503301342.37073.sourceforge-raindog2@...94...> Message-ID: <200503302203.23644.francesco.difusco@...69...> Alle 20:42, mercoled? 30 marzo 2005, Rob ha scritto: > On Wednesday 30 March 2005 11:36, francesco wrote: > > /home/user/file_name.asm > > has to become > > "home/user/file_name.asm" > > How could I solve the problem? > > "\"" & myString & "\"" maybe? Ok, it works, thank you Francesco From francesco.difusco at ...69... Wed Mar 30 22:05:48 2005 From: francesco.difusco at ...69... (francesco) Date: Wed, 30 Mar 2005 22:05:48 +0200 Subject: [Gambas-user] Enclose strings between " char In-Reply-To: <001001c53559$62f8a130$3755fea9@...602...> References: <200503301836.14079.francesco.difusco@...69...> <001001c53559$62f8a130$3755fea9@...602...> Message-ID: <200503302205.48191.francesco.difusco@...69...> > > button1.text = chr(34) & "home/user/file_name.asm" & chr(34) > It works, I didn't remember the chr function. Thank you Francesco From bernieman.tux at ...626... Thu Mar 31 12:00:15 2005 From: bernieman.tux at ...626... (BernieMan) Date: Thu, 31 Mar 2005 12:00:15 +0200 Subject: [Gambas-user] Gnome - KDE Message-ID: <424BCA2F.1060506@...626...> So my first problem is solved. I just compiled Gambas from the source and now every module is running. I have another questions: Is a compiled application running under Gnome? Do I need a runtime-library to give an app to third person? I have one Application and its running under KDE but Gnome is making problems. I don't use KDE-Components in that app and on the Gnome-Machine there are the KDE-Libs installed. tia bm From francesco.difusco at ...69... Thu Mar 31 17:04:26 2005 From: francesco.difusco at ...69... (francesco) Date: Thu, 31 Mar 2005 17:04:26 +0200 Subject: [Gambas-user] Enclose strings between " char In-Reply-To: <424AE071.1010007@...729...> References: <200503301836.14079.francesco.difusco@...69...> <424AE071.1010007@...729...> Message-ID: <200503311704.26165.francesco.difusco@...69...> Alle 19:22, mercoled? 30 marzo 2005, Pablo Vera ha scritto: > There are many ways: > > 1. Chr$(34) & "home/user/file_name.asm" & Chr$(34) > 2. "\"home/user/file_name.asm\"" > 3. ... > > Saludos, > Pablo Vera Yes, It is true, I had forgotten chr$ function, but I didn't know at all the second way. Thanks Francesco From Karl.Reinl at ...9... Thu Mar 31 20:55:30 2005 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Thu, 31 Mar 2005 20:55:30 +0200 Subject: [Gambas-user] compiling gambas-1.9.5 BUT.... Message-ID: <200503312055.30334.Karl.Reinl@...9...> Salut Benoit, You are right, good job, now --disable- works , like it should. BUT... I have a new problem now. using Qt: 3.3.4 and KDE: 3.3.2 since yesterday :-( got an Error (see att. configure.log.with_KDE and make.log_KDE) Using: ?- gambas-1.9.5 ?(downloaded from the gambas-shrine) ?- X Window System Version 6.8.2 Release Date: 9 February 2005 ? X Protocol Version 11, Revision 0, Release 6.8.2 ? Build Operating System: Linux 2.6.8-gentoo-r3 i686 [ELF] ? Current Operating System: Linux gentoo01 2.6.8-gentoo-r3 #1 SMP ? ?Sun Feb 13 21:57:11 CET 2005 i686 - gentoo 1.4 (last Updated 27.03.2005) on Gentoo Base System version 1.4.16 - Qt: 3.3.4 ?- KDE: 3.3.2 ?- gcc (GCC) 3.3.5 ?(Gentoo Linux 3.3.5-r1, ssp-3.3.2-3, pie-8.7.7.1) ?- mysql ?Ver 12.22 Distrib 4.0.24, for pc-linux-gnu (i686) ?- psql (PostgreSQL) 7.4.7 ?- SQLite version 2.8.15 ?- GNU Make 3.80 I compiled sugsessfull after ./configure -C --disable-gtk --disable-sdl --disable-odbc --disable-kde COULDn't find 'reconf' Amicalment Charlie -------------- next part -------------- configure: creating cache config.cache configure: WARNING: odbc component is disabled configure: WARNING: gtk component is disabled configure: WARNING: sdl component is disabled checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu updating cache config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: configuring in gb.compress.bzlib2 configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... yes checking for unsetenv... yes checking for getdomainname... yes checking for main in -lm... yes checking for main in -lz... yes checking for main in -lgcc_s... yes checking for main in -lstdc++... yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for bzlib2 compression headers... /usr/include/ checking for bzlib2 compression libraries... /usr/lib/ updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in gb.compress.zlib configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependent libraries... (cached) pass_all checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for zlib compression headers... /usr/include/ checking for zlib compression libraries... /usr/lib/ updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in gb.db.mysql configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependent libraries... (cached) pass_all checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for MySQL driver headers... /usr/include/mysql/ checking for MySQL driver libraries... /usr/lib/ updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in gb.db.postgresql configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependent libraries... (cached) pass_all checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for PostgreSQL driver headers... /usr/include/postgresql/pgsql/ /usr/include/postgresql/server/ /usr/include/postgresql/server/catalog/ checking for PostgreSQL driver libraries... /usr/lib/ updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in gb.db.sqlite configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependent libraries... (cached) pass_all checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for SQLite driver headers... /usr/include/ checking for SQLite driver libraries... /usr/lib/ updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in gb.net configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependent libraries... (cached) pass_all checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for Networking component headers... checking for Networking component libraries... updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in gb.net.curl configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependent libraries... (cached) pass_all checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for Advanced networking component headers... /usr/include/curl/ checking for Advanced networking component libraries... /usr/lib/ updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in gb.pcre configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependent libraries... (cached) pass_all checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for Perl Compatible Regular Expression component headers... /usr/include/ checking for Perl Compatible Regular Expression component libraries... /usr/lib/ updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in gb.qt configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependent libraries... (cached) pass_all checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XOpenDisplay in -lX11... yes checking for XShmAttach in -lXext... yes checking for QT meta-object compiler... /usr/qt/3/bin/ checking for QT component headers... /usr/X11R6/qt/3/include/ checking for QT component libraries... /usr/qt/3/lib/ updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/ext/Makefile config.status: creating src/editor/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in gb.qt.kde configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependent libraries... (cached) pass_all checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for X... (cached) libraries , headers checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... (cached) yes checking for shmat... (cached) yes checking for IceConnectionNumber in -lICE... (cached) yes checking for XOpenDisplay in -lX11... (cached) yes checking for XShmAttach in -lXext... (cached) yes checking for QT meta-object compiler... (cached) /usr/qt/3/bin/ checking for QT component headers... (cached) /usr/X11R6/qt/3/include/ checking for QT component libraries... (cached) /usr/qt/3/lib/ checking for KDE 3.x component headers... /usr/kde/3.3/include/ checking for KDE 3.x component libraries... /usr/kde/3.3/lib/ updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/html/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in gb.xml configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependent libraries... (cached) pass_all checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for XML parser component component with pkg-config... OK checking for XSLT/XML parser component component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/rpc/Makefile config.status: creating src/xslt/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in main configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependent libraries... (cached) pass_all checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for external internationalization library headers... /usr/include/ checking for external internationalization library libraries... no configure: WARNING: *** external internationalization library is disabled checking for external charset conversion library headers... /usr/include/ checking for external charset conversion library libraries... no configure: WARNING: *** external charset conversion library is disabled checking for external gettext library headers... checking for external gettext library libraries... no configure: WARNING: *** external gettext library is disabled checking for Visual Basic compatibility component headers... checking for Visual Basic compatibility component libraries... updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating share/Makefile config.status: creating gbc/Makefile config.status: creating gbx/Makefile config.status: creating lib/Makefile config.status: creating lib/debug/Makefile config.status: creating lib/eval/Makefile config.status: creating lib/db/Makefile config.status: creating lib/vb/Makefile config.status: creating lib/compress/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in libltdl configure: running /bin/sh './configure' --prefix=/usr/local '--prefix=/usr/local' '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' '--cache-file=../config.cache' '--srcdir=.' --enable-ltdl-convenience --cache-file=../../config.cache --srcdir=. configure: loading cache ../../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking for style of include used by make... GNU checking dependency style of gcc... (cached) gcc3 checking for an ANSI C-conforming const... yes checking for inline... inline checking build system type... (cached) i686-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu checking for a sed that does not truncate output... (cached) checking for egrep... (cached) grep -E checking for ld used by gcc... ./configure: line 1: s%\\%/%g: No such file or directory (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... (cached) pass_all checking how to run the C preprocessor... (cached) gcc -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... (cached) g++ -E checking for g77... (cached) g77 checking whether we are using the GNU Fortran 77 compiler... (cached) yes checking whether g77 accepts -g... (cached) yes checking the maximum length of command line arguments... (cached) 32768 checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok checking for objdir... (cached) .libs checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... (cached) no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... (cached) /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g77 option to produce PIC... -fPIC checking if g77 PIC flag -fPIC works... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking which extension is used for loadable modules... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib /usr/X11R6/lib # ld.so.conf autogenerated by env-update; make all changes to # contents of /etc/env.d directory /usr/local/lib /usr/lib/opengl/xorg-x11/lib /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 /usr/lib /opt/sun-jdk-1.4.2.07/jre/lib /usr/qt/3/lib /usr/kde/3.3/lib /usr/kde/3.2/lib /usr/kde/3.1/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen in -ldl... (cached) yes checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking for error_t... yes checking for argz_append... yes checking for argz_create_sep... yes checking for argz_insert... yes checking for argz_next... yes checking for argz_stringify... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for string.h... (cached) yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes updating cache ../../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in comp configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: configuring in app configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: configuring in help configure: running /bin/sh './configure' --prefix=/usr/local '-C' '--disable-gtk' '--disable-sdl' '--disable-odbc' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) i686-pc-linux-gnu checking for style of include used by make... GNU checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... (cached) i686-pc-linux-gnu checking for gcc... (cached) gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) gcc -E checking for g++... (cached) g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for main in -lm... (cached) yes checking for main in -lz... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking target system... LINUX checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ************************************************************ THESE COMPONENTS ARE DISABLED: - odbc - gtk - sdl ************************************************************ -------------- next part -------------- make all-recursive make[1]: Entering directory `/opt/gambas2/gambas2-1.9.5' Making all in gb.compress.bzlib2 make[2]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.compress.bzlib2' make all-recursive make[3]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.compress.bzlib2' Making all in src make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.compress.bzlib2/src' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o In file included from main.h:29, from main.c:31: ../gb_common.h:87: warning: redefinition of `ulong' /usr/include/sys/types.h:151: warning: `ulong' previously declared here /bin/sh ../libtool --mode=link gcc -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -o gb.compress.bzlib2.la -rpath /usr/local/lib/gambas2 -module -no-undefined main.lo -lc -lbz2 gcc -shared .libs/main.o -lc -lbz2 -Wl,-soname -Wl,gb.compress.bzlib2.so.0 -o .libs/gb.compress.bzlib2.so.0.0.0 (cd .libs && rm -f gb.compress.bzlib2.so.0 && ln -s gb.compress.bzlib2.so.0.0.0 gb.compress.bzlib2.so.0) (cd .libs && rm -f gb.compress.bzlib2.so && ln -s gb.compress.bzlib2.so.0.0.0 gb.compress.bzlib2.so) creating gb.compress.bzlib2.la (cd .libs && rm -f gb.compress.bzlib2.la && ln -s ../gb.compress.bzlib2.la gb.compress.bzlib2.la) make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.compress.bzlib2/src' make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.compress.bzlib2' make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.compress.bzlib2' make[3]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.compress.bzlib2' make[2]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.compress.bzlib2' Making all in gb.compress.zlib make[2]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.compress.zlib' make all-recursive make[3]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.compress.zlib' Making all in src make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.compress.zlib/src' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o In file included from main.h:29, from main.c:31: ../gb_common.h:87: warning: redefinition of `ulong' /usr/include/sys/types.h:151: warning: `ulong' previously declared here /bin/sh ../libtool --mode=link gcc -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -o gb.compress.zlib.la -rpath /usr/local/lib/gambas2 -module -no-undefined main.lo -lc -lz gcc -shared .libs/main.o -lc -lz -Wl,-soname -Wl,gb.compress.zlib.so.0 -o .libs/gb.compress.zlib.so.0.0.0 (cd .libs && rm -f gb.compress.zlib.so.0 && ln -s gb.compress.zlib.so.0.0.0 gb.compress.zlib.so.0) (cd .libs && rm -f gb.compress.zlib.so && ln -s gb.compress.zlib.so.0.0.0 gb.compress.zlib.so) creating gb.compress.zlib.la (cd .libs && rm -f gb.compress.zlib.la && ln -s ../gb.compress.zlib.la gb.compress.zlib.la) make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.compress.zlib/src' make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.compress.zlib' make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.compress.zlib' make[3]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.compress.zlib' make[2]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.compress.zlib' Making all in gb.db.mysql make[2]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.mysql' make all-recursive make[3]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.mysql' Making all in src make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.mysql/src' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/mysql/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/mysql/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o In file included from main.h:30, from main.c:35: ../gb_common.h:87: warning: redefinition of `ulong' /usr/include/sys/types.h:151: warning: `ulong' previously declared here main.c: In function `index_info': main.c:1710: warning: `row' might be used uninitialized in this function /bin/sh ../libtool --mode=link gcc -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -o gb.db.mysql.la -rpath /usr/local/lib/gambas2 -module -no-undefined main.lo -lc -lmysqlclient -lz gcc -shared .libs/main.o -lc -lmysqlclient -lz -Wl,-soname -Wl,gb.db.mysql.so.0 -o .libs/gb.db.mysql.so.0.0.0 (cd .libs && rm -f gb.db.mysql.so.0 && ln -s gb.db.mysql.so.0.0.0 gb.db.mysql.so.0) (cd .libs && rm -f gb.db.mysql.so && ln -s gb.db.mysql.so.0.0.0 gb.db.mysql.so) creating gb.db.mysql.la (cd .libs && rm -f gb.db.mysql.la && ln -s ../gb.db.mysql.la gb.db.mysql.la) make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.mysql/src' make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.mysql' make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.mysql' make[3]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.mysql' make[2]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.mysql' Making all in gb.db.postgresql make[2]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.postgresql' make all-recursive make[3]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.postgresql' Making all in src make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.postgresql/src' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/postgresql/pgsql/ -I/usr/include/postgresql/server/ -I/usr/include/postgresql/server/catalog/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/postgresql/pgsql/ -I/usr/include/postgresql/server/ -I/usr/include/postgresql/server/catalog/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o main.c: In function `table_exist': main.c:1040: warning: unused variable `query74' /bin/sh ../libtool --mode=link gcc -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -o gb.db.postgresql.la -rpath /usr/local/lib/gambas2 -module -no-undefined main.lo -lc -lpq gcc -shared .libs/main.o -lc -lpq -Wl,-soname -Wl,gb.db.postgresql.so.0 -o .libs/gb.db.postgresql.so.0.0.0 (cd .libs && rm -f gb.db.postgresql.so.0 && ln -s gb.db.postgresql.so.0.0.0 gb.db.postgresql.so.0) (cd .libs && rm -f gb.db.postgresql.so && ln -s gb.db.postgresql.so.0.0.0 gb.db.postgresql.so) creating gb.db.postgresql.la (cd .libs && rm -f gb.db.postgresql.la && ln -s ../gb.db.postgresql.la gb.db.postgresql.la) make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.postgresql/src' make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.postgresql' make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.postgresql' make[3]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.postgresql' make[2]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.postgresql' Making all in gb.db.sqlite make[2]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.sqlite' make all-recursive make[3]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.sqlite' Making all in src make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.sqlite/src' if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.cpp -fPIC -DPIC -o .libs/main.o In file included from sqlitedataset.h:33, from main.cpp:40: dataset.h:72: warning: `class Database' has virtual functions but non-virtual destructor dataset.h:158: warning: `class Dataset' has virtual functions but non-virtual destructor In file included from main.cpp:40: sqlitedataset.h:68: warning: `class SqliteDatabase' has virtual functions but non-virtual destructor sqlitedataset.h:121: warning: `class SqliteDataset' has virtual functions but non-virtual destructor if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT dataset.lo -MD -MP -MF ".deps/dataset.Tpo" -c -o dataset.lo dataset.cpp; \ then mv -f ".deps/dataset.Tpo" ".deps/dataset.Plo"; else rm -f ".deps/dataset.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT dataset.lo -MD -MP -MF .deps/dataset.Tpo -c dataset.cpp -fPIC -DPIC -o .libs/dataset.o In file included from dataset.cpp:36: dataset.h:72: warning: `class Database' has virtual functions but non-virtual destructor dataset.h:158: warning: `class Dataset' has virtual functions but non-virtual destructor dataset.cpp: In member function `virtual const field_value Dataset::get_field_value(const char*)': dataset.cpp:384: warning: control reaches end of non-void function if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT qry_dat.lo -MD -MP -MF ".deps/qry_dat.Tpo" -c -o qry_dat.lo qry_dat.cpp; \ then mv -f ".deps/qry_dat.Tpo" ".deps/qry_dat.Plo"; else rm -f ".deps/qry_dat.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT qry_dat.lo -MD -MP -MF .deps/qry_dat.Tpo -c qry_dat.cpp -fPIC -DPIC -o .libs/qry_dat.o qry_dat.cpp: In member function `std::string field_value::get_asString() const ': qry_dat.cpp:176: warning: int format, long int arg (arg 3) qry_dat.cpp:181: warning: int format, long unsigned int arg (arg 3) qry_dat.cpp: In member function `char field_value::get_asChar() const': qry_dat.cpp:272: warning: int format, long int arg (arg 3) qry_dat.cpp:277: warning: int format, long unsigned int arg (arg 3) if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT sqlitedataset.lo -MD -MP -MF ".deps/sqlitedataset.Tpo" -c -o sqlitedataset.lo sqlitedataset.cpp; \ then mv -f ".deps/sqlitedataset.Tpo" ".deps/sqlitedataset.Plo"; else rm -f ".deps/sqlitedataset.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT sqlitedataset.lo -MD -MP -MF .deps/sqlitedataset.Tpo -c sqlitedataset.cpp -fPIC -DPIC -o .libs/sqlitedataset.o In file included from sqlitedataset.h:33, from sqlitedataset.cpp:38: dataset.h:72: warning: `class Database' has virtual functions but non-virtual destructor dataset.h:158: warning: `class Dataset' has virtual functions but non-virtual destructor In file included from sqlitedataset.cpp:38: sqlitedataset.h:68: warning: `class SqliteDatabase' has virtual functions but non-virtual destructor sqlitedataset.h:121: warning: `class SqliteDataset' has virtual functions but non-virtual destructor if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT stringhelper.lo -MD -MP -MF ".deps/stringhelper.Tpo" -c -o stringhelper.lo stringhelper.cpp; \ then mv -f ".deps/stringhelper.Tpo" ".deps/stringhelper.Plo"; else rm -f ".deps/stringhelper.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT stringhelper.lo -MD -MP -MF .deps/stringhelper.Tpo -c stringhelper.cpp -fPIC -DPIC -o .libs/stringhelper.o /bin/sh ../libtool --mode=link g++ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -o gb.db.sqlite.la -rpath /usr/local/lib/gambas2 -module -no-undefined main.lo dataset.lo qry_dat.lo sqlitedataset.lo stringhelper.lo -lc -lsqlite -lstdc++ g++ -shared -nostdlib /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../crti.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/crtbeginS.o .libs/main.o .libs/dataset.o .libs/qry_dat.o .libs/sqlitedataset.o .libs/stringhelper.o -Wl,--rpath -Wl,//usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -Wl,--rpath -Wl,//usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -L/usr/lib/gcc-lib/i686-pc-linux-gnu/../../../i686-pc-linux-gnu/lib -L/usr/i686-pc-linux-gnu/lib -L/usr/i686-pc-linux-gnu/bin /usr/lib/libsqlite.so -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../.. //usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/crtendS.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../crtn.o -Wl,-soname -Wl,gb.db.sqlite.so.0 -o .libs/gb.db.sqlite.so.0.0.0 (cd .libs && rm -f gb.db.sqlite.so.0 && ln -s gb.db.sqlite.so.0.0.0 gb.db.sqlite.so.0) (cd .libs && rm -f gb.db.sqlite.so && ln -s gb.db.sqlite.so.0.0.0 gb.db.sqlite.so) creating gb.db.sqlite.la (cd .libs && rm -f gb.db.sqlite.la && ln -s ../gb.db.sqlite.la gb.db.sqlite.la) make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.sqlite/src' make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.db.sqlite' make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.sqlite' make[3]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.sqlite' make[2]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.db.sqlite' Making all in gb.net make[2]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.net' make all-recursive make[3]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.net' Making all in src make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.net/src' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT tools.lo -MD -MP -MF ".deps/tools.Tpo" -c -o tools.lo tools.c; \ then mv -f ".deps/tools.Tpo" ".deps/tools.Plo"; else rm -f ".deps/tools.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT tools.lo -MD -MP -MF .deps/tools.Tpo -c tools.c -fPIC -DPIC -o .libs/tools.o if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CDnsClient.lo -MD -MP -MF ".deps/CDnsClient.Tpo" -c -o CDnsClient.lo CDnsClient.c; \ then mv -f ".deps/CDnsClient.Tpo" ".deps/CDnsClient.Plo"; else rm -f ".deps/CDnsClient.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CDnsClient.lo -MD -MP -MF .deps/CDnsClient.Tpo -c CDnsClient.c -fPIC -DPIC -o .libs/CDnsClient.o if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CSocket.lo -MD -MP -MF ".deps/CSocket.Tpo" -c -o CSocket.lo CSocket.c; \ then mv -f ".deps/CSocket.Tpo" ".deps/CSocket.Plo"; else rm -f ".deps/CSocket.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CSocket.lo -MD -MP -MF .deps/CSocket.Tpo -c CSocket.c -fPIC -DPIC -o .libs/CSocket.o if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CServerSocket.lo -MD -MP -MF ".deps/CServerSocket.Tpo" -c -o CServerSocket.lo CServerSocket.c; \ then mv -f ".deps/CServerSocket.Tpo" ".deps/CServerSocket.Plo"; else rm -f ".deps/CServerSocket.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CServerSocket.lo -MD -MP -MF .deps/CServerSocket.Tpo -c CServerSocket.c -fPIC -DPIC -o .libs/CServerSocket.o if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CUdpSocket.lo -MD -MP -MF ".deps/CUdpSocket.Tpo" -c -o CUdpSocket.lo CUdpSocket.c; \ then mv -f ".deps/CUdpSocket.Tpo" ".deps/CUdpSocket.Plo"; else rm -f ".deps/CUdpSocket.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CUdpSocket.lo -MD -MP -MF .deps/CUdpSocket.Tpo -c CUdpSocket.c -fPIC -DPIC -o .libs/CUdpSocket.o if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CSerialPort.lo -MD -MP -MF ".deps/CSerialPort.Tpo" -c -o CSerialPort.lo CSerialPort.c; \ then mv -f ".deps/CSerialPort.Tpo" ".deps/CSerialPort.Plo"; else rm -f ".deps/CSerialPort.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CSerialPort.lo -MD -MP -MF .deps/CSerialPort.Tpo -c CSerialPort.c -fPIC -DPIC -o .libs/CSerialPort.o if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CNet.lo -MD -MP -MF ".deps/CNet.Tpo" -c -o CNet.lo CNet.c; \ then mv -f ".deps/CNet.Tpo" ".deps/CNet.Plo"; else rm -f ".deps/CNet.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CNet.lo -MD -MP -MF .deps/CNet.Tpo -c CNet.c -fPIC -DPIC -o .libs/CNet.o CNet.c: In function `ToIPv4': CNet.c:86: warning: embedded `\0' in format CNet.c:89: warning: embedded `\0' in format /bin/sh ../libtool --mode=link gcc -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -o gb.net.la -rpath /usr/local/lib/gambas2 -module -no-undefined main.lo tools.lo CDnsClient.lo CSocket.lo CServerSocket.lo CUdpSocket.lo CSerialPort.lo CNet.lo -lc -lpthread gcc -shared .libs/main.o .libs/tools.o .libs/CDnsClient.o .libs/CSocket.o .libs/CServerSocket.o .libs/CUdpSocket.o .libs/CSerialPort.o .libs/CNet.o -lc -lpthread -Wl,-soname -Wl,gb.net.so.0 -o .libs/gb.net.so.0.0.0 (cd .libs && rm -f gb.net.so.0 && ln -s gb.net.so.0.0.0 gb.net.so.0) (cd .libs && rm -f gb.net.so && ln -s gb.net.so.0.0.0 gb.net.so) creating gb.net.la (cd .libs && rm -f gb.net.la && ln -s ../gb.net.la gb.net.la) make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.net/src' make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.net' make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.net' make[3]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.net' make[2]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.net' Making all in gb.net.curl make[2]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.net.curl' make all-recursive make[3]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.net.curl' Making all in src make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.net.curl/src' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbcurl.lo -MD -MP -MF ".deps/gbcurl.Tpo" -c -o gbcurl.lo gbcurl.c; \ then mv -f ".deps/gbcurl.Tpo" ".deps/gbcurl.Plo"; else rm -f ".deps/gbcurl.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT gbcurl.lo -MD -MP -MF .deps/gbcurl.Tpo -c gbcurl.c -fPIC -DPIC -o .libs/gbcurl.o if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CCurl.lo -MD -MP -MF ".deps/CCurl.Tpo" -c -o CCurl.lo CCurl.c; \ then mv -f ".deps/CCurl.Tpo" ".deps/CCurl.Plo"; else rm -f ".deps/CCurl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CCurl.lo -MD -MP -MF .deps/CCurl.Tpo -c CCurl.c -fPIC -DPIC -o .libs/CCurl.o CCurl.c: In function `CCURL_stream_lof': CCurl.c:86: warning: passing arg 1 of `curl_easy_getinfo' makes pointer from integer without a cast CCurl.c: In function `CCURL_stream_eof': CCurl.c:97: warning: passing arg 1 of `curl_easy_getinfo' makes pointer from integer without a cast CCurl.c: In function `CCURL_stream_read': CCurl.c:108: warning: passing arg 1 of `curl_easy_getinfo' makes pointer from integer without a cast CCurl.c: In function `CCURL_Manage_ErrCode': CCurl.c:172: warning: passing arg 1 of `fclose' from incompatible pointer type CCurl.c:173: warning: use of cast expressions as lvalues is deprecated CCurl.c:180: warning: use of cast expressions as lvalues is deprecated CCurl.c:186: warning: use of cast expressions as lvalues is deprecated CCurl.c: In function `CCURL_stop': CCurl.c:202: warning: passing arg 1 of `fclose' from incompatible pointer type CCurl.c:203: warning: use of cast expressions as lvalues is deprecated CCurl.c:210: warning: use of cast expressions as lvalues is deprecated CCurl.c:212: warning: use of cast expressions as lvalues is deprecated CCurl.c: In function `CCURL_URL': CCurl.c:365: warning: use of cast expressions as lvalues is deprecated CCurl.c: In function `CCURL_new': CCurl.c:383: warning: use of cast expressions as lvalues is deprecated CCurl.c:384: warning: use of cast expressions as lvalues is deprecated CCurl.c:385: warning: use of cast expressions as lvalues is deprecated CCurl.c:391: warning: assignment from incompatible pointer type CCurl.c: In function `CCURL_free': CCurl.c:400: warning: passing arg 1 of `fclose' from incompatible pointer type if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CHttpClient.lo -MD -MP -MF ".deps/CHttpClient.Tpo" -c -o CHttpClient.lo CHttpClient.c; \ then mv -f ".deps/CHttpClient.Tpo" ".deps/CHttpClient.Plo"; else rm -f ".deps/CHttpClient.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CHttpClient.lo -MD -MP -MF .deps/CHttpClient.Tpo -c CHttpClient.c -fPIC -DPIC -o .libs/CHttpClient.o CHttpClient.c: In function `http_header_curl': CHttpClient.c:136: warning: use of cast expressions as lvalues is deprecated CHttpClient.c: In function `http_write_curl': CHttpClient.c:153: warning: passing arg 4 of `fwrite' from incompatible pointer type CHttpClient.c: In function `CHTTPCLIENT_new': CHttpClient.c:338: warning: use of cast expressions as lvalues is deprecated CHttpClient.c:345: warning: use of cast expressions as lvalues is deprecated CHttpClient.c: In function `http_initialize_curl_handle': CHttpClient.c:379: warning: implicit declaration of function `CCURL_stop' CHttpClient.c:381: warning: use of cast expressions as lvalues is deprecated CHttpClient.c:386: warning: use of cast expressions as lvalues is deprecated CHttpClient.c:413: warning: use of cast expressions as lvalues is deprecated CHttpClient.c: In function `CHTTPCLIENT_Get': CHttpClient.c:440: warning: use of cast expressions as lvalues is deprecated CHttpClient.c: In function `CHTTPCLIENT_Post': CHttpClient.c:503: warning: use of cast expressions as lvalues is deprecated if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CFtpClient.lo -MD -MP -MF ".deps/CFtpClient.Tpo" -c -o CFtpClient.lo CFtpClient.c; \ then mv -f ".deps/CFtpClient.Tpo" ".deps/CFtpClient.Plo"; else rm -f ".deps/CFtpClient.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CFtpClient.lo -MD -MP -MF .deps/CFtpClient.Tpo -c CFtpClient.c -fPIC -DPIC -o .libs/CFtpClient.o CFtpClient.c: In function `ftp_read_curl': CFtpClient.c:59: warning: initialization from incompatible pointer type CFtpClient.c:60: warning: use of cast expressions as lvalues is deprecated CFtpClient.c: In function `ftp_write_curl': CFtpClient.c:73: warning: use of cast expressions as lvalues is deprecated CFtpClient.c:77: warning: passing arg 4 of `fwrite' from incompatible pointer type CFtpClient.c: In function `ftp_initialize_curl_handle': CFtpClient.c:112: warning: implicit declaration of function `CCURL_stop' CFtpClient.c:114: warning: use of cast expressions as lvalues is deprecated CFtpClient.c:119: warning: use of cast expressions as lvalues is deprecated CFtpClient.c:130: warning: use of cast expressions as lvalues is deprecated CFtpClient.c: In function `CFTPCLIENT_Get': CFtpClient.c:180: warning: use of cast expressions as lvalues is deprecated CFtpClient.c: In function `CFTPCLIENT_Put': CFtpClient.c:212: warning: use of cast expressions as lvalues is deprecated CFtpClient.c: In function `CFTPCLIENT_new': CFtpClient.c:237: warning: use of cast expressions as lvalues is deprecated CFtpClient.c:242: warning: use of cast expressions as lvalues is deprecated if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CNet.lo -MD -MP -MF ".deps/CNet.Tpo" -c -o CNet.lo CNet.c; \ then mv -f ".deps/CNet.Tpo" ".deps/CNet.Plo"; else rm -f ".deps/CNet.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CNet.lo -MD -MP -MF .deps/CNet.Tpo -c CNet.c -fPIC -DPIC -o .libs/CNet.o if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CProxy.lo -MD -MP -MF ".deps/CProxy.Tpo" -c -o CProxy.lo CProxy.c; \ then mv -f ".deps/CProxy.Tpo" ".deps/CProxy.Plo"; else rm -f ".deps/CProxy.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/curl/ -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT CProxy.lo -MD -MP -MF .deps/CProxy.Tpo -c CProxy.c -fPIC -DPIC -o .libs/CProxy.o /bin/sh ../libtool --mode=link gcc -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -o gb.net.curl.la -rpath /usr/local/lib/gambas2 -module -no-undefined gbcurl.lo main.lo CCurl.lo CHttpClient.lo CFtpClient.lo CNet.lo CProxy.lo -lc -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl -lz gcc -shared .libs/gbcurl.o .libs/main.o .libs/CCurl.o .libs/CHttpClient.o .libs/CFtpClient.o .libs/CNet.o .libs/CProxy.o -L/var/tmp/portage/curl-7.10.7/work/curl-7.10.7/lib -lc -L/usr/lib /usr/lib/libcurl.so -lssl -lcrypto -ldl -lz -Wl,-soname -Wl,gb.net.curl.so.0 -o .libs/gb.net.curl.so.0.0.0 (cd .libs && rm -f gb.net.curl.so.0 && ln -s gb.net.curl.so.0.0.0 gb.net.curl.so.0) (cd .libs && rm -f gb.net.curl.so && ln -s gb.net.curl.so.0.0.0 gb.net.curl.so) creating gb.net.curl.la (cd .libs && rm -f gb.net.curl.la && ln -s ../gb.net.curl.la gb.net.curl.la) make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.net.curl/src' make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.net.curl' make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.net.curl' make[3]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.net.curl' make[2]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.net.curl' Making all in gb.pcre make[2]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.pcre' make all-recursive make[3]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.pcre' Making all in src make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.pcre/src' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o main.c: In function `GB_INIT': main.c:51: warning: implicit declaration of function `REGEXP_init' main.c: In function `GB_EXIT': main.c:59: warning: implicit declaration of function `REGEXP_exit' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT regexp.lo -MD -MP -MF ".deps/regexp.Tpo" -c -o regexp.lo regexp.c; \ then mv -f ".deps/regexp.Tpo" ".deps/regexp.Plo"; else rm -f ".deps/regexp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -MT regexp.lo -MD -MP -MF .deps/regexp.Tpo -c regexp.c -fPIC -DPIC -o .libs/regexp.o In file included from regexp.c:28: ../gb_common.h:87: warning: redefinition of `ulong' /usr/include/sys/types.h:151: warning: `ulong' previously declared here /bin/sh ../libtool --mode=link gcc -g -O2 -pipe -Wall -fno-strict-aliasing -g -Os -o gb.pcre.la -rpath /usr/local/lib/gambas2 -module -no-undefined main.lo regexp.lo -lpcre gcc -shared .libs/main.o .libs/regexp.o /usr/lib/libpcre.so -Wl,-soname -Wl,gb.pcre.so.0 -o .libs/gb.pcre.so.0.0.0 (cd .libs && rm -f gb.pcre.so.0 && ln -s gb.pcre.so.0.0.0 gb.pcre.so.0) (cd .libs && rm -f gb.pcre.so && ln -s gb.pcre.so.0.0.0 gb.pcre.so) creating gb.pcre.la (cd .libs && rm -f gb.pcre.la && ln -s ../gb.pcre.la gb.pcre.la) make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.pcre/src' make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.pcre' make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.pcre' make[3]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.pcre' make[2]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.pcre' Making all in gb.qt make[2]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.qt' make all-recursive make[3]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.qt' Making all in src make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.qt/src' Making all in editor make[5]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.qt/src/editor' /usr/qt/3/bin//moc qeditor.h -o moc_qeditor.cpp if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_qeditor.lo -MD -MP -MF ".deps/moc_qeditor.Tpo" -c -o moc_qeditor.lo moc_qeditor.cpp; \ then mv -f ".deps/moc_qeditor.Tpo" ".deps/moc_qeditor.Plo"; else rm -f ".deps/moc_qeditor.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_qeditor.lo -MD -MP -MF .deps/moc_qeditor.Tpo -c moc_qeditor.cpp -fPIC -DPIC -o .libs/moc_qeditor.o if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT qeditor.lo -MD -MP -MF ".deps/qeditor.Tpo" -c -o qeditor.lo qeditor.cpp; \ then mv -f ".deps/qeditor.Tpo" ".deps/qeditor.Plo"; else rm -f ".deps/qeditor.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT qeditor.lo -MD -MP -MF .deps/qeditor.Tpo -c qeditor.cpp -fPIC -DPIC -o .libs/qeditor.o if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.cpp -fPIC -DPIC -o .libs/main.o /usr/qt/3/bin//moc CEditor.h -o moc_CEditor.cpp if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CEditor.lo -MD -MP -MF ".deps/moc_CEditor.Tpo" -c -o moc_CEditor.lo moc_CEditor.cpp; \ then mv -f ".deps/moc_CEditor.Tpo" ".deps/moc_CEditor.Plo"; else rm -f ".deps/moc_CEditor.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CEditor.lo -MD -MP -MF .deps/moc_CEditor.Tpo -c moc_CEditor.cpp -fPIC -DPIC -o .libs/moc_CEditor.o if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CEditor.lo -MD -MP -MF ".deps/CEditor.Tpo" -c -o CEditor.lo CEditor.cpp; \ then mv -f ".deps/CEditor.Tpo" ".deps/CEditor.Plo"; else rm -f ".deps/CEditor.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CEditor.lo -MD -MP -MF .deps/CEditor.Tpo -c CEditor.cpp -fPIC -DPIC -o .libs/CEditor.o /bin/sh ../../libtool --mode=link g++ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -o gb.qt.editor.la -rpath /usr/local/lib/gambas2 -module -no-undefined moc_qeditor.lo qeditor.lo main.lo moc_CEditor.lo CEditor.lo -L/usr/qt/3/lib/ -lgcc_s -lstdc++ -lpthread -lqt-mt g++ -shared -nostdlib /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../crti.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/crtbeginS.o .libs/moc_qeditor.o .libs/qeditor.o .libs/main.o .libs/moc_CEditor.o .libs/CEditor.o -Wl,--rpath -Wl,//usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -Wl,--rpath -Wl,//usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -L/usr/lib/gcc-lib/i686-pc-linux-gnu/../../../i686-pc-linux-gnu/lib -L/usr/i686-pc-linux-gnu/lib -L/usr/i686-pc-linux-gnu/bin -L/usr/X11R6/lib -L/usr/lib/mysql -L/usr/qt/3/lib/ -lpthread /usr/qt/3/lib/libqt-mt.so -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../.. //usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/crtendS.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../crtn.o -Wl,-soname -Wl,gb.qt.editor.so.0 -o .libs/gb.qt.editor.so.0.0.0 (cd .libs && rm -f gb.qt.editor.so.0 && ln -s gb.qt.editor.so.0.0.0 gb.qt.editor.so.0) (cd .libs && rm -f gb.qt.editor.so && ln -s gb.qt.editor.so.0.0.0 gb.qt.editor.so) creating gb.qt.editor.la (cd .libs && rm -f gb.qt.editor.la && ln -s ../gb.qt.editor.la gb.qt.editor.la) make[5]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.qt/src/editor' Making all in ext make[5]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.qt/src/ext' if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.cpp -fPIC -DPIC -o .libs/main.o /usr/qt/3/bin//moc CLCDNumber.h -o moc_CLCDNumber.cpp CLCDNumber.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CLCDNumber.lo -MD -MP -MF ".deps/moc_CLCDNumber.Tpo" -c -o moc_CLCDNumber.lo moc_CLCDNumber.cpp; \ then mv -f ".deps/moc_CLCDNumber.Tpo" ".deps/moc_CLCDNumber.Plo"; else rm -f ".deps/moc_CLCDNumber.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CLCDNumber.lo -MD -MP -MF .deps/moc_CLCDNumber.Tpo -c moc_CLCDNumber.cpp -fPIC -DPIC -o .libs/moc_CLCDNumber.o if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CLCDNumber.lo -MD -MP -MF ".deps/CLCDNumber.Tpo" -c -o CLCDNumber.lo CLCDNumber.cpp; \ then mv -f ".deps/CLCDNumber.Tpo" ".deps/CLCDNumber.Plo"; else rm -f ".deps/CLCDNumber.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CLCDNumber.lo -MD -MP -MF .deps/CLCDNumber.Tpo -c CLCDNumber.cpp -fPIC -DPIC -o .libs/CLCDNumber.o /usr/qt/3/bin//moc CDial.h -o moc_CDial.cpp if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CDial.lo -MD -MP -MF ".deps/moc_CDial.Tpo" -c -o moc_CDial.lo moc_CDial.cpp; \ then mv -f ".deps/moc_CDial.Tpo" ".deps/moc_CDial.Plo"; else rm -f ".deps/moc_CDial.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CDial.lo -MD -MP -MF .deps/moc_CDial.Tpo -c moc_CDial.cpp -fPIC -DPIC -o .libs/moc_CDial.o if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CDial.lo -MD -MP -MF ".deps/CDial.Tpo" -c -o CDial.lo CDial.cpp; \ then mv -f ".deps/CDial.Tpo" ".deps/CDial.Plo"; else rm -f ".deps/CDial.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CDial.lo -MD -MP -MF .deps/CDial.Tpo -c CDial.cpp -fPIC -DPIC -o .libs/CDial.o /usr/qt/3/bin//moc CSpinBox.h -o moc_CSpinBox.cpp if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CSpinBox.lo -MD -MP -MF ".deps/moc_CSpinBox.Tpo" -c -o moc_CSpinBox.lo moc_CSpinBox.cpp; \ then mv -f ".deps/moc_CSpinBox.Tpo" ".deps/moc_CSpinBox.Plo"; else rm -f ".deps/moc_CSpinBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CSpinBox.lo -MD -MP -MF .deps/moc_CSpinBox.Tpo -c moc_CSpinBox.cpp -fPIC -DPIC -o .libs/moc_CSpinBox.o if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CSpinBox.lo -MD -MP -MF ".deps/CSpinBox.Tpo" -c -o CSpinBox.lo CSpinBox.cpp; \ then mv -f ".deps/CSpinBox.Tpo" ".deps/CSpinBox.Plo"; else rm -f ".deps/CSpinBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CSpinBox.lo -MD -MP -MF .deps/CSpinBox.Tpo -c CSpinBox.cpp -fPIC -DPIC -o .libs/CSpinBox.o /usr/qt/3/bin//moc CTableView.h -o moc_CTableView.cpp if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTableView.lo -MD -MP -MF ".deps/moc_CTableView.Tpo" -c -o moc_CTableView.lo moc_CTableView.cpp; \ then mv -f ".deps/moc_CTableView.Tpo" ".deps/moc_CTableView.Plo"; else rm -f ".deps/moc_CTableView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTableView.lo -MD -MP -MF .deps/moc_CTableView.Tpo -c moc_CTableView.cpp -fPIC -DPIC -o .libs/moc_CTableView.o if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTableView.lo -MD -MP -MF ".deps/CTableView.Tpo" -c -o CTableView.lo CTableView.cpp; \ then mv -f ".deps/CTableView.Tpo" ".deps/CTableView.Plo"; else rm -f ".deps/CTableView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTableView.lo -MD -MP -MF .deps/CTableView.Tpo -c CTableView.cpp -fPIC -DPIC -o .libs/CTableView.o /usr/qt/3/bin//moc CSplitter.h -o moc_CSplitter.cpp if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CSplitter.lo -MD -MP -MF ".deps/moc_CSplitter.Tpo" -c -o moc_CSplitter.lo moc_CSplitter.cpp; \ then mv -f ".deps/moc_CSplitter.Tpo" ".deps/moc_CSplitter.Plo"; else rm -f ".deps/moc_CSplitter.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CSplitter.lo -MD -MP -MF .deps/moc_CSplitter.Tpo -c moc_CSplitter.cpp -fPIC -DPIC -o .libs/moc_CSplitter.o if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CSplitter.lo -MD -MP -MF ".deps/CSplitter.Tpo" -c -o CSplitter.lo CSplitter.cpp; \ then mv -f ".deps/CSplitter.Tpo" ".deps/CSplitter.Plo"; else rm -f ".deps/CSplitter.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CSplitter.lo -MD -MP -MF .deps/CSplitter.Tpo -c CSplitter.cpp -fPIC -DPIC -o .libs/CSplitter.o /usr/qt/3/bin//moc CWorkspace.h -o moc_CWorkspace.cpp if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CWorkspace.lo -MD -MP -MF ".deps/moc_CWorkspace.Tpo" -c -o moc_CWorkspace.lo moc_CWorkspace.cpp; \ then mv -f ".deps/moc_CWorkspace.Tpo" ".deps/moc_CWorkspace.Plo"; else rm -f ".deps/moc_CWorkspace.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CWorkspace.lo -MD -MP -MF .deps/moc_CWorkspace.Tpo -c moc_CWorkspace.cpp -fPIC -DPIC -o .libs/moc_CWorkspace.o if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CWorkspace.lo -MD -MP -MF ".deps/CWorkspace.Tpo" -c -o CWorkspace.lo CWorkspace.cpp; \ then mv -f ".deps/CWorkspace.Tpo" ".deps/CWorkspace.Plo"; else rm -f ".deps/CWorkspace.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CWorkspace.lo -MD -MP -MF .deps/CWorkspace.Tpo -c CWorkspace.cpp -fPIC -DPIC -o .libs/CWorkspace.o /usr/qt/3/bin//moc CTextView.h -o moc_CTextView.cpp if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTextView.lo -MD -MP -MF ".deps/moc_CTextView.Tpo" -c -o moc_CTextView.lo moc_CTextView.cpp; \ then mv -f ".deps/moc_CTextView.Tpo" ".deps/moc_CTextView.Plo"; else rm -f ".deps/moc_CTextView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTextView.lo -MD -MP -MF .deps/moc_CTextView.Tpo -c moc_CTextView.cpp -fPIC -DPIC -o .libs/moc_CTextView.o if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTextView.lo -MD -MP -MF ".deps/CTextView.Tpo" -c -o CTextView.lo CTextView.cpp; \ then mv -f ".deps/CTextView.Tpo" ".deps/CTextView.Plo"; else rm -f ".deps/CTextView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTextView.lo -MD -MP -MF .deps/CTextView.Tpo -c CTextView.cpp -fPIC -DPIC -o .libs/CTextView.o /bin/sh ../../libtool --mode=link g++ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -o gb.qt.ext.la -rpath /usr/local/lib/gambas2 -module -no-undefined main.lo moc_CLCDNumber.lo CLCDNumber.lo moc_CDial.lo CDial.lo moc_CSpinBox.lo CSpinBox.lo moc_CTableView.lo CTableView.lo moc_CSplitter.lo CSplitter.lo moc_CWorkspace.lo CWorkspace.lo moc_CTextView.lo CTextView.lo -L/usr/qt/3/lib/ -lgcc_s -lstdc++ -lpthread -lqt-mt g++ -shared -nostdlib /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../crti.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/crtbeginS.o .libs/main.o .libs/moc_CLCDNumber.o .libs/CLCDNumber.o .libs/moc_CDial.o .libs/CDial.o .libs/moc_CSpinBox.o .libs/CSpinBox.o .libs/moc_CTableView.o .libs/CTableView.o .libs/moc_CSplitter.o .libs/CSplitter.o .libs/moc_CWorkspace.o .libs/CWorkspace.o .libs/moc_CTextView.o .libs/CTextView.o -Wl,--rpath -Wl,//usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -Wl,--rpath -Wl,//usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -L/usr/lib/gcc-lib/i686-pc-linux-gnu/../../../i686-pc-linux-gnu/lib -L/usr/i686-pc-linux-gnu/lib -L/usr/i686-pc-linux-gnu/bin -L/usr/X11R6/lib -L/usr/lib/mysql -L/usr/qt/3/lib/ -lpthread /usr/qt/3/lib/libqt-mt.so -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../.. //usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/crtendS.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../crtn.o -Wl,-soname -Wl,gb.qt.ext.so.0 -o .libs/gb.qt.ext.so.0.0.0 (cd .libs && rm -f gb.qt.ext.so.0 && ln -s gb.qt.ext.so.0.0.0 gb.qt.ext.so.0) (cd .libs && rm -f gb.qt.ext.so && ln -s gb.qt.ext.so.0.0.0 gb.qt.ext.so) creating gb.qt.ext.la (cd .libs && rm -f gb.qt.ext.la && ln -s ../gb.qt.ext.la gb.qt.ext.la) make[5]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.qt/src/ext' make[5]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.qt/src' /usr/qt/3/bin//moc main.h -o moc_main.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_main.lo -MD -MP -MF ".deps/moc_main.Tpo" -c -o moc_main.lo moc_main.cpp; \ then mv -f ".deps/moc_main.Tpo" ".deps/moc_main.Plo"; else rm -f ".deps/moc_main.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_main.lo -MD -MP -MF .deps/moc_main.Tpo -c moc_main.cpp -fPIC -DPIC -o .libs/moc_main.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.cpp -fPIC -DPIC -o .libs/main.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CFont.lo -MD -MP -MF ".deps/CFont.Tpo" -c -o CFont.lo CFont.cpp; \ then mv -f ".deps/CFont.Tpo" ".deps/CFont.Plo"; else rm -f ".deps/CFont.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CFont.lo -MD -MP -MF .deps/CFont.Tpo -c CFont.cpp -fPIC -DPIC -o .libs/CFont.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CScreen.lo -MD -MP -MF ".deps/CScreen.Tpo" -c -o CScreen.lo CScreen.cpp; \ then mv -f ".deps/CScreen.Tpo" ".deps/CScreen.Plo"; else rm -f ".deps/CScreen.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CScreen.lo -MD -MP -MF .deps/CScreen.Tpo -c CScreen.cpp -fPIC -DPIC -o .libs/CScreen.o /usr/qt/3/bin//moc CWidget.h -o moc_CWidget.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CWidget.lo -MD -MP -MF ".deps/moc_CWidget.Tpo" -c -o moc_CWidget.lo moc_CWidget.cpp; \ then mv -f ".deps/moc_CWidget.Tpo" ".deps/moc_CWidget.Plo"; else rm -f ".deps/moc_CWidget.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CWidget.lo -MD -MP -MF .deps/moc_CWidget.Tpo -c moc_CWidget.cpp -fPIC -DPIC -o .libs/moc_CWidget.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CWidget.lo -MD -MP -MF ".deps/CWidget.Tpo" -c -o CWidget.lo CWidget.cpp; \ then mv -f ".deps/CWidget.Tpo" ".deps/CWidget.Plo"; else rm -f ".deps/CWidget.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CWidget.lo -MD -MP -MF .deps/CWidget.Tpo -c CWidget.cpp -fPIC -DPIC -o .libs/CWidget.o /usr/qt/3/bin//moc CWindow.h -o moc_CWindow.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CWindow.lo -MD -MP -MF ".deps/moc_CWindow.Tpo" -c -o moc_CWindow.lo moc_CWindow.cpp; \ then mv -f ".deps/moc_CWindow.Tpo" ".deps/moc_CWindow.Plo"; else rm -f ".deps/moc_CWindow.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CWindow.lo -MD -MP -MF .deps/moc_CWindow.Tpo -c moc_CWindow.cpp -fPIC -DPIC -o .libs/moc_CWindow.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CWindow.lo -MD -MP -MF ".deps/CWindow.Tpo" -c -o CWindow.lo CWindow.cpp; \ then mv -f ".deps/CWindow.Tpo" ".deps/CWindow.Plo"; else rm -f ".deps/CWindow.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CWindow.lo -MD -MP -MF .deps/CWindow.Tpo -c CWindow.cpp -fPIC -DPIC -o .libs/CWindow.o /usr/qt/3/bin//moc CButton.h -o moc_CButton.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CButton.lo -MD -MP -MF ".deps/moc_CButton.Tpo" -c -o moc_CButton.lo moc_CButton.cpp; \ then mv -f ".deps/moc_CButton.Tpo" ".deps/moc_CButton.Plo"; else rm -f ".deps/moc_CButton.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CButton.lo -MD -MP -MF .deps/moc_CButton.Tpo -c moc_CButton.cpp -fPIC -DPIC -o .libs/moc_CButton.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CButton.lo -MD -MP -MF ".deps/CButton.Tpo" -c -o CButton.lo CButton.cpp; \ then mv -f ".deps/CButton.Tpo" ".deps/CButton.Plo"; else rm -f ".deps/CButton.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CButton.lo -MD -MP -MF .deps/CButton.Tpo -c CButton.cpp -fPIC -DPIC -o .libs/CButton.o /usr/qt/3/bin//moc CContainer.h -o moc_CContainer.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CContainer.lo -MD -MP -MF ".deps/moc_CContainer.Tpo" -c -o moc_CContainer.lo moc_CContainer.cpp; \ then mv -f ".deps/moc_CContainer.Tpo" ".deps/moc_CContainer.Plo"; else rm -f ".deps/moc_CContainer.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CContainer.lo -MD -MP -MF .deps/moc_CContainer.Tpo -c moc_CContainer.cpp -fPIC -DPIC -o .libs/moc_CContainer.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CContainer.lo -MD -MP -MF ".deps/CContainer.Tpo" -c -o CContainer.lo CContainer.cpp; \ then mv -f ".deps/CContainer.Tpo" ".deps/CContainer.Plo"; else rm -f ".deps/CContainer.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CContainer.lo -MD -MP -MF .deps/CContainer.Tpo -c CContainer.cpp -fPIC -DPIC -o .libs/CContainer.o /usr/qt/3/bin//moc CLabel.h -o moc_CLabel.cpp CLabel.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CLabel.lo -MD -MP -MF ".deps/moc_CLabel.Tpo" -c -o moc_CLabel.lo moc_CLabel.cpp; \ then mv -f ".deps/moc_CLabel.Tpo" ".deps/moc_CLabel.Plo"; else rm -f ".deps/moc_CLabel.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CLabel.lo -MD -MP -MF .deps/moc_CLabel.Tpo -c moc_CLabel.cpp -fPIC -DPIC -o .libs/moc_CLabel.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CLabel.lo -MD -MP -MF ".deps/CLabel.Tpo" -c -o CLabel.lo CLabel.cpp; \ then mv -f ".deps/CLabel.Tpo" ".deps/CLabel.Plo"; else rm -f ".deps/CLabel.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CLabel.lo -MD -MP -MF .deps/CLabel.Tpo -c CLabel.cpp -fPIC -DPIC -o .libs/CLabel.o /usr/qt/3/bin//moc CListBox.h -o moc_CListBox.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CListBox.lo -MD -MP -MF ".deps/moc_CListBox.Tpo" -c -o moc_CListBox.lo moc_CListBox.cpp; \ then mv -f ".deps/moc_CListBox.Tpo" ".deps/moc_CListBox.Plo"; else rm -f ".deps/moc_CListBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CListBox.lo -MD -MP -MF .deps/moc_CListBox.Tpo -c moc_CListBox.cpp -fPIC -DPIC -o .libs/moc_CListBox.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CListBox.lo -MD -MP -MF ".deps/CListBox.Tpo" -c -o CListBox.lo CListBox.cpp; \ then mv -f ".deps/CListBox.Tpo" ".deps/CListBox.Plo"; else rm -f ".deps/CListBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CListBox.lo -MD -MP -MF .deps/CListBox.Tpo -c CListBox.cpp -fPIC -DPIC -o .libs/CListBox.o /usr/qt/3/bin//moc CTextBox.h -o moc_CTextBox.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTextBox.lo -MD -MP -MF ".deps/moc_CTextBox.Tpo" -c -o moc_CTextBox.lo moc_CTextBox.cpp; \ then mv -f ".deps/moc_CTextBox.Tpo" ".deps/moc_CTextBox.Plo"; else rm -f ".deps/moc_CTextBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTextBox.lo -MD -MP -MF .deps/moc_CTextBox.Tpo -c moc_CTextBox.cpp -fPIC -DPIC -o .libs/moc_CTextBox.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTextBox.lo -MD -MP -MF ".deps/CTextBox.Tpo" -c -o CTextBox.lo CTextBox.cpp; \ then mv -f ".deps/CTextBox.Tpo" ".deps/CTextBox.Plo"; else rm -f ".deps/CTextBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTextBox.lo -MD -MP -MF .deps/CTextBox.Tpo -c CTextBox.cpp -fPIC -DPIC -o .libs/CTextBox.o /usr/qt/3/bin//moc CPictureBox.h -o moc_CPictureBox.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CPictureBox.lo -MD -MP -MF ".deps/moc_CPictureBox.Tpo" -c -o moc_CPictureBox.lo moc_CPictureBox.cpp; \ then mv -f ".deps/moc_CPictureBox.Tpo" ".deps/moc_CPictureBox.Plo"; else rm -f ".deps/moc_CPictureBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CPictureBox.lo -MD -MP -MF .deps/moc_CPictureBox.Tpo -c moc_CPictureBox.cpp -fPIC -DPIC -o .libs/moc_CPictureBox.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CPictureBox.lo -MD -MP -MF ".deps/CPictureBox.Tpo" -c -o CPictureBox.lo CPictureBox.cpp; \ then mv -f ".deps/CPictureBox.Tpo" ".deps/CPictureBox.Plo"; else rm -f ".deps/CPictureBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CPictureBox.lo -MD -MP -MF .deps/CPictureBox.Tpo -c CPictureBox.cpp -fPIC -DPIC -o .libs/CPictureBox.o /usr/qt/3/bin//moc CMenu.h -o moc_CMenu.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CMenu.lo -MD -MP -MF ".deps/moc_CMenu.Tpo" -c -o moc_CMenu.lo moc_CMenu.cpp; \ then mv -f ".deps/moc_CMenu.Tpo" ".deps/moc_CMenu.Plo"; else rm -f ".deps/moc_CMenu.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CMenu.lo -MD -MP -MF .deps/moc_CMenu.Tpo -c moc_CMenu.cpp -fPIC -DPIC -o .libs/moc_CMenu.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CMenu.lo -MD -MP -MF ".deps/CMenu.Tpo" -c -o CMenu.lo CMenu.cpp; \ then mv -f ".deps/CMenu.Tpo" ".deps/CMenu.Plo"; else rm -f ".deps/CMenu.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CMenu.lo -MD -MP -MF .deps/CMenu.Tpo -c CMenu.cpp -fPIC -DPIC -o .libs/CMenu.o /usr/qt/3/bin//moc CMouse.h -o moc_CMouse.cpp CMouse.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CMouse.lo -MD -MP -MF ".deps/moc_CMouse.Tpo" -c -o moc_CMouse.lo moc_CMouse.cpp; \ then mv -f ".deps/moc_CMouse.Tpo" ".deps/moc_CMouse.Plo"; else rm -f ".deps/moc_CMouse.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CMouse.lo -MD -MP -MF .deps/moc_CMouse.Tpo -c moc_CMouse.cpp -fPIC -DPIC -o .libs/moc_CMouse.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CMouse.lo -MD -MP -MF ".deps/CMouse.Tpo" -c -o CMouse.lo CMouse.cpp; \ then mv -f ".deps/CMouse.Tpo" ".deps/CMouse.Plo"; else rm -f ".deps/CMouse.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CMouse.lo -MD -MP -MF .deps/CMouse.Tpo -c CMouse.cpp -fPIC -DPIC -o .libs/CMouse.o /usr/qt/3/bin//moc CKey.h -o moc_CKey.cpp CKey.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CKey.lo -MD -MP -MF ".deps/moc_CKey.Tpo" -c -o moc_CKey.lo moc_CKey.cpp; \ then mv -f ".deps/moc_CKey.Tpo" ".deps/moc_CKey.Plo"; else rm -f ".deps/moc_CKey.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CKey.lo -MD -MP -MF .deps/moc_CKey.Tpo -c moc_CKey.cpp -fPIC -DPIC -o .libs/moc_CKey.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CKey.lo -MD -MP -MF ".deps/CKey.Tpo" -c -o CKey.lo CKey.cpp; \ then mv -f ".deps/CKey.Tpo" ".deps/CKey.Plo"; else rm -f ".deps/CKey.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CKey.lo -MD -MP -MF .deps/CKey.Tpo -c CKey.cpp -fPIC -DPIC -o .libs/CKey.o /usr/qt/3/bin//moc CColor.h -o moc_CColor.cpp CColor.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CColor.lo -MD -MP -MF ".deps/moc_CColor.Tpo" -c -o moc_CColor.lo moc_CColor.cpp; \ then mv -f ".deps/moc_CColor.Tpo" ".deps/moc_CColor.Plo"; else rm -f ".deps/moc_CColor.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CColor.lo -MD -MP -MF .deps/moc_CColor.Tpo -c moc_CColor.cpp -fPIC -DPIC -o .libs/moc_CColor.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CColor.lo -MD -MP -MF ".deps/CColor.Tpo" -c -o CColor.lo CColor.cpp; \ then mv -f ".deps/CColor.Tpo" ".deps/CColor.Plo"; else rm -f ".deps/CColor.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CColor.lo -MD -MP -MF .deps/CColor.Tpo -c CColor.cpp -fPIC -DPIC -o .libs/CColor.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CConst.lo -MD -MP -MF ".deps/CConst.Tpo" -c -o CConst.lo CConst.cpp; \ then mv -f ".deps/CConst.Tpo" ".deps/CConst.Plo"; else rm -f ".deps/CConst.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CConst.lo -MD -MP -MF .deps/CConst.Tpo -c CConst.cpp -fPIC -DPIC -o .libs/CConst.o /usr/qt/3/bin//moc CCheckBox.h -o moc_CCheckBox.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CCheckBox.lo -MD -MP -MF ".deps/moc_CCheckBox.Tpo" -c -o moc_CCheckBox.lo moc_CCheckBox.cpp; \ then mv -f ".deps/moc_CCheckBox.Tpo" ".deps/moc_CCheckBox.Plo"; else rm -f ".deps/moc_CCheckBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CCheckBox.lo -MD -MP -MF .deps/moc_CCheckBox.Tpo -c moc_CCheckBox.cpp -fPIC -DPIC -o .libs/moc_CCheckBox.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CCheckBox.lo -MD -MP -MF ".deps/CCheckBox.Tpo" -c -o CCheckBox.lo CCheckBox.cpp; \ then mv -f ".deps/CCheckBox.Tpo" ".deps/CCheckBox.Plo"; else rm -f ".deps/CCheckBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CCheckBox.lo -MD -MP -MF .deps/CCheckBox.Tpo -c CCheckBox.cpp -fPIC -DPIC -o .libs/CCheckBox.o /usr/qt/3/bin//moc CFrame.h -o moc_CFrame.cpp CFrame.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CFrame.lo -MD -MP -MF ".deps/moc_CFrame.Tpo" -c -o moc_CFrame.lo moc_CFrame.cpp; \ then mv -f ".deps/moc_CFrame.Tpo" ".deps/moc_CFrame.Plo"; else rm -f ".deps/moc_CFrame.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CFrame.lo -MD -MP -MF .deps/moc_CFrame.Tpo -c moc_CFrame.cpp -fPIC -DPIC -o .libs/moc_CFrame.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CFrame.lo -MD -MP -MF ".deps/CFrame.Tpo" -c -o CFrame.lo CFrame.cpp; \ then mv -f ".deps/CFrame.Tpo" ".deps/CFrame.Plo"; else rm -f ".deps/CFrame.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CFrame.lo -MD -MP -MF .deps/CFrame.Tpo -c CFrame.cpp -fPIC -DPIC -o .libs/CFrame.o /usr/qt/3/bin//moc CPanel.h -o moc_CPanel.cpp CPanel.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CPanel.lo -MD -MP -MF ".deps/moc_CPanel.Tpo" -c -o moc_CPanel.lo moc_CPanel.cpp; \ then mv -f ".deps/moc_CPanel.Tpo" ".deps/moc_CPanel.Plo"; else rm -f ".deps/moc_CPanel.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CPanel.lo -MD -MP -MF .deps/moc_CPanel.Tpo -c moc_CPanel.cpp -fPIC -DPIC -o .libs/moc_CPanel.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CPanel.lo -MD -MP -MF ".deps/CPanel.Tpo" -c -o CPanel.lo CPanel.cpp; \ then mv -f ".deps/CPanel.Tpo" ".deps/CPanel.Plo"; else rm -f ".deps/CPanel.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CPanel.lo -MD -MP -MF .deps/CPanel.Tpo -c CPanel.cpp -fPIC -DPIC -o .libs/CPanel.o /usr/qt/3/bin//moc CRadioButton.h -o moc_CRadioButton.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CRadioButton.lo -MD -MP -MF ".deps/moc_CRadioButton.Tpo" -c -o moc_CRadioButton.lo moc_CRadioButton.cpp; \ then mv -f ".deps/moc_CRadioButton.Tpo" ".deps/moc_CRadioButton.Plo"; else rm -f ".deps/moc_CRadioButton.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CRadioButton.lo -MD -MP -MF .deps/moc_CRadioButton.Tpo -c moc_CRadioButton.cpp -fPIC -DPIC -o .libs/moc_CRadioButton.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CRadioButton.lo -MD -MP -MF ".deps/CRadioButton.Tpo" -c -o CRadioButton.lo CRadioButton.cpp; \ then mv -f ".deps/CRadioButton.Tpo" ".deps/CRadioButton.Plo"; else rm -f ".deps/CRadioButton.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CRadioButton.lo -MD -MP -MF .deps/CRadioButton.Tpo -c CRadioButton.cpp -fPIC -DPIC -o .libs/CRadioButton.o /usr/qt/3/bin//moc CTreeView.h -o moc_CTreeView.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTreeView.lo -MD -MP -MF ".deps/moc_CTreeView.Tpo" -c -o moc_CTreeView.lo moc_CTreeView.cpp; \ then mv -f ".deps/moc_CTreeView.Tpo" ".deps/moc_CTreeView.Plo"; else rm -f ".deps/moc_CTreeView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTreeView.lo -MD -MP -MF .deps/moc_CTreeView.Tpo -c moc_CTreeView.cpp -fPIC -DPIC -o .libs/moc_CTreeView.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTreeView.lo -MD -MP -MF ".deps/CTreeView.Tpo" -c -o CTreeView.lo CTreeView.cpp; \ then mv -f ".deps/CTreeView.Tpo" ".deps/CTreeView.Plo"; else rm -f ".deps/CTreeView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTreeView.lo -MD -MP -MF .deps/CTreeView.Tpo -c CTreeView.cpp -fPIC -DPIC -o .libs/CTreeView.o /usr/qt/3/bin//moc CGridView.h -o moc_CGridView.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CGridView.lo -MD -MP -MF ".deps/moc_CGridView.Tpo" -c -o moc_CGridView.lo moc_CGridView.cpp; \ then mv -f ".deps/moc_CGridView.Tpo" ".deps/moc_CGridView.Plo"; else rm -f ".deps/moc_CGridView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CGridView.lo -MD -MP -MF .deps/moc_CGridView.Tpo -c moc_CGridView.cpp -fPIC -DPIC -o .libs/moc_CGridView.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CGridView.lo -MD -MP -MF ".deps/CGridView.Tpo" -c -o CGridView.lo CGridView.cpp; \ then mv -f ".deps/CGridView.Tpo" ".deps/CGridView.Plo"; else rm -f ".deps/CGridView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CGridView.lo -MD -MP -MF .deps/CGridView.Tpo -c CGridView.cpp -fPIC -DPIC -o .libs/CGridView.o /usr/qt/3/bin//moc CTextArea.h -o moc_CTextArea.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTextArea.lo -MD -MP -MF ".deps/moc_CTextArea.Tpo" -c -o moc_CTextArea.lo moc_CTextArea.cpp; \ then mv -f ".deps/moc_CTextArea.Tpo" ".deps/moc_CTextArea.Plo"; else rm -f ".deps/moc_CTextArea.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTextArea.lo -MD -MP -MF .deps/moc_CTextArea.Tpo -c moc_CTextArea.cpp -fPIC -DPIC -o .libs/moc_CTextArea.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTextArea.lo -MD -MP -MF ".deps/CTextArea.Tpo" -c -o CTextArea.lo CTextArea.cpp; \ then mv -f ".deps/CTextArea.Tpo" ".deps/CTextArea.Plo"; else rm -f ".deps/CTextArea.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTextArea.lo -MD -MP -MF .deps/CTextArea.Tpo -c CTextArea.cpp -fPIC -DPIC -o .libs/CTextArea.o /usr/qt/3/bin//moc CTabStrip.h -o moc_CTabStrip.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTabStrip.lo -MD -MP -MF ".deps/moc_CTabStrip.Tpo" -c -o moc_CTabStrip.lo moc_CTabStrip.cpp; \ then mv -f ".deps/moc_CTabStrip.Tpo" ".deps/moc_CTabStrip.Plo"; else rm -f ".deps/moc_CTabStrip.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTabStrip.lo -MD -MP -MF .deps/moc_CTabStrip.Tpo -c moc_CTabStrip.cpp -fPIC -DPIC -o .libs/moc_CTabStrip.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTabStrip.lo -MD -MP -MF ".deps/CTabStrip.Tpo" -c -o CTabStrip.lo CTabStrip.cpp; \ then mv -f ".deps/CTabStrip.Tpo" ".deps/CTabStrip.Plo"; else rm -f ".deps/CTabStrip.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTabStrip.lo -MD -MP -MF .deps/CTabStrip.Tpo -c CTabStrip.cpp -fPIC -DPIC -o .libs/CTabStrip.o /usr/qt/3/bin//moc CDialog.h -o moc_CDialog.cpp CDialog.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CDialog.lo -MD -MP -MF ".deps/moc_CDialog.Tpo" -c -o moc_CDialog.lo moc_CDialog.cpp; \ then mv -f ".deps/moc_CDialog.Tpo" ".deps/moc_CDialog.Plo"; else rm -f ".deps/moc_CDialog.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CDialog.lo -MD -MP -MF .deps/moc_CDialog.Tpo -c moc_CDialog.cpp -fPIC -DPIC -o .libs/moc_CDialog.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CDialog.lo -MD -MP -MF ".deps/CDialog.Tpo" -c -o CDialog.lo CDialog.cpp; \ then mv -f ".deps/CDialog.Tpo" ".deps/CDialog.Plo"; else rm -f ".deps/CDialog.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CDialog.lo -MD -MP -MF .deps/CDialog.Tpo -c CDialog.cpp -fPIC -DPIC -o .libs/CDialog.o /usr/qt/3/bin//moc CPicture.h -o moc_CPicture.cpp CPicture.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CPicture.lo -MD -MP -MF ".deps/moc_CPicture.Tpo" -c -o moc_CPicture.lo moc_CPicture.cpp; \ then mv -f ".deps/moc_CPicture.Tpo" ".deps/moc_CPicture.Plo"; else rm -f ".deps/moc_CPicture.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CPicture.lo -MD -MP -MF .deps/moc_CPicture.Tpo -c moc_CPicture.cpp -fPIC -DPIC -o .libs/moc_CPicture.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CPicture.lo -MD -MP -MF ".deps/CPicture.Tpo" -c -o CPicture.lo CPicture.cpp; \ then mv -f ".deps/CPicture.Tpo" ".deps/CPicture.Plo"; else rm -f ".deps/CPicture.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CPicture.lo -MD -MP -MF .deps/CPicture.Tpo -c CPicture.cpp -fPIC -DPIC -o .libs/CPicture.o /usr/qt/3/bin//moc CImage.h -o moc_CImage.cpp CImage.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CImage.lo -MD -MP -MF ".deps/moc_CImage.Tpo" -c -o moc_CImage.lo moc_CImage.cpp; \ then mv -f ".deps/moc_CImage.Tpo" ".deps/moc_CImage.Plo"; else rm -f ".deps/moc_CImage.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CImage.lo -MD -MP -MF .deps/moc_CImage.Tpo -c moc_CImage.cpp -fPIC -DPIC -o .libs/moc_CImage.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CImage.lo -MD -MP -MF ".deps/CImage.Tpo" -c -o CImage.lo CImage.cpp; \ then mv -f ".deps/CImage.Tpo" ".deps/CImage.Plo"; else rm -f ".deps/CImage.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CImage.lo -MD -MP -MF .deps/CImage.Tpo -c CImage.cpp -fPIC -DPIC -o .libs/CImage.o /usr/qt/3/bin//moc CDrawing.h -o moc_CDrawing.cpp CDrawing.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CDrawing.lo -MD -MP -MF ".deps/moc_CDrawing.Tpo" -c -o moc_CDrawing.lo moc_CDrawing.cpp; \ then mv -f ".deps/moc_CDrawing.Tpo" ".deps/moc_CDrawing.Plo"; else rm -f ".deps/moc_CDrawing.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CDrawing.lo -MD -MP -MF .deps/moc_CDrawing.Tpo -c moc_CDrawing.cpp -fPIC -DPIC -o .libs/moc_CDrawing.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CDrawing.lo -MD -MP -MF ".deps/CDrawing.Tpo" -c -o CDrawing.lo CDrawing.cpp; \ then mv -f ".deps/CDrawing.Tpo" ".deps/CDrawing.Plo"; else rm -f ".deps/CDrawing.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CDrawing.lo -MD -MP -MF .deps/CDrawing.Tpo -c CDrawing.cpp -fPIC -DPIC -o .libs/CDrawing.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CClipboard.lo -MD -MP -MF ".deps/CClipboard.Tpo" -c -o CClipboard.lo CClipboard.cpp; \ then mv -f ".deps/CClipboard.Tpo" ".deps/CClipboard.Plo"; else rm -f ".deps/CClipboard.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CClipboard.lo -MD -MP -MF .deps/CClipboard.Tpo -c CClipboard.cpp -fPIC -DPIC -o .libs/CClipboard.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CDraw.lo -MD -MP -MF ".deps/CDraw.Tpo" -c -o CDraw.lo CDraw.cpp; \ then mv -f ".deps/CDraw.Tpo" ".deps/CDraw.Plo"; else rm -f ".deps/CDraw.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CDraw.lo -MD -MP -MF .deps/CDraw.Tpo -c CDraw.cpp -fPIC -DPIC -o .libs/CDraw.o /usr/qt/3/bin//moc CTimer.h -o moc_CTimer.cpp CTimer.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTimer.lo -MD -MP -MF ".deps/moc_CTimer.Tpo" -c -o moc_CTimer.lo moc_CTimer.cpp; \ then mv -f ".deps/moc_CTimer.Tpo" ".deps/moc_CTimer.Plo"; else rm -f ".deps/moc_CTimer.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CTimer.lo -MD -MP -MF .deps/moc_CTimer.Tpo -c moc_CTimer.cpp -fPIC -DPIC -o .libs/moc_CTimer.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTimer.lo -MD -MP -MF ".deps/CTimer.Tpo" -c -o CTimer.lo CTimer.cpp; \ then mv -f ".deps/CTimer.Tpo" ".deps/CTimer.Plo"; else rm -f ".deps/CTimer.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CTimer.lo -MD -MP -MF .deps/CTimer.Tpo -c CTimer.cpp -fPIC -DPIC -o .libs/CTimer.o /usr/qt/3/bin//moc CWatch.h -o moc_CWatch.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CWatch.lo -MD -MP -MF ".deps/moc_CWatch.Tpo" -c -o moc_CWatch.lo moc_CWatch.cpp; \ then mv -f ".deps/moc_CWatch.Tpo" ".deps/moc_CWatch.Plo"; else rm -f ".deps/moc_CWatch.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CWatch.lo -MD -MP -MF .deps/moc_CWatch.Tpo -c moc_CWatch.cpp -fPIC -DPIC -o .libs/moc_CWatch.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CWatch.lo -MD -MP -MF ".deps/CWatch.Tpo" -c -o CWatch.lo CWatch.cpp; \ then mv -f ".deps/CWatch.Tpo" ".deps/CWatch.Plo"; else rm -f ".deps/CWatch.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CWatch.lo -MD -MP -MF .deps/CWatch.Tpo -c CWatch.cpp -fPIC -DPIC -o .libs/CWatch.o /usr/qt/3/bin//moc CScrollView.h -o moc_CScrollView.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CScrollView.lo -MD -MP -MF ".deps/moc_CScrollView.Tpo" -c -o moc_CScrollView.lo moc_CScrollView.cpp; \ then mv -f ".deps/moc_CScrollView.Tpo" ".deps/moc_CScrollView.Plo"; else rm -f ".deps/moc_CScrollView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CScrollView.lo -MD -MP -MF .deps/moc_CScrollView.Tpo -c moc_CScrollView.cpp -fPIC -DPIC -o .libs/moc_CScrollView.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CScrollView.lo -MD -MP -MF ".deps/CScrollView.Tpo" -c -o CScrollView.lo CScrollView.cpp; \ then mv -f ".deps/CScrollView.Tpo" ".deps/CScrollView.Plo"; else rm -f ".deps/CScrollView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CScrollView.lo -MD -MP -MF .deps/CScrollView.Tpo -c CScrollView.cpp -fPIC -DPIC -o .libs/CScrollView.o /usr/qt/3/bin//moc CDrawingArea.h -o moc_CDrawingArea.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CDrawingArea.lo -MD -MP -MF ".deps/moc_CDrawingArea.Tpo" -c -o moc_CDrawingArea.lo moc_CDrawingArea.cpp; \ then mv -f ".deps/moc_CDrawingArea.Tpo" ".deps/moc_CDrawingArea.Plo"; else rm -f ".deps/moc_CDrawingArea.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CDrawingArea.lo -MD -MP -MF .deps/moc_CDrawingArea.Tpo -c moc_CDrawingArea.cpp -fPIC -DPIC -o .libs/moc_CDrawingArea.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CDrawingArea.lo -MD -MP -MF ".deps/CDrawingArea.Tpo" -c -o CDrawingArea.lo CDrawingArea.cpp; \ then mv -f ".deps/CDrawingArea.Tpo" ".deps/CDrawingArea.Plo"; else rm -f ".deps/CDrawingArea.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CDrawingArea.lo -MD -MP -MF .deps/CDrawingArea.Tpo -c CDrawingArea.cpp -fPIC -DPIC -o .libs/CDrawingArea.o /usr/qt/3/bin//moc CProgress.h -o moc_CProgress.cpp CProgress.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CProgress.lo -MD -MP -MF ".deps/moc_CProgress.Tpo" -c -o moc_CProgress.lo moc_CProgress.cpp; \ then mv -f ".deps/moc_CProgress.Tpo" ".deps/moc_CProgress.Plo"; else rm -f ".deps/moc_CProgress.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CProgress.lo -MD -MP -MF .deps/moc_CProgress.Tpo -c moc_CProgress.cpp -fPIC -DPIC -o .libs/moc_CProgress.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CProgress.lo -MD -MP -MF ".deps/CProgress.Tpo" -c -o CProgress.lo CProgress.cpp; \ then mv -f ".deps/CProgress.Tpo" ".deps/CProgress.Plo"; else rm -f ".deps/CProgress.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CProgress.lo -MD -MP -MF .deps/CProgress.Tpo -c CProgress.cpp -fPIC -DPIC -o .libs/CProgress.o /usr/qt/3/bin//moc CMessage.h -o moc_CMessage.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CMessage.lo -MD -MP -MF ".deps/moc_CMessage.Tpo" -c -o moc_CMessage.lo moc_CMessage.cpp; \ then mv -f ".deps/moc_CMessage.Tpo" ".deps/moc_CMessage.Plo"; else rm -f ".deps/moc_CMessage.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CMessage.lo -MD -MP -MF .deps/moc_CMessage.Tpo -c moc_CMessage.cpp -fPIC -DPIC -o .libs/moc_CMessage.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CMessage.lo -MD -MP -MF ".deps/CMessage.Tpo" -c -o CMessage.lo CMessage.cpp; \ then mv -f ".deps/CMessage.Tpo" ".deps/CMessage.Plo"; else rm -f ".deps/CMessage.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CMessage.lo -MD -MP -MF .deps/CMessage.Tpo -c CMessage.cpp -fPIC -DPIC -o .libs/CMessage.o /usr/qt/3/bin//moc CPrinter.h -o moc_CPrinter.cpp CPrinter.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CPrinter.lo -MD -MP -MF ".deps/moc_CPrinter.Tpo" -c -o moc_CPrinter.lo moc_CPrinter.cpp; \ then mv -f ".deps/moc_CPrinter.Tpo" ".deps/moc_CPrinter.Plo"; else rm -f ".deps/moc_CPrinter.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CPrinter.lo -MD -MP -MF .deps/moc_CPrinter.Tpo -c moc_CPrinter.cpp -fPIC -DPIC -o .libs/moc_CPrinter.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CPrinter.lo -MD -MP -MF ".deps/CPrinter.Tpo" -c -o CPrinter.lo CPrinter.cpp; \ then mv -f ".deps/CPrinter.Tpo" ".deps/CPrinter.Plo"; else rm -f ".deps/CPrinter.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CPrinter.lo -MD -MP -MF .deps/CPrinter.Tpo -c CPrinter.cpp -fPIC -DPIC -o .libs/CPrinter.o /usr/qt/3/bin//moc CIconView.h -o moc_CIconView.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CIconView.lo -MD -MP -MF ".deps/moc_CIconView.Tpo" -c -o moc_CIconView.lo moc_CIconView.cpp; \ then mv -f ".deps/moc_CIconView.Tpo" ".deps/moc_CIconView.Plo"; else rm -f ".deps/moc_CIconView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CIconView.lo -MD -MP -MF .deps/moc_CIconView.Tpo -c moc_CIconView.cpp -fPIC -DPIC -o .libs/moc_CIconView.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CIconView.lo -MD -MP -MF ".deps/CIconView.Tpo" -c -o CIconView.lo CIconView.cpp; \ then mv -f ".deps/CIconView.Tpo" ".deps/CIconView.Plo"; else rm -f ".deps/CIconView.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CIconView.lo -MD -MP -MF .deps/CIconView.Tpo -c CIconView.cpp -fPIC -DPIC -o .libs/CIconView.o /usr/qt/3/bin//moc CSlider.h -o moc_CSlider.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CSlider.lo -MD -MP -MF ".deps/moc_CSlider.Tpo" -c -o moc_CSlider.lo moc_CSlider.cpp; \ then mv -f ".deps/moc_CSlider.Tpo" ".deps/moc_CSlider.Plo"; else rm -f ".deps/moc_CSlider.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CSlider.lo -MD -MP -MF .deps/moc_CSlider.Tpo -c moc_CSlider.cpp -fPIC -DPIC -o .libs/moc_CSlider.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CSlider.lo -MD -MP -MF ".deps/CSlider.Tpo" -c -o CSlider.lo CSlider.cpp; \ then mv -f ".deps/CSlider.Tpo" ".deps/CSlider.Plo"; else rm -f ".deps/CSlider.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CSlider.lo -MD -MP -MF .deps/CSlider.Tpo -c CSlider.cpp -fPIC -DPIC -o .libs/CSlider.o /usr/qt/3/bin//moc CScrollBar.h -o moc_CScrollBar.cpp if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CScrollBar.lo -MD -MP -MF ".deps/moc_CScrollBar.Tpo" -c -o moc_CScrollBar.lo moc_CScrollBar.cpp; \ then mv -f ".deps/moc_CScrollBar.Tpo" ".deps/moc_CScrollBar.Plo"; else rm -f ".deps/moc_CScrollBar.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CScrollBar.lo -MD -MP -MF .deps/moc_CScrollBar.Tpo -c moc_CScrollBar.cpp -fPIC -DPIC -o .libs/moc_CScrollBar.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CScrollBar.lo -MD -MP -MF ".deps/CScrollBar.Tpo" -c -o CScrollBar.lo CScrollBar.cpp; \ then mv -f ".deps/CScrollBar.Tpo" ".deps/CScrollBar.Plo"; else rm -f ".deps/CScrollBar.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CScrollBar.lo -MD -MP -MF .deps/CScrollBar.Tpo -c CScrollBar.cpp -fPIC -DPIC -o .libs/CScrollBar.o /usr/qt/3/bin//moc CMovieBox.h -o moc_CMovieBox.cpp CMovieBox.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CMovieBox.lo -MD -MP -MF ".deps/moc_CMovieBox.Tpo" -c -o moc_CMovieBox.lo moc_CMovieBox.cpp; \ then mv -f ".deps/moc_CMovieBox.Tpo" ".deps/moc_CMovieBox.Plo"; else rm -f ".deps/moc_CMovieBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CMovieBox.lo -MD -MP -MF .deps/moc_CMovieBox.Tpo -c moc_CMovieBox.cpp -fPIC -DPIC -o .libs/moc_CMovieBox.o if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CMovieBox.lo -MD -MP -MF ".deps/CMovieBox.Tpo" -c -o CMovieBox.lo CMovieBox.cpp; \ then mv -f ".deps/CMovieBox.Tpo" ".deps/CMovieBox.Plo"; else rm -f ".deps/CMovieBox.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I../src/share -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CMovieBox.lo -MD -MP -MF .deps/CMovieBox.Tpo -c CMovieBox.cpp -fPIC -DPIC -o .libs/CMovieBox.o /bin/sh ../libtool --mode=link g++ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -o gb.qt.la -rpath /usr/local/lib/gambas2 -module -no-undefined moc_main.lo main.lo CFont.lo CScreen.lo moc_CWidget.lo CWidget.lo moc_CWindow.lo CWindow.lo moc_CButton.lo CButton.lo moc_CContainer.lo CContainer.lo moc_CLabel.lo CLabel.lo moc_CListBox.lo CListBox.lo moc_CTextBox.lo CTextBox.lo moc_CPictureBox.lo CPictureBox.lo moc_CMenu.lo CMenu.lo moc_CMouse.lo CMouse.lo moc_CKey.lo CKey.lo moc_CColor.lo CColor.lo CConst.lo moc_CCheckBox.lo CCheckBox.lo moc_CFrame.lo CFrame.lo moc_CPanel.lo CPanel.lo moc_CRadioButton.lo CRadioButton.lo moc_CTreeView.lo CTreeView.lo moc_CGridView.lo CGridView.lo moc_CTextArea.lo CTextArea.lo moc_CTabStrip.lo CTabStrip.lo moc_CDialog.lo CDialog.lo moc_CPicture.lo CPicture.lo moc_CImage.lo CImage.lo moc_CDrawing.lo CDrawing.lo CClipboard.lo CDraw.lo moc_CTimer.lo CTimer.lo moc_CWatch.lo CWatch.lo moc_CScrollView.lo CScrollView.lo moc_CDrawingArea.lo CDrawingArea.lo moc_CProgress.lo CProgress.lo moc_CMessage.lo CMessage.lo moc_CPrinter.lo CPrinter.lo moc_CIconView.lo CIconView.lo moc_CSlider.lo CSlider.lo moc_CScrollBar.lo CScrollBar.lo moc_CMovieBox.lo CMovieBox.lo -L/usr/qt/3/lib/ -lgcc_s -lstdc++ -lpthread -lqt-mt g++ -shared -nostdlib /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../crti.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/crtbeginS.o .libs/moc_main.o .libs/main.o .libs/CFont.o .libs/CScreen.o .libs/moc_CWidget.o .libs/CWidget.o .libs/moc_CWindow.o .libs/CWindow.o .libs/moc_CButton.o .libs/CButton.o .libs/moc_CContainer.o .libs/CContainer.o .libs/moc_CLabel.o .libs/CLabel.o .libs/moc_CListBox.o .libs/CListBox.o .libs/moc_CTextBox.o .libs/CTextBox.o .libs/moc_CPictureBox.o .libs/CPictureBox.o .libs/moc_CMenu.o .libs/CMenu.o .libs/moc_CMouse.o .libs/CMouse.o .libs/moc_CKey.o .libs/CKey.o .libs/moc_CColor.o .libs/CColor.o .libs/CConst.o .libs/moc_CCheckBox.o .libs/CCheckBox.o .libs/moc_CFrame.o .libs/CFrame.o .libs/moc_CPanel.o .libs/CPanel.o .libs/moc_CRadioButton.o .libs/CRadioButton.o .libs/moc_CTreeView.o .libs/CTreeView.o .libs/moc_CGridView.o .libs/CGridView.o .libs/moc_CTextArea.o .libs/CTextArea.o .libs/moc_CTabStrip.o .libs/CTabStrip.o .libs/moc_CDialog.o .libs/CDialog.o .libs/moc_CPicture.o .libs/CPicture.o .libs/moc_CImage.o .libs/CImage.o .libs/moc_CDrawing.o .libs/CDrawing.o .libs/CClipboard.o .libs/CDraw.o .libs/moc_CTimer.o .libs/CTimer.o .libs/moc_CWatch.o .libs/CWatch.o .libs/moc_CScrollView.o .libs/CScrollView.o .libs/moc_CDrawingArea.o .libs/CDrawingArea.o .libs/moc_CProgress.o .libs/CProgress.o .libs/moc_CMessage.o .libs/CMessage.o .libs/moc_CPrinter.o .libs/CPrinter.o .libs/moc_CIconView.o .libs/CIconView.o .libs/moc_CSlider.o .libs/CSlider.o .libs/moc_CScrollBar.o .libs/CScrollBar.o .libs/moc_CMovieBox.o .libs/CMovieBox.o -Wl,--rpath -Wl,//usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -Wl,--rpath -Wl,//usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -L/usr/lib/gcc-lib/i686-pc-linux-gnu/../../../i686-pc-linux-gnu/lib -L/usr/i686-pc-linux-gnu/lib -L/usr/i686-pc-linux-gnu/bin -L/usr/X11R6/lib -L/usr/lib/mysql -L/usr/qt/3/lib/ -lpthread /usr/qt/3/lib/libqt-mt.so -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5 -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../.. //usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/crtendS.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../crtn.o -Wl,-soname -Wl,gb.qt.so.0 -o .libs/gb.qt.so.0.0.0 (cd .libs && rm -f gb.qt.so.0 && ln -s gb.qt.so.0.0.0 gb.qt.so.0) (cd .libs && rm -f gb.qt.so && ln -s gb.qt.so.0.0.0 gb.qt.so) creating gb.qt.la (cd .libs && rm -f gb.qt.la && ln -s ../gb.qt.la gb.qt.la) make[5]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.qt/src' make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.qt/src' make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.qt' make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.qt' make[3]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.qt' make[2]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.qt' Making all in gb.qt.kde make[2]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.qt.kde' make all-recursive make[3]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.qt.kde' Making all in src make[4]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.qt.kde/src' Making all in html make[5]: Entering directory `/opt/gambas2/gambas2-1.9.5/gb.qt.kde/src/html' if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I/usr/kde/3.3/include/ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF ".deps/main.Tpo" -c -o main.lo main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Plo"; else rm -f ".deps/main.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I/usr/kde/3.3/include/ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.cpp -fPIC -DPIC -o .libs/main.o /usr/qt/3/bin//moc main.h -o moc_main.cpp main.h:0: Warning: No relevant classes found. No output generated. if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I/usr/kde/3.3/include/ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_main.lo -MD -MP -MF ".deps/moc_main.Tpo" -c -o moc_main.lo moc_main.cpp; \ then mv -f ".deps/moc_main.Tpo" ".deps/moc_main.Plo"; else rm -f ".deps/moc_main.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I/usr/kde/3.3/include/ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_main.lo -MD -MP -MF .deps/moc_main.Tpo -c moc_main.cpp -fPIC -DPIC -o .libs/moc_main.o /usr/qt/3/bin//moc CWebBrowser.h -o moc_CWebBrowser.cpp if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I/usr/kde/3.3/include/ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CWebBrowser.lo -MD -MP -MF ".deps/moc_CWebBrowser.Tpo" -c -o moc_CWebBrowser.lo moc_CWebBrowser.cpp; \ then mv -f ".deps/moc_CWebBrowser.Tpo" ".deps/moc_CWebBrowser.Plo"; else rm -f ".deps/moc_CWebBrowser.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I/usr/kde/3.3/include/ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT moc_CWebBrowser.lo -MD -MP -MF .deps/moc_CWebBrowser.Tpo -c moc_CWebBrowser.cpp -fPIC -DPIC -o .libs/moc_CWebBrowser.o if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I/usr/kde/3.3/include/ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CWebBrowser.lo -MD -MP -MF ".deps/CWebBrowser.Tpo" -c -o CWebBrowser.lo CWebBrowser.cpp; \ then mv -f ".deps/CWebBrowser.Tpo" ".deps/CWebBrowser.Plo"; else rm -f ".deps/CWebBrowser.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/qt/3/include/ -D_REENTRANT -I/usr/kde/3.3/include/ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -MT CWebBrowser.lo -MD -MP -MF .deps/CWebBrowser.Tpo -c CWebBrowser.cpp -fPIC -DPIC -o .libs/CWebBrowser.o /bin/sh ../../libtool --mode=link g++ -g -O2 -pipe -Wall -fno-exceptions -g -Os -fno-omit-frame-pointer -o gb.qt.kde.html.la -rpath /usr/local/lib/gambas2 -module -no-undefined main.lo moc_main.lo moc_CWebBrowser.lo CWebBrowser.lo -L/usr/qt/3/lib/ -lgcc_s -lstdc++ -lpthread -lqt-mt -L/usr/kde/3.3/lib/ -lkdecore -lkdeui -lDCOP -lkio -lkhtml -lkjs grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la' is not a valid libtool archive make[5]: *** [gb.qt.kde.html.la] Error 1 make[5]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.qt.kde/src/html' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.qt.kde/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.qt.kde' make[2]: *** [all] Error 2 make[2]: Leaving directory `/opt/gambas2/gambas2-1.9.5/gb.qt.kde' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/gambas2/gambas2-1.9.5' make: *** [all] Error 2 From Karl.Reinl at ...9... Thu Mar 31 23:04:04 2005 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Thu, 31 Mar 2005 23:04:04 +0200 Subject: [Gambas-user] our net is slow today Message-ID: <200503312304.04441.Karl.Reinl@...9...> Salut, today I'v got mails from today, before some mails from yesterday came in. Amicalment Charlie