From super_spy at ...315... Wed Jun 1 17:24:25 2005 From: super_spy at ...315... (super_spy) Date: Wed, 1 Jun 2005 08:24:25 -0700 Subject: [Gambas-devel] I have made chart class Message-ID: <200506010824.AA184615216@...315...> I have made chart class for gambas, could it will be include in gambas installation ?Powered by Hellacious Riders - http://www.hriders.com - Home of the Free 1TB email accounts. From gambas at ...1... Thu Jun 2 09:58:21 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 2 Jun 2005 09:58:21 +0200 Subject: [Gambas-devel] I have made chart class In-Reply-To: <200506010824.AA184615216@...315...> References: <200506010824.AA184615216@...315...> Message-ID: <200506020958.21798.gambas@...1...> On Wednesday 01 June 2005 17:24, super_spy wrote: > I have made chart class for gambas, could it will be include in gambas > installation ?Powered by Hellacious Riders - http://www.hriders.com - Home > of the Free 1TB email accounts. > Is it a component ? Is it written in C/C++ or in Gambas ? Please publish your code first, so that people can test it. If it is good, I will certainly put in the main source tree. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Thu Jun 2 12:51:25 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 2 Jun 2005 12:51:25 +0200 Subject: [Gambas-devel] Event seems to not raise In-Reply-To: <429B107C.5040404@...103...> References: <429B107C.5040404@...103...> Message-ID: <200506021251.25976.gambas@...1...> On Monday 30 May 2005 15:09, Daniel Campos wrote: > Hi Beno?t: > > I'm writting (using gambas-1.9.8) a class that inherits from "Panel". > Well, I've > added an event (ElementClick) that should raise when an element receives > the "MouseUp" event, however, this never happen... > > I send you a sample code > > Regards, > > D. Campos This is a bug in the interpreter! 8-E Here is a fix for the development version... Regards, -- Benoit Minisini mailto:gambas at ...1... -------------- next part -------------- A non-text attachment was scrubbed... Name: gbx_exec_loop.c Type: text/x-csrc Size: 31816 bytes Desc: not available URL: From gambas at ...1... Thu Jun 2 16:54:31 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 2 Jun 2005 16:54:31 +0200 Subject: [Gambas-devel] Release of gambas2-1.9.9 Message-ID: <200506021654.32553.gambas@...1...> Hi, I have uploaded a new release of the development version. You will just find there a lot of bugfixes, and updates of the GTK+ and networking components. Enjoy it :-) -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Thu Jun 2 17:02:42 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 2 Jun 2005 17:02:42 +0200 Subject: [Gambas-devel] Release of gambas 1.9.5 In-Reply-To: <6.0.0.22.2.20050411124212.02c4c060@...239...> References: <200503311623.53179.gambas@...1...> <200504071129.29174.sourceforge-raindog2@...19...> <6.0.0.22.2.20050411124212.02c4c060@...239...> Message-ID: <200506021702.43549.gambas@...1...> On Monday 11 April 2005 12:50, Carlo Sorda wrote: > Hi, > my name is Carlo Sorda. > I have developed a library for GAMBAS. It's name is Ldap. > Now I have implemented only Init, Bind, UnBind and Search method. > There isn't a documentation, but I have inserted a sample in GAMBAS. > My platform is Fedora Core 3 and OpenLdap 2.2. > Please send me feedback. > Best regard. Hi, Carlo. I released a new development version of Gambas. Can you check that it solves your compilation problem (the crash of 'gbi') ? Moreover, I'm interested in having a LDAP component in Gambas. Did you have a more recent release since this new one ? Can you adapt it to the development version source tree organization ? If you don't know, I will do it for you - You will just have to make the 'src' directory. Can you rename your constants so that they follow the 'Gambas naming' rules ? (LDAP_SUCCESS => LdapSuccess, or better just 'Success' as the name of the class is already 'Ldap') Waiting for your answer, Regards, -- Benoit Minisini mailto:gambas at ...1... From drakaan at ...176... Thu Jun 2 23:20:55 2005 From: drakaan at ...176... (adrian stovall) Date: Thu, 2 Jun 2005 16:20:55 -0500 Subject: [Gambas-devel] Problem with .component file In-Reply-To: <42975DF9.5040100@...1...> References: <428F9301.6080302@...1...> <6696aa870505260715152dd3e@...178...> <42975DF9.5040100@...1...> Message-ID: <6696aa870506021420265d9fd2@...178...> Thanks...I understand about not wanting people to see stuff before clean-up ;) Let me know when you have it looking presentable. hasta, Adrian On 5/27/05, PV wrote: > On 26/05/2005 16:15, adrian stovall wrote: > > I'm definitely interested in this component. I've searched several > > times for cryp/hashing components for Gambas, and found Gcrypto2 > > mentioned, but with no files to be found. Please send me what you > > come up with. Actually, if you want some more eyes looking at things, > > send me what you have now, and I'll see if I can help debug or develop > > it with you (I don't even need credit for helping, just want working > > crypto functionality). > > The code is still too messy and unfinished: give me a little time to fix it and > then I'll be more than happy to share it. > > Take care, > Piero > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -- 'Murphy was an optimist' - O'Toole's commentary on murpy's law 'Extremists suck' - Adrian Stovall [ http://drakaan.blogspot.com ] From oreip at ...1... Sun Jun 5 10:12:58 2005 From: oreip at ...1... (PV) Date: Sun, 05 Jun 2005 10:12:58 +0200 Subject: [Gambas-devel] [Fwd: Problem with .component file] Message-ID: <42A2B40A.6080702@...1...> Well, I think I got it... The problem is just that in my case the Controls line shouldn't be there! ;) In fact, I thought that the Controls line was just a description of the elements contained in the library and nothing else, but instead actually it is used (at least) to create the toolbox: since my library doesn't create any "visual" components to be added to the toolbox, then no Controls items should appear in the .component file. Is that right? This component is almost finished (but I am planning to add also a base64 class): Benoit, if you are interested in having it in Gambas, please let me know and I'll be glad to give my contribution to the project. Regards, Piero -------- Original Message -------- Subject: Problem with .component file Date: Sat, 21 May 2005 21:58:57 +0200 From: PV To: gambas-devel at lists.sourceforge.net Hi all, I am writing a component for Gambas which adds four new hash and cypher classes (MD5, SHA1, SHA2 and AES), but I am experiencing a strange problem with the relative component file. In fact, if I use a gb.hash.component file like [Component] Key=gb.hash Name=Hash functions Name[it]=Funzioni di hash Author=Pierluigi Vittori Alpha=1 everything works fine, but if I add one more line like Controls=MD5,SHA1,SHA2,AES then, upon opening in gambas a project which includes the new library gb.hash, everything stops and an error shows up saying "Cannot open project file. Void key. FToolBox.AddToolBar.36" If i remove the "Controls=" line, everything goes back to normal. What am I doing wrong? :-) TIA, Piero P.S. If you are interested in this new component, please let me know and, when it is finished, I can send you the source code. From gambas at ...1... Tue Jun 7 12:31:55 2005 From: gambas at ...1... (Benoit Minisini) Date: Tue, 7 Jun 2005 12:31:55 +0200 Subject: [Gambas-devel] [Fwd: Problem with .component file] In-Reply-To: <42A2B40A.6080702@...1...> References: <42A2B40A.6080702@...1...> Message-ID: <200506071231.56122.gambas@...1...> On Sunday 05 June 2005 10:12, PV wrote: > Well, I think I got it... > The problem is just that in my case the Controls line shouldn't be there! > ;) In fact, I thought that the Controls line was just a description of the > elements contained in the library and nothing else, but instead actually it > is used (at least) to create the toolbox: since my library doesn't create > any "visual" components to be added to the toolbox, then no Controls items > should appear in the .component file. > Is that right? Yes. This may change in the future, at at the moment creating non-visual component can't be done out of the box. > > This component is almost finished (but I am planning to add also a base64 > class): Benoit, if you are interested in having it in Gambas, please let me > know and I'll be glad to give my contribution to the project. Publish it first, so that people can look at it :-) Do you mean base64 encoding ? I will take the routine for a future "web" or "cgi" component. > > Regards, > Piero > > Regards, -- Benoit Minisini mailto:gambas at ...1... From ml at ...316... Wed Jun 8 10:56:29 2005 From: ml at ...316... (ML) Date: Wed, 08 Jun 2005 10:56:29 +0200 Subject: [Gambas-devel] [Fwd: Problem with .component file] In-Reply-To: <200506071231.56122.gambas@...1...> References: <42A2B40A.6080702@...1...> <200506071231.56122.gambas@...1...> Message-ID: <42A6B2BD.6050409@...316...> On 07/06/2005 12:31, Benoit Minisini wrote: >>This component is almost finished (but I am planning to add also a base64 >>class): Benoit, if you are interested in having it in Gambas, please let me >>know and I'll be glad to give my contribution to the project. > > > Publish it first, so that people can look at it :-) Ok, I will do it as soon as it reaches a "publishable" state :-) > Do you mean base64 encoding ? I will take the routine for a future "web" or > "cgi" component. Yes, base64 encoding/decoding. Ciao, Piero From berto.melgar at ...176... Wed Jun 8 16:57:20 2005 From: berto.melgar at ...176... (Berto) Date: Wed, 8 Jun 2005 15:57:20 +0100 Subject: [Gambas-devel] [Fwd: Problem with .component file] In-Reply-To: <42A6B2BD.6050409@...316...> References: <42A2B40A.6080702@...1...> <200506071231.56122.gambas@...1...> <42A6B2BD.6050409@...316...> Message-ID: <38e9ff9905060807573294e04e@...178...> It installs ok now. Thanks everybody. 2005/6/8, ML : > On 07/06/2005 12:31, Benoit Minisini wrote: > > >>This component is almost finished (but I am planning to add also a base64 > >>class): Benoit, if you are interested in having it in Gambas, please let me > >>know and I'll be glad to give my contribution to the project. > > > > > > Publish it first, so that people can look at it :-) > > Ok, I will do it as soon as it reaches a "publishable" state :-) > > > Do you mean base64 encoding ? I will take the routine for a future "web" or > > "cgi" component. > > Yes, base64 encoding/decoding. > > Ciao, > Piero > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput > a projector? How fast can you ride your desk chair down the office luge track? > If you want to score the big prize, get to know the little guy. > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > -- Redescubre la Web: Pillate Firefox [getfirefox.com] There are only 10 types of people in this world... those who understand binary, and those who don't. "Reality is that which, when you stop believing in it, doesn't go away." - Philip K. Dick "El sexo sucio? s?, claro; pero solo cuando se hace bien. - Woody Allen "Yo no coloco al artista en un pedestal, como si fuera un peque?o dios. Es tan s?lo el int?rprete de lo in?fable." Edward Weston "...de pronto, todo me resulta evidente: s?lo los libros fant?sticos pueden transmitir la realidad desfasada en que vivo..." David B. "No merece la pena morir de todo esto, la mitad es convenci?n, la otra mitad mentira." Dylan Thomas Berto Berto From csorda at ...69... Wed Jun 8 18:11:17 2005 From: csorda at ...69... (Carlo Sorda) Date: Wed, 08 Jun 2005 18:11:17 +0200 Subject: [Gambas-devel] DCOP QMAP problem In-Reply-To: <42A6B2BD.6050409@...316...> References: <42A2B40A.6080702@...1...> <200506071231.56122.gambas@...1...> <42A6B2BD.6050409@...316...> Message-ID: <6.0.0.22.2.20050608174235.02c43b20@...239...> Hi, I have a problem to use DCOP to drive knotes. like sample: DIM cNotes AS Collection Dim id as string cNotes = NEW Collection hKnotes = Application["knotes"] cNotes = hKnotes["KNotesIface"].notes() IF cNotes <> NULL THEN FOR EACH Element IN cNotes id = cstring(cNotes.Key) PRINT "Key: " & id & " - " "Element: " & Element; NEXT ENDIF the first 4 byte of id are in binary mode, other are string!!! The function QMAP is mapped to Collection of string -------------- next part -------------- An HTML attachment was scrubbed... URL: From gambas at ...1... Fri Jun 10 10:04:47 2005 From: gambas at ...1... (Benoit Minisini) Date: Fri, 10 Jun 2005 10:04:47 +0200 Subject: [Gambas-devel] Re: [Gambas-user] GB.StoreVariant In-Reply-To: <42A86322.2060703@...318...> References: <42A86322.2060703@...318...> Message-ID: <200506101004.47933.gambas@...1...> On Thursday 09 June 2005 17:41, Daniel wrote: > hi > i make the small driver for firebird and i have problem with this code > (i use gambas 1.9.9) > (with gambas 1.9.5 this code work) > > ######### > > typedef map GB_ROW; > typedef map GB_ROWS; > > > class FBResult{ > public: > GB_ROWS gb_table; > . > . > . > etc ... > } > > static void query_fill(DB_RESULT result, int ... > { > FBResult *res; > res=(FBResult *)result; > int i; > if(res->st1->AffectedRows()>0){ > for (i=0; i < res->st1->Columns(); i++){ > GB.StoreVariant(&res->gb_table[pos][i], &buffer[i]); > <<<<<<<<<<< the problem <<<<<<<<<<<<<<<<< > } > } > } > > ######### > > this code raising signal #11 > i don't no wai the code jump in GB_StoreObject at line #1 and no > GB_StoreVariant > > ############### the gdb output ######################## > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 16384 (LWP 24161)] > GB_Ref (object=0x4) at gbx_api.c:530 > 530 OBJECT_REF(object, "GB_Ref"); > (gdb) bt > #0 GB_Ref (object=0x4) at gbx_api.c:530 > #1 0x0805ba9e in GB_StoreObject (src=0x4, dst=0x80d4098) at gbx_api.c:913 > #2 0x40ce602f in query_fill (result=0x80dbd60, pos=0, buffer=0x80d4098, > next=0) at main.cpp:906 > #3 0x4001d85f in load_buffer (_object=0x80d4038, vpos=0) at CResult.c:140 > #4 0x4001db5a in DB_MakeResult (conn=0x80d1298, mode=0, table=0x0, > query=0x1
) > at CResult.c:274 > #5 0x4001bc64 in CCONNECTION_exec (_object=0x80d1298, _param=0x8071a60) > at CConnection.c:313 > #6 0x0804d908 in EXEC_call_native (exec=0x4001bbfe , > object=0x80d1298, type=4, > param=0x8071a60) at gbx_exec.c:657 > #7 0x0804db8b in EXEC_native () at gbx_exec.c:769 > #8 0x0804f8c8 in EXEC_loop () at gbx_exec_loop.c:1089 > #9 0x0804d764 in EXEC_function_real (keep_ret_value=1 '\001') at > gbx_exec.c:557 > #10 0x0805b537 in GB_Raise (event_id=4, nparam=0) at gbx_api.c:440 > #11 0x401cdc0a in MyMainWindow::showActivate (this=0x80b5860) at > CWindow.cpp:1251 > #12 0x401cccbb in CFORM_main (_object=0x0, _param=0x80719f0) at > CWindow.cpp:342 > #13 0x0804d908 in EXEC_call_native (exec=0x401ccc90 void*)>, object=0x0, type=4, > param=0x80719f0) at gbx_exec.c:657 > #14 0x0804db8b in EXEC_native () at gbx_exec.c:769 > #15 0x0805e799 in main (argc=1, argv=0xbffff904) at gbx.c:271 > (gdb) > > ######################################### > > daniel > > This mail must go to the developer mailing-list! -- Benoit Minisini mailto:gambas at ...1... From daniel at ...318... Fri Jun 10 10:39:04 2005 From: daniel at ...318... (Daniel) Date: Fri, 10 Jun 2005 10:39:04 +0200 Subject: [Gambas-devel] GB.StoreVariant Message-ID: <42A951A8.5010008@...318...> hi i make the small driver for firebird and i have problem with this code (i use gambas 1.9.9) (with gambas 1.9.5 this code work) ######### typedef map GB_ROW; typedef map GB_ROWS; class FBResult{ public: GB_ROWS gb_table; . . . etc ... } static void query_fill(DB_RESULT result, int ... { FBResult *res; res=(FBResult *)result; int i; if(res->st1->AffectedRows()>0){ for (i=0; i < res->st1->Columns(); i++){ GB.StoreVariant(&res->gb_table[pos][i], &buffer[i]); <<<<<<<<<<< the problem <<<<<<<<<<<<<<<<< } } } ######### this code raising signal #11 i don't no wai the code jump in GB_StoreObject at line #1 and no GB_StoreVariant ############### the gdb output ######################## Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 24161)] GB_Ref (object=0x4) at gbx_api.c:530 530 OBJECT_REF(object, "GB_Ref"); (gdb) bt #0 GB_Ref (object=0x4) at gbx_api.c:530 #1 0x0805ba9e in GB_StoreObject (src=0x4, dst=0x80d4098) at gbx_api.c:913 #2 0x40ce602f in query_fill (result=0x80dbd60, pos=0, buffer=0x80d4098, next=0) at main.cpp:906 #3 0x4001d85f in load_buffer (_object=0x80d4038, vpos=0) at CResult.c:140 #4 0x4001db5a in DB_MakeResult (conn=0x80d1298, mode=0, table=0x0, query=0x1
) at CResult.c:274 #5 0x4001bc64 in CCONNECTION_exec (_object=0x80d1298, _param=0x8071a60) at CConnection.c:313 #6 0x0804d908 in EXEC_call_native (exec=0x4001bbfe , object=0x80d1298, type=4, param=0x8071a60) at gbx_exec.c:657 #7 0x0804db8b in EXEC_native () at gbx_exec.c:769 #8 0x0804f8c8 in EXEC_loop () at gbx_exec_loop.c:1089 #9 0x0804d764 in EXEC_function_real (keep_ret_value=1 '\001') at gbx_exec.c:557 #10 0x0805b537 in GB_Raise (event_id=4, nparam=0) at gbx_api.c:440 #11 0x401cdc0a in MyMainWindow::showActivate (this=0x80b5860) at CWindow.cpp:1251 #12 0x401cccbb in CFORM_main (_object=0x0, _param=0x80719f0) at CWindow.cpp:342 #13 0x0804d908 in EXEC_call_native (exec=0x401ccc90 , object=0x0, type=4, param=0x80719f0) at gbx_exec.c:657 #14 0x0804db8b in EXEC_native () at gbx_exec.c:769 #15 0x0805e799 in main (argc=1, argv=0xbffff904) at gbx.c:271 (gdb) ######################################### daniel From daniel at ...318... Sun Jun 12 14:38:23 2005 From: daniel at ...318... (Daniel) Date: Sun, 12 Jun 2005 14:38:23 +0200 Subject: [Gambas-devel] GB.StoreVariant In-Reply-To: <42A951A8.5010008@...318...> References: <42A951A8.5010008@...318...> Message-ID: <42AC2CBF.1020006@...318...> Daniel wrote: > hi > i make the small driver for firebird and i have problem with this code > (i use gambas 1.9.9) > (with gambas 1.9.5 this code work) > > ######### > > typedef map GB_ROW; > typedef map GB_ROWS; > > > class FBResult{ > public: > GB_ROWS gb_table; > . > . > . > etc ... > } > > static void query_fill(DB_RESULT result, int ... > { > FBResult *res; > res=(FBResult *)result; > int i; > if(res->st1->AffectedRows()>0){ > for (i=0; i < res->st1->Columns(); i++){ > GB.StoreVariant(&res->gb_table[pos][i], &buffer[i]); > <<<<<<<<<<< the problem <<<<<<<<<<<<<<<<< > } > } > } > > ######### > > this code raising signal #11 > i don't no wai the code jump in GB_StoreObject at line #1 and no > GB_StoreVariant > > ############### the gdb output ######################## > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 16384 (LWP 24161)] > GB_Ref (object=0x4) at gbx_api.c:530 > 530 OBJECT_REF(object, "GB_Ref"); > (gdb) bt > #0 GB_Ref (object=0x4) at gbx_api.c:530 > #1 0x0805ba9e in GB_StoreObject (src=0x4, dst=0x80d4098) at > gbx_api.c:913 > #2 0x40ce602f in query_fill (result=0x80dbd60, pos=0, buffer=0x80d4098, > next=0) at main.cpp:906 > #3 0x4001d85f in load_buffer (_object=0x80d4038, vpos=0) at > CResult.c:140 > #4 0x4001db5a in DB_MakeResult (conn=0x80d1298, mode=0, table=0x0, > query=0x1
) > at CResult.c:274 > #5 0x4001bc64 in CCONNECTION_exec (_object=0x80d1298, _param=0x8071a60) > at CConnection.c:313 > #6 0x0804d908 in EXEC_call_native (exec=0x4001bbfe , > object=0x80d1298, type=4, > param=0x8071a60) at gbx_exec.c:657 > #7 0x0804db8b in EXEC_native () at gbx_exec.c:769 > #8 0x0804f8c8 in EXEC_loop () at gbx_exec_loop.c:1089 > #9 0x0804d764 in EXEC_function_real (keep_ret_value=1 '\001') at > gbx_exec.c:557 > #10 0x0805b537 in GB_Raise (event_id=4, nparam=0) at gbx_api.c:440 > #11 0x401cdc0a in MyMainWindow::showActivate (this=0x80b5860) at > CWindow.cpp:1251 > #12 0x401cccbb in CFORM_main (_object=0x0, _param=0x80719f0) at > CWindow.cpp:342 > #13 0x0804d908 in EXEC_call_native (exec=0x401ccc90 void*)>, object=0x0, type=4, > param=0x80719f0) at gbx_exec.c:657 > #14 0x0804db8b in EXEC_native () at gbx_exec.c:769 > #15 0x0805e799 in main (argc=1, argv=0xbffff904) at gbx.c:271 > (gdb) > > ######################################### > > daniel > > > ok, ok i found the problem =-O !!!! when i transferred the directory from gambas 1.9.5 -> 1.9.9 i forgot change the makefile all is ok now sorry for the noise daniel From jredrejo at ...101... Mon Jun 13 21:16:45 2005 From: jredrejo at ...101... (=?ISO-8859-1?Q?Jos=E9?= L. Redrejo =?ISO-8859-1?Q?Rodr=EDguez?=) Date: Mon, 13 Jun 2005 21:16:45 +0200 Subject: [Gambas-devel] Problem with gbi2 1.9.9 In-Reply-To: <200504041055.00391.gambas@...1...> References: <200504010031.01090.gambasfr@...4...> <200504010041.07888.gambasfr@...4...> <200504041055.00391.gambas@...1...> Message-ID: <1118690205.7064.30.camel@...102...> After compiling gambas with --disable-qt-component , without qt libs installed in the system, I get errors using gbi2 I always get a message saying: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory using gbi2 -p, no info files are generated. Of course the generated lib gambas files are not compiled using qt either. So it seems that there is some error in gbi2 that always tries to load qt libraries. I have tried it even with no libraries in lib/gambas2 directory and I always get the same error. So it is being almost imposible to compile debian packages whenever they have no qt dependencies when they are built. If I use the new feature of using gbi with a component name as parameter it works ok, it seems that the bug is only when it tries to generate all the info files. Regards. From danielcampos at ...45... Tue Jun 14 11:08:49 2005 From: danielcampos at ...45... (danielcampos at ...45...) Date: Tue, 14 Jun 2005 11:08:49 +0200 Subject: [Gambas-devel] gb.gtk 050614 Message-ID: Hi all: I've updated the gb.gtk component. The new version 050614 provides a lot of bug fixes for almost everithing. Some examples like "snake" and "DeepSpace" are working. Regards, D. Campos ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) From danielcampos at ...45... Tue Jun 14 11:13:03 2005 From: danielcampos at ...45... (danielcampos at ...45...) Date: Tue, 14 Jun 2005 11:13:03 +0200 Subject: [Gambas-devel] gb.gtk 050614 (2) Message-ID: Eeehrr.... I forgot one little thing... You can find that version at: http://gambas.gnulinex.org/gtk Regards, D. Campos ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) From danielcampos at ...45... Thu Jun 16 14:04:22 2005 From: danielcampos at ...45... (Daniel Campos) Date: Thu, 16 Jun 2005 14:04:22 +0200 Subject: [Gambas-devel] COPY bug Message-ID: <42B16AC6.10305@...45...> Hi: Tested with Gambas-1.9.9: trying to copy a file that does not exist, the program finishes with a segmentation fault. Regards, D. Campos (see attached example) -------------- next part -------------- A non-text attachment was scrubbed... Name: CopyBug-0.0.1.tar.gz Type: application/x-gzip Size: 573 bytes Desc: not available URL: From Lamego at ...108... Sat Jun 18 00:40:46 2005 From: Lamego at ...108... (Joao Pinto) Date: Fri, 17 Jun 2005 23:40:46 +0100 Subject: [Gambas-devel] Problem with 1.9.9 Message-ID: <42B3516E.20203@...108...> Hello, I am trying Gambas 1.9.9 on ubuntu (compiling from the source). After installing the required libs the compilation and instalation was succesfull. However when I try to launch gambas I get the following error: lamego at ...297...:~$ gambas2 ERROR: #2: Cannot load class 'Project': Unable to load class file lamego at ...297...:~$ gambas2.gambas ERROR: #2: Cannot load class 'Project': Unable to load class file lamego at ...297...:~$ Any ideas ? Thanks -- Jo?o Lu?s Marques Pinto PTlink IRC Network http://www.pt-link.net PTlink IRC Software http://software.pt-link.net From danielcampos at ...45... Sun Jun 19 22:27:26 2005 From: danielcampos at ...45... (Daniel Campos) Date: Sun, 19 Jun 2005 22:27:26 +0200 Subject: [Gambas-devel] gb.v4l Message-ID: <42B5D52E.1050506@...45...> Hi: I was bored today so I decided to a play a little the guitar, so Beno?t feels a bit better after the "finger affaire". However I though "Beno?t can't see me", so I took a webcam and created a gb.v4l component, in order to let gambas capture images from those devices. The component is here: http://gambas.gnulinex.org/v4l I've added a little example with gb.gtk (you should update to the version available at http://gambas.gnulinex.org/gtk ), and you can see a shot of the example attached. Regards, Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: v4l.jpg Type: image/jpeg Size: 65646 bytes Desc: not available URL: From mauriziopz at ...176... Sun Jun 19 22:33:56 2005 From: mauriziopz at ...176... (Maurizio Pozzobon) Date: Sun, 19 Jun 2005 21:33:56 +0100 Subject: [Gambas-devel] gb.v4l In-Reply-To: <42B5D52E.1050506@...45...> References: <42B5D52E.1050506@...45...> Message-ID: seams great!! -- Maurizio From lordheavy at ...141... Wed Jun 22 10:41:07 2005 From: lordheavy at ...141... (lordheavy) Date: Wed, 22 Jun 2005 10:41:07 +0200 Subject: [Gambas-devel] gambas-sdl update Message-ID: <42B92423.8090705@...141...> New version of gambas-sdl componant is available : http://www.gambasforge.net/code.php?id=40 ChangeLog : 22/06/05 - Laurent Carlier : Sound component: * Fix an unfreed reference (with sound playing when channel isn't valid) (sound.c) Image component * Fix a nasty bug when x or y are equals in Surface.Overlap (surface.c) * Removes Sprite.Overlap, now in Surface class : Surface.Overlap (game.c surface.c) * Removes Surface.Tile (who need that ?, can be done with gambas code) (surface.c) * Now setting Surface.Alpha enable alpha (surface.c) * Now setting Surface.Colorkey enable colorkey (surface.c) * Add missing HOOK_POST (sound component need it) (main.c) * New Method : Screen.Save, allow to save the screen as a bmp file (screen.c) * Fonts cannot be part of the executable anymore due to buggy SDL_ttf library/SDL_RWops ? (font.c font.h) * Screen.Id/Screen.Handle : return the id of the Screen - Daniel Campos - (screen.c) * Add SDL_INIT_EVENTHREAD flag, should solve some slowdown issues (main.c) * Add SDL_ASYNC_BLIT flag to surface creation, should improve perfs on SMP systems (surface.c) * New method : Key.Scan (non-bloquant!=Key.Wait), return the value of key pressed (key.c) -- Laurent Carlier jabber : LordHeavy at ...298... From gambas at ...1... Thu Jun 23 16:40:33 2005 From: gambas at ...1... (Benoit Minisini) Date: Thu, 23 Jun 2005 16:40:33 +0200 Subject: [Gambas-devel] COPY bug In-Reply-To: <42B16AC6.10305@...45...> References: <42B16AC6.10305@...45...> Message-ID: <200506231640.33444.gambas@...1...> On Thursday 16 June 2005 14:04, Daniel Campos wrote: > Hi: > > Tested with Gambas-1.9.9: trying to copy a file that does not exist, the > program finishes with a segmentation fault. > > Regards, > > D. Campos > > (see attached example) Thanks. I thought I have fixed this bug, and I didn't. It will be fixed in the next dev. and stable versions. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Fri Jun 24 16:47:48 2005 From: gambas at ...1... (Benoit Minisini) Date: Fri, 24 Jun 2005 16:47:48 +0200 Subject: [Gambas-devel] Release of gambas2 1.9.10 Message-ID: <200506241647.48455.gambas@...1...> Hi, Here is gambas2 1.9.10! * The child process management was redesigned. * hFile = OPEN ... This syntax replaces the old OPEN ... AS #hFile The old syntax will be removed in the future. * INPUT FROM / OUTPUT TO These new instructions redefine the default streams used by input and output instructions. Use DEFAULT to specify the standard input/output. * You can get the output of a process directly in a string. DIM sOutput AS String sOutput = SHELL "cat /etc/passwd" * GTK+ and SDL components were updated. * The clanlib compilation problem of 1.9.9 was normally fixed. To Matthias Laur: please test this version! If all is fine with your video program, I will backport the code to the stable version. Enjoy it, -- Benoit Minisini mailto:gambas at ...1... From rospolosco at ...29... Fri Jun 24 20:38:17 2005 From: rospolosco at ...29... (rospolosco) Date: Fri, 24 Jun 2005 20:38:17 +0200 Subject: [Gambas-devel] bug Message-ID: <200506242038.18091.rospolosco@...29...> Hello Benoit. I found this bug. I made a form with a button and a drawing area. When I click the button I would change the background color of the drawing area and draw a white rectangle. But: on first button click only background color changes; on second click I finally see the rectangle. To work around this little problem I added this line to the code: WAIT 0 and now on first button click everything goes well. I've attached the buggy code. Just uncomment the WAIT 0 line to work around the bug. This is the code I run with Gambas 1.0.6. The problem exists in 1.0.6 and 1.9.9. My system: OS: GNU/linux Mandrake 10.1 kernel: 2.4.31 CPU: Athlon 900 Mhz Ram: 192 Mb Gambas 1.0.6 Thanks for Gambas, Stefano P.S. In 1.9.9 the autocompletation in .Perm. inside a WITH END WITH construct doesn't work. I mean: WITH Stat(a file) .Perm.(no_auto_completation user-group-other) END WITH -------------- next part -------------- A non-text attachment was scrubbed... Name: bugdraw-0.0.1.tar.gz Type: application/x-tgz Size: 684 bytes Desc: not available URL: From lordheavy at ...141... Sat Jun 25 16:36:49 2005 From: lordheavy at ...141... (Laurent Carlier) Date: Sat, 25 Jun 2005 16:36:49 +0200 Subject: [Gambas-devel] Release of gambas2 1.9.10 In-Reply-To: <200506241647.48455.gambas@...1...> References: <200506241647.48455.gambas@...1...> Message-ID: <42BD6C01.5050308@...141...> Benoit Minisini a ?crit : > Hi, > > Here is gambas2 1.9.10! > > * The child process management was redesigned. > > * hFile = OPEN ... > This syntax replaces the old OPEN ... AS #hFile > The old syntax will be removed in the future. > > * INPUT FROM / OUTPUT TO > These new instructions redefine the default streams used by input and output > instructions. Use DEFAULT to specify the standard input/output. > > * You can get the output of a process directly in a string. > DIM sOutput AS String > sOutput = SHELL "cat /etc/passwd" > > * GTK+ and SDL components were updated. > > * The clanlib compilation problem of 1.9.9 was normally fixed. > > To Matthias Laur: please test this version! If all is fine with your video > program, I will backport the code to the stable version. > > Enjoy it, > And the link :) ? here : http://prdownloads.sourceforge.net/gambas/gambas2-1.9.10.tar.bz2?download Regards, -- Laurent Carlier jabber : LordHeavy at ...298... From danielcampos at ...45... Sun Jun 26 17:11:20 2005 From: danielcampos at ...45... (Daniel Campos) Date: Sun, 26 Jun 2005 17:11:20 +0200 Subject: [Gambas-devel] gb.net.curl 050626 Message-ID: <42BEC598.9020506@...45...> Component gb.net.curl - Version 050626 Hi all: I've updated the gb.net.curl component, so it is able to compile with gcc-4.0. Users from the new version of Fedora and Mandrake Cooker will be able to compile this component now. You can find and download it at: http://gambas.gnulinex.org/net Regards, D. Campos From danielcampos at ...45... Mon Jun 27 00:27:39 2005 From: danielcampos at ...45... (Daniel Campos) Date: Mon, 27 Jun 2005 00:27:39 +0200 Subject: [Gambas-devel] OPEN,SHELL,EXEC Message-ID: <42BF2BDB.3070205@...45...> Hi: I've updated my little program to convert a project from Gambas1 to Gambas2. Now it is able to change the EXEC and SHELL syntax if Gambas-1.9.9 is detected, and OPEN too is Gambas-1.9.10 or newer is detected. Here's the program: http://www.binara.com/gambas-wiki/bin/view/Gambas/ChangeProcessSyntax Regards, D. Campos From phh at ...319... Mon Jun 27 17:45:17 2005 From: phh at ...319... (HUSSON Pierre-Hugues) Date: Mon, 27 Jun 2005 17:45:17 +0200 Subject: [Gambas-devel] Gcc4 patch against gb.net.curl Message-ID: <200506271745.17959.phh@...319...> Hi, I'm using a distribution including a cvs version of gcc 4.0 With it, gambas 1.9.10 doesn't build cause of the gb.net.curl module This patch delete only some casts. -------------- next part -------------- A non-text attachment was scrubbed... Name: gcc4.diff Type: text/x-diff Size: 3168 bytes Desc: not available URL: From danielcampos at ...45... Mon Jun 27 20:41:13 2005 From: danielcampos at ...45... (Daniel Campos) Date: Mon, 27 Jun 2005 20:41:13 +0200 Subject: [Gambas-devel] Gcc4 patch against gb.net.curl In-Reply-To: <200506271745.17959.phh@...319...> References: <200506271745.17959.phh@...319...> Message-ID: <42C04849.3060300@...45...> Hi: I already modified gb.net.curl sources, you can find the new version at http://gambas.gnulinex.org/net , and I suppose it will be included in the next gambas-2 version. However, thanks for your help! Regards, D. Campos HUSSON Pierre-Hugues escribi?: >Hi, > >I'm using a distribution including a cvs version of gcc 4.0 >With it, gambas 1.9.10 doesn't build cause of the gb.net.curl module >This patch delete only some casts. > > >------------------------------------------------------------------------ > >diff -ur gambas2-1.9.10/gb.net.curl/src/CCurl.h gambas2-1.9.10.phh/gb.net.curl/src/CCurl.h >--- gambas2-1.9.10/gb.net.curl/src/CCurl.h 2005-05-16 15:19:54.000000000 +0200 >+++ gambas2-1.9.10.phh/gb.net.curl/src/CCurl.h 2005-06-27 16:22:27.000000000 +0200 >@@ -39,11 +39,11 @@ > #else > > #define THIS ((CCURL *)_object) >-#define THIS_STATUS ((int)(((CCURL *)_object)->stream._free[1])) >-#define THIS_CURL ((CURL*)(((CCURL *)_object)->stream._free[2])) >-#define THIS_URL ((char*)(((CCURL *)_object)->stream._free[3])) >-#define THIS_FILE ((char*)(((CCURL *)_object)->stream._free[4])) >-#define THIS_PROTOCOL ((char*)(((CCURL *)_object)->stream._free[5])) >+#define THIS_STATUS ((CCURL *)_object)->stream._free[1] >+#define THIS_CURL ((CCURL *)_object)->stream._free[2] >+#define THIS_URL ((CCURL *)_object)->stream._free[3] >+#define THIS_FILE ((CCURL *)_object)->stream._free[4] >+#define THIS_PROTOCOL ((CCURL *)_object)->stream._free[5] > > #endif > >diff -ur gambas2-1.9.10/gb.net.curl/src/CFtpClient.h gambas2-1.9.10.phh/gb.net.curl/src/CFtpClient.h >--- gambas2-1.9.10/gb.net.curl/src/CFtpClient.h 2005-05-16 15:01:06.000000000 +0200 >+++ gambas2-1.9.10.phh/gb.net.curl/src/CFtpClient.h 2005-06-27 16:24:28.000000000 +0200 >@@ -39,11 +39,11 @@ > #else > > #define THIS ((CFTPCLIENT *)_object) >-#define THIS_STATUS ((int)(((CFTPCLIENT *)_object)->stream._free[1])) >-#define THIS_CURL ((CURL*)(((CFTPCLIENT *)_object)->stream._free[2])) >-#define THIS_URL ((char*)(((CFTPCLIENT *)_object)->stream._free[3])) >-#define THIS_FILE ((char*)(((CFTPCLIENT *)_object)->stream._free[4])) >-#define THIS_PROTOCOL ((char*)(((CFTPCLIENT *)_object)->stream._free[5])) >+#define THIS_STATUS ((CFTPCLIENT *)_object)->stream._free[1] >+#define THIS_CURL ((CFTPCLIENT *)_object)->stream._free[2] >+#define THIS_URL ((CFTPCLIENT *)_object)->stream._free[3] >+#define THIS_FILE ((CFTPCLIENT *)_object)->stream._free[4] >+#define THIS_PROTOCOL ((CFTPCLIENT *)_object)->stream._free[5] > > #endif > >diff -ur gambas2-1.9.10/gb.net.curl/src/CHttpClient.h gambas2-1.9.10.phh/gb.net.curl/src/CHttpClient.h >--- gambas2-1.9.10/gb.net.curl/src/CHttpClient.h 2005-05-16 15:00:44.000000000 +0200 >+++ gambas2-1.9.10.phh/gb.net.curl/src/CHttpClient.h 2005-06-27 16:23:50.000000000 +0200 >@@ -39,11 +39,11 @@ > #else > > #define THIS ((CHTTPCLIENT *)_object) >-#define THIS_STATUS ((int)(((CHTTPCLIENT *)_object)->stream._free[1])) >-#define THIS_CURL ((CURL*)(((CHTTPCLIENT *)_object)->stream._free[2])) >-#define THIS_URL ((char*)(((CHTTPCLIENT *)_object)->stream._free[3])) >-#define THIS_FILE ((char*)(((CHTTPCLIENT *)_object)->stream._free[4])) >-#define THIS_PROTOCOL ((char*)(((CHTTPCLIENT *)_object)->stream._free[5])) >+#define THIS_STATUS ((CHTTPCLIENT *)_object)->stream._free[1] >+#define THIS_CURL ((CHTTPCLIENT *)_object)->stream._free[2] >+#define THIS_URL ((CHTTPCLIENT *)_object)->stream._free[3] >+#define THIS_FILE ((CHTTPCLIENT *)_object)->stream._free[4] >+#define THIS_PROTOCOL ((CHTTPCLIENT *)_object)->stream._free[5] > > #endif > > > > From 0baz at ...321... Tue Jun 28 04:58:31 2005 From: 0baz at ...321... (Vanessa J. Smith) Date: Tue, 28 Jun 2005 02:58:31 +0000 Subject: [Gambas-devel] =?iso-8859-1?B?UG9wdWxhciBzb2Z0IC0gd2hvbGVzYWxlIHByaWNl?= Message-ID: <00c401c57b8d$2c700aed$65cdc53b@...321...> Access all the software possible for prices substantially lower than in stores! Our software is 2-10 times cheaper than sold by our competitors. Examples: $79.95 Windows XP Professional (Including: Service Pack 2) $89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional $99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS) $179.95 Macromedia Studio MX 2004 (Including: Dreamweaver MX + Flash MX + Fireworks MX) $79.95 Adobe Acrobat 6.0 Professional $59.95 Corel Draw Graphics Suite 11 Special Offers: $89.95 Windows XP Professional + Office XP Professional $149.95 Adobe Creative Suite Premium (5 CD) $129.95 Adobe Photoshop 7 + Adobe Premiere 7 + Adobe Illustrator 10 All main products from Microsoft, Adobe, Macromedia, Corel, etc. And many other... To visit us go: http://www.softdisks-ltd.com Regards, Vanessa Smith _____________________________________________________ To change your mail preferences, go: http://www.softdisks-ltd.com/uns.htm _____________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From danielcampos at ...45... Tue Jun 28 12:30:05 2005 From: danielcampos at ...45... (Daniel Campos) Date: Tue, 28 Jun 2005 12:30:05 +0200 Subject: [Gambas-devel] Release of gambas2 1.9.10 In-Reply-To: <200506241647.48455.gambas@...1...> References: <200506241647.48455.gambas@...1...> Message-ID: <42C126AD.6030501@...45...> The new EXEC is a bit ambiguous for me: Dim hProc As Process hProc=EXEC[command] Execution --> Error: wanted Process, got String hProc=EXEC[command] FOR WRITE Execution --> OK Then, must I specify at least "FOR WRITE" if I want to recive the Process descriptor? Even if I don't want to write anything?. Should'n be more logical to return a String only if you specify the "WAIT" flag? My first impression was that it was a bug, as I didn't specify WAIT but the program was blocked till the process finished... It makes more dificult the transition from Gambas1 to Gambas2 too in any program, as it is not only matter of change the position of the process descriptor in the line, but adding a useless flag. Could you please change this Beno?t? I really do not find it useful nor intuitive. Regards, D. Campos Benoit Minisini escribi?: >Hi, > >Here is gambas2 1.9.10! > >* The child process management was redesigned. > >* hFile = OPEN ... >This syntax replaces the old OPEN ... AS #hFile >The old syntax will be removed in the future. > >* INPUT FROM / OUTPUT TO >These new instructions redefine the default streams used by input and output >instructions. Use DEFAULT to specify the standard input/output. > >* You can get the output of a process directly in a string. >DIM sOutput AS String >sOutput = SHELL "cat /etc/passwd" > >* GTK+ and SDL components were updated. > >* The clanlib compilation problem of 1.9.9 was normally fixed. > >To Matthias Laur: please test this version! If all is fine with your video >program, I will backport the code to the stable version. > >Enjoy it, > > > From danielcampos at ...45... Tue Jun 28 15:45:15 2005 From: danielcampos at ...45... (Daniel Campos) Date: Tue, 28 Jun 2005 15:45:15 +0200 Subject: [Gambas-devel] Bug in process management Message-ID: <42C1546B.4090709@...45...> VERSION: Gambas-1.9.10 Hi Beno?t: This program should use "wc" to count the number of lines of a text written in a TextArea. I use "CLOSE" to tell "wc" the special CTRL+D signal (I see no other way), and the program finishes with a segmentation fault. Regards, D. Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: Console1.tar.gz Type: application/x-gzip Size: 1231 bytes Desc: not available URL: From danielcampos at ...45... Tue Jun 28 15:53:37 2005 From: danielcampos at ...45... (Daniel Campos) Date: Tue, 28 Jun 2005 15:53:37 +0200 Subject: [Gambas-devel] Bug in process (2) Message-ID: <42C15661.7010101@...45...> The bug is exatly here: static void stop_process_after(CPROCESS *_object) { ...... /* Vidage du tampon de sortie */ if (THIS->out >= 0) { stream = CSTREAM_stream(THIS); while (!STREAM_eof(stream)) <---- HERE IT FINISHES WITH A SEGFAULT { stream->process.read_something = FALSE; .... Regards, Daniel Campos From bdragon at ...185... Wed Jun 29 00:48:21 2005 From: bdragon at ...185... (Brandon Bergren) Date: Tue, 28 Jun 2005 17:48:21 -0500 (Central Daylight Time) Subject: [Gambas-devel] QT 4.0 is out! Message-ID: And I've been slogging through gb.qt, trying to get it to compile. I'm running into quite a few problems. (To be expected, of course.) Perhaps having seperate plugins for QT3 and QT4 would be a good idea? Does anyone have plans yet? It would be a good chance to clean up gb.qt. If nobody else is interested in porting gb.qt right now, I'll probabaly end up doing one. (as part of the Windows porting stuff.) Here's some of my thoughts. What I'm doing (The nontraditional build...): (Shell is msys's bash from my mingw install) (Don't try this at home.) 1. Dump the sources and gambas.h in a directory. 2. Run qt3to4 on everything. 3. qmake -project 4. Edit the .pro and add QT += qt3support. 5. qmake 6. make 7. Hack the living hell out of the code until it compiles. Major things I ran into so far: 1. CContainer is a mess, due to these two changes: --children() and QueryList now return a QObjectList instead of a pointer to a QObjectList. --In Qt 3, the QObjectList class was a typedef for QPtrList. In Qt 4, it is a typedef for QList. I hacked it into submission, but it is not pretty. I think a total rewrite of this class in the QT4 way would be the way to go. 2. CDraw and anything else that touches a Painter needs rewritten for Arthur (QT4's painting engine.) One example: You can't define the clipping in the constructor anymore. Another example: Raster ops are somewhere else now... (haven't looked into this...) I haven't figured out how to go about this yet. 3. It won't compile without quite a bit of elbow grease. 4. Would be nice to compile without QT3Support ;) Minor things: 1. The DPI stuff in the CFont class needs rewritten for QT4. 2. The gb.qt code needs cleanup in some places. (even before my attacking it with a text editor. ;) 3. It will be awhile before QT4 is widespread. I need to use it, though, because it's the first GPL'd Windows release. 4. QT4's main window classes are redesigned. Would be nice to take advantage of them. Good things: 1. I'm really liking the new QT API. :) 2. Arthur kicks ass. Really and truly. Read http://doc.trolltech.com/4.0/qt4-arthur.html for more information. :) From danielcampos at ...45... Wed Jun 29 11:53:15 2005 From: danielcampos at ...45... (Daniel Campos) Date: Wed, 29 Jun 2005 11:53:15 +0200 Subject: [Gambas-devel] DNS gnulinex.org Message-ID: <42C26F8B.7070805@...45...> Hi: For those interested in the new versions of gb.net.curl, gb.gtk or gb.v4l, gnulinex DNS is working again. It will take a few hours to be accesible from everywhere. Regards, D. Campos From danielcampos at ...45... Wed Jun 29 17:27:33 2005 From: danielcampos at ...45... (Daniel Campos) Date: Wed, 29 Jun 2005 17:27:33 +0200 Subject: [Gambas-devel] gb.v4l update Message-ID: <42C2BDE5.9080608@...45...> Hi: I've finished all that I wanted for the v4l component: capture support, and support for a Tuner, so you can select the frequency on a TV card. So I've placed the stable release at: http://gambas.gnulinex.org/v4l (gnulinex DNS is already up and running, so if you can not enter today, please wait a few hours). I changed some names to be more generic. The main class now is "VideoDev" instead of "WebCam". There are two virtual classes: - VideoDevTuner : to manage to frequencies - VideoDevFeatures: to get video device capabilities. Note that this component is just intended for capture, do not expect to show images at 1024x768 over a remote desktop and things like this :-)). However, one of the properties, "id", gives you the possibility of using the new API-Call capabilities of Gambas, if you want to perform special actions. I've updated the example, too. Beno?t: even if this component is just for Linux (it is sure Windows has not a v4l interface, and I don't know about FreeBSD), it can be useful for a lot of people: some market applications, for example, use to allow to connect to a webcam so the owner of the store can view remotely if somebody is stealing (or sleeping :-)), and it is useful to show images on a web page, using a CGI, too. Do you plan to include it in the main sources? Regards, D. Campos From marcelomiranda at ...293... Thu Jun 30 14:04:39 2005 From: marcelomiranda at ...293... (Marcelo Miranda) Date: Thu, 30 Jun 2005 09:04:39 -0300 Subject: [Gambas-devel] Re: Gambas-devel digest, Vol 1 #638 - 2 msgs References: <20050630031839.BB74B1284D@...204...> Message-ID: <007701c57d6b$e475b860$cb01a8c0@...294...> Hi, Gambas language build console aplications? For example: - command line aplications no graphical interface for txt files manipulation, files configurations, etc??? Exists example for console aplications with gambas language? Exists example for gambas connection databases MS SQL Server, Sybase or Oracle? Regards, Marcelo Miranda ----- Original Message ----- From: To: Sent: Thursday, June 30, 2005 12:15 AM Subject: Gambas-devel digest, Vol 1 #638 - 2 msgs > Send Gambas-devel mailing list submissions to > gambas-devel at lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gambas-devel > or, via email, send a message with subject or body 'help' to > gambas-devel-request at lists.sourceforge.net > > You can reach the person managing the list at > gambas-devel-admin at lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Gambas-devel digest..." > > > Today's Topics: > > 1. DNS gnulinex.org (Daniel Campos) > 2. gb.v4l update (Daniel Campos) > > --__--__-- > > Message: 1 > Date: Wed, 29 Jun 2005 11:53:15 +0200 > From: Daniel Campos > To: gambas-user at lists.sourceforge.net, > gambas-devel at lists.sourceforge.net > Subject: [Gambas-devel] DNS gnulinex.org > Reply-To: gambas-devel at lists.sourceforge.net > > Hi: > > For those interested in the new versions of gb.net.curl, gb.gtk or gb.v4l, > gnulinex DNS is working again. It will take a few hours to be accesible > from everywhere. > > Regards, > > D. Campos > > > > --__--__-- > > Message: 2 > Date: Wed, 29 Jun 2005 17:27:33 +0200 > From: Daniel Campos > To: gambas-devel at lists.sourceforge.net, > gambas-user at lists.sourceforge.net > Subject: [Gambas-devel] gb.v4l update > Reply-To: gambas-devel at lists.sourceforge.net > > Hi: > > I've finished all that I wanted for the v4l component: capture support,=20 > and support > for a Tuner, so you can select the frequency on a TV card. So I've=20 > placed the > stable release at: > > http://gambas.gnulinex.org/v4l > > (gnulinex DNS is already up and running, so if you > can not enter today, please wait a few hours). > > I changed some names to be more generic. The main class now is=20 > "VideoDev" instead > of "WebCam". There are two virtual classes: > > - VideoDevTuner : to manage to frequencies > - VideoDevFeatures: to get video device capabilities. > > Note that this component is just intended for capture, do not expect to=20 > show images at > 1024x768 over a remote desktop and things like this :-)). However, one=20 > of the properties, > "id", gives you the possibility of using the new API-Call capabilities=20 > of Gambas, if you > want to perform special actions. > > I've updated the example, too. > > Beno=EEt: even if this component is just for Linux (it is sure Windows ha= > s=20 > not a v4l interface, > and I don't know about FreeBSD), it can be useful for a lot of people:=20 > some market applications, > for example, use to allow to connect to a webcam so the owner of the=20 > store can view remotely if somebody > is stealing (or sleeping :-)), and it is useful to show images on a web=20 > page, using a CGI, too. > Do you plan to include it in the main sources? > > Regards, > > D. Campos > > > > > > --__--__-- > > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel > > > End of Gambas-devel Digest > From danielcampos at ...45... Thu Jun 30 14:34:32 2005 From: danielcampos at ...45... (Daniel Campos) Date: Thu, 30 Jun 2005 14:34:32 +0200 Subject: [Gambas-devel] gb.gtk - 050630 Message-ID: <42C3E6D8.9020008@...45...> Hi: New version of the gb.gtk component with a lot of fixes. The next release I will begin to write a ChangeLog file. http://gambas.gnulinex.org/gtk Regards, D. Campos From lordheavy at ...141... Thu Jun 30 16:10:46 2005 From: lordheavy at ...141... (Laurent Carlier) Date: Thu, 30 Jun 2005 16:10:46 +0200 Subject: [Gambas-devel] Removing some warnings ... Message-ID: <42C3FD66.8010003@...141...> I've remove warning about redefinition of ulong by adding : #include "config.h" to gb_common.h Regards, -- Laurent Carlier jabber : LordHeavy at ...298... From jredrejo at ...101... Thu Jun 30 21:01:19 2005 From: jredrejo at ...101... (=?ISO-8859-1?Q?Jos=E9?= L. Redrejo =?ISO-8859-1?Q?Rodr=EDguez?=) Date: Thu, 30 Jun 2005 21:01:19 +0200 Subject: [Gambas-devel] gb.gtk - 050630 In-Reply-To: <42C3E6D8.9020008@...45...> References: <42C3E6D8.9020008@...45...> Message-ID: <1120158079.2703.4.camel@...322...> Ok, gambas-gb-gtk_1.9.9-1-v20050630 and gambas-gb-v4l_1.9.9-1-v20050629 are already available as debian packages. They can be used as described at http://gambas.sourceforge.net/download.html God bless Beno?t for splitting the source allowing this fast packaging :-D El jue, 30-06-2005 a las 14:34 +0200, Daniel Campos escribi?: > Hi: > > New version of the gb.gtk component with a lot of fixes. The next release > I will begin to write a ChangeLog file. > > http://gambas.gnulinex.org/gtk > > Regards, > > D. Campos > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel