From easuter at ...176... Thu May 3 22:01:09 2007 From: easuter at ...176... (=?ISO-8859-1?Q?Eug=E9ne_Suter?=) Date: Thu, 3 May 2007 21:01:09 +0100 Subject: [Gambas-devel] Virtual terminal emulation support in Gambas 1.0.x Message-ID: <6bb01940705031301ycc99214h24d64502c9bf144f@...178...> Hi there! I'm working on an "su" frontend in Gambas (1.0.17), and so far have written almost all the code except for the part that will run the "su -c" command. The only problem I'm facing is that su won't run unless it thinks it is running in a terminal. So this problem is easy to get past in Gambas2 ( 1.9.47) by using the INPUT OUTPUT arguments after EXEC. But Gambas1 gives a syntax error. I'm aware that this is probably not the best place to post this message, but I have had no luck on other forums and on the Gambas-users mailing list. So all I need to know is: _is virtual terminal emulation supported in Gambas 1.0.x or not_? I can't move on until I know so.... Thanks for your time and patience. Cheers, Eug?ne -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Thu May 3 22:15:44 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 3 May 2007 22:15:44 +0200 Subject: [Gambas-devel] Virtual terminal emulation support in Gambas 1.0.x In-Reply-To: <6bb01940705031301ycc99214h24d64502c9bf144f@...178...> References: <6bb01940705031301ycc99214h24d64502c9bf144f@...178...> Message-ID: <200705032215.44903.gambas@...1...> On jeudi 3 mai 2007, Eug?ne Suter wrote: > Hi there! > > I'm working on an "su" frontend in Gambas (1.0.17), and so far have written > almost all the code except for the part that will run the "su -c" command. > > The only problem I'm facing is that su won't run unless it thinks it is > running in a terminal. So this problem is easy to get past in Gambas2 ( > 1.9.47) by using the INPUT OUTPUT arguments after EXEC. > But Gambas1 gives a syntax error. > > I'm aware that this is probably not the best place to post this message, > but I have had no luck on other forums and on the Gambas-users mailing > list. > > So all I need to know is: _is virtual terminal emulation supported in > Gambas 1.0.x or not_? > No. This is a Gambas 2 enhancement. Regards, -- Benoit Minisini From sourceforge-raindog2 at ...19... Thu May 3 22:24:01 2007 From: sourceforge-raindog2 at ...19... (Rob) Date: Thu, 3 May 2007 16:24:01 -0400 Subject: [Gambas-devel] Virtual terminal emulation support in Gambas 1.0.x In-Reply-To: <200705032215.44903.gambas@...1...> References: <6bb01940705031301ycc99214h24d64502c9bf144f@...178...> <200705032215.44903.gambas@...1...> Message-ID: <200705031624.01715.sourceforge-raindog2@...19...> On Thursday 03 May 2007 16:15, Benoit Minisini wrote: > > So all I need to know is: _is virtual terminal emulation > > supported in Gambas 1.0.x or not_? > > No. This is a Gambas 2 enhancement. I wrote a Perl script to allow me to do that in Gambas 1, though. If you get really stuck, let me know and I'll start looking for it in my backups. Rob From easuter at ...176... Fri May 4 01:54:08 2007 From: easuter at ...176... (=?ISO-8859-1?Q?Eug=E9ne_Suter?=) Date: Fri, 4 May 2007 00:54:08 +0100 Subject: [Gambas-devel] Virtual terminal emulation support in Gambas 1.0.x In-Reply-To: <200705031624.01715.sourceforge-raindog2@...19...> References: <6bb01940705031301ycc99214h24d64502c9bf144f@...178...> <200705032215.44903.gambas@...1...> <200705031624.01715.sourceforge-raindog2@...19...> Message-ID: <6bb01940705031654l1a1744b5x49f656d15ef7b4f9@...178...> On 03/05/07, Rob wrote: > > On Thursday 03 May 2007 16:15, Benoit Minisini wrote: > > > So all I need to know is: _is virtual terminal emulation > > > supported in Gambas 1.0.x or not_? > > > > No. This is a Gambas 2 enhancement. > > I wrote a Perl script to allow me to do that in Gambas 1, though. > If you get really stuck, let me know and I'll start looking for > it in my backups. > > Rob Thanks for the replies. I' would really prefer the app to be entirely Gambas based, but thanks for the offer Rob :) So I guess I'll start reworking it in Gambas2 ; However I would like to know first if Gambas2 is likely to undergo any major changes at this stage (like it did in earlier versions with bytecode changes, etc...)? Thanks again. Cheers Eug?ne -------------- next part -------------- An HTML attachment was scrubbed... URL: From jredrejo at ...176... Fri May 11 11:10:22 2007 From: jredrejo at ...176... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Fri, 11 May 2007 09:10:22 +0000 Subject: [Gambas-devel] =?iso-8859-1?q?gambas_on_nokia_770_=F3_800_=28maem?= =?iso-8859-1?q?o_platform=29?= Message-ID: <8eb28a500705110210j51acf896t4b3600fd0464afa9@...178...> Has anybody tried, or even studied, if gambas could be built and used on these devices? Theorically, the compiler, runtime, gtk, and many other components (excluding all depending on qt) could be compiled.... -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas.fr at ...176... Tue May 15 22:07:13 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Tue, 15 May 2007 22:07:13 +0200 Subject: [Gambas-devel] problem with sqlite3 Message-ID: <6324a42a0705151307x1f1c35f1s15dced965bbc8f46@...178...> hi i'm on ubuntu with sqlite3 when i save a value in a decimal field it don't store my value but that : 2,705158782638E-313 does anyone have the same problem ? if yes have you a soluce ? Thanks, Fabien -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas.fr at ...176... Thu May 17 12:23:48 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Thu, 17 May 2007 12:23:48 +0200 Subject: [Gambas-devel] TextEdit Example Message-ID: <6324a42a0705170323o12073b49oa53251e37e9fc8a6@...178...> Hi to all, This is an example to how to use the textedit widget. If Benoit want to add it in the examples... Regards, Fabien Bodard -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: TextEditExample-0.0.5.tar.gz Type: application/x-gzip Size: 16386 bytes Desc: not available URL: From gambas at ...1... Sun May 20 10:31:55 2007 From: gambas at ...1... (Benoit Minisini) Date: Sun, 20 May 2007 10:31:55 +0200 Subject: [Gambas-devel] problem with sqlite3 In-Reply-To: <6324a42a0705151307x1f1c35f1s15dced965bbc8f46@...178...> References: <6324a42a0705151307x1f1c35f1s15dced965bbc8f46@...178...> Message-ID: <200705201031.56010.gambas@...1...> On mardi 15 mai 2007, Fabien Bodard wrote: > hi > > i'm on ubuntu with sqlite3 > > when i save a value in a decimal field it don't store my value but that : > 2,705158782638E-313 > > does anyone have the same problem ? > > if yes have you a soluce ? > > > Thanks, > > Fabien Please send some code! -- Benoit Minisini From gambas.fr at ...176... Sun May 20 11:28:25 2007 From: gambas.fr at ...176... (Fabien Bodard) Date: Sun, 20 May 2007 11:28:25 +0200 Subject: [Gambas-devel] problem with sqlite3 In-Reply-To: <200705201031.56010.gambas@...1...> References: <6324a42a0705151307x1f1c35f1s15dced965bbc8f46@...178...> <200705201031.56010.gambas@...1...> Message-ID: <6324a42a0705200228h79f81569w854f3ee6b4918fb4@...178...> Pas besoin de code, tu cr?es une table sous gbdbm et tu cr?es des champ currency. le champ n'enregistre pas la bonne valeur. ferme/ouvre au d?but je croyais que ?a venait de moi, mais mon syst?me est neuf. (Ubuntu feisty) site interessant: http://www.verb2verbe.com/ 2007/5/20, Benoit Minisini : > > On mardi 15 mai 2007, Fabien Bodard wrote: > > hi > > > > i'm on ubuntu with sqlite3 > > > > when i save a value in a decimal field it don't store my value but that > : > > 2,705158782638E-313 > > > > does anyone have the same problem ? > > > > if yes have you a soluce ? > > > > > > Thanks, > > > > Fabien > > Please send some code! > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jredrejo at ...176... Mon May 21 12:35:04 2007 From: jredrejo at ...176... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Mon, 21 May 2007 10:35:04 +0000 Subject: [Gambas-devel] spanish translation for 1.9.49 Message-ID: <8eb28a500705210335t1a5a48c1w739dd62f59ea9dad@...178...> Attached is the spanish translation for the IDE, version 19.49. Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: es.po Type: text/x-gettext-translation Size: 75291 bytes Desc: not available URL: From gambas at ...1... Mon May 21 22:18:04 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 21 May 2007 22:18:04 +0200 Subject: [Gambas-devel] spanish translation for 1.9.49 In-Reply-To: <8eb28a500705210335t1a5a48c1w739dd62f59ea9dad@...178...> References: <8eb28a500705210335t1a5a48c1w739dd62f59ea9dad@...178...> Message-ID: <200705212218.04907.gambas@...1...> On lundi 21 mai 2007, Jos? Luis Redrejo wrote: > Attached is the spanish translation for the IDE, version 19.49. > Regards. Thanks! -- Benoit Minisini