From sourceforge-raindog2 at ...94... Thu Jan 1 02:01:10 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 31 Dec 2003 20:01:10 -0500 Subject: [Gambas-user] ColumnView ColumnClick event never fires? In-Reply-To: <200312312331.37449.olivier@...289...> References: <200312311538.39916.sourceforge-raindog2@...94...> <200312312331.37449.olivier@...289...> Message-ID: <200312312001.10845.sourceforge-raindog2@...94...> On Wednesday 31 December 2003 17:31, Olivier Coquet wrote: > I confirm this thing Later on, I also had it start throwing the event, but seemingly whenever SessionList_Click was thrown as well (not just when the headers were clicked.) I haven't been able to duplicate that since then though. I would post the project but I won't have access to the code again till Monday or so. > another bad deal is than column view is not capable to sort > data as dates correctly...... > Maybe, it will be possible to define a colum ti be a date/time > data type to sort them correctly. I think the current sorting is provided by the underlying Qt widget "for free", so ultimately this might better be done in a subclassed control when such a thing becomes possible. If ever ;) Rob From gambas at ...1... Thu Jan 1 14:12:26 2004 From: gambas at ...1... (Benoit Minisini) Date: Thu, 1 Jan 2004 14:12:26 +0100 Subject: [Gambas-user] ColumnView ColumnClick event never fires? In-Reply-To: <200312311538.39916.sourceforge-raindog2@...94...> References: <200312311538.39916.sourceforge-raindog2@...94...> Message-ID: <200401011412.26725.gambas@...1...> On Wednesday 31 December 2003 21:42, Rob wrote: > Using 0.73 or 0.74, given a form containing a ColumnView named > SessionList and the following handler: > > PUBLIC SUB SessionList_ColumnClick(Column as Integer) > > Message.Info("column clicked") > > END > > Clicking columns in SessionList never causes that message box to > pop up. Can anyone else confirm ColumnClick events don't fire? > > Incidentally, if I turn on the ColumnView's Sorted property, > clicking on the headers does automatically cause the ColumnView > to re-sort based on the clicked column, so it's not really a big > deal. > > Rob > The IDE project property dialog use a ColumnView to display project components, and I used the ColumnClick event to know when the user clicks on the first column that contains check boxes. And it works fine here ! -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Thu Jan 1 14:15:31 2004 From: gambas at ...1... (Benoit Minisini) Date: Thu, 1 Jan 2004 14:15:31 +0100 Subject: [Gambas-user] ColumnView ColumnClick event never fires? In-Reply-To: <200312312331.37449.olivier@...289...> References: <200312311538.39916.sourceforge-raindog2@...94...> <200312312331.37449.olivier@...289...> Message-ID: <200401011415.31676.gambas@...1...> On Wednesday 31 December 2003 23:31, Olivier Coquet wrote: > I confirm this thing > > another bad deal is than column view is not capable to sort data as dates > correctly...... > > Maybe, it will be possible to define a colum ti be a date/time data type to > sort them correctly. > > regards > Olivier > The sort is done by QT effectively, and it is only an alphanumeric sort based on item text. I could implement easily other type of sort, but I don't know if it possible in GTK+, so I don't want to do that now. Regards, -- Benoit Minisini mailto:gambas at ...1... From Gambasfr at ...11... Thu Jan 1 15:18:25 2004 From: Gambasfr at ...11... (Fabien Bodard) Date: Thu, 1 Jan 2004 15:18:25 +0100 Subject: [Gambas-user] Just.. AN HAPPY NEW YEAR Message-ID: <200401011518.25858.Gambasfr@...11...> 2004... A great year for Gambas... Yes, In this year we will see the 1.0 version of gambas. And for the future i want to see the gambas communauty grown more and more. So, I wish an HAPPY NEW YEAR TO ALL THE GAMBASIAN Fabien Bodard From gambas at ...1... Thu Jan 1 20:42:47 2004 From: gambas at ...1... (Benoit Minisini) Date: Thu, 1 Jan 2004 20:42:47 +0100 Subject: [Gambas-user] gambas 0.80 Message-ID: <200401012042.47811.gambas@...1...> Happy new year to everybody, I released a new version for this new year, with the following main changes: * Gambas can be installed in /usr/bin now. I don't know if it really works ! * A new component in alpha version: gb.vb. This is a Visual Basic compatibility component: it provide static functions that simulate the behaviour of some Visual Basic functions that differ from the Gambas ones. At the moment, there are only two functions partially implemented ! * somes fixes in the IDE. * You can insert any character in a string with the \xHH syntax, where HH is the hexadecimal code of the caracter. For example, "\x0A" is a newline. * Dialog.Filter now is an array of strings, each string being a filter. Now, instead of doing: Dialog.Filter = "Text files (*.txt);;All files (*.*)" You do: Dialog.Filter = [ "Text files (*.txt)", "All files (*.*)" ] * Drag.X and Drag.Y are two new properties that return the mouse position of a drop. Use them with the new TreeView, ListView and ColumnView Find() method that find an item from the mouse coordinates. I think this version is ready for becoming a 1.0 release candidate. I wrote on the Wiki an explanation of what Gambas 1.0 aims at. Read it at http://www.binara.com/gambas-wiki/bin/view/Gambas/GambasFuture , and tell me what you think about it. Now, I'm just waiting for an updated Wiki set of documentation pages that I could fill in. Happy new year, Rob :-) Best regards, -- Benoit Minisini mailto:gambas at ...1... From raul.moratalla at ...321... Thu Jan 1 23:33:36 2004 From: raul.moratalla at ...321... (=?iso-8859-1?q?Ra=FAl_Moratalla?=) Date: Thu, 1 Jan 2004 23:33:36 +0100 Subject: [Gambas-user] gambas 0.80 In-Reply-To: <200401012042.47811.gambas@...1...> References: <200401012042.47811.gambas@...1...> Message-ID: <200401012333.36477.raul.moratalla@...321...> El Jueves, 01 de Enero de 2004 20:42, Benoit Minisini escribi?: > Happy new year to everybody, > > I released a new version for this new year, with the following main > changes: > > * Gambas can be installed in /usr/bin now. I don't know if it really works > ! > I have compiled gambas in my Fedora Core system. It compiles good but fails the installation (I've tried to install it in /usr/bin): cp: no se puede efectuar `stat' sobre `*.component': No existe el fichero o el directorio make[4]: *** [install-exec-local] Error 1 make[4]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib/vb' make[3]: *** [install-am] Error 2 make[3]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib/vb' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/raul/Compilar/gambas-0.80/src If I run ./configure without options and I compile gambas again I get the same error during the "make install" process. Also I try to execute the binary and I get the next error: ERROR: #45: File or directory does not exist And now a silly question because I don't know how is developed Gambas: I've tried hbasic and it has a lot of graphic components of kde for insert in your programs. Will be it possible in gambas? Is planned this feature? That's all, Best regards Raul From olivier at ...289... Fri Jan 2 08:02:56 2004 From: olivier at ...289... (Olivier Coquet) Date: Fri, 2 Jan 2004 08:02:56 +0100 Subject: [Gambas-user] gambas 0.80 In-Reply-To: <200401012333.36477.raul.moratalla@...321...> References: <200401012042.47811.gambas@...1...> <200401012333.36477.raul.moratalla@...321...> Message-ID: <200401020802.56827.olivier@...289...> idem for me !!!!! See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- cp: ne peut ?valuer `*.component': Aucun fichier ou r?pertoire de ce type gmake[4]: *** [install-exec-local] Erreur 1 gmake[4]: Quitte le r?pertoire `/home/olinux/gambas-0.80/src/lib/vb' gmake[3]: *** [install-am] Erreur 2 gmake[3]: Quitte le r?pertoire `/home/olinux/gambas-0.80/src/lib/vb' gmake[2]: *** [install-recursive] Erreur 1 gmake[2]: Quitte le r?pertoire `/home/olinux/gambas-0.80/src/lib' gmake[1]: *** [install-recursive] Erreur 1 gmake[1]: Quitte le r?pertoire `/home/olinux/gambas-0.80/src' gmake: *** [install-recursive] Erreur 1 regards olivier Le Jeudi 1 Janvier 2004 23:33, Ra?l Moratalla a ?crit : > El Jueves, 01 de Enero de 2004 20:42, Benoit Minisini escribi?: > > Happy new year to everybody, > > > > I released a new version for this new year, with the following main > > changes: > > > > * Gambas can be installed in /usr/bin now. I don't know if it really > > works ! > > I have compiled gambas in my Fedora Core system. It compiles good but fails > the installation (I've tried to install it in /usr/bin): > > cp: no se puede efectuar `stat' sobre `*.component': No existe el fichero o > el directorio > make[4]: *** [install-exec-local] Error 1 > make[4]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib/vb' > make[3]: *** [install-am] Error 2 > make[3]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib/vb' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/raul/Compilar/gambas-0.80/src > > If I run ./configure without options and I compile gambas again I get the > same error during the "make install" process. > > Also I try to execute the binary and I get the next error: > ERROR: #45: File or directory does not exist > > And now a silly question because I don't know how is developed Gambas: I've > tried hbasic and it has a lot of graphic components of kde for insert in > your programs. Will be it possible in gambas? Is planned this feature? > > That's all, Best regards > > Raul > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id78&alloc_id371&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... Fri Jan 2 18:55:48 2004 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Fri, 2 Jan 2004 09:55:48 -0800 Subject: [Gambas-user] gambas 0.80 In-Reply-To: <200401012333.36477.raul.moratalla@...321...> References: <200401012042.47811.gambas@...1...> <200401012333.36477.raul.moratalla@...321...> Message-ID: <200401020955.48914.leo.barnhoorn@...246...> Hallo All, Happy new year to everybody. I have the same fault, but i copy a .component file from a other component and renamed it to lib.gb.vb.component. [Component] Key=gb.vb Name=Gambas Visual Basic compatibility component. Name[fr]=Gambas Visual Basic compatibility component. Name[pl]=Gambas Visual Basic compatibility component. Author=Benoit Minisini Now it compiles well on a SuSE 8.2 Linux system. Regards, Leo Barnhoorn. On Thursday 01 January 2004 14:33, Ra?l Moratalla wrote: > El Jueves, 01 de Enero de 2004 20:42, Benoit Minisini escribi?: > > Happy new year to everybody, > > > > I released a new version for this new year, with the following main > > changes: > > > > * Gambas can be installed in /usr/bin now. I don't know if it really > > works ! > > I have compiled gambas in my Fedora Core system. It compiles good but fails > the installation (I've tried to install it in /usr/bin): > > cp: no se puede efectuar `stat' sobre `*.component': No existe el fichero o > el directorio > make[4]: *** [install-exec-local] Error 1 > make[4]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib/vb' > make[3]: *** [install-am] Error 2 > make[3]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib/vb' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/raul/Compilar/gambas-0.80/src > > If I run ./configure without options and I compile gambas again I get the > same error during the "make install" process. > > Also I try to execute the binary and I get the next error: > ERROR: #45: File or directory does not exist > > And now a silly question because I don't know how is developed Gambas: I've > tried hbasic and it has a lot of graphic components of kde for insert in > your programs. Will be it possible in gambas? Is planned this feature? > > That's all, Best regards > > Raul > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op?k > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From Rick_Helfgen at ...221... Fri Jan 2 10:28:19 2004 From: Rick_Helfgen at ...221... (Ricky Helfgen) Date: Fri, 02 Jan 2004 10:28:19 +0100 Subject: [Gambas-user] install of 0.8 Message-ID: <1073035699.24009.6.camel@...322...> Happy new year to all, I install this morning the new package 0.8 and found this message on the end... See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- cp: Aufruf von stat f??r ??*.component?? nicht m??glich: Datei oder Verzeichnis nicht gefunden make[4]: *** [install-exec-local] Fehler 1 make[4]: Leaving directory `/home/blaubaer/gambas-0.80/src/lib/vb' make[3]: *** [install-am] Fehler 2 make[3]: Leaving directory `/home/blaubaer/gambas-0.80/src/lib/vb' make[2]: *** [install-recursive] Fehler 1 make[2]: Leaving directory `/home/blaubaer/gambas-0.80/src/lib' make[1]: *** [install-recursive] Fehler 1 make[1]: Leaving directory `/home/blaubaer/gambas-0.80/src' make: *** [install-recursive] Fehler 1 ....but the programm runs... I use Suse 9.0 regards Ricky From ZENODotus at ...323... Fri Jan 2 15:04:57 2004 From: ZENODotus at ...323... (Zenodotus) Date: Fri, 2 Jan 2004 15:04:57 +0100 Subject: [Gambas-user] install of 0.8 In-Reply-To: <1073035699.24009.6.camel@...322...> References: <1073035699.24009.6.camel@...322...> Message-ID: <200401021504.57724.ZENODotus@...323...> Op vrijdag 02 januari 2004 10:28, schreef Ricky Helfgen: > Happy new year to all, > > I install this morning the new package 0.8 and found this message on the > end... > > See any operating system documentation about shared libraries for > more information, such as the ld(1) and ld.so(8) manual pages. > ---------------------------------------------------------------------- > cp: Aufruf von stat f??r ??*.component?? nicht m??glich: Datei oder > Verzeichnis nicht gefunden > make[4]: *** [install-exec-local] Fehler 1 > make[4]: Leaving directory `/home/blaubaer/gambas-0.80/src/lib/vb' > make[3]: *** [install-am] Fehler 2 > make[3]: Leaving directory `/home/blaubaer/gambas-0.80/src/lib/vb' > make[2]: *** [install-recursive] Fehler 1 > make[2]: Leaving directory `/home/blaubaer/gambas-0.80/src/lib' > make[1]: *** [install-recursive] Fehler 1 > make[1]: Leaving directory `/home/blaubaer/gambas-0.80/src' > make: *** [install-recursive] Fehler 1 > > ....but the programm runs... > Had the same message on Mandrake 9.2... programm also runs > I use Suse 9.0 > > regards Ricky > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From _root at ...324... Fri Jan 2 18:43:30 2004 From: _root at ...324... (-=FoX=-) Date: Fri, 02 Jan 2004 18:43:30 +0100 Subject: [Gambas-user] Xfree4.3 pointers Message-ID: <3FF5ADC2.9070501@...324...> Hi all :) I'm writing a little software that allow to change mouse themes. But i have 2 little problems: First, i can't understand when a shell command really finish his job For example: ... Shell "ls /home/myH/.icons/Themes > /home/myH/ERASEMEFILE" Suppose that i want to load the file to read it. I try this: WHILE NOT Exist("/home/myH/ERASEMEFILE") WEND OPEN "/home/myH/ERASEMEFILE" FOR READ AS Myfile ... Sometimes the file result empty... I don't understand... :o I have another problem regards files managment. If i concatenate shells commands, how o can know when the process has finished?? example: button1.enabled = FALSE SHELL "rm /home/myH/temp.txt & cp .... & rm.... & cp...." button1.enabled = TRUE the button is always enabled or i can't see the changes, but the HD noise tell me that it has not finished!! :D Second question: When i change the cursor theme, the mouse remain with his pointers. But if i start a new application, the mouse pointers loads correct. (the new theme) And, waiting a little and moving around, sometimes the new theme loads complete. I know that the correct way is restarting X-server... but it's ridicule imho. Any ideas? Thanks a lot :) Fox P.s. I'm sorry for my bad English :( From gambas at ...1... Fri Jan 2 18:13:54 2004 From: gambas at ...1... (Benoit Minisini) Date: Fri, 2 Jan 2004 18:13:54 +0100 Subject: [Gambas-user] gambas-0.80: missing file problem fixed Message-ID: <200401021813.54654.gambas@...1...> Hi everybody, I have just uploaded a correct gambas 0.80 package, with the lib.gb.vb.component file that was missing. People who failed to compile it can now download the new package and retry ! I apologize for this inconvenient. It's my fault, I forgot to test compiling the package from scratch as I do usually... Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Fri Jan 2 18:21:12 2004 From: gambas at ...1... (Benoit Minisini) Date: Fri, 2 Jan 2004 18:21:12 +0100 Subject: [Gambas-user] Xfree4.3 pointers In-Reply-To: <3FF5ADC2.9070501@...324...> References: <3FF5ADC2.9070501@...324...> Message-ID: <200401021821.12627.gambas@...1...> On Friday 02 January 2004 18:43, -=FoX=- wrote: > Hi all :) Hi chicken hunter :-) > I'm writing a little software that allow to change mouse themes. > But i have 2 little problems: > > First, i can't understand when a shell command really finish his job > For example: > ... > Shell "ls /home/myH/.icons/Themes > /home/myH/ERASEMEFILE" By default, the shell command is launched in background. You must add the WAIT keyword at the end of the command - see the documentation. > Suppose that i want to load the file to read it. > I try this: > WHILE NOT Exist("/home/myH/ERASEMEFILE") > WEND > OPEN "/home/myH/ERASEMEFILE" FOR READ AS Myfile > ... > Sometimes the file result empty... I don't understand... :o Because the file may exist, but the ls command didn't finish to fill it. > > I have another problem regards files managment. > If i concatenate shells commands, how o can know when the process has > finished?? > example: > > button1.enabled = FALSE > SHELL "rm /home/myH/temp.txt & cp .... & rm.... & cp...." > button1.enabled = TRUE You should read the man page of bash ;-) & does not concatenate shell commands, it launches them in background. If you do "command1 & command2 & command3", you launch simultaneously command1, command2 and command3, and waits only for the end of the command3 command. Try to use ";" instead of "&". > > the button is always enabled or i can't see the changes, but the HD > noise tell me that it has not finished!! > > :D > > Second question: > When i change the cursor theme, the mouse remain with his pointers. > But if i start a new application, the mouse pointers loads correct. (the > new theme) > And, waiting a little and moving around, sometimes the new theme loads > complete. > I know that the correct way is restarting X-server... but it's ridicule > imho. > Any ideas? No, I don't even know how to change cursors under X11 ! > > Thanks a lot :) > Fox > > P.s. > I'm sorry for my bad English :( > > Regards, -- Benoit Minisini mailto:gambas at ...1... From olivier at ...289... Fri Jan 2 18:26:21 2004 From: olivier at ...289... (Olivier Coquet) Date: Fri, 2 Jan 2004 18:26:21 +0100 Subject: [Gambas-user] little question abour shell commands Message-ID: <200401021826.21422.olivier@...289...> i want to launch a shell command like telnet how to do this because after telnet launched in the shell, i must send it some other command like open...... and login ...... and other and other. what is the way for doing this? Regards Olivier http://stratoria.dynu.net:85/ From _root at ...324... Fri Jan 2 19:40:18 2004 From: _root at ...324... (-=FoX=-) Date: Fri, 02 Jan 2004 19:40:18 +0100 Subject: [Gambas-user] Xfree4.3 pointers In-Reply-To: <200401021821.12627.gambas@...1...> References: <3FF5ADC2.9070501@...324...> <200401021821.12627.gambas@...1...> Message-ID: <3FF5BB12.2030405@...324...> Benoit Minisini wrote: >Hi chicken hunter :-) > > :D >By default, the shell command is launched in background. You must add the WAIT >keyword at the end of the command - see the documentation. > > -cut- >Because the file may exist, but the ls command didn't finish to fill it. > > > -cut- >You should read the man page of bash ;-) >& does not concatenate shell commands, it launches them in background. >If you do "command1 & command2 & command3", you launch simultaneously >command1, command2 and command3, and waits only for the end of the command3 >command. > >Try to use ";" instead of "&". > > Yes! The secret was in the "WAIT" keyword! :D >No, I don't even know how to change cursors under X11 ! > > > Oh, it's simple, in kdelook.org you can find some theme and the istructions. The problem is how to reload the cursors without reboot X :( Thank you a lot :) From sourceforge-raindog2 at ...94... Fri Jan 2 18:33:17 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 2 Jan 2004 12:33:17 -0500 Subject: [Gambas-user] Xfree4.3 pointers In-Reply-To: <200401021821.12627.gambas@...1...> References: <3FF5ADC2.9070501@...324...> <200401021821.12627.gambas@...1...> Message-ID: <200401021233.17618.sourceforge-raindog2@...94...> On Friday 02 January 2004 12:21, Benoit Minisini wrote: > & does not concatenate shell commands, it launches them in > background. If you do "command1 & command2 & command3", you > launch simultaneously command1, command2 and command3, and > waits only for the end of the command3 command. > Try to use ";" instead of "&". I think he actually meant to use &&, which is like ; except it stops if any one of the programs returns an error. Rob From sourceforge-raindog2 at ...94... Fri Jan 2 18:39:54 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 2 Jan 2004 12:39:54 -0500 Subject: [Gambas-user] little question abour shell commands In-Reply-To: <200401021826.21422.olivier@...289...> References: <200401021826.21422.olivier@...289...> Message-ID: <200401021239.54052.sourceforge-raindog2@...94...> On Friday 02 January 2004 12:26, Olivier Coquet wrote: > how to do this because after telnet launched in the shell, i > must send it some other command like open...... and login For telnet in particular you should probably start looking into the gb.net component which will be a little easier to deal with. But you want to do something like: public TelnetProc as Process ... shell "telnet" for read write as TelnetProc ... print #TelnetProc, "open somehost\n" The rest of your stuff you will need to do in conjunction with the Process_Read (formerly Process_Write) event, as a state machine. To wit: public sun Process_Read() dim in$ as String line input #TelnetProc, in$ if instr(in$, "login:") > 0 then ' do some login stuff elseif instr(in$, "Password:") > 0 then ' send password ... etc. Sorry for the pseudo code, I'm home sick and am a little fuzzy headed ;) Rob From girardhenri at ...67... Fri Jan 2 19:17:41 2004 From: girardhenri at ...67... (Henri Girard) Date: Fri, 2 Jan 2004 19:17:41 +0100 Subject: [Gambas-user] gambas-0.80: missing file problem fixed References: <200401021813.54654.gambas@...1...> Message-ID: HNY :) Joke : nobody is perfect !!! lol thanks ... ----- Original Message ----- From: "Benoit Minisini" To: Sent: Friday, January 02, 2004 6:13 PM Subject: [Gambas-user] gambas-0.80: missing file problem fixed > Hi everybody, > > I have just uploaded a correct gambas 0.80 package, with the > lib.gb.vb.component file that was missing. > > People who failed to compile it can now download the new package and retry ! > > I apologize for this inconvenient. It's my fault, I forgot to test compiling > the package from scratch as I do usually... > > Regards, > > -- > Benoit Minisini > mailto:gambas at ...1... > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From olivier at ...289... Fri Jan 2 19:28:47 2004 From: olivier at ...289... (Olivier Coquet) Date: Fri, 2 Jan 2004 19:28:47 +0100 Subject: [Gambas-user] little question abour shell commands In-Reply-To: <200401021239.54052.sourceforge-raindog2@...94...> References: <200401021826.21422.olivier@...289...> <200401021239.54052.sourceforge-raindog2@...94...> Message-ID: <200401021928.47168.olivier@...289...> Le Vendredi 2 Janvier 2004 18:39, Rob a ?crit : [...] > For telnet in particular you should probably start looking into > the gb.net component which will be a little easier to deal with. > But you want to do something like: [...] yes, but the gb.net is the only component without any documentation :=((((( give me the doc, a little sample on how to make a telnet session with it and go :=))))) regards olivier From sourceforge-raindog2 at ...94... Fri Jan 2 20:09:54 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 2 Jan 2004 14:09:54 -0500 Subject: [Gambas-user] little question abour shell commands In-Reply-To: <200401021928.47168.olivier@...289...> References: <200401021826.21422.olivier@...289...> <200401021239.54052.sourceforge-raindog2@...94...> <200401021928.47168.olivier@...289...> Message-ID: <200401021409.54016.sourceforge-raindog2@...94...> On Friday 02 January 2004 13:28, Olivier Coquet wrote: > yes, but the gb.net is the only component without any > documentation :=((((( Only in the help browser. Daniel has done a great job documenting it and it's my own fault that the main wiki (and thus the help browser) don't reflect this. > give me the doc, a little sample on how to make a telnet > session with it and go :=))))) I've only ever used HttpClient myself, so I don't have any example code yet, but here's the documentation for Socket: http://www.binara.com/gambas-wiki/bin/view/GambasTest/GambasComponentNetSocket I hope it helps (and I hope to finish the wiki update real soon...) Rob From danielcampos at ...282... Fri Jan 2 20:19:34 2004 From: danielcampos at ...282... (danielcampos at ...282...) Date: Fri, 2 Jan 2004 20:19:34 CET Subject: [Gambas-user] little question abour shell commands Message-ID: >yes, but the gb.net is the only component without any >documentation :=((((( Ah no, it is not true :) The problem is that actually that documentation is placed at www.binara.com --> gambas-wiki --> new documentation (in progress), so you didn't found it with the rest of documents Regards, Daniel 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 gambas at ...1... Sat Jan 3 00:28:50 2004 From: gambas at ...1... (Benoit Minisini) Date: Sat, 3 Jan 2004 00:28:50 +0100 Subject: [Gambas-user] gambas 0.80 In-Reply-To: <200401012333.36477.raul.moratalla@...321...> References: <200401012042.47811.gambas@...1...> <200401012333.36477.raul.moratalla@...321...> Message-ID: <200401030028.50246.gambas@...1...> On Thursday 01 January 2004 23:33, Ra?l Moratalla wrote: > El Jueves, 01 de Enero de 2004 20:42, Benoit Minisini escribi?: > > Happy new year to everybody, > > > > I released a new version for this new year, with the following main > > changes: > > > > * Gambas can be installed in /usr/bin now. I don't know if it really > > works ! > > I have compiled gambas in my Fedora Core system. It compiles good but fails > the installation (I've tried to install it in /usr/bin): > > cp: no se puede efectuar `stat' sobre `*.component': No existe el fichero o > el directorio > make[4]: *** [install-exec-local] Error 1 > make[4]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib/vb' > make[3]: *** [install-am] Error 2 > make[3]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib/vb' > make[2]: *** [install-recursive] Error 1 > make[2]: Leaving directory `/home/raul/Compilar/gambas-0.80/src/lib' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/home/raul/Compilar/gambas-0.80/src > > If I run ./configure without options and I compile gambas again I get the > same error during the "make install" process. > > Also I try to execute the binary and I get the next error: > ERROR: #45: File or directory does not exist > > And now a silly question because I don't know how is developed Gambas: I've > tried hbasic and it has a lot of graphic components of kde for insert in > your programs. Will be it possible in gambas? Is planned this feature? I have problems with KDE widgets. I tried the KCalendar widget, and using it in a form make the program crash sometimes at its end. I think the problem comes from the fact that the KDE libraries are loaded long after the program has started. This problem needs more investigation. Maybe HBasic is directly linked to the KDE libraries, and so don't have this problem ? -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...94... Sat Jan 3 04:52:25 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 2 Jan 2004 22:52:25 -0500 Subject: [Gambas-user] big wiki update for 0.80 Message-ID: <200401022252.25845.sourceforge-raindog2@...94...> Thanks to a sick day, the GambasTest wiki has been updated in a huge way. I'm not completely through the todo list but I think I got all the show stoppers. In particular, the help text from the old versions of Gambas is finally back in there wherever it was available. http://www.binara.com/gambas-wiki/bin/view/GambasTest/GambasComponent One of the items on my todo list is to enumerate my file naming scheme so Benoit can make the help browser index the files more easily. Here's a stab at it. The Gambas wiki names for components are broken up into segments, like this: GambasComponentAaaBbbCccDdd where Aaa = capitalized name of component (Gb for core component, Qt for gb.qt, etc.) as a wiki word, first letter in caps and the rest in lowercase. Bbb = name of class, with StudlyCaps intact if necessary e.g. ColumnView. Ccc = for symbols, this is the type of symbol. The valid types are Property, Event and Constant; for methods, simply omit Ccc altogether. Ddd = the name of the symbol, again with StudlyCaps if needed. In all cases, punctuation (e.g. leading . or : or _) has been stripped where it was present, even though the text of the virtual class pages still display the period in the name. The files end in .txt for the live wiki and .html for the static one which is what Benoit will be using for the documentation. The static one is generated each day by a cron job that runs at 0900 GMT. However, that cron job takes a very long time and you may not find the static one updated till 1200-1300 GMT. Please let me know if there are any cases where this naming scheme still falls down ;) I am quite high on cold medicine now and am afraid to do any more work tonight, but I will look over the weekend. Oh yes, and please, add any requests to my todo list at http://www.binara.com/gambas-wiki/bin/view/Gambas/WikiExportTodoList in descending order of urgency for the 1.0 release. And don't forget, all other pages in the GambasTest wiki will be discarded after I move the new component docs into the production one! Rob From Rick_Helfgen at ...221... Sat Jan 3 10:31:17 2004 From: Rick_Helfgen at ...221... (Ricky Helfgen) Date: Sat, 03 Jan 2004 10:31:17 +0100 Subject: [Gambas-user] How to do ? Message-ID: <1073122261.24265.5.camel@...322...> Hello, Sorry I come from ms vb 6.0 and have a small problem. I would like to do a connection between to forms for examples: PUBLIC SUB Button1_Click() DIM hForm AS Form feins.run feins.label1.text ="tjerjl" END the feins runs, but I have no connection to the Label1 ! How to do ??? Thanks for answers Ricky Ps. I have install gambas 0.8 new and its runs without failure ! From sourceforge-raindog2 at ...94... Sat Jan 3 12:42:04 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sat, 3 Jan 2004 06:42:04 -0500 Subject: [Gambas-user] How to do ? In-Reply-To: <1073122261.24265.5.camel@...322...> References: <1073122261.24265.5.camel@...322...> Message-ID: <200401030642.04677.sourceforge-raindog2@...94...> On Saturday 03 January 2004 04:31, Ricky Helfgen wrote: > the feins runs, but I have no connection to the Label1 ! Make sure "Form controls are public" is checked in the advanced options tab of the project properties dialog. If that doesn't work, feel free to send me your project and I'll try to figure out what's going on... Rob From stibs at ...6... Sat Jan 3 16:10:12 2004 From: stibs at ...6... (stibs at ...6...) Date: Sat, 3 Jan 2004 15:10:12 GMT Subject: [Gambas-user] kde-apps.org Message-ID: <200401031510.PAA08382@...7...> Hi guys, happy new year! Register your software at http://kde-apps.org, it's the fresh and not yet announced replacement of apps.kde.com. Cheers! STIBS From sourceforge-raindog2 at ...94... Sat Jan 3 15:22:02 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sat, 3 Jan 2004 09:22:02 -0500 Subject: [Gambas-user] more wiki updates Message-ID: <200401030922.02778.sourceforge-raindog2@...94...> Due to insomnia I took another 3 items off of the todo list; most notably, usage is listed now on each applicable class page for instantiation and iteration (_new and _get). Of the remaining issues on the list, it seems to me that the only serious one is this: "You must ensure that you don't add HTML stuff that can't display on the TextView of QT. Browse the help in the IDE to see what I mean: text lines beginning with 'pre' are displayed. Note this could be a bug of the TextViewer." I can't duplicate this in 0.74 or 0.80 and wonder if it has been fixed in Qt already. Does anyone still see pre tags and if so, on which page or pages? Rob From mauriiiii3001 at ...325... Sat Jan 3 20:32:39 2004 From: mauriiiii3001 at ...325... (Pozzo) Date: Sat, 03 Jan 2004 20:32:39 +0100 Subject: [Gambas-user] Why &H in color code Message-ID: <3FF718D7.4040504@...325...> Hi All! Today I was just playing with gambas to get more familiar and when I tried to change the background color of my label1 I discovered that I have to write "&H" at the begining of my color code and "&" ad the end. I know that this is not very important and not so difficult but I don't understand why I have to do this. Gambas is near the 1.0 version so I think that it must be the more easy possible. I don't know why exactly I must write the "&H" maybe to specify if I'm writing in decimal or Hex but I think that this option could be translate in a simple menu. Greatings Maurizio From Karl.Reinl at ...9... Sat Jan 3 19:55:52 2004 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Sat, 3 Jan 2004 19:55:52 +0100 Subject: [Gambas-user] with a little help from my friends ;-) Message-ID: <200401031952.19166.Karl.Reinl@...9...> Salut Benoit, during the x-mas holydays, I dated up my roughly installed gentoo-1.4 via protage. After compiling all new, from Apache to X (what took ~ 36 h), I had a walk around in my new updated System... and what do you think I found ... ? YES gambas Gambas is since Nov. 2003 with -Version 0.71 and since Dec. 2003 with Version 0.72 part of the gentoo protage-tree. It is still 'masked' what means it is not 'emerged' by 'emerge gambas' you have declare that you accept 'unstable software' by ACCEPT_KEYWORDS="~x86" emerge gambas now the protage-system does his job. BUT: it does not work. all gambas-files finish in /usr/bin the examples you find in /usr/share/examples (the file right are not set to drwxrwxrwx) and help in /usr/share/help gentoo maintainer Marius Mauch email : genone at ...89... Think you should contact him I send you the sources from /usr/portage/dev-util/gambas Amicalement Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: gambas.tar.bz2 Type: application/x-tbz Size: 2536 bytes Desc: not available URL: From _root at ...324... Sat Jan 3 23:40:15 2004 From: _root at ...324... (-=FoX=-) Date: Sat, 03 Jan 2004 23:40:15 +0100 Subject: [Gambas-user] My first work Message-ID: <3FF744CF.1070807@...324...> Hi all :) I have made a cursor changer for xfree 4.3 with Gambas If you want to take a look --> http://linuxgarage.interfree.it/Downloads.html it's only 8k :P bye Fox From gambas at ...1... Sun Jan 4 17:10:18 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 4 Jan 2004 17:10:18 +0100 Subject: [Gambas-user] My first work In-Reply-To: <3FF744CF.1070807@...324...> References: <3FF744CF.1070807@...324...> Message-ID: <200401041710.18918.gambas@...1...> On Saturday 03 January 2004 23:40, -=FoX=- wrote: > Hi all :) > I have made a cursor changer for xfree 4.3 with Gambas > If you want to take a look --> > http://linuxgarage.interfree.it/Downloads.html > it's only 8k :P > > bye > Fox > > It does not work here. It blocks in a infinite loop, so I opened the sources. It seems that you need files in the home directory that I don't have, but... You must use the WAIT keyword AFTER the SHELL instruction, this way: SHELL .... WAIT. And NOT: SHELL .... WAIT 1 !!! -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Sun Jan 4 17:43:24 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 4 Jan 2004 17:43:24 +0100 Subject: [Gambas-user] Why &H in color code In-Reply-To: <3FF718D7.4040504@...325...> References: <3FF718D7.4040504@...325...> Message-ID: <200401041743.24072.gambas@...1...> On Saturday 03 January 2004 20:32, Pozzo wrote: > Hi All! > Today I was just playing with gambas to get more familiar and when I > tried to change the background color of my label1 I discovered that I > have to write "&H" at the begining of my color code and "&" ad the end. > I know that this is not very important and not so difficult but I don't > understand why I have to do this. Gambas is near the 1.0 version so I > think that it must be the more easy possible. I don't know why exactly I > must write the "&H" maybe to specify if I'm writing in decimal or Hex > but I think that this option could be translate in a simple menu. > > Greatings > > Maurizio > Why don't you click on the "..." button and choose your color in the color dialog box ? I never typed my color directly in the property text box, I always used the dialog box ! Regards, -- Benoit Minisini mailto:gambas at ...1... From Gambasfr at ...11... Sun Jan 4 19:40:02 2004 From: Gambasfr at ...11... (Fabien Bodard) Date: Sun, 4 Jan 2004 19:40:02 +0100 Subject: [Gambas-user] My first work In-Reply-To: <3FF744CF.1070807@...324...> References: <3FF744CF.1070807@...324...> Message-ID: <200401041906.15360.Gambasfr@...11...> Le Samedi 3 Janvier 2004 23:40, -=FoX=- a ?crit : > Hi all :) > I have made a cursor changer for xfree 4.3 with Gambas > If you want to take a look --> > http://linuxgarage.interfree.it/Downloads.html > it's only 8k :P > > bye > Fox > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Hi good job ! But you can add this : For resize the cursor... create an '.Xdefaults' file in your home directory and add the following lines: ------- Xcursor.size: 32 Xcursor.theme: tuxcursor ------- Availiable Sizes: 32 (small), 48 (medium), 64 (big, but max. detail) What is it ? ** myhome = CStr(Application.User) ? Replace all ' "/home/" & myhome' by Application.Home Application.Home give directly the User home directory In gambas you have a magic thing : Icon Directories is : ---> Application.Home &/ ".icons" the &/ add if it not exist the directory separator. In basic we can kill files KILL Application.Home &/ ".icons/default/index.theme" We can Make directoriy : MKDIR "Directory name" **Ex : MKDIR Application.Home &/ "Picture" I think you don't use the basic capabilities.... PUBLIC SUB Form_Open() DIM sDir as String '================= myhome = Application.Home 'Not CStr... i'ts already a string! and user to foto = NEW Picture CBoxThemes.Add ("Actual theme") CBoxThemes.text = "Actual theme" btnOK.Enabled = FALSE 'Scrivo l'elenco delle directory FOR EACH sDir in Dir(Application.Home &/ ".icons/Themes") CBoxThemes.Add (sDir) NEXT CBoxThemes_Change() END All Basic File command can return an error... If it don't work For exemple : if i try to kill the root directory. To Catch these events we have two soluce..: First : PUBLIC Button1_Click() MyDir = "/root" Try KILL MyDir IF error THEN Print "I can do that... Master " & Error.Text ELSE Print "File deleted... Master" ENDIF END Second : PUBLIC Button1_Click() MyDir = "/root" KILL MyDir Print "File deleted... Master" CATCH 'this run only when an error is raised Print "I can do that... Master " & Error.Text END You can Have more error in help broswer Fabien Bodard I think you must to take a look at the how to. Nevertheless... Your idea is good ! From Gambasfr at ...11... Sun Jan 4 19:44:57 2004 From: Gambasfr at ...11... (Fabien Bodard) Date: Sun, 4 Jan 2004 19:44:57 +0100 Subject: [Gambas-user] My first work In-Reply-To: <200401041906.15360.Gambasfr@...11...> References: <3FF744CF.1070807@...324...> <200401041906.15360.Gambasfr@...11...> Message-ID: <200401041944.57030.Gambasfr@...11...> Le Dimanche 4 Janvier 2004 19:40, Fabien Bodard a ?crit : oups... replace > Print "I can do that... Master " & Error.Text by > Print "I can't do that... Master " & Error.Text Fabien Bodard From sourceforge-raindog2 at ...94... Sun Jan 4 20:36:25 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 4 Jan 2004 14:36:25 -0500 Subject: [Gambas-user] wiki update FINISHED Message-ID: <200401041436.25748.sourceforge-raindog2@...94...> At long last I have finished the last items on the export todo list. So, Benoit and others, unless I find some more issues in there before mid-week (I found some that weren't on the list and fixed them already), I am going to back up and remove the old component documentation and drop the new stuff in the real wiki in preparation for 1.0. I hope there are not too many language differences between 0.80 and 1.0 ;) I guess I should package up the super nasty perl scripts I've been using and stick them out there on the web in case my laptop's hard drive dies or something. Rob From _root at ...324... Mon Jan 5 00:24:28 2004 From: _root at ...324... (-=FoX=-) Date: Mon, 05 Jan 2004 00:24:28 +0100 Subject: [Gambas-user] My first work In-Reply-To: <200401041710.18918.gambas@...1...> References: <3FF744CF.1070807@...324...> <200401041710.18918.gambas@...1...> Message-ID: <3FF8A0AC.8070302@...324...> Benoit Minisini wrote: >It does not work here. It blocks in a infinite loop, so I opened the sources. >It seems that you need files in the home directory that I don't have, but... > > > *oh-hoo* oops! sorry. You must install some theme as specified on my site :) I think that the dirs ~/.icons and subs must exists >You must use the WAIT keyword AFTER the SHELL instruction, this way: > >SHELL .... WAIT. > >And NOT: > >SHELL .... >WAIT 1 > >!!! > > > :( ;) From _root at ...324... Mon Jan 5 01:38:00 2004 From: _root at ...324... (-=FoX=-) Date: Mon, 05 Jan 2004 01:38:00 +0100 Subject: [Gambas-user] My first work In-Reply-To: <200401041906.15360.Gambasfr@...11...> References: <3FF744CF.1070807@...324...> <200401041906.15360.Gambasfr@...11...> Message-ID: <3FF8B1E8.5070806@...324...> Fabien Bodard wrote: >good job ! > > :D >But you can add this : >For resize the cursor... > create an '.Xdefaults' file in your home directory and add the following >lines: > > ------- > Xcursor.size: 32 > Xcursor.theme: tuxcursor > ------- > > Availiable Sizes: 32 (small), 48 (medium), 64 (big, but max. detail) > > > > In the next release! :D ( But in gnome does not function. The cursor size remain 32 :/ ) > >What is it ? > >** myhome = CStr(Application.User) ? > > > -cut- Ok, thankyou tomorrow i will work on it. ah, another strange thing with mouse pointer: DIM mypic AS Picture DIM mycursor AS Mouse mypic = Picture ["realpic.png"] 'then as doc explain: 'hmouse = NEW Mouse (Picture AS Picture [, X AS Integer, Y AS Integer]) mycursor = NEW Mouse (mypic ,10 , 10) give me an error: Class 'Mouse' is static ? :( mypic = " mycursor = NEW Mouse From gambas at ...1... Mon Jan 5 00:54:57 2004 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Jan 2004 00:54:57 +0100 Subject: [Gambas-user] My first work In-Reply-To: <3FF8B1E8.5070806@...324...> References: <3FF744CF.1070807@...324...> <200401041906.15360.Gambasfr@...11...> <3FF8B1E8.5070806@...324...> Message-ID: <200401050054.57450.gambas@...1...> On Monday 05 January 2004 01:38, -=FoX=- wrote: > ah, another strange thing with mouse pointer: > DIM mypic AS Picture > DIM mycursor AS Mouse > > mypic = Picture ["realpic.png"] > 'then as doc explain: > 'hmouse = NEW Mouse (Picture AS Picture [, X AS Integer, Y AS Integer]) > mycursor = NEW Mouse (mypic ,10 , 10) > > give me an error: > Class 'Mouse' is static > ? > > :( > > mypic = " > mycursor = NEW Mouse > > The documentation is not up to date. Try NEW Cursor() instead of NEW Mouse(). But you cannot use the cursor yet to assign it to a control ! Regards, -- Benoit Minisini mailto:gambas at ...1... From _root at ...324... Mon Jan 5 02:25:53 2004 From: _root at ...324... (-=FoX=-) Date: Mon, 05 Jan 2004 02:25:53 +0100 Subject: [Gambas-user] My first work In-Reply-To: <200401050054.57450.gambas@...1...> References: <3FF744CF.1070807@...324...> <200401041906.15360.Gambasfr@...11...> <3FF8B1E8.5070806@...324...> <200401050054.57450.gambas@...1...> Message-ID: <3FF8BD21.3060304@...324...> Benoit Minisini wrote: >The documentation is not up to date. Try NEW Cursor() instead of NEW Mouse(). >But you cannot use the cursor yet to assign it to a control ! > >Regards, > > Benoit, I want to tank you for your patience. I'm not a coder, so i make big mistakes :( I'm sorry for this. I am trying to change cursor shape to force the reload after the selection of a new theme. :D bye now i go to sleep :P From olivier at ...289... Mon Jan 5 07:59:21 2004 From: olivier at ...289... (Olivier Coquet) Date: Mon, 5 Jan 2004 07:59:21 +0100 Subject: [Gambas-user] 0.80 bug or modification ? Message-ID: <200401050759.21354.olivier@...289...> in dialog.filter the line: Dialog.Filter ="Filtres Stratoria (*.flt)" give me the msg at runtime: Type mismatch: wanted String[], got String instead this work perfectly in 0.74 regards Olivier From danielcampos at ...282... Mon Jan 5 08:52:28 2004 From: danielcampos at ...282... (danielcampos at ...282...) Date: Mon, 5 Jan 2004 08:52:28 CET Subject: [Gambas-user] 0.80 bug or modification ? Message-ID: >in dialog.filter > >the line: >Dialog.Filter ="Filtres Stratoria (*.flt)" > >give me the msg at runtime: > >Type mismatch: wanted String[], got String instead > > >this work perfectly in 0.74 > New documentation says "Filter" returns an array of strings, so it is a modification. It seems that now it works like the new Dir() function,instead of returning a string each time you call it, now it returns an array with all data at once. So, "Filter" returns an array with all filters currently applied. Regards, Daniel 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 gambas at ...1... Mon Jan 5 12:48:05 2004 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Jan 2004 12:48:05 +0100 Subject: [Gambas-user] 0.80 bug or modification ? In-Reply-To: References: Message-ID: <200401051248.05542.gambas@...1...> On Monday 05 January 2004 12:52, danielcampos at ...282... wrote: > >in dialog.filter > > > >the line: > >Dialog.Filter ="Filtres Stratoria (*.flt)" > > > >give me the msg at runtime: > > > >Type mismatch: wanted String[], got String instead > > > > > >this work perfectly in 0.74 > > New documentation says "Filter" returns an array of strings, > so it is a modification. It seems that now it works like the new Dir() > function,instead of returning a string each time you call it, now it > returns an array with all data at once. > > So, "Filter" returns an array with all filters currently applied. > > Regards, > > Daniel Campos > > I did that so that the internal syntax of file dialog filters, which may differ between toolkits, is hidden. -- Benoit Minisini mailto:gambas at ...1... From olivier at ...289... Mon Jan 5 18:10:35 2004 From: olivier at ...289... (Olivier Coquet) Date: Mon, 5 Jan 2004 18:10:35 +0100 Subject: [Gambas-user] array of string Message-ID: <200401051810.35083.olivier@...289...> somebody can help me to use array of string please? How ca i create it?? how can i use it?? thanks regards olivier From leo.barnhoorn at ...246... Tue Jan 6 04:38:46 2004 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Mon, 5 Jan 2004 19:38:46 -0800 Subject: [Gambas-user] array of string In-Reply-To: <200401051810.35083.olivier@...289...> References: <200401051810.35083.olivier@...289...> Message-ID: <200401051938.46457.leo.barnhoorn@...246...> Hallo Olivier, Just one example : PRIVATE aConfig AS String[] PRIVATE FUNCTION LoadConfigFile() AS Boolean DIM ConfFile AS File DIM sLine AS String DIM iTeller AS Integer aConfig.Resize(4) OPEN Application.Path &/ "MagicBBS.conf" FOR READ AS #ConfFile WHILE NOT Eof(ConfFile) LINE INPUT #ConfFile, sLine IF Left$(sLine, 1) <> "#" THEN aConfig[iTeller] = sLine INC iTeller ENDIF WEND CLOSE #ConfFile FINALLY RETURN TRUE CATCH RETURN FALSE END I hope this will help you. Regards, Leo Barnhoorn On Monday 05 January 2004 09:10, Olivier Coquet wrote: > somebody can help me to use array of string please? > > How ca i create it?? > > how can i use it?? > > thanks > regards > olivier > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sikor_sxe at ...326... Mon Jan 5 20:15:48 2004 From: sikor_sxe at ...326... (Magnus Kulke) Date: Mon, 05 Jan 2004 20:15:48 +0100 Subject: [Gambas-user] Process not working correctly? Message-ID: <1073330147.3739.21.camel@...327...> hi, i'm stuck with this problem: a Process won't issue the event "Write". i've tried with the sample source from documentation ('src-progress_exec.tgz') and it suffers the same problems as my source. it's more or less copied straight from the docs. here are my form sources: PUBLIC SUB _new() EXEC [ "ls", "-la" ] FOR READ END PUBLIC SUB Process_Write(Data AS String) OutputField.Text = "write" END the kill event, however works :/ is this a bug? thanks in advance, magnus From sourceforge-raindog2 at ...94... Mon Jan 5 20:23:23 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 5 Jan 2004 14:23:23 -0500 Subject: [Gambas-user] Process not working correctly? In-Reply-To: <1073330147.3739.21.camel@...327...> References: <1073330147.3739.21.camel@...327...> Message-ID: <200401051423.23946.sourceforge-raindog2@...94...> On Monday 05 January 2004 14:15, Magnus Kulke wrote: > a Process won't issue the event "Write". i've tried with the Which Gambas version are you using? The Process_Write(Data) thing has changed in the last few versions to Process_Read() followed by Input #LAST. It's in the new component documentation, and some of the How Do I stuff donated by theeasygambasdoku.de will need to be updated or removed. Rob From danielcampos at ...277... Mon Jan 5 22:37:50 2004 From: danielcampos at ...277... (daniel) Date: Mon, 05 Jan 2004 21:37:50 +0000 Subject: [Gambas-user] array of string In-Reply-To: <200401051810.35083.olivier@...289...> References: <200401051810.35083.olivier@...289...> Message-ID: <1073338670.2248.1.camel@...278...> El lun, 05-01-2004 a las 17:10, Olivier Coquet escribi?: > somebody can help me to use array of string please? > > How ca i create it?? > > how can i use it?? > > thanks > regards > olivier > > Hope this helps: Create a project with a formulary and a Button (Button1). Add this code to that formulary: PUBLIC SUB Print_Array(A AS String[]) DIM Maxi AS Integer DIM MyLoop AS Integer Maxi=A.Count FOR MyLoop=0 TO Maxi-1 PRINT A[MyLoop] NEXT END PUBLIC SUB Button1_Click() DIM B AS NEW String[] B.Add("Hello") B.Add("World") B.Add("") B.Add("From") B.Add("An") B.Add("Array") Print_Array(B) END That's easy! Regards, Daniel Campos > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sikor_sxe at ...326... Mon Jan 5 22:21:13 2004 From: sikor_sxe at ...326... (Magnus Kulke) Date: Mon, 05 Jan 2004 22:21:13 +0100 Subject: [Gambas-user] Process not working correctly? In-Reply-To: <200401051423.23946.sourceforge-raindog2@...94...> References: <1073330147.3739.21.camel@...327...> <200401051423.23946.sourceforge-raindog2@...94...> Message-ID: <1073337672.15047.7.camel@...327...> hi, thanks for the quick answer. i'm using gambas 0.80. i checked the new docs, but the EXEC page still describes the old way. i put it this way now: PUBLIC SUB _new() EXEC [ "ls", "-la" ] FOR READ WRITE END PUBLIC SUB Process_Read() OutputField.Text = "bla" END but it still doesn't seem to work, furthermore i wouldn't understand how to retrieve the commands stdout text. magnus Am Mo, 2004-01-05 um 20.23 schrieb Rob: > On Monday 05 January 2004 14:15, Magnus Kulke wrote: > > a Process won't issue the event "Write". i've tried with the > > Which Gambas version are you using? The Process_Write(Data) > thing has changed in the last few versions to Process_Read() > followed by Input #LAST. It's in the new component > documentation, and some of the How Do I stuff donated by > theeasygambasdoku.de will need to be updated or removed. > > Rob > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From gambas at ...1... Mon Jan 5 23:14:51 2004 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Jan 2004 23:14:51 +0100 Subject: [Gambas-user] Process not working correctly? In-Reply-To: <1073337672.15047.7.camel@...327...> References: <1073330147.3739.21.camel@...327...> <200401051423.23946.sourceforge-raindog2@...94...> <1073337672.15047.7.camel@...327...> Message-ID: <200401052314.51351.gambas@...1...> On Monday 05 January 2004 22:21, Magnus Kulke wrote: > hi, > > thanks for the quick answer. i'm using gambas 0.80. i checked the new > docs, but the EXEC page still describes the old way. > > i put it this way now: > > PUBLIC SUB _new() > > EXEC [ "ls", "-la" ] FOR READ WRITE > > END > > PUBLIC SUB Process_Read() > > OutputField.Text = "bla" > > END > > but it still doesn't seem to work, furthermore i wouldn't understand how > to retrieve the commands stdout text. > > magnus > Could you send me a tar.gz of a project that has the bug please ? Regards, -- Benoit Minisini mailto:gambas at ...1... From sikor_sxe at ...326... Mon Jan 5 23:45:15 2004 From: sikor_sxe at ...326... (Magnus Kulke) Date: Mon, 05 Jan 2004 23:45:15 +0100 Subject: [Gambas-user] Process not working correctly? In-Reply-To: <200401052314.51351.gambas@...1...> References: <1073330147.3739.21.camel@...327...> <200401051423.23946.sourceforge-raindog2@...94...> <1073337672.15047.7.camel@...327...> <200401052314.51351.gambas@...1...> Message-ID: <1073342714.2534.6.camel@...327...> hi, sure, here is my project (but it's really just the source i pasted) and the link to the sample project not working: http://www.theeasygambasdoku.de/misc/processes/exec/src-process_exec.tgz i didn't find your email addy. on the webpage the contact address is still this list, so i send it here. magnus Am Mo, 2004-01-05 um 23.14 schrieb Benoit Minisini: > On Monday 05 January 2004 22:21, Magnus Kulke wrote: > > hi, > > > > thanks for the quick answer. i'm using gambas 0.80. i checked the new > > docs, but the EXEC page still describes the old way. > > > > i put it this way now: > > > > PUBLIC SUB _new() > > > > EXEC [ "ls", "-la" ] FOR READ WRITE > > > > END > > > > PUBLIC SUB Process_Read() > > > > OutputField.Text = "bla" > > > > END > > > > but it still doesn't seem to work, furthermore i wouldn't understand how > > to retrieve the commands stdout text. > > > > magnus > > > > Could you send me a tar.gz of a project that has the bug please ? > > Regards, -------------- next part -------------- A non-text attachment was scrubbed... Name: gambasfv.tar.gz Type: application/x-compressed-tar Size: 2437 bytes Desc: not available URL: From _root at ...324... Tue Jan 6 01:33:49 2004 From: _root at ...324... (-=FoX=-) Date: Tue, 06 Jan 2004 01:33:49 +0100 Subject: [Gambas-user] My first work In-Reply-To: <3FF8B1E8.5070806@...324...> References: <3FF744CF.1070807@...324...> <200401041906.15360.Gambasfr@...11...> <3FF8B1E8.5070806@...324...> Message-ID: <3FFA026D.8030405@...324...> I have made all the modifications that you have suggested to me and works perfectly. Thanks :-) For the cursor, I have read some qt documentation and the source gambas file "CMouse.cpp". I have noticed that the "shape part" of the code is commented. But I don't understand *as* and *if* I can change shape to the cursor. I think that could be interesting to be able to change shape to the cursor in applications. bye ;) Fox From raul.moratalla at ...321... Tue Jan 6 02:50:38 2004 From: raul.moratalla at ...321... (=?utf-8?q?Ra=C3=BAl_Moratalla?=) Date: Tue, 6 Jan 2004 02:50:38 +0100 Subject: [Gambas-user] Language of dialogs Message-ID: <200401060250.38195.raul.moratalla@...321...> Hi everybody! I've made a simple application for testing purposes and it shows a simple open file (kde) dialog, but all the strings of the dialog are in english. My default language in kde is spanish, will be possible to show the dialogs in the default language of the system? Thanks. :) Raul From olivier at ...289... Tue Jan 6 07:40:48 2004 From: olivier at ...289... (Olivier Coquet) Date: Tue, 6 Jan 2004 07:40:48 +0100 Subject: [Gambas-user] 0.80 and string[] Message-ID: <200401060740.48325.olivier@...289...> many thanks for all stratoria v0.0.41 now work on gambas 0.80 i wait the 1.0 version of gambas to continue develop stratoria regards olivier http://stratoria.dynu.net:85/ From mardus at ...298... Tue Jan 6 12:53:51 2004 From: mardus at ...298... (Marcelo Duschkin) Date: Tue, 6 Jan 2004 08:53:51 -0300 Subject: [Gambas-user] web cam Message-ID: <200401060853.51027.mardus@...298...> Hi How can I "take a picture" from a web cam to a file, inside Gambas? Is it possible? -- Para el cierre: --- El Maestro Pen Guin hace tiempo sentenci?: Real programmers do: copy con program.exe - - - Marcelo Duschkin - Buenos Aires - Argentina mardus at ...298... www.websdelsur.com.ar www.lahueya.com.ar From mauriiiii3001 at ...325... Tue Jan 6 13:50:33 2004 From: mauriiiii3001 at ...325... (Pozzo) Date: Tue, 06 Jan 2004 13:50:33 +0100 Subject: [Gambas-user] Why &H in color code Message-ID: <3FFAAF19.9080309@...325...> I type it some times when I remember the exact code for some colors that is difficult to find in the "..." menu. I only don't understand why gambas doesn't add "&H" and "&" it self From sourceforge-raindog2 at ...94... Tue Jan 6 14:54:35 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 6 Jan 2004 08:54:35 -0500 Subject: [Gambas-user] web cam In-Reply-To: <200401060853.51027.mardus@...298...> References: <200401060853.51027.mardus@...298...> Message-ID: <200401060854.35553.sourceforge-raindog2@...94...> On Tuesday 06 January 2004 06:53, Marcelo Duschkin wrote: > How can I "take a picture" from a web cam to a file, inside > Gambas? Is it possible? Depends on the web cam. Most web cams nowadays have a video4linux interface in which case you can just EXEC streamer (part of xawtv, but under Mandrake at least it has its own package) with the WAIT option and then just open the file to do whatever with it. I think you might even be able to use streamer -o - -f jpeg 2>/dev/null and use Gambas' Process_Read event to get the jpeg data into Gambas directly without writing a file. Some more obscure webcams have their own tools, or (like the $10 USB light with a camera in it by SIIG that I bought on clearance) aren't supported at all. I fully expect that someday down the road Gambas will have native components for v4l, sane, imagemagick, all that good stuff.... someone with C skills just needs the time and desire to write them. (I'm almost there as regards Imagemagick.) In the meantime, unlike with VB, you can reliably use the output from command line tools from Gambas in a supported way. Rob From sourceforge-raindog2 at ...94... Tue Jan 6 15:08:23 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 6 Jan 2004 09:08:23 -0500 Subject: [Gambas-user] Why &H in color code In-Reply-To: <3FFAAF19.9080309@...325...> References: <3FFAAF19.9080309@...325...> Message-ID: <200401060908.23855.sourceforge-raindog2@...94...> On Tuesday 06 January 2004 07:50, Pozzo wrote: > I type it some times when I remember the exact code for some > colors that is difficult to find in the "..." menu. I only > don't understand why gambas doesn't add "&H" and "&" it self Because you can also enter a decimal number there (and I frequently do, e.g. 16777215 for white, 255 for blue, which is actually red in VB, 65280 for green, etc.) I seem to remember that it's the same in VB, or at least when I used to enter decimal numbers it worked fine and I had to prefix them with something to get VB to see them as hex. I guess Gambas could special-case color properties in the Properties dialog so the default is to treat the value as hex, but really, if it's too much trouble to type &HFF0000& for red, perhaps you'd be better off using the color picker. One thing that I do think would be helpful would be a GIMP-like text box in the color picker that lets you enter a hex color in the style of the web. Unfortunately (in this case), Gambas uses the standard Qt color picker which has no such facility. Maybe with a future Qt release this will be added "for free". Rob From gambas at ...1... Tue Jan 6 19:58:52 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 6 Jan 2004 19:58:52 +0100 Subject: [Gambas-user] My first work In-Reply-To: <3FFA026D.8030405@...324...> References: <3FF744CF.1070807@...324...> <3FF8B1E8.5070806@...324...> <3FFA026D.8030405@...324...> Message-ID: <200401061958.52599.gambas@...1...> On Tuesday 06 January 2004 01:33, -=FoX=- wrote: > I have made all the modifications that you have suggested to me and > works perfectly. > Thanks :-) > > For the cursor, I have read some qt documentation and the source gambas > file "CMouse.cpp". > I have noticed that the "shape part" of the code is commented. > But I don't understand *as* and *if* I can change shape to the cursor. > At the moment, you can't ! Sorry ! > I think that could be interesting to be able to change shape to the > cursor in applications. Mmmmfff... I will do that, but it is not a priority. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 6 20:00:01 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 6 Jan 2004 20:00:01 +0100 Subject: [Gambas-user] Language of dialogs In-Reply-To: <200401060250.38195.raul.moratalla@...321...> References: <200401060250.38195.raul.moratalla@...321...> Message-ID: <200401062000.01157.gambas@...1...> On Tuesday 06 January 2004 02:50, Ra?l Moratalla wrote: > Hi everybody! I've made a simple application for testing purposes and it > shows a simple open file (kde) dialog, but all the strings of the dialog > are in english. My default language in kde is spanish, will be possible to > show the dialogs in the default language of the system? > > Thanks. :) > > Raul > That is a GOOD question, as I don't know either ! If somebody could find the answer, this will be great... -- Benoit Minisini mailto:gambas at ...1... From _root at ...324... Tue Jan 6 20:51:25 2004 From: _root at ...324... (-=FoX=-) Date: Tue, 06 Jan 2004 20:51:25 +0100 Subject: [Gambas-user] My first work In-Reply-To: <200401061958.52599.gambas@...1...> References: <3FF744CF.1070807@...324...> <3FF8B1E8.5070806@...324...> <3FFA026D.8030405@...324...> <200401061958.52599.gambas@...1...> Message-ID: <3FFB11BD.3050501@...324...> Benoit Minisini wrote: >At the moment, you can't ! Sorry ! > > > Ok, np! :) >>I think that could be interesting to be able to change shape to the >>cursor in applications. >> >> > >Mmmmfff... I will do that, but it is not a priority. > > Of course! :) today the release 0.2 is up :) Fox From gambas at ...1... Tue Jan 6 21:21:51 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 6 Jan 2004 21:21:51 +0100 Subject: [Gambas-user] Process not working correctly? In-Reply-To: <1073342714.2534.6.camel@...327...> References: <1073330147.3739.21.camel@...327...> <200401052314.51351.gambas@...1...> <1073342714.2534.6.camel@...327...> Message-ID: <200401062121.51062.gambas@...1...> On Monday 05 January 2004 23:45, Magnus Kulke wrote: > hi, > > sure, here is my project (but it's really just the source i pasted) and > the link to the sample project not working: > http://www.theeasygambasdoku.de/misc/processes/exec/src-process_exec.tgz > > i didn't find your email addy. on the webpage the contact address is > still this list, so i send it here. > > magnus > You was right, there is a problem: when a child process ends, Process_Read events are blocked even if there is something on its standard output that was not read yet. I remove this constraint, hopping that this will not break other things, like the IDE debugger ! Regards, -- Benoit Minisini mailto:gambas at ...1... From _root at ...324... Thu Jan 8 01:13:59 2004 From: _root at ...324... (-=FoX=-) Date: Thu, 08 Jan 2004 01:13:59 +0100 Subject: [Gambas-user] Event of a runtime object Message-ID: <3FFCA0C7.6090608@...324...> Hi ;-) I have a problem to understand how I can manage events of runtime objects :-( Suppose that: I have a Form with a panel (PanelA) and a button (ButtonA) For some reason at the click of the ButtonA I must create into PanelA another panel (PanelB) that contains another button (ButtonB) Now, suppose that i want to change color of PanelB when I click ButtonB. Suppose also that PanelB and ButtonB are a separate Class. -------------------------------------------------- -FmMain.class- -------------------------------------------------- 'Gambas class file PUBLIC myexample AS ClFrame ... PUBLIC SUB ButtonA_Click() myexample = NEW ClFrame(PanelA) END -------------------------------------------------- -ClFrame.class- -------------------------------------------------- 'Gambas class file PUBLIC PanelB AS Panel PUBLIC ButtonB AS Button PUBLIC SUB _new(bbox as Container) PanelB = NEW Panel(bbox) PanelB.X ...blabla yattaya... ButtonB = NEW Button(PanelB) ButtonB.X = ... blabla blabla END I suppose it is *WRONG* : PUBLIC SUB ButtonB_Click() Make something END How I can make this? Thankyou in advance Fox From sourceforge-raindog2 at ...94... Thu Jan 8 01:33:04 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 7 Jan 2004 19:33:04 -0500 Subject: [Gambas-user] Event of a runtime object In-Reply-To: <3FFCA0C7.6090608@...324...> References: <3FFCA0C7.6090608@...324...> Message-ID: <200401071933.04704.sourceforge-raindog2@...94...> On Wednesday 07 January 2004 19:13, -=FoX=- wrote: > ButtonB = NEW Button(PanelB) How about ButtonB = NEW Button(PanelB) AS "ButtonB" with all else the same.... I would have tested it except you didn't post enough to actually compile ;) The following (placed in the class file of a startup form) does create a button at runtime and do something when you click it.... ' Gambas class file PUBLIC ButtonB AS Button PUBLIC SUB Form_Open() buttonb = NEW button(ME) AS "ButtonB" buttonb.x = 10 buttonb.y = 10 buttonb.w = 80 buttonb.h = 20 buttonb.text = "foo" buttonb.show END PUBLIC SUB ButtonB_Click() Message.Info("foo") END Rob From sourceforge-raindog2 at ...94... Thu Jan 8 02:31:18 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 7 Jan 2004 20:31:18 -0500 Subject: [Gambas-user] mandrake packages of 0.80 Message-ID: <200401072031.18659.sourceforge-raindog2@...94...> http://www.kudla.org/index.php?wl_mode=more&wl_eid=44 I'm gonna try and submit them to cooker again in hopes that the first version to appear in there won't be 1.0 (and therefore the 1.0 package will have the bugs worked out ;) ) Rob From mardus at ...298... Thu Jan 8 02:31:59 2004 From: mardus at ...298... (Marcelo Duschkin) Date: Wed, 7 Jan 2004 22:31:59 -0300 Subject: [Gambas-user] Re: web cam In-Reply-To: <200401060854.35553.sourceforge-raindog2@...94...> References: <200401060853.51027.mardus@...298...> <200401060854.35553.sourceforge-raindog2@...94...> Message-ID: <200401072231.59373.mardus@...298...> El Mar 06 Ene 2004 10:54, Rob escribi?: >(Ro) ... I think you might even be able to use >(Ro) streamer -o - -f jpeg 2>/dev/null streamer works, but fails with some errors, possibly for my video drivers (in Mandrake 9.1) I understand it's not a Gambas problem. >(Ro) Some more obscure webcams have their own tools, or >(Ro) (like the $10 USB light with a camera in it by SIIG that I >(Ro) bought on clearance) aren't supported at all. Thanks for the advice. Just in time to NOT buy a EZcamIII :)) (Sorry for my poor English) -- Para el cierre: --- El Maestro Pen Guin hace tiempo sentenci?: ?Un Pentium?... ?Para qu?? Mi Spectrum a?n funciona ! - - - Marcelo Duschkin - Buenos Aires - Argentina mardus at ...298... www.websdelsur.com.ar www.lahueya.com.ar From ADSILC at ...87... Thu Jan 8 18:35:59 2004 From: ADSILC at ...87... (ADSILC at ...87...) Date: Thu, 08 Jan 2004 12:35:59 -0500 Subject: [Gambas-user] A question Message-ID: <5DD276B7.0936D30C.0003F0E0@...87...> I've messed around with gambas for a couple of months. I wrote a couple of small utilities I needed for linux and It worked very well. I want to convert a terminal emulation that I wrote for windows using vb to Linux. I was wondering if any of the controls support background and foreground color for every character within the control. The first character could be white with a dark blue background, the second character could be red with a black background, etc.. If this is possible what control could be used and a code example would be greatly appreciated. Thanks in advance.Louis Castoria From sourceforge-raindog2 at ...94... Thu Jan 8 19:33:46 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 8 Jan 2004 13:33:46 -0500 Subject: [Gambas-user] A question In-Reply-To: <5DD276B7.0936D30C.0003F0E0@...87...> References: <5DD276B7.0936D30C.0003F0E0@...87...> Message-ID: <200401081333.46039.sourceforge-raindog2@...94...> On Thursday 08 January 2004 12:35, ADSILC at ...87... wrote: > worked very well. I want to convert a terminal emulation that > I wrote for windows using vb to Linux. I was wondering if any > of the controls support background and foreground color for > every character within the control. The first character could I think your best bet for a terminal app might be the TextLabel control: http://www.binara.com/gambas-wiki/bin/view/GambasTest/GambasComponentQtTextLabel It's a rich text control implemented using a subset of HTML. You can just make a collection to map control codes to HTML font tags, though I'd suggest adding a tag at the end of each line for each color change you do. Alternatively, you might be able to write your own class derived from DrawingArea. This might be cleaner as you wouldn't have to keep track of open font tags and I suspect it might be quicker to redraw after a scroll. If you drew a character at a time it would even let you use whatever font you wanted since it would be forced into monospace by your code. What control did you use back in the VB days? I've implemented simple terminal emulators using just "Print" and "Cls" but with no color support. Rob From danielcampos at ...277... Thu Jan 8 21:04:26 2004 From: danielcampos at ...277... (daniel) Date: Thu, 08 Jan 2004 20:04:26 +0000 Subject: [Gambas-user] A question In-Reply-To: <5DD276B7.0936D30C.0003F0E0@...87...> References: <5DD276B7.0936D30C.0003F0E0@...87...> Message-ID: <1073592266.2253.1.camel@...278...> El jue, 08-01-2004 a las 17:35, ADSILC at ...87... escribi?: > I've messed around with gambas for a couple of months. I wrote a couple of small utilities I needed for linux and It worked very well. I want to convert a terminal emulation that I wrote for windows using vb to Linux. I was wondering if any of the controls support background and foreground color for every character within the control. The first character could be white with a dark blue background, the second character could be red with a black background, etc.. If this is possible what control could be used and a code example would be greatly appreciated. Thanks in advance.Louis Castoria > > I'm not sure at 100%,but try TextView class from gb.gt.ext , it can work with HTML code, so it should be able to select the color using HTML tags Regards, Daniel Campos > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From _root at ...324... Thu Jan 8 20:14:41 2004 From: _root at ...324... (-=FoX=-) Date: Thu, 08 Jan 2004 20:14:41 +0100 Subject: [Gambas-user] Event of a runtime object In-Reply-To: <200401071933.04704.sourceforge-raindog2@...94...> References: <3FFCA0C7.6090608@...324...> <200401071933.04704.sourceforge-raindog2@...94...> Message-ID: <3FFDAC21.1090104@...324...> Rob wrote: >How about > ButtonB = NEW Button(PanelB) AS "ButtonB" > > Tankyou! :-) From Gambasfr at ...11... Thu Jan 8 21:17:07 2004 From: Gambasfr at ...11... (Fabien Bodard) Date: Thu, 8 Jan 2004 21:17:07 +0100 Subject: [Gambas-user] A question In-Reply-To: <1073592266.2253.1.camel@...278...> References: <5DD276B7.0936D30C.0003F0E0@...87...> <1073592266.2253.1.camel@...278...> Message-ID: <200401082117.07786.Gambasfr@...11...> Le Jeudi 8 Janvier 2004 21:04, daniel a ?crit : > El jue, 08-01-2004 a las 17:35, ADSILC at ...87... escribi?: > > I've messed around with gambas for a couple of months. I wrote a couple > > of small utilities I needed for linux and It worked very well. I want to > > convert a terminal emulation that I wrote for windows using vb to Linux. > > I was wondering if any of the controls support background and foreground > > color for every character within the control. The first character could > > be white with a dark blue background, the second character could be red > > with a black background, etc.. If this is possible what control could be > > used and a code example would be greatly appreciated. Thanks in > > advance.Louis Castoria > > I'm not sure at 100%,but try TextView class from gb.gt.ext , it can work > with HTML code, so it should be able to select the color using HTML tags > > > Regards, > > Daniel Campos > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Perforce Software. > > Perforce is the Fast Software Configuration Management System offering > > advanced branching capabilities and atomic changes on 50+ platforms. > > Free Eval! http://www.perforce.com/perforce/loadprog.html > > _______________________________________________ > > 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: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user I've made four month ago an irc client.... The problem is that we can't put back ground colors in html. There is an other problem... When we have to much character, The TextView take to much time to redraw... Gambas need really a RichText Control with at less the RTF support. I know ... we havn't really time to do this, But ... Fabien Bodard PS : i think, I will rework my irc for gb 0.8, and send it. From sourceforge-raindog2 at ...94... Thu Jan 8 21:28:27 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 8 Jan 2004 15:28:27 -0500 Subject: [Gambas-user] A question In-Reply-To: <200401082117.07786.Gambasfr@...11...> References: <5DD276B7.0936D30C.0003F0E0@...87...> <1073592266.2253.1.camel@...278...> <200401082117.07786.Gambasfr@...11...> Message-ID: <200401081528.27994.sourceforge-raindog2@...94...> On Thursday 08 January 2004 15:17, Fabien Bodard wrote: > Gambas need really a RichText Control with at less the RTF > support. I know ... we havn't really time to do this, But ... Something that subclassed DrawingArea and kept its own buffer might be the best way, especially if it could somehow scroll the stuff off the top without having to redraw the entire thing every time. I'm envisioning something like dim s as RichTextSelection s = myRichText.Select(102, 3) s.Font.Size = 18 s.ForeColor = &HFF0000& which would turn the three characters starting at position 102 red and large. I don't know if it makes more sense to implement these classes in Gambas (or if it's even possible) or in gb.qt.ext or some new C component. But, that's a Copious Free Time item ;) Rob From mardus at ...298... Thu Jan 8 21:39:44 2004 From: mardus at ...298... (Marcelo Duschkin) Date: Thu, 8 Jan 2004 17:39:44 -0300 Subject: [Gambas-user] qt Message-ID: <200401081739.44602.mardus@...298...> Are some restrictions with the qt libraries to develop Gambas commercial apps? -- Para el cierre: --- El Maestro Pen Guin hace tiempo sentenci?: Los viejos gu?as nunca mueren, simplemente preparan el viaje al mas all?. - - - Marcelo Duschkin - Buenos Aires - Argentina mardus at ...298... www.websdelsur.com.ar www.lahueya.com.ar From grahame at ...307... Thu Jan 8 22:18:42 2004 From: grahame at ...307... (Grahame White) Date: Thu, 8 Jan 2004 21:18:42 +0000 Subject: [Gambas-user] qt In-Reply-To: <200401081739.44602.mardus@...298...> References: <200401081739.44602.mardus@...298...> Message-ID: <200401082118.42373.grahame@...307...> On Thursday 08 January 2004 20:39, Marcelo Duschkin wrote: > Are some restrictions with the qt libraries to develop Gambas commercial > apps? IANAL but I'd guess that if you produce a comercial gambas application that uses the qt widgits/libraries then you would have to abide by the qt licensing terms and conditions. So short answer would be yes I think so Grahame From gambas at ...1... Thu Jan 8 22:39:39 2004 From: gambas at ...1... (Benoit Minisini) Date: Thu, 8 Jan 2004 22:39:39 +0100 Subject: [Gambas-user] qt In-Reply-To: <200401082118.42373.grahame@...307...> References: <200401081739.44602.mardus@...298...> <200401082118.42373.grahame@...307...> Message-ID: <200401082239.39191.gambas@...1...> On Thursday 08 January 2004 22:18, Grahame White wrote: > On Thursday 08 January 2004 20:39, Marcelo Duschkin wrote: > > Are some restrictions with the qt libraries to develop Gambas commercial > > apps? > > IANAL but I'd guess that if you produce a comercial gambas application that > uses the qt widgits/libraries then you would have to abide by the qt > licensing terms and conditions. > > So short answer would be yes I think so > > > Grahame > From leo.barnhoorn at ...246... Fri Jan 9 07:58:40 2004 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Thu, 8 Jan 2004 22:58:40 -0800 Subject: [Gambas-user] A question In-Reply-To: <5DD276B7.0936D30C.0003F0E0@...87...> References: <5DD276B7.0936D30C.0003F0E0@...87...> Message-ID: <200401082258.40258.leo.barnhoorn@...246...> Hallo Louis, Here an example. Regards, Leo Barnhoorn. On Thursday 08 January 2004 09:35, ADSILC at ...87... wrote: > I've messed around with gambas for a couple of months. I wrote a couple of > small utilities I needed for linux and It worked very well. I want to > convert a terminal emulation that I wrote for windows using vb to Linux. I > was wondering if any of the controls support background and foreground > color for every character within the control. The first character could be > white with a dark blue background, the second character could be red with a > black background, etc.. If this is possible what control could be used and > a code example would be greatly appreciated. Thanks in advance.Louis > Castoria > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > 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: Test.tar.gz Type: application/x-tgz Size: 1305 bytes Desc: not available URL: From Gambasfr at ...11... Thu Jan 8 23:08:07 2004 From: Gambasfr at ...11... (Fabien Bodard) Date: Thu, 8 Jan 2004 23:08:07 +0100 Subject: [Gambas-user] Re: First version of gbIRC In-Reply-To: <200401082252.23013.gambas@...1...> References: <200401082241.55777.Gambasfr@...11...> <200401082252.23013.gambas@...1...> Message-ID: <200401082308.07798.Gambasfr@...11...> Le Jeudi 8 Janvier 2004 22:52, vous avez ?crit : > On Thursday 08 January 2004 22:41, you wrote: > > This is an first alfa version of an IRC Client writed in gambas. > > > > gbIRC 0.01 > > > > This can mabe explain how to use the TextView as a Console. > > > > There is a BUG in gb.net Daniel ! > > > > Try to connect an IRC server and a second after, click 2 or 3 time on the > > stop button... > > > > Fabien Bodard > > Il faudrait peut-?tre que tu fasses la diff?rence entre: > > gambas at ...1... (mon adresse e-mail) > > et > > gambas-user at lists.sourceforge.net (l'adresse de la mailing-list) > > Sans rancune :-) PFFFF C'est grave l?... ?a fait deux fois tout de m?me.... Ben comme ?a tu pourra jouer avec mon client ;?) From Gambasfr at ...11... Thu Jan 8 23:08:44 2004 From: Gambasfr at ...11... (Fabien Bodard) Date: Thu, 8 Jan 2004 23:08:44 +0100 Subject: [Gambas-user] First version of gbIRC Message-ID: <200401082308.44954.Gambasfr@...11...> This is an first alfa version of an IRC Client writed in gambas. gbIRC 0.01 This can mabe explain how to use the TextView as a Console. There is a BUG in gb.net Daniel ! Try to connect an IRC server and a second after, click 2 or 3 time on the stop button... Fabien Bodard -------------- next part -------------- A non-text attachment was scrubbed... Name: gbIRC.tar.gz Type: application/x-tgz Size: 40838 bytes Desc: not available URL: From llester at ...328... Fri Jan 9 02:05:29 2004 From: llester at ...328... (Lane P. Lester) Date: Thu, 08 Jan 2004 20:05:29 -0500 Subject: [Gambas-user] What Does An Executable Need? Message-ID: <3FFDFE59.6070905@...328...> If I want to share a Gambas program with others, and I compile it to an executable, what additional files will they need? -- Lane ____ Lane P. Lester / Madison County, Georgia USA *** Running Linux more and Windows less *** From rizky at ...225... Fri Jan 9 05:06:45 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Fri, 09 Jan 2004 11:06:45 +0700 Subject: [Gambas-user] test Message-ID: <6.0.0.22.0.20040109110611.01b5a4b8@...329...> hello.. will this email arrive there ?? Regards, tahara! From sourceforge-raindog2 at ...94... Fri Jan 9 07:01:32 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 9 Jan 2004 01:01:32 -0500 Subject: [Gambas-user] What Does An Executable Need? In-Reply-To: <3FFDFE59.6070905@...328...> References: <3FFDFE59.6070905@...328...> Message-ID: <200401090101.32547.sourceforge-raindog2@...94...> On Thursday 08 January 2004 20:05, Lane P. Lester wrote: > If I want to share a Gambas program with others, and I compile > it to an executable, what additional files will they need? They will need /usr/bin/gbx (which is usually a symbolic link to a file named gbx somewhere else) and lib.gb*.so where gb* is all the components used by your program. Under Mandrake, it should be enough to install the base gambas and gambas-lib rpms using urpmi or rpmdrake. Don't know how other distributions are packaging Gambas if at all. Rob From mardus at ...298... Fri Jan 9 13:15:30 2004 From: mardus at ...298... (Marcelo Duschkin) Date: Fri, 9 Jan 2004 09:15:30 -0300 Subject: [Gambas-user] Re: qt In-Reply-To: <200401082239.39191.gambas@...1...> References: <200401081739.44602.mardus@...298...> <200401082118.42373.grahame@...307...> <200401082239.39191.gambas@...1...> Message-ID: <200401090915.30211.mardus@...298...> El Jue 08 Ene 2004 18:39, Benoit Minisini escribi?: >(BM) From the Trolltech site: >(BM) >(BM) Can I develop commercial applications with PerlQt or PyQt or other Qt >(BM) wrappers? >(BM) >(BM) Yes, if you have purchased a commercial license. The licensing > conditions are ... It's a grief :( What about GTK for Gambas ? -- Para el cierre: --- El Maestro Pen Guin hace tiempo sentenci?: El dinero no lo es todo, segun dicen los que lo tienen. - - - Marcelo Duschkin - Buenos Aires - Argentina mardus at ...298... www.websdelsur.com.ar www.lahueya.com.ar From sourceforge-raindog2 at ...94... Fri Jan 9 16:29:05 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 9 Jan 2004 10:29:05 -0500 Subject: [Gambas-user] Re: qt In-Reply-To: <200401090915.30211.mardus@...298...> References: <200401081739.44602.mardus@...298...> <200401082239.39191.gambas@...1...> <200401090915.30211.mardus@...298...> Message-ID: <200401091021.28878.sourceforge-raindog2@...94...> On Friday 09 January 2004 07:15, Marcelo Duschkin wrote: > It's a grief :( > What about GTK for Gambas ? A Gtk component was being worked on a long time ago; I think the feeling now is that a wxWindows component might be easier. That said, I'm writing commercial software right now using Gambas, and licensing it under the GPL. I'm leaving the source right on my clients' hard disks and putting the requisite GPL notices in. Not everyone wants to rush out to give the code to their competitors ;) It just makes it a little harder to sell mass-market software, but I don't have a problem with that myself. Rob From schumacher-k at ...20... Fri Jan 9 16:26:28 2004 From: schumacher-k at ...20... (Klaus Schumacher) Date: Fri, 09 Jan 2004 16:26:28 +0100 Subject: [Gambas-user] SHELL Command Message-ID: <3FFEC824.2080000@...20...> Hi, I've done a small program which gives some informations about the acpi of my laptop. The code to read the data is like the following: PUBLIC SUB Timer1_Timer() befehl = "acpi -V" SHELL befehl FOR READ END PUBLIC SUB process_write (Data AS String) ' Temperatur ausfiltern pos = Instr (Data, "degrees") IF pos > 0 THEN therm = Mid$ (Data, pos - 5, 5) etc. etc. With Gambas 0.65 it has worked without problems. After I've updated to 0.74 it's not working anymore. Was there a change in the SHELL command, which makes it necessary to change my code ? Could it help to go up to 0.80 (I really don't like to update too much) ? Has anybody any idea ?? Klaus From na2492 at ...9... Fri Jan 9 16:54:32 2004 From: na2492 at ...9... (na2492 at ...9...) Date: Fri, 9 Jan 2004 16:54:32 00100 Subject: [Gambas-user] SHELL Command Message-ID: <3ffeceb8.5ef9.0@...9...> >Hi, >I've done a small program which gives some informations about the acpi >of my laptop. The code to read the data is like the following: > >PUBLIC SUB Timer1_Timer() > befehl = "acpi -V" > SHELL befehl FOR READ >END > >PUBLIC SUB process_write (Data AS String) > ' Temperatur ausfiltern > pos = Instr (Data, "degrees") > IF pos > 0 THEN therm = Mid$ (Data, pos - 5, 5) > > etc. etc. > >With Gambas 0.65 it has worked without problems. After I've updated to >0.74 it's not working anymore. > >Was there a change in the SHELL command, which makes it necessary to >change my code ? Could it help to go up to 0.80 (I really don't like to >update too much) ? > >Has anybody any idea ?? > >Klaus Salut Klaus, SHELL and ECEX command has changed since 0.65 please see in Help Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From gambas at ...1... Fri Jan 9 20:03:50 2004 From: gambas at ...1... (Benoit Minisini) Date: Fri, 9 Jan 2004 20:03:50 +0100 Subject: [Gambas-user] SHELL Command In-Reply-To: <3FFEC824.2080000@...20...> References: <3FFEC824.2080000@...20...> Message-ID: <200401092003.50703.gambas@...1...> On Friday 09 January 2004 16:26, Klaus Schumacher wrote: > Hi, > I've done a small program which gives some informations about the acpi > of my laptop. The code to read the data is like the following: > > PUBLIC SUB Timer1_Timer() > befehl = "acpi -V" > SHELL befehl FOR READ > END > > PUBLIC SUB process_write (Data AS String) > ' Temperatur ausfiltern > pos = Instr (Data, "degrees") > IF pos > 0 THEN therm = Mid$ (Data, pos - 5, 5) > > etc. etc. > > With Gambas 0.65 it has worked without problems. After I've updated to > 0.74 it's not working anymore. > > Was there a change in the SHELL command, which makes it necessary to > change my code ? Could it help to go up to 0.80 (I really don't like to > update too much) ? > > Has anybody any idea ?? > > Klaus > > You can read the Changlog file to have the details of the change. Replace Process_Write(Data as String) by Process_Read(), and use LINE INPUT (for example) on the process object to read its standard input: LINE INPUT #LAST, sLine -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...277... Fri Jan 9 22:38:32 2004 From: danielcampos at ...277... (daniel) Date: Fri, 09 Jan 2004 21:38:32 +0000 Subject: [Gambas-user] First version of gbIRC In-Reply-To: <200401082308.44954.Gambasfr@...11...> References: <200401082308.44954.Gambasfr@...11...> Message-ID: <1073684311.11112.0.camel@...278...> Yes, it fails... mmmh.. i'll try to correct it this week! Regards, Daniel Campos El jue, 08-01-2004 a las 22:08, Fabien Bodard escribi?: > This is an first alfa version of an IRC Client writed in gambas. > > gbIRC 0.01 > > This can mabe explain how to use the TextView as a Console. > > There is a BUG in gb.net Daniel ! > > Try to connect an IRC server and a second after, click 2 or 3 time on the stop > button... > > Fabien Bodard From mardus at ...298... Sat Jan 10 18:14:57 2004 From: mardus at ...298... (Marcelo Duschkin) Date: Sat, 10 Jan 2004 14:14:57 -0300 Subject: [Gambas-user] Re: qt In-Reply-To: <200401091021.28878.sourceforge-raindog2@...94...> References: <200401081739.44602.mardus@...298...> <200401090915.30211.mardus@...298...> <200401091021.28878.sourceforge-raindog2@...94...> Message-ID: <200401101414.57763.mardus@...298...> El Vie 09 Ene 2004 12:29, Rob escribi?: >(Ro) That said, I'm writing commercial software right now using >(Ro) Gambas, and licensing it under the GPL. I'm leaving the source >(Ro) right on my clients' hard disks and putting the requisite GPL >(Ro) notices in. Not everyone wants to rush out to give the code to >(Ro) their competitors ;) It's my case. Thanks, it brings peace to my soul :)) -- Para el cierre: --- El Maestro Pen Guin hace tiempo sentenci?: Los Inform?ticos no mienten, dicen Realidades Virtuales. - - - Marcelo Duschkin - Buenos Aires - Argentina mardus at ...298... www.websdelsur.com.ar www.lahueya.com.ar From sourceforge-raindog2 at ...94... Sun Jan 11 08:25:33 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 11 Jan 2004 02:25:33 -0500 Subject: [Gambas-user] Gtk and Qt can be used simultaneously now Message-ID: <200401110225.33941.sourceforge-raindog2@...94...> A new library lets you interface with the Qt/KDE event loop from Gtk apps. http://dot.kde.org/1073668213/ Maybe the gb.qt.* and gb.gtk.* components won't be so incompatible after all? ;) Rob From _root at ...324... Sun Jan 11 10:38:16 2004 From: _root at ...324... (-=FoX=-) Date: Sun, 11 Jan 2004 10:38:16 +0100 Subject: [Gambas-user] Gtk and Qt can be used simultaneously now In-Reply-To: <200401110225.33941.sourceforge-raindog2@...94...> References: <200401110225.33941.sourceforge-raindog2@...94...> Message-ID: <40011988.20801@...324...> Rob wrote: >A new library lets you interface with the Qt/KDE event loop from >Gtk apps. > >http://dot.kde.org/1073668213/ > > WOW :-) Great! >Maybe the gb.qt.* and gb.gtk.* components won't be so >incompatible after all? ;) > > gb.gtk???? *WHERE* i can find this? I love gtk. (I use Gnome :-D ) P.s. Gambas is fantastic ;-) From abidoo.too at ...11... Sun Jan 11 15:13:02 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Sun, 11 Jan 2004 15:13:02 +0100 Subject: [Gambas-user] Gtk and Qt can be used simultaneously now In-Reply-To: <40011988.20801@...324...> References: <200401110225.33941.sourceforge-raindog2@...94...> <40011988.20801@...324...> Message-ID: <200401111513.02609.abidoo.too@...11...> Le Dimanche 11 Janvier 2004 10:38, -=FoX=- a ?crit : > Rob wrote: > >A new library lets you interface with the Qt/KDE event loop from > >Gtk apps. > > > >http://dot.kde.org/1073668213/ > > WOW :-) Great! > > >Maybe the gb.qt.* and gb.gtk.* components won't be so > >incompatible after all? ;) > > gb.gtk???? > *WHERE* i can find this? > I love gtk. on gambas.sf.net in aproximatively 1 or 2 year lol gb.gtk is a project. From gambas at ...1... Sun Jan 11 17:17:57 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 11 Jan 2004 17:17:57 +0100 Subject: [Gambas-user] Gtk and Qt can be used simultaneously now In-Reply-To: <200401110225.33941.sourceforge-raindog2@...94...> References: <200401110225.33941.sourceforge-raindog2@...94...> Message-ID: <200401111717.57273.gambas@...1...> On Sunday 11 January 2004 08:25, Rob wrote: > A new library lets you interface with the Qt/KDE event loop from > Gtk apps. > > http://dot.kde.org/1073668213/ > > Maybe the gb.qt.* and gb.gtk.* components won't be so > incompatible after all? ;) > > Rob > > This library allows a GTK+ program to use KDE dialogs. Alas, tt won't help writing a GTK+ component for Gambas! Regards, -- Benoit Minisini mailto:gambas at ...1... From schumacher-k at ...20... Sun Jan 11 17:08:45 2004 From: schumacher-k at ...20... (Klaus Schumacher) Date: Sun, 11 Jan 2004 17:08:45 +0100 Subject: [Gambas-user] Re: SHELL Command In-Reply-To: <3FFEC824.2080000@...20...> References: <3FFEC824.2080000@...20...> Message-ID: <4001750D.3080807@...20...> Hi, with the new syntax it works ! It's clear that I should read the change log first.... Thanks a lot for the help Klaus > Hi, > I've done a small program which gives some informations about the acpi > of my laptop. The code to read the data is like the following: > > PUBLIC SUB Timer1_Timer() > befehl = "acpi -V" > SHELL befehl FOR READ > END > > PUBLIC SUB process_write (Data AS String) > ' Temperatur ausfiltern > pos = Instr (Data, "degrees") > IF pos > 0 THEN therm = Mid$ (Data, pos - 5, 5) > > etc. etc. > > With Gambas 0.65 it has worked without problems. After I've updated to > 0.74 it's not working anymore. > > Was there a change in the SHELL command, which makes it necessary to > change my code ? Could it help to go up to 0.80 (I really don't like to > update too much) ? > > Has anybody any idea ?? > > Klaus > From sourceforge-raindog2 at ...94... Sun Jan 11 17:56:25 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 11 Jan 2004 11:56:25 -0500 Subject: [Gambas-user] Gtk and Qt can be used simultaneously now In-Reply-To: <200401111717.57273.gambas@...1...> References: <200401110225.33941.sourceforge-raindog2@...94...> <200401111717.57273.gambas@...1...> Message-ID: <200401111156.25083.sourceforge-raindog2@...94...> On Sunday 11 January 2004 11:17, Benoit Minisini wrote: > This library allows a GTK+ program to use KDE dialogs. Alas, > tt won't help writing a GTK+ component for Gambas! I know, but my hope is that it will enable Gtk apps (and therefore Gambas Gtk apps) to suck less. ;) Rob From _root at ...324... Sun Jan 11 18:09:42 2004 From: _root at ...324... (-=FoX=-) Date: Sun, 11 Jan 2004 18:09:42 +0100 Subject: [Gambas-user] Array of Runtime Objects Message-ID: <40018356.6010607@...324...> Hi :-D There is a panel, with a button "ADD" and a button "REMOVELAST" When I click "ADD", I add to my object array a new object and a new object appear under the 2 buttons. Think playcards... When I click "REMOVELAST", I call a Playcard sub that delete the principal panel of the playcard and then resize the array ( - 1 object) And is *ALL* ok. :) Suppose that every playcard have a button "KILLME" that kill itself. ---- ---- ---- ---- | 0 | | 1 | | 2 | | 3 | ---- ---- ---- ---- Suppose also that i want remove the card nuumber "2" ---- ---- ---- | 0 | | 1 | | 3 | ---- ---- ---- Now, the question: can I raise a main event from a playcard event? The "KILLME" clik launch the sub "destroycard" in the main window. In the main i have a sub that kill the objecr card2 and remove array[2] then i have a sub that refresh the cards position In alternative, i make a timer in main window, that check if the variable "alive" of every card is 1 or zero. When i click "KILLME" i set alive to 0 and so the timer call the sub that destroy the card. Then i must to refresh the array to remove the "hole" :D I don't like the second way :/ Any idea? Thanks in advance From danielcampos at ...277... Sun Jan 11 19:51:32 2004 From: danielcampos at ...277... (daniel) Date: Sun, 11 Jan 2004 18:51:32 +0000 Subject: [Gambas-user] Gtk and Qt can be used simultaneously now In-Reply-To: <200401110225.33941.sourceforge-raindog2@...94...> References: <200401110225.33941.sourceforge-raindog2@...94...> Message-ID: <1073847092.2276.28.camel@...278...> El dom, 11-01-2004 a las 07:25, Rob escribi?: > A new library lets you interface with the Qt/KDE event loop from > Gtk apps. > > http://dot.kde.org/1073668213/ > > Maybe the gb.qt.* and gb.gtk.* components won't be so > incompatible after all? ;) > > Rob You only need to create a GTK component (at least for UNIXes systems) just if you want to develope a closed (non GPL) application with Gambas, so, if you use that "GTK-QT" you don't resolve anything, as it uses QT... Regards, Daniel Campos > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From abidoo.too at ...11... Sun Jan 11 21:06:06 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Sun, 11 Jan 2004 21:06:06 +0100 Subject: [Gambas-user] Array of Runtime Objects In-Reply-To: <40018356.6010607@...324...> References: <40018356.6010607@...324...> Message-ID: <200401112106.06557.abidoo.too@...11...> Le Dimanche 11 Janvier 2004 18:09, -=FoX=- a ?crit : > Hi :-D > > There is a panel, with a button "ADD" and a button "REMOVELAST" > When I click "ADD", I add to my object array a new object and a new > object appear under the 2 buttons. Think playcards... > When I click "REMOVELAST", I call a Playcard sub that delete the > principal panel of the playcard and then resize the array ( - 1 object) > And is *ALL* ok. :) > > Suppose that every playcard have a button "KILLME" that kill itself. > ---- ---- ---- ---- > > | 0 | | 1 | | 2 | | 3 | > > ---- ---- ---- ---- > Suppose also that i want remove the card nuumber "2" > ---- ---- ---- > > | 0 | | 1 | | 3 | > > ---- ---- ---- > > Now, the question: > can I raise a main event from a playcard event? > The "KILLME" clik launch the sub "destroycard" in the main window. > In the main i have a sub that kill the objecr card2 and remove array[2] > then i have a sub that refresh the cards position > > In alternative, i make a timer in main window, that check if the > variable "alive" of every card is 1 or zero. > When i click "KILLME" i set alive to 0 and so the timer call the sub > that destroy the card. > Then i must to refresh the array to remove the "hole" :D > > I don't like the second way :/ > Any idea? > > Thanks in advance > Hi ... I don't really understand... First why don't you use a collection in place of the array It's more simple to refresh and have not black when you delete a play card (or maby you game workspace work like a grid... in this case array is better). and for the event... Have a look at Panel_Delete() And When you create a new panel give a value to the Tag properti of yhe new panel MyPanel = New Panel(Me) as MyPanel ArPanel.Add(MyPanel) MyPanel.Tag = ArPanel.Count MyPanel.Move (12,13,25,50) MyPanel.Visible = true public Sub Button_Remove() ArPanel[2].Delete End Public Sub MyPanel_Delete() RefreshCards() End If Fabien From lcliff at ...284... Sun Jan 11 21:14:36 2004 From: lcliff at ...284... (Luke Cliff) Date: Mon, 12 Jan 2004 06:14:36 +1000 Subject: [Gambas-user] Returning a value of 1 error... Message-ID: <4001AEAC.5080003@...284...> Hello Gambas users, I was working on a program yesterday, one where I had to translate from an old VB(Windows) program a Moon percentage indicator, I was working with it for a while when the "Re-draw" problem started up... I now hit "Shift + the arrow down(or up)" to force a redraw, but that is not the error in question, After many errors, in the translation (which was my fault), the program seems to have given up altogether, I now get a "the program returned a value of 1" error, no matter what I do to the program(like stripping it of functions, and commenting out labels .e.tc) I still get this error... Could someone explain why I get this error, and what I can do to recover the program in Gambas? I have had to copy the program over to another new program to get around "the return value of 1"..I also have a Linux session error, which may be linked with it, I post that if you need it... Regards Luke From _root at ...324... Sun Jan 11 21:24:40 2004 From: _root at ...324... (-=FoX=-) Date: Sun, 11 Jan 2004 21:24:40 +0100 Subject: [Gambas-user] Array of Runtime Objects In-Reply-To: <200401112106.06557.abidoo.too@...11...> References: <40018356.6010607@...324...> <200401112106.06557.abidoo.too@...11...> Message-ID: <4001B108.5060804@...324...> Fabien Bodard wrote: >Le Dimanche 11 Janvier 2004 18:09, -=FoX=- a ?crit : > > > >First why don't you use a collection in place of the array >It's more simple to refresh and have not black when you delete a play card (or >maby you game workspace work like a grid... in this case array is better). > >and for the event... Have a look at Panel_Delete() > >And When you create a new panel give a value to the Tag properti of yhe new >panel > >MyPanel = New Panel(Me) as MyPanel >ArPanel.Add(MyPanel) >MyPanel.Tag = ArPanel.Count >MyPanel.Move (12,13,25,50) >MyPanel.Visible = true > >public Sub Button_Remove() > >ArPanel[2].Delete > >End > >Public Sub MyPanel_Delete() > >RefreshCards() > >End If > > Ok, i have make a very simple example. in the real, the "playcard" is a separate class, that builds a panel, 7 images, 2 labels, 1 frame and 3 radiobuttons. (And the playcard is not a pleycard :D is a panel with some images etc...) When i click an image "killme" i must destroy this object in the main window., then i must update the array and replace all the object in order to close the hole. :) From gambas at ...1... Sun Jan 11 21:36:38 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 11 Jan 2004 21:36:38 +0100 Subject: [Gambas-user] Returning a value of 1 error... In-Reply-To: <4001AEAC.5080003@...284...> References: <4001AEAC.5080003@...284...> Message-ID: <200401112136.38628.gambas@...1...> On Sunday 11 January 2004 21:14, Luke Cliff wrote: > Hello Gambas users, > I was working on a program yesterday, one where I > had to translate from an old VB(Windows) program a Moon percentage > indicator, I was working with it for a while when the "Re-draw" problem > started up... Hu ? What are you talking about ? > I now hit "Shift + the arrow down(or up)" to force a > redraw, but that is not the error in question, After many errors, in the > translation (which was my fault), the program seems to have given up > altogether, I now get a "the program returned a value of 1" error, no > matter what I do to the program(like stripping it of functions, and > commenting out labels .e.tc) I still get this error... Send me an archive of your project. > > Could someone explain why I get this error, and what I can do to recover > the program in Gambas? I have had to copy the program over to another > new program to get around "the return value of 1"..I also have a Linux > session error, which may be linked with it, I post that if you need it... > > Regards > Luke > > Regards, -- Benoit Minisini mailto:gambas at ...1... From lcliff at ...284... Mon Jan 12 20:11:35 2004 From: lcliff at ...284... (Luke Cliff) Date: Tue, 13 Jan 2004 05:11:35 +1000 Subject: [Gambas-user] Re: Return value of 1 Message-ID: <4002F167.4020301@...284...> Hello Benoit Minisini, I thought about what you said, the return value maybe returning because of a shell reference without including the gb.kde library, which has happened in the past... I do not have the time at the moment to send the program, but I will some time in the next few days, where do I send the program too? As far as that redraw error, you explained things well in the Digest # 458, Quote> The Gambas source code editor is based on Qt 2.0 editor widget source code, which has many bugs. And I didn't wan't to fix them, because I will rewrite it in the future by using the QT 3.0 editor widget source code - which is completely new. Maybe Trolltech found the old one buggy too End Quote< ...As soon as the redraw error appears, I will take a snapshot, and send it in... Regards Luke From ADSILC at ...87... Tue Jan 13 03:15:34 2004 From: ADSILC at ...87... (ADSILC at ...87...) Date: Mon, 12 Jan 2004 21:15:34 -0500 Subject: [Gambas-user] A question Message-ID: <22EC2F95.12738A5B.0003F0E0@...87...> I used alltext control from bennet tech. the website is www.bennet-tec.com From rizky at ...225... Tue Jan 13 05:20:49 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Tue, 13 Jan 2004 11:20:49 +0700 Subject: [Gambas-user] testing mail Message-ID: <200401131120.49804.rizky@...225...> hello... can you guys receive my mail ? why i cannot receive it ? please help... From rizky at ...225... Tue Jan 13 05:31:09 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Tue, 13 Jan 2004 11:31:09 +0700 Subject: [Gambas-user] test Message-ID: <200401131131.09544.rizky@...225...> hello again... From girardhenri at ...67... Tue Jan 13 07:46:59 2004 From: girardhenri at ...67... (Henri Girard) Date: Tue, 13 Jan 2004 07:46:59 +0100 Subject: [Gambas-user] test References: <200401131131.09544.rizky@...225...> Message-ID: yes.. it works ----- Original Message ----- From: "Rizky Tahara Shita" To: Sent: Tuesday, January 13, 2004 5:31 AM Subject: [Gambas-user] test > hello again... > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From heinpol at ...5... Tue Jan 13 10:48:25 2004 From: heinpol at ...5... (nn) Date: Tue, 13 Jan 2004 10:48:25 +0100 Subject: [Gambas-user] QT Speech features in Gambas ? In-Reply-To: Message-ID: <5.1.0.14.0.20040113104726.00a3f840@...5...> Hi All, i found an interesting publication on Trolltech. http://www.trolltech.com/newsroom/announcements/00000028.html Matthias Ettrich, a senior software engineer at Trolltech and the founder of KDE, elaborates: "When ViaVoice is integrated with Qt, it will be possible to control Qt-based Linux desktop applications with speech input that is as simple as -- if not more simple than -- keyboard input. Developers can build speech-capability into the structure of their application from the beginning." Seems there might be a possibility to implement Voice-recognition and/or Text2Speech features to Gambas via QT. Is this possible or only my fantasy ? Whats the lists opinion on this ? regards juergen From sourceforge-raindog2 at ...94... Tue Jan 13 16:21:10 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 13 Jan 2004 10:21:10 -0500 Subject: [Gambas-user] QT Speech features in Gambas ? In-Reply-To: <5.1.0.14.0.20040113104726.00a3f840@...5...> References: <5.1.0.14.0.20040113104726.00a3f840@...5...> Message-ID: <200401131021.10654.sourceforge-raindog2@...94...> On Tuesday 13 January 2004 04:48, nn wrote: > Matthias Ettrich, a senior software engineer at Trolltech > and the founder of KDE, elaborates: "When ViaVoice is > integrated with Qt, it will be possible to control Qt-based That article is close to 3 years old and as far as I know IBM doesn't even make Viavoice for Linux anymore. There may very well be some other speech recognition library that someone could write a Gambas component for, but I don't think the Qt-Viavoice connection is going to be it. Rob From cmcpero at ...142... Tue Jan 13 17:15:37 2004 From: cmcpero at ...142... (Jean-Francois Perreault) Date: Tue, 13 Jan 2004 11:15:37 -0500 Subject: [Gambas-user] QT Speech features in Gambas ? In-Reply-To: <5.1.0.14.0.20040113104726.00a3f840@...5...> References: <5.1.0.14.0.20040113104726.00a3f840@...5...> Message-ID: <400419A9.8050308@...142...> for text to speech you can use festival as an external application (though installation on some distributions is a real pain) but it works real good nn wrote: > Hi All, > > i found an interesting publication on Trolltech. > > http://www.trolltech.com/newsroom/announcements/00000028.html > > > Matthias Ettrich, a senior software engineer at Trolltech > and the founder of KDE, elaborates: "When ViaVoice is integrated > with Qt, it will be possible to control Qt-based Linux desktop > applications with speech input that is as simple as -- if not > more simple than -- keyboard input. Developers can build > speech-capability into the structure of their application > from the beginning." > > > Seems there might be a possibility to implement > Voice-recognition and/or Text2Speech features > to Gambas via QT. > Is this possible or only my fantasy ? > Whats the lists opinion on this ? > > regards juergen > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From danielcampos at ...277... Tue Jan 13 19:47:31 2004 From: danielcampos at ...277... (daniel) Date: Tue, 13 Jan 2004 18:47:31 +0000 Subject: [Gambas-user] QT Speech features in Gambas ? In-Reply-To: <5.1.0.14.0.20040113104726.00a3f840@...5...> References: <5.1.0.14.0.20040113104726.00a3f840@...5...> Message-ID: <1074019651.2271.2.camel@...278...> > > http://www.trolltech.com/newsroom/announcements/00000028.html > > > Matthias Ettrich, a senior software engineer at Trolltech > and the founder of KDE, elaborates: "When ViaVoice is integrated > with Qt, it will be possible to control Qt-based Linux desktop > applications with speech input that is as simple as -- if not > more simple than -- keyboard input. Developers can build > speech-capability into the structure of their application > from the beginning." It's a little confusing to me, as far as I know, a year ago or may be more, IBM decided to abandon Via Voice support for Linux, in fact Linux versions of via voice can not be downloaded directly from IBM, and they use the old Glibc 2.1... May be "Festival" is the good answer for voice support in Linux Regards, Daniel Campos > > > Seems there might be a possibility to implement > Voice-recognition and/or Text2Speech features > to Gambas via QT. > Is this possible or only my fantasy ? > Whats the lists opinion on this ? > > regards juergen > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From sourceforge-raindog2 at ...94... Tue Jan 13 19:13:42 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 13 Jan 2004 13:13:42 -0500 Subject: [Gambas-user] QT Speech features in Gambas ? In-Reply-To: <1074019651.2271.2.camel@...278...> References: <5.1.0.14.0.20040113104726.00a3f840@...5...> <1074019651.2271.2.camel@...278...> Message-ID: <200401131313.42079.sourceforge-raindog2@...94...> On Tuesday 13 January 2004 13:47, daniel wrote: > May be "Festival" is the good answer for voice support in > Linux For text to speech it's reputedly the best there is. For speech recognition (speech to text) there are a couple of rudimentary projects listed on freshmeat Sphinx, CVoiceControl) but nothing as complete as Viavoice was. A lot of developers were relying on Viavoice for speech recognition and its disappearance has really pulled the rug out from under them. Rob From gambas at ...1... Tue Jan 13 19:31:49 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 13 Jan 2004 19:31:49 +0100 Subject: [Gambas-user] A question In-Reply-To: <22EC2F95.12738A5B.0003F0E0@...87...> References: <22EC2F95.12738A5B.0003F0E0@...87...> Message-ID: <200401131931.49409.gambas@...1...> On Tuesday 13 January 2004 03:15, ADSILC at ...87... wrote: > I used alltext control from bennet tech. the website is www.bennet-tec.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Spam even on a mailing-list ?? -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 13 19:33:28 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 13 Jan 2004 19:33:28 +0100 Subject: [Gambas-user] QT Speech features in Gambas ? In-Reply-To: <5.1.0.14.0.20040113104726.00a3f840@...5...> References: <5.1.0.14.0.20040113104726.00a3f840@...5...> Message-ID: <200401131933.28800.gambas@...1...> On Tuesday 13 January 2004 10:48, nn wrote: > Hi All, > > i found an interesting publication on Trolltech. > > http://www.trolltech.com/newsroom/announcements/00000028.html > > > Matthias Ettrich, a senior software engineer at Trolltech > and the founder of KDE, elaborates: "When ViaVoice is integrated > with Qt, it will be possible to control Qt-based Linux desktop > applications with speech input that is as simple as -- if not > more simple than -- keyboard input. Developers can build > speech-capability into the structure of their application > from the beginning." > > > Seems there might be a possibility to implement > Voice-recognition and/or Text2Speech features > to Gambas via QT. > Is this possible or only my fantasy ? > Whats the lists opinion on this ? > > regards juergen > If voice recognition is transparent to QT widgets, then it is just a matter of adding something in the QT component that get the text told by the user, and send it to the application with a event. Regards, -- Benoit Minisini mailto:gambas at ...1... From abidoo.too at ...11... Tue Jan 13 19:34:57 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Tue, 13 Jan 2004 19:34:57 +0100 Subject: [Gambas-user] QT Speech features in Gambas ? In-Reply-To: <200401131313.42079.sourceforge-raindog2@...94...> References: <5.1.0.14.0.20040113104726.00a3f840@...5...> <1074019651.2271.2.camel@...278...> <200401131313.42079.sourceforge-raindog2@...94...> Message-ID: <200401131934.57673.abidoo.too@...11...> Le Mardi 13 Janvier 2004 19:13, Rob a ?crit : > On Tuesday 13 January 2004 13:47, daniel wrote: > > May be "Festival" is the good answer for voice support in > > Linux > > For text to speech it's reputedly the best there is. For speech > recognition (speech to text) there are a couple of rudimentary > projects listed on freshmeat Sphinx, CVoiceControl) but nothing > as complete as Viavoice was. A lot of developers were relying > on Viavoice for speech recognition and its disappearance has > really pulled the rug out from under them. > > Rob > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user With sphinx.... it need many day for build a voice datagram.... harg ! From sourceforge-raindog2 at ...94... Tue Jan 13 19:49:59 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 13 Jan 2004 13:49:59 -0500 Subject: [Gambas-user] A question In-Reply-To: <200401131931.49409.gambas@...1...> References: <22EC2F95.12738A5B.0003F0E0@...87...> <200401131931.49409.gambas@...1...> Message-ID: <200401131349.59320.sourceforge-raindog2@...94...> On Tuesday 13 January 2004 13:31, Benoit Minisini wrote: > On Tuesday 13 January 2004 03:15, ADSILC at ...87... wrote: > > I used alltext control from bennet tech. the website is > > www.bennet-tec.com > Spam even on a mailing-list ?? I think he was actually responding to my question about what rich text control he had been using in VB. Rob From sourceforge-raindog2 at ...94... Wed Jan 14 01:35:00 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 13 Jan 2004 19:35:00 -0500 Subject: [Gambas-user] Gambas 0.80 accepted into Mandrake contrib Message-ID: <200401131935.00416.sourceforge-raindog2@...94...> The guys at Mandrake finally accepted my Gambas 0.80 packages with minor changes for cooker contrib, meaning Mandrake 10 will have Gambas in contrib (and Gambas will be included in the Power Pack and higher retail versions of Mandrake.) Assuming Gambas 1.0 appears in the next month to 6 weeks, that should get in there without a problem as well. Rob From rizky at ...225... Wed Jan 14 04:11:18 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Wed, 14 Jan 2004 10:11:18 +0700 Subject: [Gambas-user] toolbox icon Message-ID: <6.0.0.22.0.20040114100817.01b804a0@...329...> hi benoit, will you make the icon size in the toolbox more little ?? (may be 16x16 or 22x22) it will look much better as VB does have a small icon for the toolbox too.. Regards, tahara! From gambas at ...1... Wed Jan 14 19:29:24 2004 From: gambas at ...1... (Benoit Minisini) Date: Wed, 14 Jan 2004 19:29:24 +0100 Subject: [Gambas-user] toolbox icon In-Reply-To: <6.0.0.22.0.20040114100817.01b804a0@...329...> References: <6.0.0.22.0.20040114100817.01b804a0@...329...> Message-ID: <200401141929.24177.gambas@...1...> On Wednesday 14 January 2004 04:11, Rizky Tahara Shita wrote: > hi benoit, > > will you make the icon size in the toolbox more little ?? (may be 16x16 or > 22x22) > it will look much better as VB does have a small icon for the toolbox too.. > > > > Regards, > > > tahara! > I prefer large icons :-) It is difficult to draw a 16x16 treeview icon ! -- Benoit Minisini mailto:gambas at ...1... From rizky at ...225... Thu Jan 15 03:00:49 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Thu, 15 Jan 2004 09:00:49 +0700 Subject: [Gambas-user] toolbox icon In-Reply-To: <200401141929.24177.gambas@...1...> References: <6.0.0.22.0.20040114100817.01b804a0@...329...> <200401141929.24177.gambas@...1...> Message-ID: <6.0.0.22.0.20040115085941.01b73808@...329...> At 01:29 15/01/2004, you wrote: >On Wednesday 14 January 2004 04:11, Rizky Tahara Shita wrote: > > hi benoit, > > > > will you make the icon size in the toolbox more little ?? (may be 16x16 or > > 22x22) > > it will look much better as VB does have a small icon for the toolbox too.. > > > > > > > > Regards, > > > > > > tahara! > > > >I prefer large icons :-) It is difficult to draw a 16x16 treeview icon ! > >-- >Benoit Minisini >mailto:gambas at ...1... ok now i'm re-size-ing that 32x32 to 22x22. since i've try that 16x16 is (yes) to small... i'll post the file in a few minutes later ... Regards, tahara! From rizky at ...225... Thu Jan 15 03:07:47 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Thu, 15 Jan 2004 09:07:47 +0700 Subject: [Gambas-user] toolbox icon In-Reply-To: <200401141929.24177.gambas@...1...> References: <6.0.0.22.0.20040114100817.01b804a0@...329...> <200401141929.24177.gambas@...1...> Message-ID: <6.0.0.22.0.20040115090157.01bced28@...329...> At 01:29 15/01/2004, you wrote: >On Wednesday 14 January 2004 04:11, Rizky Tahara Shita wrote: > > hi benoit, > > > > will you make the icon size in the toolbox more little ?? (may be 16x16 or > > 22x22) > > it will look much better as VB does have a small icon for the toolbox too.. > > > > > > > > Regards, > > > > > > tahara! > > > >I prefer large icons :-) It is difficult to draw a 16x16 treeview icon ! > >-- >Benoit Minisini >mailto:gambas at ...1... here are the icons in 22x22 size hope that 32x32 size not fullfill my desktop again.. the reason is simple.. when we program, we focus on the programming after designing... even if in the design already done, we some time renew the design, so switching to design and coding not to focus on that large toolbox icons. btw, why almost every icons in linux has 32x32 icons size by default ? i'm running on 1024 resolution here... the large icon just fullfill my desktop with that... -------------- next part -------------- A non-text attachment was scrubbed... Name: 22sizegambastoolboxicon.zip Type: application/zip Size: 23007 bytes Desc: not available URL: -------------- next part -------------- Regards, tahara! From sourceforge-raindog2 at ...94... Thu Jan 15 04:42:34 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 14 Jan 2004 22:42:34 -0500 Subject: [Gambas-user] toolbox icon In-Reply-To: <6.0.0.22.0.20040115090157.01bced28@...329...> References: <6.0.0.22.0.20040114100817.01b804a0@...329...> <200401141929.24177.gambas@...1...> <6.0.0.22.0.20040115090157.01bced28@...329...> Message-ID: <200401142242.34951.sourceforge-raindog2@...94...> On Wednesday 14 January 2004 21:07, Rizky Tahara Shita wrote: > btw, why almost every icons in linux has 32x32 icons size by > default ? i'm running on 1024 resolution here... the large > icon just fullfill my desktop with that... KDE by default uses 16x16 for the taskbar, window titlebars and menu icons, 22x22 for toolbars and 32x32 for everything else. I think that's more or less a copy of how it is in windows. But that's nothing, my partner uses 48x48 icons and a former coworker who used GNOME used SVG icons at 128x128! Of course, his screen was 1600x1200. But they were still huge. Rob From rizky at ...225... Thu Jan 15 05:59:49 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Thu, 15 Jan 2004 11:59:49 +0700 Subject: [Gambas-user] toolbox icon In-Reply-To: <200401142242.34951.sourceforge-raindog2@...94...> References: <6.0.0.22.0.20040114100817.01b804a0@...329...> <200401141929.24177.gambas@...1...> <6.0.0.22.0.20040115090157.01bced28@...329...> <200401142242.34951.sourceforge-raindog2@...94...> Message-ID: <6.0.0.22.0.20040115115814.01bf0e98@...329...> At 10:42 15/01/2004, you wrote: >On Wednesday 14 January 2004 21:07, Rizky Tahara Shita wrote: > > btw, why almost every icons in linux has 32x32 icons size by > > default ? i'm running on 1024 resolution here... the large > > icon just fullfill my desktop with that... > >KDE by default uses 16x16 for the taskbar, window titlebars and >menu icons, 22x22 for toolbars and 32x32 for everything else. I >think that's more or less a copy of how it is in windows. But >that's nothing, my partner uses 48x48 icons and a former >coworker who used GNOME used SVG icons at 128x128! > >Of course, his screen was 1600x1200. But they were still huge. > >Rob hem... may be the icon size should be resize according to the screen resolution ? or there should be an option on how big the icon size for the toolbox is ?? really, sometimes it's bugging me... :( Regards, tahara! From rizky at ...225... Thu Jan 15 05:57:18 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Thu, 15 Jan 2004 11:57:18 +0700 Subject: [Gambas-user] Gambas RPM on Mandrake 9.1 Message-ID: <6.0.0.22.0.20040115113223.01bbfdf0@...329...> Hi rob, i've donlod the gambas rpm for mandrake 9.1 version 0.80 the instalation works fine, but when i click the gambas icon it wont run. alternativly i run gambas from konsole. it raise error: "Illegal Instructions" and i get my linux prompt back with out have gambas running.. but when i compile from the source it works just fine... PS: i've try all the version 0.7.x and 0.80 it raise the same error. but when i install the 0.6.x, the rpm works fine... Regards, tahara! From sourceforge-raindog2 at ...94... Thu Jan 15 06:18:32 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 15 Jan 2004 00:18:32 -0500 Subject: [Gambas-user] Gambas RPM on Mandrake 9.1 In-Reply-To: <6.0.0.22.0.20040115113223.01bbfdf0@...329...> References: <6.0.0.22.0.20040115113223.01bbfdf0@...329...> Message-ID: <200401150018.32128.sourceforge-raindog2@...94...> On Wednesday 14 January 2004 23:57, Rizky Tahara Shita wrote: > i've try all the version 0.7.x and 0.80 it raise the same > error. but when i install the 0.6.x, the rpm works fine... My guess would be that you didn't install all the packages. As part of getting it accepted into Mandrake contrib, I had to split it up into several packages starting with 0.72 or thereabouts, like so: gambas - the compiler and interpreter executables. gambas-lib - all the components, shared libs etc. gambas-doc - all the help files and example code. gambas-devel - the one .h file you need to write gambas apps, as well as the source for the IDE and DB browser. gambas-gui - the programs written in gambas plus their libraries. You need gambas and gambas-lib in order to run other people's gambas programs, and you need all but gambas-devel in order to use the IDE. If you have set up an urpmi source pointing at my repository as described in some of my announcement postings you can just go urpmi gambas-gui (or select it in rpmdrake) but if not, you need to download all four packages and urpmi gambas*.rpm. Rob From sourceforge-raindog2 at ...94... Thu Jan 15 06:30:20 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 15 Jan 2004 00:30:20 -0500 Subject: [Gambas-user] Wikis are merged now Message-ID: <200401150030.20218.sourceforge-raindog2@...94...> Tonight I moved all the component documentation from GambasTest into the production Gambas wiki. Apart from ReferenceBy needing some work, I don't see any severe problems, and am right now fixing the handful of references to Export pages that existed in the production docs. Please mention any critical problems on-list. Rob From rizky at ...225... Thu Jan 15 07:00:24 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Thu, 15 Jan 2004 13:00:24 +0700 Subject: [Gambas-user] Gambas RPM on Mandrake 9.1 In-Reply-To: <200401150018.32128.sourceforge-raindog2@...94...> References: <6.0.0.22.0.20040115113223.01bbfdf0@...329...> <200401150018.32128.sourceforge-raindog2@...94...> Message-ID: <200401151300.24599.rizky@...225...> On Thursday 15 January 2004 12:18 pm, Rob wrote: > On Wednesday 14 January 2004 23:57, Rizky Tahara Shita wrote: > > i've try all the version 0.7.x and 0.80 it raise the same > > error. but when i install the 0.6.x, the rpm works fine... > > My guess would be that you didn't install all the packages. As > part of getting it accepted into Mandrake contrib, I had to > split it up into several packages starting with 0.72 or > thereabouts, like so: > > gambas - the compiler and interpreter executables. > gambas-lib - all the components, shared libs etc. > gambas-doc - all the help files and example code. > gambas-devel - the one .h file you need to write gambas apps, as > well as the source for the IDE and DB browser. > gambas-gui - the programs written in gambas plus their libraries. > > You need gambas and gambas-lib in order to run other people's > gambas programs, and you need all but gambas-devel in order to > use the IDE. If you have set up an urpmi source pointing at my > repository as described in some of my announcement postings you > can just go urpmi gambas-gui (or select it in rpmdrake) but if > not, you need to download all four packages and urpmi > gambas*.rpm. > > Rob > i did all rob... but it still have not work... when i installed in my office computer, i works just fine... the first step to install gambas on version 0.7.x and 0.8.0 are: 1. i have already gambas 0.65 installed that works fine 2. i double click the gambas-lib.rpm 3. then gambas-doc.rpm 4. and then gambas.rpm 5. finally gambas-gui.rpm it just work fine in my office computer not my home... in my home it raise error that just like i said before... From rizky at ...225... Thu Jan 15 07:09:50 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Thu, 15 Jan 2004 13:09:50 +0700 Subject: [Gambas-user] Gambas RPM on Mandrake 9.1 In-Reply-To: <200401151300.24599.rizky@...225...> References: <6.0.0.22.0.20040115113223.01bbfdf0@...329...> <200401150018.32128.sourceforge-raindog2@...94...> <200401151300.24599.rizky@...225...> Message-ID: <200401151309.50711.rizky@...225...> On Thursday 15 January 2004 01:00 pm, Rizky Tahara Shita wrote: > On Thursday 15 January 2004 12:18 pm, Rob wrote: > > On Wednesday 14 January 2004 23:57, Rizky Tahara Shita wrote: > > > i've try all the version 0.7.x and 0.80 it raise the same > > > error. but when i install the 0.6.x, the rpm works fine... > > > > My guess would be that you didn't install all the packages. As > > part of getting it accepted into Mandrake contrib, I had to > > split it up into several packages starting with 0.72 or > > thereabouts, like so: > > > > gambas - the compiler and interpreter executables. > > gambas-lib - all the components, shared libs etc. > > gambas-doc - all the help files and example code. > > gambas-devel - the one .h file you need to write gambas apps, as > > well as the source for the IDE and DB browser. > > gambas-gui - the programs written in gambas plus their libraries. > > > > You need gambas and gambas-lib in order to run other people's > > gambas programs, and you need all but gambas-devel in order to > > use the IDE. If you have set up an urpmi source pointing at my > > repository as described in some of my announcement postings you > > can just go urpmi gambas-gui (or select it in rpmdrake) but if > > not, you need to download all four packages and urpmi > > gambas*.rpm. > > > > Rob > > i did all rob... but it still have not work... > when i installed in my office computer, i works just fine... > > the first step to install gambas on version 0.7.x and 0.8.0 are: > > 1. i have already gambas 0.65 installed that works fine > 2. i double click the gambas-lib.rpm > 3. then gambas-doc.rpm > 4. and then gambas.rpm > 5. finally gambas-gui.rpm > > it just work fine in my office computer not my home... > in my home it raise error that just like i said before... > > PS: if i do not have gambas (any kind of version) the gambas-lib.rpm asked to install gambas.rpm... but when i install gambas.rpm, it asked to install gambas-lib.rpm... how should i solve that ?? From sourceforge-raindog2 at ...94... Thu Jan 15 07:12:02 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 15 Jan 2004 01:12:02 -0500 Subject: [Gambas-user] Gambas RPM on Mandrake 9.1 In-Reply-To: <200401151309.50711.rizky@...225...> References: <6.0.0.22.0.20040115113223.01bbfdf0@...329...> <200401151300.24599.rizky@...225...> <200401151309.50711.rizky@...225...> Message-ID: <200401150112.03010.sourceforge-raindog2@...94...> On Thursday 15 January 2004 01:09, Rizky Tahara Shita wrote: > if i do not have gambas (any kind of version) the > gambas-lib.rpm asked to install gambas.rpm... but when i > install gambas.rpm, it asked to install gambas-lib.rpm... how > should i solve that ?? urpmi gambas*.rpm or rpm -ivh gambas*.rpm should take care of those issues.... Rob From sourceforge-raindog2 at ...94... Thu Jan 15 07:49:21 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 15 Jan 2004 01:49:21 -0500 Subject: [Gambas-user] docs: good news, bad news Message-ID: <200401150149.21742.sourceforge-raindog2@...94...> The good news is, it didn't take much cleanup to get the new component documentation in place. There were a lot of redundant files due to some renaming we did in the last iteration, but I wrote a little perl script (of course) to move them out of the way, and things are a little faster now (faster than GambasTest was, anyway. :) ) The bad news is, so much has been added to Gambas since the old component documentation was last worked on that instead of about 300 symbols marked as "Not documented", now there are over 1100! Please, anyone who has time, especially those who are wondering how to contribute to Gambas development but don't know how to write C/C++ code, have a look here: http://www.binara.com/gambas-wiki/bin/view/Gambas/IncompleteDocumentation All the pages listed there are undocumented currently (it's a search feature so it will update automatically.) Even a one-line summary of what each symbol does would be a great help, though of course working example code would be even better. Please also be sure to read Benoit's tips on writing documentation, in the middle of: http://www.binara.com/gambas-wiki/bin/view/Gambas/WebHome And if you haven't got access to edit the wiki, just go here: http://www.binara.com/gambas-wiki/bin/view/TWiki/TWikiRegistration It's free obviously, and I don't care if you use a fake email, it only matters if you lose your password or something. Also, be aware that any changes made to a newly exported page may need to be saved twice due to the way the RCS versioning system works. I have been trying for months to get the initial check-in to be automatic but it just doesn't seem to work! Sorry... Thanks to anyone who can do this! Rob From steff.eddy at ...330... Thu Jan 15 08:08:57 2004 From: steff.eddy at ...330... (stefanus eddy) Date: 15 Jan 2004 14:08:57 +0700 Subject: [Gambas-user] i need help Message-ID: <1074150536.3662.6.camel@...260...> dear all, in gambas can we connect from client to database server Mysql server??? examples: aplication client & server thanks advance eddy From rizky at ...225... Thu Jan 15 08:28:12 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Thu, 15 Jan 2004 14:28:12 +0700 Subject: [Gambas-user] i need help In-Reply-To: <1074150536.3662.6.camel@...260...> References: <1074150536.3662.6.camel@...260...> Message-ID: <6.0.0.22.0.20040115142736.01bd6740@...329...> At 14:08 15/01/2004, you wrote: >dear all, > >in gambas can we connect from client to database server Mysql server??? > >examples: aplication client & server > > >thanks advance > > >eddy > try learning the gambas database manager there... >------------------------------------------------------- >This SF.net email is sponsored by: Perforce Software. >Perforce is the Fast Software Configuration Management System offering >advanced branching capabilities and atomic changes on 50+ platforms. >Free Eval! http://www.perforce.com/perforce/loadprog.html >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user Regards, tahara! From danielcampos at ...282... Thu Jan 15 08:26:55 2004 From: danielcampos at ...282... (danielcampos at ...282...) Date: Thu, 15 Jan 2004 08:26:55 CET Subject: [Gambas-user] Wikis are merged now Message-ID: >Tonight I moved all the component documentation from GambasTest >into the production Gambas wiki. Apart from ReferenceBy needing >some work, I don't see any severe problems, and am right now >fixing the handful of references to Export pages that existed in >the production docs. > Hi Rob: Each time you update documentation (using the perl scripts I suppose), there's a problem with this page : http://www.binara.com/gambas-wiki/bin/view/Gambas/GambasComponentNet You can see that 'Socket' class has more indentation than the rest of classes, I've fixed it a lot of times, but a few days later I find the same bug (each time you update it, I think) Regards, Daniel 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 sourceforge-raindog2 at ...94... Thu Jan 15 17:01:44 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 15 Jan 2004 11:01:44 -0500 Subject: [Gambas-user] Wikis are merged now In-Reply-To: References: Message-ID: <200401151100.11547.sourceforge-raindog2@...94...> On Thursday 15 January 2004 06:26, danielcampos at ...282... wrote: > You can see that 'Socket' class has more indentation than the > rest of classes, I've fixed it a lot of times, but a few days > later I find the same bug (each time you update it, I think) Yes, that's a feature, not a bug. Benoit had me treat classes that are used as a return value by symbols of exactly one other class as a child of that class. (He just asked me to put child classes under their parents; this is just the first algorithm that has worked right until now. I welcome further improvements.) As soon as another class has a symbol that returns a Socket, that'll stop happening. This is distinct from the "child classes" that inherit another class, of course. Rob From _root at ...324... Thu Jan 15 21:38:52 2004 From: _root at ...324... (-=FoX=-) Date: Thu, 15 Jan 2004 21:38:52 +0100 Subject: [Gambas-user] Image over image - transparence Message-ID: <4006FA5C.4010904@...324...> There is a way to have image transparence over an image? It function with background color only ? For example, open gimp and make a transparent image. While you draw you can see the image background that simulate a "glass" This is the effect that i want to do. Thanks :) From sourceforge-raindog2 at ...94... Fri Jan 16 07:19:22 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 16 Jan 2004 01:19:22 -0500 Subject: [Gambas-user] Image over image - transparence In-Reply-To: <4006FA5C.4010904@...324...> References: <4006FA5C.4010904@...324...> Message-ID: <200401160119.22467.sourceforge-raindog2@...94...> On Thursday 15 January 2004 15:38, -=FoX=- wrote: > There is a way to have image transparence over an image? I just tried this and it works fine. ' given dr is a drawingarea dim pp as picture pp = Picture["/home/mydir/some-image.png"] dr.cached = true Draw.begin(dr) Draw.picture(pp,10,10) Draw.picture(pp,40,20) Draw.end results in my partly transparent image being drawn twice, overlapping, with the one in the back showing in the "holes" of the one in the front. Rob From _root at ...324... Fri Jan 16 17:15:51 2004 From: _root at ...324... (_root) Date: Fri, 16 Jan 2004 17:15:51 +0100 Subject: [Gambas-user] Image over image - transparence Message-ID: > I just tried this and it works fine. > > ' given dr is a drawingarea > dim pp as picture > pp = Picture["/home/mydir/some-image.png"] > dr.cached = true > Draw.begin(dr) > Draw.picture(pp,10,10) > Draw.picture(pp,40,20) > Draw.end > > results in my partly transparent image being drawn twice, > overlapping, with the one in the back showing in the "holes" of > the one in the front. FANTASTIC ! I think that this is a great tip! Thank you !!! ;) -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Hai una fotocamera digitale e vuoi stampare le tue immagini su vera carta fotografica professionale? Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1533&d=16-1 From sourceforge-raindog2 at ...94... Fri Jan 16 18:32:24 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 16 Jan 2004 12:32:24 -0500 Subject: [Gambas-user] Image over image - transparence In-Reply-To: References: Message-ID: <200401161232.24414.sourceforge-raindog2@...94...> On Friday 16 January 2004 11:15, _root wrote: > FANTASTIC ! > I think that this is a great tip! Hmm, I think you're right. So.... http://www.binara.com/gambas-wiki/bin/view/Gambas/HowDoIDoTransparency > Thank you !!! Glad to help. Rob From gambas at ...1... Fri Jan 16 20:33:12 2004 From: gambas at ...1... (Benoit Minisini) Date: Fri, 16 Jan 2004 20:33:12 +0100 Subject: [Gambas-user] Image over image - transparence In-Reply-To: <200401161232.24414.sourceforge-raindog2@...94...> References: <200401161232.24414.sourceforge-raindog2@...94...> Message-ID: <200401162033.12905.gambas@...1...> On Friday 16 January 2004 18:32, Rob wrote: > On Friday 16 January 2004 11:15, _root wrote: > > FANTASTIC ! > > I think that this is a great tip! > > Hmm, I think you're right. So.... > > http://www.binara.com/gambas-wiki/bin/view/Gambas/HowDoIDoTransparency > > > Thank you !!! > > Glad to help. > > Rob > There is a big problem with transparency on X-Window, and so on Qt. 1) The Picture Gambas object is actually two differents Qt objects: QPixmap or QImage. 2) A QImage is stored in application memory. It is 24 bits-depth with 8-bits alpha channel, like any image on Gimp. 3) A QPixmap is stored in the X-Window server, has 24 bits-depth too (in fact, it depends on the display depth, but only one problem at once), and has no transparency ! To simulate it, Qt adds to the QPixmap a QBitmap (a black & white pixmap) that masks the QPixmap. It is an alpha channel with only 1 bit, and not 8 bits as a QImage. 4) The Draw class can't draw on a QImage: only on a QPixmap ! 5) When you draw on QPixmap, the mask is NOT updated ! 6) So you see the problems: no equivalence between a Picture that is a QImage and a Picture that is a QPixmap. 7) Gambas automatically converts Picture/QPixmap from and to Picture/QImage so that this is transparent to the user. Alas, because of the previous points, you may lose some information when going from QImage to QPixmap ! 8) Gambas automatically refresh the mask when you draw on a QPixmap: but this refresh is based on a QT method that may fail sometimes ! So, what can I do ? As X-Window won't have 24 bits pixmaps with full alpha channel before the Keith Packard's project ends, I think I will split the Picture class. I will rename the Image control, and keep the Image name for the class that represents the QImage object. The Picture class will represent the QPixmap object only. This is a huge incompatible change, but I think this is necessary. Having only one Picture class, like in VB, seems easier for the user. But, in fact, it hides all the problems, and some programs that manipulate Pictures may be slow, without any clear reason for the user ! Regards, -- Benoit Minisini mailto:gambas at ...1... From _root at ...324... Fri Jan 16 22:58:23 2004 From: _root at ...324... (-=FoX=-) Date: Fri, 16 Jan 2004 22:58:23 +0100 Subject: [Gambas-user] Image over image - transparence In-Reply-To: <200401162033.12905.gambas@...1...> References: <200401161232.24414.sourceforge-raindog2@...94...> <200401162033.12905.gambas@...1...> Message-ID: <40085E7F.9000100@...324...> Benoit Minisini wrote: >-cut- > >So, what can I do ? > > -cut- Hi :) I know that X have some trouble :/ But I'm with Packard. We need to look at future, not at the past, and his screenshots are fabolous I have no idea regards what you can do, btw I think that we can wait for this, so you can procede with more important parts. imho :-) Fox From gambas at ...1... Sat Jan 17 14:01:40 2004 From: gambas at ...1... (Benoit Minisini) Date: Sat, 17 Jan 2004 14:01:40 +0100 Subject: [Gambas-user] gambas 0.81 Message-ID: <200401171401.40333.gambas@...1...> Hi, gambas 0.81 is out. Here are the main changes: 1) The tips files changed. Now there is one tips file by language. I think this will ease their translation. 2) The help browser has a new heading for each language help page. 3) You can resize the buttons of the toolbox. 4) The interpreter has two new array classes: Byte[] and Short[]. 5) Arrays now have a Read and a Write method to read and write their contents on a stream. 6) The Form class is now auto-creatable. This means that you can have a form named 'FDialog', and use it as in Visual Basic: FDialog.Show directly shows the form, without the need to create an instance. And many bug fixes in the interpreter, the database manager, the IDE. As for the 1.0, three points remain: - The documentation of the Wiki. - A more powerful network component, which may be interesting for a 1.0. - As I said in a recent post, a rework on the Picture class to clearly distinguish pictures stored in application memory and pictures stored in X server memory. It slowly comes :-) Regards, -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...94... Sat Jan 17 22:30:57 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sat, 17 Jan 2004 16:30:57 -0500 Subject: [Gambas-user] mandrake packages of 0.81 Message-ID: <200401171630.57345.sourceforge-raindog2@...94...> Here are the Mandrake packages for Gambas 0.81.... I will also be submitting them to contrib tonight and don't expect any problems since I'm using their modified spec file now. You should probably uninstall any previous Gambas packages before you install these, since some of them have different names now. http://www.kudla.org/index.php?wl_mode=more&wl_eid=47 Rob From Karl.Reinl at ...9... Sat Jan 17 21:06:23 2004 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Sat, 17 Jan 2004 21:06:23 +0100 Subject: [Gambas-user] new Version 0.81 Message-ID: <200401172106.23330.Karl.Reinl@...9...> Salut, 0.81 compilation is OK on ???????? gentoo 1.4, Kernel 2.6.0 , qt-3.2,3 , gcc 3.2.3 , KDE 3.1.4 , mysql 4.0.16 After a first test: The Database manager stops working or should I say crashed if you remove a connection amicalement Charlie From Karl.Reinl at ...9... Sat Jan 17 21:09:39 2004 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Sat, 17 Jan 2004 21:09:39 +0100 Subject: [Gambas-user] Help browser Message-ID: <200401172109.39803.Karl.Reinl@...9...> Salut, WHY the help browser is called by F2 Amicalement Charlie From sourceforge-raindog2 at ...94... Sun Jan 18 02:26:13 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sat, 17 Jan 2004 20:26:13 -0500 Subject: [Gambas-user] Help browser In-Reply-To: <200401172109.39803.Karl.Reinl@...9...> References: <200401172109.39803.Karl.Reinl@...9...> Message-ID: <200401172026.13814.sourceforge-raindog2@...94...> On Saturday 17 January 2004 15:09, Charlie Reinl wrote: > WHY the help browser is called by F2 It's a leftover from when it was called the "component explorer", which used to be F2 in VB. You're right, it probably should be on F1 for 1.0 if it's possible. Rob From olivier at ...289... Sun Jan 18 10:31:28 2004 From: olivier at ...289... (Olivier Coquet) Date: Sun, 18 Jan 2004 10:31:28 +0100 Subject: [Gambas-user] gambas 0.81 In-Reply-To: <200401171401.40333.gambas@...1...> References: <200401171401.40333.gambas@...1...> Message-ID: <200401181031.28553.olivier@...289...> compile and work fine on Fedora core 1 kernel 2.4-22.1-2140 but........how i can write on an established tcp connection????? there is no write methode??? regards Olivier From danielcampos at ...277... Sun Jan 18 12:15:30 2004 From: danielcampos at ...277... (daniel) Date: Sun, 18 Jan 2004 11:15:30 +0000 Subject: [Gambas-user] gambas 0.81 In-Reply-To: <200401181031.28553.olivier@...289...> References: <200401171401.40333.gambas@...1...> <200401181031.28553.olivier@...289...> Message-ID: <1074424530.2376.2.camel@...278...> El dom, 18-01-2004 a las 09:31, Olivier Coquet escribi?: > compile and work fine on Fedora core 1 kernel 2.4-22.1-2140 > > but........how i can write on an established tcp connection????? there is no > write methode??? > > Look at documentation and ClientSocket example: socket classes inherits from ".Stream" so you can read and write using Gambas methods: Dim MySocket As Socket .... READ #MySocket,Buffer,Lof(MySocket) or WRITE #MySocket,Buffer,Len(Buffer) ... CLOSE #MySocket As if you were working with normal files! Regards, Daniel Campos > regards > Olivier > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From leo.barnhoorn at ...246... Mon Jan 19 08:35:02 2004 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Sun, 18 Jan 2004 23:35:02 -0800 Subject: [Gambas-user] gambas 0.81 In-Reply-To: <200401171401.40333.gambas@...1...> References: <200401171401.40333.gambas@...1...> Message-ID: <200401182335.02987.leo.barnhoorn@...246...> Hallo Benoit Gambas version 0.81 compiles OK on SuSE 8.2 and SuSE 9.0. My Database project is running fine, all components are working and compiles OK on SuSE 8.2 and SuSE 9.0 My Telnet project is not working i get a Stack overflow on ServerSocket.Listen. This Stack overflow is on SuSE 8.2 and SuSE 9.0. Very thing else is working fine for me. Regards, Leo Barnhoorn. On Saturday 17 January 2004 05:01, Benoit Minisini wrote: > Hi, > > gambas 0.81 is out. > > Here are the main changes: > > 1) The tips files changed. Now there is one tips file by language. I think > this will ease their translation. > > 2) The help browser has a new heading for each language help page. > > 3) You can resize the buttons of the toolbox. > > 4) The interpreter has two new array classes: Byte[] and Short[]. > > 5) Arrays now have a Read and a Write method to read and write their > contents on a stream. > > 6) The Form class is now auto-creatable. This means that you can have a > form named 'FDialog', and use it as in Visual Basic: FDialog.Show directly > shows the form, without the need to create an instance. > > And many bug fixes in the interpreter, the database manager, the IDE. > > As for the 1.0, three points remain: > > - The documentation of the Wiki. > > - A more powerful network component, which may be interesting for a 1.0. > > - As I said in a recent post, a rework on the Picture class to clearly > distinguish pictures stored in application memory and pictures stored in X > server memory. > > It slowly comes :-) > > Regards, From rizky at ...225... Mon Jan 19 03:38:21 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Mon, 19 Jan 2004 09:38:21 +0700 Subject: [Gambas-user] Keyascii =0 ?? Message-ID: <6.0.0.22.0.20040119092949.01bca600@...329...> Hi, i create a textbox on a form. i wanna validate on that textbox so that it just can accept number only (yes ofcourse with key like backspace, enter, escape, tab, capslock, numlock, shift, ctrl, alt, insert, home, end, delete, pg up, pg down, arrows still can accepted), but it will not accept alphabethic. yes, it's easly to block just the number only for that textbox (and several keys there), but i cannot block the alphabethic key. this what i ment, when i press the 'a' button it still accept and show that letter. while actually i don't wanna that letter not to show. i have tried to replaced the textbox.text with the syntax: textbox.text=left(textbox.text, len(textbox.text)-1) when the alphabethic key are pressed. but, it still have bug when the cursor isn't in the last of the word. it still can accept the alphabethic... in vb i can do that with keyascii=0, since gambas use key as class (CMIIW) so what should i do then ? have any sample code ? Regards, tahara! From sourceforge-raindog2 at ...94... Mon Jan 19 04:06:13 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 18 Jan 2004 22:06:13 -0500 Subject: [Gambas-user] Keyascii =0 ?? In-Reply-To: <6.0.0.22.0.20040119092949.01bca600@...329...> References: <6.0.0.22.0.20040119092949.01bca600@...329...> Message-ID: <200401182205.15197.sourceforge-raindog2@...94...> On Sunday 18 January 2004 21:38, Rizky Tahara Shita wrote: > in vb i can do that with keyascii=0, since gambas use key as > class (CMIIW) so what should i do then ? have any sample code You want the new keyword: STOP EVENT That will prevent the alphabetic keys from being inserted into the text box at all. Or, you can change the SUB TextBox1_KeyPress to FUNCTION TextBox1_KeyPress as Boolean and Return True to accomplish the same thing, but STOP EVENT seems a lot cleaner. Rob From rizky at ...225... Mon Jan 19 04:44:42 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Mon, 19 Jan 2004 10:44:42 +0700 Subject: [Gambas-user] Keyascii=0 ?? Message-ID: <6.0.0.22.0.20040119104433.01b6abf8@...329...> Hi, i create a textbox on a form. i wanna validate on that textbox so that it just can accept number only (yes ofcourse with key like backspace, enter, escape, tab, capslock, numlock, shift, ctrl, alt, insert, home, end, delete, pg up, pg down, arrows still can accepted), but it will not accept alphabethic. yes, it's easly to block just the number only for that textbox (and several keys there), but i cannot block the alphabethic key. this what i ment, when i press the 'a' button it still accept and show that letter. while actually i don't wanna that letter not to show. i have tried to replaced the textbox.text with the syntax: textbox.text=left(textbox.text, len(textbox.text)-1) when the alphabethic key are pressed. but, it still have bug when the cursor isn't in the last of the word. it still can accept the alphabethic... in vb i can do that with keyascii=0, since gambas use key as class (CMIIW) so what should i do then ? have any sample code ? Regards, tahara! From sourceforge-raindog2 at ...94... Mon Jan 19 04:40:30 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sun, 18 Jan 2004 22:40:30 -0500 Subject: [Gambas-user] Keyascii =0 ?? In-Reply-To: <6.0.0.22.0.20040119092949.01bca600@...329...> References: <6.0.0.22.0.20040119092949.01bca600@...329...> Message-ID: <200401182205.15197.sourceforge-raindog2@...94...> On Sunday 18 January 2004 22:44, Rizky Tahara Shita again wrote: > in vb i can do that with keyascii=0, since gambas use key as > class (CMIIW) so what should i do then ? have any sample code You *still* want the new keyword: STOP EVENT That will prevent the alphabetic keys from being inserted into the text box at all. Or, you can change the SUB TextBox1_KeyPress to FUNCTION TextBox1_KeyPress as Boolean and Return True to accomplish the same thing, but STOP EVENT seems a lot cleaner. Rob From rizky at ...225... Mon Jan 19 06:11:06 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Mon, 19 Jan 2004 12:11:06 +0700 Subject: [Gambas-user] Keyascii =0 ?? Message-ID: <6.0.0.22.0.20040119121102.01b73480@...329...> Hi, i create a textbox on a form. i wanna validate on that textbox so that it just can accept number only (yes ofcourse with key like backspace, enter, escape, tab, capslock, numlock, shift, ctrl, alt, insert, home, end, delete, pg up, pg down, arrows still can accepted), but it will not accept alphabethic. yes, it's easly to block just the number only for that textbox (and several keys there), but i cannot block the alphabethic key. this what i ment, when i press the 'a' button it still accept and show that letter. while actually i don't wanna that letter not to show. i have tried to replaced the textbox.text with the syntax: textbox.text=left(textbox.text, len(textbox.text)-1) when the alphabethic key are pressed. but, it still have bug when the cursor isn't in the last of the word. it still can accept the alphabethic... in vb i can do that with keyascii=0, since gambas use key as class (CMIIW) so what should i do then ? have any sample code ? Regards, tahara! From rizky at ...225... Mon Jan 19 06:33:14 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Mon, 19 Jan 2004 12:33:14 +0700 Subject: [Gambas-user] Keyascii=0 ?? In-Reply-To: <6.0.0.22.0.20040119104433.01b6abf8@...329...> References: <6.0.0.22.0.20040119104433.01b6abf8@...329...> Message-ID: <6.0.0.22.0.20040119123240.01bd4d50@...329...> At 10:44 19/01/2004, you wrote: >Hi, > >i create a textbox on a form. i wanna validate on that textbox so that it >just can accept number only (yes ofcourse with key like backspace, enter, >escape, tab, capslock, numlock, shift, ctrl, alt, insert, home, end, >delete, pg up, pg down, arrows still can accepted), but it will not accept >alphabethic. sorry to post this few times, i just testing my mail server here... :) Regards, tahara! From rizky at ...225... Mon Jan 19 07:35:51 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Mon, 19 Jan 2004 13:35:51 +0700 Subject: [Gambas-user] Index Message-ID: <6.0.0.22.0.20040119133403.01bd64b8@...329...> Have you guys any example on how doing objects that use index (in vb it usually index for an objective array) ? i got a lot of textbox here, and i wanna fill that textbox with a loop... may be an example ?? Regards, tahara! From danielcampos at ...282... Mon Jan 19 09:30:20 2004 From: danielcampos at ...282... (danielcampos at ...282...) Date: Mon, 19 Jan 2004 09:30:20 CET Subject: [Gambas-user] gambas 0.81 Message-ID: >My Telnet project is not working i get a Stack overflow on >ServerSocket.Listen. This Stack overflow is on SuSE 8.2 and SuSE 9.0. > > Could you send me that source code? I think you're falling in a loop (event --> do something --> event again) so the stack fills, and you reach that error Regards, Daniel 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 gambas at ...1... Mon Jan 19 15:46:20 2004 From: gambas at ...1... (Benoit Minisini) Date: Mon, 19 Jan 2004 15:46:20 +0100 Subject: [Gambas-user] Index In-Reply-To: <6.0.0.22.0.20040119133403.01bd64b8@...329...> References: <6.0.0.22.0.20040119133403.01bd64b8@...329...> Message-ID: <200401191546.20396.gambas@...1...> On Monday 19 January 2004 07:35, Rizky Tahara Shita wrote: > Have you guys any example on how doing objects that use index (in vb it > usually index for an objective array) ? > i got a lot of textbox here, and i wanna fill that textbox with a loop... > may be an example ?? > > > > Regards, > > > tahara! > > There is no such a property in Gambas. You must use the concept of "group" in the IDE, this I find far more flexible and powerful (of course, I did it!). I suggest you read the Gambas Wiki carefully, especially the Differences From VB page. Regards, -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...94... Mon Jan 19 15:35:34 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 19 Jan 2004 09:35:34 -0500 Subject: [Gambas-user] Index In-Reply-To: <6.0.0.22.0.20040119133403.01bd64b8@...329...> References: <6.0.0.22.0.20040119133403.01bd64b8@...329...> Message-ID: <200401190935.34261.sourceforge-raindog2@...94...> On Monday 19 January 2004 01:35, Rizky Tahara Shita wrote: > Have you guys any example on how doing objects that use index > (in vb it usually index for an objective array) ? > i got a lot of textbox here, and i wanna fill that textbox > with a loop... may be an example ?? Unless I'm mistaken, you would need to either create those at runtime or assign them one at a time to an object array, which is Gambas control groups' chief weakness compared to VB control arrays. Rob From gambas at ...1... Mon Jan 19 16:10:21 2004 From: gambas at ...1... (Benoit Minisini) Date: Mon, 19 Jan 2004 16:10:21 +0100 Subject: [Gambas-user] Index In-Reply-To: <200401190935.34261.sourceforge-raindog2@...94...> References: <6.0.0.22.0.20040119133403.01bd64b8@...329...> <200401190935.34261.sourceforge-raindog2@...94...> Message-ID: <200401191610.21543.gambas@...1...> On Monday 19 January 2004 15:35, Rob wrote: > On Monday 19 January 2004 01:35, Rizky Tahara Shita wrote: > > Have you guys any example on how doing objects that use index > > (in vb it usually index for an objective array) ? > > i got a lot of textbox here, and i wanna fill that textbox > > with a loop... may be an example ?? > > Unless I'm mistaken, you would need to either create those at > runtime or assign them one at a time to an object array, which > is Gambas control groups' chief weakness compared to VB control > arrays. > > Rob > > Weakness ? Mmmm... VB has control arrays only because it couldn't create controls dynamically (at least until VB6). Otherwise, I find them stupid and useless. -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...94... Mon Jan 19 16:28:32 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 19 Jan 2004 10:28:32 -0500 Subject: [Gambas-user] Index In-Reply-To: <200401191610.21543.gambas@...1...> References: <6.0.0.22.0.20040119133403.01bd64b8@...329...> <200401190935.34261.sourceforge-raindog2@...94...> <200401191610.21543.gambas@...1...> Message-ID: <200401191028.32014.sourceforge-raindog2@...94...> On Monday 19 January 2004 10:10, Benoit Minisini wrote: > > Unless I'm mistaken, you would need to either create those > > at runtime or assign them one at a time to an object array, > > which is Gambas control groups' chief weakness compared to > > VB control arrays. > Weakness ? Mmmm... VB has control arrays only because it > couldn't create controls dynamically (at least until VB6). > Otherwise, I find them stupid and useless. Well, the point is, in VB you can make control arrays both in the form editor and in code. In Gambas you can only make them in code. Granted you can only *use* them in code in either one, but if (as one of my clients did) you have 90 textboxes on a form and you need to insert a bit of data into each one sequentially.... in VB it's 4 or 5 lines of code, in Gambas it's 94 or 95. Rob From _root at ...324... Mon Jan 19 18:25:18 2004 From: _root at ...324... (-=FoX=-) Date: Mon, 19 Jan 2004 18:25:18 +0100 Subject: [Gambas-user] gambas 0.81 In-Reply-To: <200401171401.40333.gambas@...1...> References: <200401171401.40333.gambas@...1...> Message-ID: <400C12FE.5000701@...324...> Benoit Minisini wrote: >Hi, > >gambas 0.81 is out. > > > > wow!!!! ;-) On debian sid compile fine. From danielcampos at ...277... Mon Jan 19 19:52:17 2004 From: danielcampos at ...277... (daniel) Date: Mon, 19 Jan 2004 18:52:17 +0000 Subject: [Gambas-user] Index In-Reply-To: <200401191610.21543.gambas@...1...> References: <6.0.0.22.0.20040119133403.01bd64b8@...329...> <200401190935.34261.sourceforge-raindog2@...94...> <200401191610.21543.gambas@...1...> Message-ID: <1074538337.2304.3.camel@...278...> > > Weakness ? Mmmm... VB has control arrays only because it couldn't create > controls dynamically (at least until VB6). Otherwise, I find them stupid and > useless. mmmh... I've created controls dinamically in VB6, you have to put for example a Label in the form, change its index property to "0", and then, in the code you can do Load Label1(1), Load Label1(2), etc, to create new labels; but it is true that you need at least the first label placed in design time. Regards, Daniel Campos From karl.reinl at ...9... Mon Jan 19 16:32:06 2004 From: karl.reinl at ...9... (Charlie) Date: Mon, 19 Jan 2004 16:32:06 +0100 Subject: [Gambas-user] gambas on my SuSE 7.2 Message-ID: <400BF876.5080002@...9...> Salut Benoit, yes me again, with my old SuSE 7.2 , KDE 2.2.2 and gcc 2.95.x. Laguage=German Dit it on , qt-3.0.5 , qt-3.1.2 and qt-3.3.0b1 .... had diff. results, but no Success. But see the Attachments. I send you also the scripts, to see how it's done. My 'Hurra' when I send for 0.80 , was something mixt up from an old 0.65 and 0.80 , it showed the 0.80 on the IDE, and do you remember, I sended a Bug - Report about Mouse-Click. If you are still intersted that gambas should run on older Systems , may be that helps, do see whats happend ??? Amicalement Charlie -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: conf.log URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: conf_312.log URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: conf_330b1.log URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: conf Type: application/x-java-vm Size: 559 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: conf_312 Type: application/x-java-vm Size: 781 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: conf_330b1 Type: application/x-java-vm Size: 813 bytes Desc: not available URL: From sourceforge-raindog2 at ...94... Tue Jan 20 00:13:04 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 19 Jan 2004 18:13:04 -0500 Subject: [Gambas-user] gambas 0.81 repeatable segv Message-ID: <200401191813.04534.sourceforge-raindog2@...94...> If you use the Gambas function Stat() on a nonexistent file, rather than throwing an error it segv's whether you use TRY or not. Obviously a workaround is to go IF EXIST filename THEN Stat(filename) but I'd think we would want to get rid of as many segv's as possible. Rob From rizky at ...225... Tue Jan 20 03:20:50 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Tue, 20 Jan 2004 09:20:50 +0700 Subject: [Gambas-user] gambas 0.81 In-Reply-To: <1074424530.2376.2.camel@...278...> References: <200401171401.40333.gambas@...1...> <200401181031.28553.olivier@...289...> <1074424530.2376.2.camel@...278...> Message-ID: <6.0.0.22.0.20040120091949.01be6158@...329...> thanks to benoit that always make gambas what ever i suggested. yeah just like the version property and the button of the toolbox that can resized... salut! Regards, tahara! From sourceforge-raindog2 at ...94... Tue Jan 20 03:09:52 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 19 Jan 2004 21:09:52 -0500 Subject: [Gambas-user] weird Message/Timer interaction Message-ID: <200401192109.52414.sourceforge-raindog2@...94...> I've been noticing as I debug this project I'm working on that if you have a timer firing every second or whatever, and a Message.info dialog gets displayed, and you happen to click OK while the timer is firing (at least I assume it's while the timer is firing... can't get it to happen in step mode) the LAST keyword in the routine that called Message.info gets reassigned to the Timer object, which makes it unhappy as soon as you try to do anything with what you thought was your non-Timer object. For example, I had a ColumnView Activate event handler displaying a Message.info, and after clicking OK I get "Unknown symbol Columns in class Timer". I'd send the project along but it won't work too well without having 3 CD-ROM drives with 3 music CD's in them at the moment. ;) Rob From sourceforge-raindog2 at ...94... Tue Jan 20 07:00:49 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 20 Jan 2004 01:00:49 -0500 Subject: [Gambas-user] odd gbc behavior Message-ID: <200401200100.49967.sourceforge-raindog2@...94...> I had the following code in my project: PUBLIC cdproc AS NEW Collection From rizky at ...225... Tue Jan 20 07:25:54 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Tue, 20 Jan 2004 13:25:54 +0700 Subject: [Gambas-user] shortcut key Message-ID: <6.0.0.22.0.20040120131608.01bf6b50@...329...> it is about the user friendly for programmer here.. will you add some shortcut key for the stop button ? for example i'm running my program and there is an error there.. so with shortcut key the programmer will have to stop the program with out clicking the stop button. it's just another suggestion here. cause when often errors raise, it is better when the hand is still on the keyboard and will make the coding more focused. just i did in VB6, i almost never put off my hands from the keyboard. when there is an error i just can press the CTRL - Break to break it then ALT - R - E to stop it. and sometime VB6 asked to me that will the program should end or in break mode... yes ofcourse it will usefull when we already focused on the code not in the design mode... Regards, tahara! From gambas at ...1... Tue Jan 20 09:14:56 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 20 Jan 2004 09:14:56 +0100 Subject: [Gambas-user] Index In-Reply-To: <200401191028.32014.sourceforge-raindog2@...94...> References: <6.0.0.22.0.20040119133403.01bd64b8@...329...> <200401191610.21543.gambas@...1...> <200401191028.32014.sourceforge-raindog2@...94...> Message-ID: <200401200914.56159.gambas@...1...> On Monday 19 January 2004 16:28, Rob wrote: > On Monday 19 January 2004 10:10, Benoit Minisini wrote: > > > Unless I'm mistaken, you would need to either create those > > > at runtime or assign them one at a time to an object array, > > > which is Gambas control groups' chief weakness compared to > > > VB control arrays. > > > > Weakness ? Mmmm... VB has control arrays only because it > > couldn't create controls dynamically (at least until VB6). > > Otherwise, I find them stupid and useless. > > Well, the point is, in VB you can make control arrays both in the > form editor and in code. In Gambas you can only make them in > code. Granted you can only *use* them in code in either one, > but if (as one of my clients did) you have 90 textboxes on a > form and you need to insert a bit of data into each one > sequentially.... in VB it's 4 or 5 lines of code, in Gambas it's > 94 or 95. > > Rob > Your client can use the Tag property intelligently, and the FOR EACH instruction on Container.Children, and maybe he won't need 95 lines of code. I think its application may be not well written :-). These 90 textboxes must have something in common! Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 20 09:17:54 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 20 Jan 2004 09:17:54 +0100 Subject: [Gambas-user] weird Message/Timer interaction In-Reply-To: <200401192109.52414.sourceforge-raindog2@...94...> References: <200401192109.52414.sourceforge-raindog2@...94...> Message-ID: <200401200917.54391.gambas@...1...> On Tuesday 20 January 2004 03:09, Rob wrote: > I've been noticing as I debug this project I'm working on that if > you have a timer firing every second or whatever, and a > Message.info dialog gets displayed, and you happen to click OK > while the timer is firing (at least I assume it's while the > timer is firing... can't get it to happen in step mode) the LAST > keyword in the routine that called Message.info gets reassigned > to the Timer object, which makes it unhappy as soon as you try > to do anything with what you thought was your non-Timer object. > > For example, I had a ColumnView Activate event handler displaying > a Message.info, and after clicking OK I get "Unknown symbol > Columns in class Timer". I'd send the project along but it > won't work too well without having 3 CD-ROM drives with 3 music > CD's in them at the moment. ;) > > Rob > It is not really a bug. LAST points at the last object that raises an event. If you call the event loop inside an event handler, then LAST may change. I will see if I can save the value of LAST before entering an event loop. This will solve this problem. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 20 09:19:22 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 20 Jan 2004 09:19:22 +0100 Subject: [Gambas-user] odd gbc behavior In-Reply-To: <200401200100.49967.sourceforge-raindog2@...94...> References: <200401200100.49967.sourceforge-raindog2@...94...> Message-ID: <200401200919.22222.gambas@...1...> On Tuesday 20 January 2004 07:00, Rob wrote: > I had the following code in my project: > > PUBLIC cdproc AS NEW Collection > > And... ? -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 20 09:20:27 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 20 Jan 2004 09:20:27 +0100 Subject: [Gambas-user] gambas 0.81 repeatable segv In-Reply-To: <200401191813.04534.sourceforge-raindog2@...94...> References: <200401191813.04534.sourceforge-raindog2@...94...> Message-ID: <200401200920.27948.gambas@...1...> On Tuesday 20 January 2004 00:13, Rob wrote: > If you use the Gambas function Stat() on a nonexistent file, > rather than throwing an error it segv's whether you use TRY or > not. Obviously a workaround is to go IF EXIST filename THEN > Stat(filename) but I'd think we would want to get rid of as many > segv's as possible. > > Rob > Not on my box... Could you send me the complete project that segfaults? -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 20 09:22:30 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 20 Jan 2004 09:22:30 +0100 Subject: [Gambas-user] gambas on my SuSE 7.2 In-Reply-To: <400BF876.5080002@...9...> References: <400BF876.5080002@...9...> Message-ID: <200401200922.30745.gambas@...1...> On Monday 19 January 2004 16:32, Charlie wrote: > Salut Benoit, > > yes me again, with my old SuSE 7.2 , KDE 2.2.2 and gcc 2.95.x. > Laguage=German > > > Dit it on , qt-3.0.5 , qt-3.1.2 and qt-3.3.0b1 .... had diff. results, > but no Success. > > > But see the Attachments. > > I send you also the scripts, to see how it's done. > > My 'Hurra' when I send for 0.80 , was something mixt up from an old 0.65 > and 0.80 , it showed the 0.80 on the IDE, > and do you remember, I sended a Bug - Report about Mouse-Click. > > If you are still intersted that gambas should run on older Systems , may > be that helps, do see whats happend ??? > > > Amicalement > Charlie Hi Charlie, Did you install libtool on your system? If you read the first error message, configure claims that he can't find the LIBTOOL symbol. Note that gambas do not compile anymore with qt 3.0.x. Regards, -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...94... Tue Jan 20 16:01:15 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 20 Jan 2004 10:01:15 -0500 Subject: [Gambas-user] odd gbc behavior Message-ID: <200401200100.49967.sourceforge-raindog2@...94...> Hmm! I had three lines with just a period at the beginning to indicate separation, and sf.net terminated my message at the first one. The period on a line thing is the SMTP code for "end of transmission" so maybe kmail doesn't properly escape it. Anyway.... I had the following code in my project: PUBLIC cdproc AS NEW Collection ... for i = 1 to 4 cdproc.add(i, NEW Process) next As you might expect, it didn't work, but instead of throwing an error, I just started noticing after a while that none of the changes I was making to the code had any effect. Finally I did a "compile all" and then the next time I ran it I got "The program exited with error code 1". Dropping to the command line revealed that gbc was crapping out with "** INTERNAL ERROR **" on an "expression starting with NEW". It didn't list a line number so it took me a while to figure out which NEW it meant, but commenting that line out made everything return to normal. Rob From sourceforge-raindog2 at ...94... Tue Jan 20 18:05:57 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 20 Jan 2004 12:05:57 -0500 Subject: [Gambas-user] "Open example" Message-ID: <200401201205.57332.sourceforge-raindog2@...94...> Hey Benoit, when you hit "open example" on your /opt/gambas-installed version of gambas, and select a project, and try to run it, do you get a write permissions error? Or do you have /opt/gambas/share/examples writable by everyone? I'm trying to figure out how to handle this behavior in my packages ("open examples" never worked before because I was dropping the symbolic link in the wrong place, so I never ran into this error.) I'm not crazy about making /usr/share/doc/gambas-doc-x.xx/examples world writable and hoping to come up with Another Way. Rob From gambas at ...1... Tue Jan 20 19:39:07 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 20 Jan 2004 19:39:07 +0100 Subject: [Gambas-user] Re: a bug report? In-Reply-To: References: Message-ID: <200401201939.07319.gambas@...1...> On Tuesday 20 January 2004 15:54, you wrote: > Hi. > I'm doing a little program, but I have a problem with this code > > IF (sExtension = "cbr") THEN > EXEC ["unrar", "x", "-o+", "-inul" ,$sComicFile, "/tmp/comics/" & > $sName & "/"] WAIT > ELSE > EXEC ["unzip", "-o","-qq", $sComicFile, "-d", "/tmp/comics/" & $sName & > "/"] WAIT > ENDIF > > It appears work correcly, unless $sComicFile have the "?".If exist this > character > unzip and unrar give me an error > > for example > if the value of $sComicFile = > /home/david/Spider-Man N?12.-.Peter.Parker.Vol.2.#011.cbr > > the error is > Cannot open /home/david/Spider-Man N??12.-.Peter.Parker.Vol.2.#011.cbr > No files to extract > > Is a bug that always EXEC replace the character "?" for "??" ? > > regards > It is not a bug, it is a feature. :-) When you write your code in the editor, everything is coded with the UTF-8 charset. When a Gambas file related instruction (OPEN, KILL, RENAME, etc.) receives a file name, it automatically converts it from UTF-8 to the internal system charset. But this conversion does not occur when you use the EXEC or SHELL instruction, because a command parameter may be a file, or may not! So, you must do: EXEC ["unrar", "x", "-o+", "-inul", Conv($sComicFile, Desktop.Charset, System.Charset), "/tmp/comics/" & $sName & "/"] WAIT I know this is boring, but this is the price for Gambas projects being internationalizable. Note that on RedHat/Fedora, System.Charset = Desktop.Charset = "UTF-8". Maybe one day, all Linux systems will be integrally UTF-8 based, and this charset conversion will not be necessary. Regards, -- Benoit Minisini mailto:gambas at ...1... From abidoo.too at ...11... Tue Jan 20 21:09:04 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Tue, 20 Jan 2004 21:09:04 +0100 Subject: [Gambas-user] shortcut key In-Reply-To: <6.0.0.22.0.20040120131608.01bf6b50@...329...> References: <6.0.0.22.0.20040120131608.01bf6b50@...329...> Message-ID: <200401202109.04657.abidoo.too@...11...> Le Mardi 20 Janvier 2004 07:25, Rizky Tahara Shita a ?crit : > it is about the user friendly for programmer here.. will you add some > shortcut key for the stop button ? > > for example i'm running my program and there is an error there.. so with > shortcut key the programmer will have to stop the program with out clicking > the stop button. it's just another suggestion here. cause when often errors > raise, it is better when the hand is still on the keyboard and will make > the coding more focused. > > just i did in VB6, i almost never put off my hands from the keyboard. when > there is an error i just can press the CTRL - Break to break it then ALT - > R - E to stop it. and sometime VB6 asked to me that will the program should > end or in break mode... > > yes ofcourse it will usefull when we already focused on the code not in the > design mode... > > > Regards, > > > tahara! > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user I can see already a problem to do that... When your program run, the focus is on your program windows, so when you press ctrl + break, this shortcut is not send to the gambas ide. Fabien From karl.reinl at ...9... Tue Jan 20 17:11:24 2004 From: karl.reinl at ...9... (Charlie) Date: Tue, 20 Jan 2004 17:11:24 +0100 Subject: [Gambas-user] gambas on my SuSE 7.2 References: <400BF876.5080002@...9...> <200401200922.30745.gambas@...1...> Message-ID: <400D532C.2000902@...9...> Benoit Minisini schrieb: >On Monday 19 January 2004 16:32, Charlie wrote: > > >>Salut Benoit, >> >>yes me again, with my old SuSE 7.2 , KDE 2.2.2 and gcc 2.95.x. >>Laguage=German >> >> >>Dit it on , qt-3.0.5 , qt-3.1.2 and qt-3.3.0b1 .... had diff. results, >>but no Success. >> >> >>But see the Attachments. >> >> >Hi Charlie, > >Did you install libtool on your system? If you read the first error message, >configure claims that he can't find the LIBTOOL symbol. > >Note that gambas do not compile anymore with qt 3.0.x. > >Regards, > > > Salut Beno?t, no it wasn't or broken , so I toke my old SuSe 7.2 CD's , gave in 'yast' and now I have it. Now my output file starts with the following: -------------------------- ./reconf -------------------------- src/exec/Makefile.am:4: library used but `LIBTOOL' not defined in `configure.in' configure.in: 33: required file `../ltconfig' not found to know I start allways with a new unpacked Directory (that's for the last shown line, which dissapears if I do a ./reconf after a ./configure) . Can you (or someone else ), tell me how to set `LIBTOOL' what seams to be a exported value. I greped for 'libtool' in the old output file before installing libtool and found it : checking if libtool supports shared libraries... yes and it 'make' fail with: gcc -g -O2 -pipe -Wall -g -O0 -o gbi error.o alloc.o array.o str.o file.o gbi.o ../../libltdl/libltdlc.la ../../libltdl/libltdlc.la: file not recognized: File format not recognized my be I use an too old libtool now ? libtool --version returns: ltmain.sh (GNU libtool) 1.3.5 (1.385.2.206 2000/05/27 11:12:27) Amicalement Charlie From leo.barnhoorn at ...246... Wed Jan 21 08:12:33 2004 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Tue, 20 Jan 2004 23:12:33 -0800 Subject: [Gambas-user] gambas 0.81 In-Reply-To: References: Message-ID: <200401202312.33483.leo.barnhoorn@...246...> Hallo Daniel, Sorry, it has take a long time for answering this because i want to find out first what is wrong. Maybe stupid, normaly when i download a new Gambas version i directly do configure make make install This never leat to a problem until now, the net component did not compile. I check the file configure and a lot of changes in the net component section. Solution: reconf make make install Now it is working well. After all there where no problems at all. This is a test version of the telnet project. Regards, Leo Barnhoorn. On Monday 19 January 2004 04:30, danielcampos at ...282... wrote: > >My Telnet project is not working i get a Stack overflow on > >ServerSocket.Listen. This Stack overflow is on SuSE 8.2 and SuSE 9.0. > > Could you send me that source code? I think you're falling in a loop (event > --> do something --> event again) so the stack fills, and you reach that > error > > Regards, > > Daniel 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) > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > 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: magicbbs.tar.gz Type: application/x-tgz Size: 10620 bytes Desc: not available URL: From gambas at ...1... Tue Jan 20 23:59:41 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 20 Jan 2004 23:59:41 +0100 Subject: [Gambas-user] odd gbc behavior In-Reply-To: <200401200100.49967.sourceforge-raindog2@...94...> References: <200401200100.49967.sourceforge-raindog2@...94...> Message-ID: <200401202359.41361.gambas@...1...> On Tuesday 20 January 2004 16:01, Rob wrote: > Hmm! I had three lines with just a period at the beginning to > indicate separation, and sf.net terminated my message at the > first one. The period on a line thing is the SMTP code for "end > of transmission" so maybe kmail doesn't properly escape it. > Anyway.... > > I had the following code in my project: > > PUBLIC cdproc AS NEW Collection > ... > for i = 1 to 4 > cdproc.add(i, NEW Process) > next > > As you might expect, it didn't work, but instead of throwing an > error, I just started noticing after a while that none of the > changes I was making to the code had any effect. Finally I did > a "compile all" and then the next time I ran it I got "The > program exited with error code 1". Dropping to the command line > revealed that gbc was crapping out with "** INTERNAL ERROR **" > on an "expression starting with NEW". It didn't list a line > number so it took me a while to figure out which NEW it meant, > but commenting that line out made everything return to normal. > > Rob > OK. I fixed it. There is an error message now. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Jan 21 00:05:49 2004 From: gambas at ...1... (Benoit Minisini) Date: Wed, 21 Jan 2004 00:05:49 +0100 Subject: [Gambas-user] new Version 0.81 In-Reply-To: <200401172106.23330.Karl.Reinl@...9...> References: <200401172106.23330.Karl.Reinl@...9...> Message-ID: <200401210005.49277.gambas@...1...> On Saturday 17 January 2004 21:06, Charlie Reinl wrote: > Salut, > > 0.81 compilation is OK on > > gentoo 1.4, Kernel 2.6.0 , qt-3.2,3 , gcc 3.2.3 , KDE 3.1.4 , mysql 4.0.16 > > After a first test: > > The Database manager stops working > or should I say crashed > if you remove a connection > > amicalement > Charlie > Thanks Charlie: the TreeView widget was broken, and so make gambas crash when you tried to delete a node with children in a TreeView. I fixed it. Regards, -- Benoit Minisini mailto:gambas at ...1... From rizky at ...225... Wed Jan 21 02:47:10 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Wed, 21 Jan 2004 08:47:10 +0700 Subject: [Gambas-user] Index In-Reply-To: <200401200914.56159.gambas@...1...> References: <6.0.0.22.0.20040119133403.01bd64b8@...329...> <200401191610.21543.gambas@...1...> <200401191028.32014.sourceforge-raindog2@...94...> <200401200914.56159.gambas@...1...> Message-ID: <6.0.0.22.0.20040121084607.01c1dc90@...329...> At 15:14 20/01/2004, you wrote: >On Monday 19 January 2004 16:28, Rob wrote: > > On Monday 19 January 2004 10:10, Benoit Minisini wrote: > > > > Unless I'm mistaken, you would need to either create those > > > > at runtime or assign them one at a time to an object array, > > > > which is Gambas control groups' chief weakness compared to > > > > VB control arrays. > > > > > > Weakness ? Mmmm... VB has control arrays only because it > > > couldn't create controls dynamically (at least until VB6). > > > Otherwise, I find them stupid and useless. > > > > Well, the point is, in VB you can make control arrays both in the > > form editor and in code. In Gambas you can only make them in > > code. Granted you can only *use* them in code in either one, > > but if (as one of my clients did) you have 90 textboxes on a > > form and you need to insert a bit of data into each one > > sequentially.... in VB it's 4 or 5 lines of code, in Gambas it's > > 94 or 95. > > > > Rob > > > >Your client can use the Tag property intelligently, and the FOR EACH >instruction on Container.Children, and maybe he won't need 95 lines of code. >I think its application may be not well written :-). These 90 textboxes must >have something in common! well... can you guys give an example ?? i'm still confuse with group and tag property here... Regards, tahara! From sourceforge-raindog2 at ...94... Wed Jan 21 04:14:34 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 20 Jan 2004 22:14:34 -0500 Subject: [Gambas-user] Index In-Reply-To: <6.0.0.22.0.20040121084607.01c1dc90@...329...> References: <6.0.0.22.0.20040119133403.01bd64b8@...329...> <200401200914.56159.gambas@...1...> <6.0.0.22.0.20040121084607.01c1dc90@...329...> Message-ID: <200401202214.34733.sourceforge-raindog2@...94...> On Tuesday 20 January 2004 20:47, Rizky Tahara Shita wrote: > >Your client can use the Tag property intelligently, and the > > FOR EACH instruction on Container.Children, and maybe he > > won't need 95 lines of code. I think its application may be > > not well written :-). These 90 textboxes must have something > > in common! > well... can you guys give an example ?? > i'm still confuse with group and tag property here... I think Benoit means something like this: 1. when adding your textboxes (or whatever) to the form, set the Tag property to, say, whatever you would have set the Index property to in VB. 2. in your code, write something like this: (I haven't tried this because I don't have access to my client's too-many-textboxes project...) public Textboxes as Collection ... ' following goes in Form_Open dim tb as object for each tb in me.children if tb.tag > 0 then Textboxes.add(tb,tb.tag) next I have to admit I never considered this possibility, and would have suggested it to their VB programmers if I had. Rob From rizky at ...225... Wed Jan 21 04:41:41 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Wed, 21 Jan 2004 10:41:41 +0700 Subject: [Gambas-user] another suggestions for gambas Message-ID: <6.0.0.22.0.20040121102334.01c1c668@...329...> may be i just have more suggestion that doing that.. sorry.. but here is my suggestions (again): 1. in the gambas editor. why don't you add the shortcut key for CTRL-Arrow UP dan CTRL-Arrow Down that function are to move the cursor to the previous or next sub / function. so the programmer will know (without be confusing) on the function that he/she looking for... (hem... may be i'm VB minded ?? yeah... but i just wanna this great gambas get it's best) 2. will you make the window be resizeable on the translate dialog ?? thank you... Regards, tahara! From rizky at ...225... Wed Jan 21 04:49:44 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Wed, 21 Jan 2004 10:49:44 +0700 Subject: [Gambas-user] shortcut key In-Reply-To: <200401202109.04657.abidoo.too@...11...> References: <6.0.0.22.0.20040120131608.01bf6b50@...329...> <200401202109.04657.abidoo.too@...11...> Message-ID: <6.0.0.22.0.20040121104538.01c2c920@...329...> At 03:09 21/01/2004, you wrote: >Le Mardi 20 Janvier 2004 07:25, Rizky Tahara Shita a ?crit : > > it is about the user friendly for programmer here.. will you add some > > shortcut key for the stop button ? > > > > for example i'm running my program and there is an error there.. so with > > shortcut key the programmer will have to stop the program with out clicking > > the stop button. it's just another suggestion here. cause when often errors > > raise, it is better when the hand is still on the keyboard and will make > > the coding more focused. > > > > just i did in VB6, i almost never put off my hands from the keyboard. when > > there is an error i just can press the CTRL - Break to break it then ALT - > > R - E to stop it. and sometime VB6 asked to me that will the program should > > end or in break mode... > > > > yes ofcourse it will usefull when we already focused on the code not in the > > design mode... > > > > > > Regards, > > > > > > tahara! > >I can see already a problem to do that... When your program run, the focus is >on your program windows, so when you press ctrl + break, this shortcut is not >send to the gambas ide. > >Fabien oh yeah... there is another misfocused.. when i run gambas and there is an error occured (and i stop it ofcourse)i cannot go write down directly to the error that already raise.. it's happen because if there is a toolbox or property dialog there, the focus goes to that dialog... not the gambas editor again... it's a little buging... :( Regards, tahara! From steff.eddy at ...330... Wed Jan 21 10:28:51 2004 From: steff.eddy at ...330... (stefanus eddy) Date: 21 Jan 2004 16:28:51 +0700 Subject: [Gambas-user] please check gambas tarball file Message-ID: <1074677330.22902.74.camel@...260...> dear all, i think something wrong with gambas tarball file. cause i'm finish download gambas and extract with: [root at ...260... gmbs71]# bunzip2 gambas-0.81.tar.bz2 bunzip2: Data integrity error when decompressing. Input file = gambas-0.81.tar.bz2, output file = gambas-0.81.tar It is possible that the compressed file(s) have become corrupted. You can use the -tvv option to test integrity of such files. You can use the `bzip2recover' program to attempt to recover data from undamaged sections of corrupted files. bunzip2: Deleting output file gambas-0.81.tar, if it exists. but i get this error????. please recompress and upload to sourceforge.net. -- stefanus eddy From na2492 at ...9... Wed Jan 21 13:43:46 2004 From: na2492 at ...9... (na2492 at ...9...) Date: Wed, 21 Jan 2004 13:43:46 00100 Subject: [Gambas-user] please check gambas tarball file Message-ID: <400e7402.2e29.0@...9...> >dear all, > >i think something wrong with gambas tarball file. cause i'm finish >download gambas and extract with: > >[root at ...260... gmbs71]# bunzip2 gambas-0.81.tar.bz2 > >bunzip2: Data integrity error when decompressing. > Input file = gambas-0.81.tar.bz2, output file = gambas-0.81.tar > >It is possible that the compressed file(s) have become corrupted. >You can use the -tvv option to test integrity of such files. > >You can use the `bzip2recover' program to attempt to recover >data from undamaged sections of corrupted files. > >bunzip2: Deleting output file gambas-0.81.tar, if it exists. > > >but i get this error????. please recompress and upload to >sourceforge.net. > Salut , try tar -xvjf gambas-0.81.tar.bz2 most of use hadn't problems with or you have had problems by downloading the file Amicalement charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From gambas at ...1... Wed Jan 21 19:12:11 2004 From: gambas at ...1... (Benoit Minisini) Date: Wed, 21 Jan 2004 19:12:11 +0100 Subject: [Gambas-user] shortcut key In-Reply-To: <6.0.0.22.0.20040121104538.01c2c920@...329...> References: <6.0.0.22.0.20040120131608.01bf6b50@...329...> <200401202109.04657.abidoo.too@...11...> <6.0.0.22.0.20040121104538.01c2c920@...329...> Message-ID: <200401211912.11666.gambas@...1...> On Wednesday 21 January 2004 04:49, Rizky Tahara Shita wrote: > At 03:09 21/01/2004, you wrote: > >Le Mardi 20 Janvier 2004 07:25, Rizky Tahara Shita a ?crit : > > > it is about the user friendly for programmer here.. will you add some > > > shortcut key for the stop button ? > > > > > > for example i'm running my program and there is an error there.. so > > > with shortcut key the programmer will have to stop the program with out > > > clicking the stop button. it's just another suggestion here. cause when > > > often errors raise, it is better when the hand is still on the keyboard > > > and will make the coding more focused. > > > > > > just i did in VB6, i almost never put off my hands from the keyboard. > > > when there is an error i just can press the CTRL - Break to break it > > > then ALT - R - E to stop it. and sometime VB6 asked to me that will the > > > program should end or in break mode... > > > > > > yes ofcourse it will usefull when we already focused on the code not in > > > the design mode... > > > > > > > > > Regards, > > > > > > > > > tahara! > > > >I can see already a problem to do that... When your program run, the focus > > is on your program windows, so when you press ctrl + break, this shortcut > > is not send to the gambas ide. > > > >Fabien > > oh yeah... there is another misfocused.. > when i run gambas and there is an error occured (and i stop it ofcourse)i > cannot go write down directly to the error that already raise.. > it's happen because if there is a toolbox or property dialog there, the > focus goes to that dialog... not the gambas editor again... it's a little > buging... :( > > > > > Regards, > > > tahara! > > You are right. It seems that Qt focus management is a bit strange. I will check my code, but I'm sure that, when an error raises, I call SetFocus on the gambas editor last, and so its window should be on top of the others... -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Jan 21 19:13:08 2004 From: gambas at ...1... (Benoit Minisini) Date: Wed, 21 Jan 2004 19:13:08 +0100 Subject: [Gambas-user] another suggestions for gambas In-Reply-To: <6.0.0.22.0.20040121102334.01c1c668@...329...> References: <6.0.0.22.0.20040121102334.01c1c668@...329...> Message-ID: <200401211913.08187.gambas@...1...> On Wednesday 21 January 2004 04:41, Rizky Tahara Shita wrote: > may be i just have more suggestion that doing that.. sorry.. but here is my > suggestions (again): > > 1. in the gambas editor. why don't you add the shortcut key for CTRL-Arrow > UP dan CTRL-Arrow Down that function are to move the cursor to the previous > or next sub / function. so the programmer will know (without be confusing) > on the function that he/she looking for... > (hem... may be i'm VB minded ?? yeah... but i just wanna this great gambas > get it's best) I didn't know you could do that in VB... If I have time, I will add it. > > 2. will you make the window be resizeable on the translate dialog ?? I can do it :-) > > thank you... > > > Regards, > > > tahara! > > Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Jan 21 19:21:29 2004 From: gambas at ...1... (Benoit Minisini) Date: Wed, 21 Jan 2004 19:21:29 +0100 Subject: [Gambas-user] "Open example" In-Reply-To: <200401201205.57332.sourceforge-raindog2@...94...> References: <200401201205.57332.sourceforge-raindog2@...94...> Message-ID: <200401211921.29944.gambas@...1...> On Tuesday 20 January 2004 18:05, Rob wrote: > Hey Benoit, when you hit "open example" on your > /opt/gambas-installed version of gambas, and select a project, > and try to run it, do you get a write permissions error? Or do > you have /opt/gambas/share/examples writable by everyone? I'm > trying to figure out how to handle this behavior in my packages > ("open examples" never worked before because I was dropping the > symbolic link in the wrong place, so I never ran into this > error.) I'm not crazy about making > /usr/share/doc/gambas-doc-x.xx/examples world writable and > hoping to come up with Another Way. > > Rob > When I do a make install, the examples directory have the following rights: [root at ...40... gambas]# ls -la /opt/gambas/share/examples total 2 drwxr-xr-x 26 root root 736 jan 21 19:19 ./ drwxr-xr-x 4 root root 96 jan 21 19:19 ../ drwxr-xr-x 3 root root 256 jan 21 19:19 AnalogWatch/ drwxr-xr-x 4 root root 328 jan 21 19:19 Blights/ drwxr-xr-x 3 root root 176 jan 21 19:19 ClientSocket/ drwxr-xr-x 4 root root 248 jan 21 19:19 Collection/ drwxr-xr-x 4 root root 304 jan 21 19:19 Console/ drwxr-xr-x 4 root root 496 jan 21 19:19 Database/ drwxr-xr-x 3 root root 176 jan 21 19:19 DnsClient/ drwxr-xr-x 4 root root 344 jan 21 19:19 Evaluator/ drwxr-xr-x 4 root root 448 jan 21 19:19 Explorer/ drwxr-xr-x 3 root root 168 jan 21 19:19 HTTPGet/ drwxr-xr-x 3 root root 168 jan 21 19:19 HTTPPost/ drwxr-xr-x 4 root root 312 jan 21 19:19 ImageViewer/ drwxr-xr-x 4 root root 376 jan 21 19:19 KateBrowser/ drwxr-xr-x 4 root root 600 jan 21 19:19 MoviePlayer/ ..... [root at ...40... gambas]# ls -la /opt/gambas/share/examples/AnalogWatch/ total 37 drwxr-xr-x 3 root root 256 jan 21 19:19 ./ drwxr-xr-x 26 root root 736 jan 21 19:19 ../ -rwxr-xr-x 1 root root 5035 jan 21 19:19 AnalogWatch* -rw-r--r-- 1 root root 5250 jan 21 19:19 FrmClock.class -rw-r--r-- 1 root root 5251 jan 21 19:19 FrmClock.class~ -rw-r--r-- 1 root root 525 jan 21 19:19 FrmClock.form -rw-r--r-- 1 root root 541 jan 21 19:19 FrmClock.form~ drwxr-xr-x 2 root root 72 jan 21 19:19 .gambas/ -rw-r--r-- 1 root root 203 jan 21 19:19 .project And I can run them without permissions error. I just can't modify the project if I'm not root. Regards, -- Benoit Minisini mailto:gambas at ...1... From Rick_Helfgen at ...221... Wed Jan 21 20:48:23 2004 From: Rick_Helfgen at ...221... (Ricky Helfgen) Date: Wed, 21 Jan 2004 20:48:23 +0100 Subject: [Gambas-user] gambas0.81 Message-ID: <1074714503.29249.1.camel@...280...> After install; i have this error : blaubaer at ...56...:~/gambas-0.81> gambas Cannot preload libraries: Invalid argument FProperty._load.668: #28: Bad event handler in FProperty.grdProperty_MouseUp(): Not enough arguments What is happends ? mfg Ricky From gambas at ...1... Wed Jan 21 21:01:19 2004 From: gambas at ...1... (Benoit Minisini) Date: Wed, 21 Jan 2004 21:01:19 +0100 Subject: [Gambas-user] gambas0.81 In-Reply-To: <1074714503.29249.1.camel@...280...> References: <1074714503.29249.1.camel@...280...> Message-ID: <200401212101.19622.gambas@...1...> On Wednesday 21 January 2004 20:48, Ricky Helfgen wrote: > After install; i have this error : > > blaubaer at ...56...:~/gambas-0.81> gambas > Cannot preload libraries: Invalid argument > FProperty._load.668: #28: Bad event handler in > FProperty.grdProperty_MouseUp(): Not enough arguments > > What is happends ? > > mfg Ricky > > Without any information, it is hard to help you. How did you install gambas ? On which system ?... -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Jan 21 21:32:01 2004 From: gambas at ...1... (Benoit Minisini) Date: Wed, 21 Jan 2004 21:32:01 +0100 Subject: [Gambas-user] another suggestions for gambas In-Reply-To: <6.0.0.22.0.20040121102334.01c1c668@...329...> References: <6.0.0.22.0.20040121102334.01c1c668@...329...> Message-ID: <200401212132.01674.gambas@...1...> On Wednesday 21 January 2004 04:41, Rizky Tahara Shita wrote: > may be i just have more suggestion that doing that.. sorry.. but here is my > suggestions (again): > > 1. in the gambas editor. why don't you add the shortcut key for CTRL-Arrow > UP dan CTRL-Arrow Down that function are to move the cursor to the previous > or next sub / function. so the programmer will know (without be confusing) > on the function that he/she looking for... > (hem... may be i'm VB minded ?? yeah... but i just wanna this great gambas > get it's best) > > 2. will you make the window be resizeable on the translate dialog ?? > > thank you... > > > Regards, > > > tahara! > This is done. -- Benoit Minisini mailto:gambas at ...1... From karl.reinl at ...9... Wed Jan 21 17:31:14 2004 From: karl.reinl at ...9... (Charlie) Date: Wed, 21 Jan 2004 17:31:14 +0100 Subject: [Gambas-user] Qt-Docus which commes not from Trolltech Message-ID: <400EA952.8090103@...9...> Salut , had my 20/2004 from LinusUser to day, and found an artikle about an Documentation to QT which is not from Trolltech, what means it is additional to the, they say 'very good' QT-Documentation. That means the guys talk also about the QT-problems etc. http://www.digitalfanatics.org/projects/qt_tutorial/ ther is also a page for a project to marry the 'QTs Signal and Slot' - Conzept with GTK. http://www.digitalfanatics.org/projects/gt/ Amicalement Charlie From abidoo.too at ...11... Wed Jan 21 21:45:50 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Wed, 21 Jan 2004 21:45:50 +0100 Subject: [Gambas-user] gambas0.81 In-Reply-To: <200401212101.19622.gambas@...1...> References: <1074714503.29249.1.camel@...280...> <200401212101.19622.gambas@...1...> Message-ID: <200401212145.50645.abidoo.too@...11...> Le Mercredi 21 Janvier 2004 21:01, Benoit Minisini a ?crit : > On Wednesday 21 January 2004 20:48, Ricky Helfgen wrote: > > After install; i have this error : > > > > blaubaer at ...56...:~/gambas-0.81> gambas > > Cannot preload libraries: Invalid argument > > FProperty._load.668: #28: Bad event handler in > > FProperty.grdProperty_MouseUp(): Not enough arguments > > > > What is happends ? > > > > mfg Ricky > > Without any information, it is hard to help you. How did you install gambas > ? On which system ?... ouhou I think you replace an old gambas version by the newest, but you have a problem during installation... the qt component is unchanged... so if you use a tarball version do : GAMBASDIR$/->make uninstall and after be sure that the /opt/gambas directory is erased be sure that you have QT GAMBASDIR$/->./reconf GAMBASDIR$/->./configure GAMBASDIR$/->make GAMBASDIR$->make install whatever if you use a rpm version... update your qtlib rpm Look for all of that and if it don't work... Send us : - your distribution and system - qtversion - type of install Fabien From t4nu at ...103... Thu Jan 22 04:53:28 2004 From: t4nu at ...103... (t4nu) Date: Thu, 22 Jan 2004 10:53:28 +0700 Subject: [Gambas-user] How To make a context menu ? Message-ID: <200401221053.28813.t4nu@...103...> Hi Gambas User.. How To make a context menu ? ( you know, if you click right mouse, then a pop up menu appear ) I made a TreeView control in a form and I stop in : PUBLIC SUB TreeView1_Menu() END I really have no idea to do this. Well, anyone can help ? From Rick_Helfgen at ...221... Thu Jan 22 05:56:08 2004 From: Rick_Helfgen at ...221... (Ricky Helfgen) Date: Thu, 22 Jan 2004 05:56:08 +0100 Subject: [Gambas-user] gambas0.81 In-Reply-To: <200401212101.19622.gambas@...1...> References: <1074714503.29249.1.camel@...280...> <200401212101.19622.gambas@...1...> Message-ID: <1074747367.2128.5.camel@...280...> */.configure make su make.... I use Suse 9.0 But I think that is not the problem. Because yesterday , before I install Suse 9.0 new, the programm, runs. best reagards Am Mi, 2004-01-21 um 21.01 schrieb Benoit Minisini: > On Wednesday 21 January 2004 20:48, Ricky Helfgen wrote: > > After install; i have this error : > > > > blaubaer at ...56...:~/gambas-0.81> gambas > > Cannot preload libraries: Invalid argument > > FProperty._load.668: #28: Bad event handler in > > FProperty.grdProperty_MouseUp(): Not enough arguments > > > > What is happends ? > > > > mfg Ricky > > > > > > Without any information, it is hard to help you. How did you install gambas ? > On which system ?... From mike at ...331... Thu Jan 22 11:49:06 2004 From: mike at ...331... (mike at ...331...) Date: Thu, 22 Jan 2004 10:49:06 +0000 Subject: [Gambas-user] Re: gambas0.81 In-Reply-To: <1074747367.2128.5.camel@...280...> References: <1074714503.29249.1.camel@...280...> <200401212101.19622.gambas@...1...> <1074747367.2128.5.camel@...280...> Message-ID: Ricky Helfgen writes: > */.configure > make > su make.... > > I use Suse 9.0 > > But I think that is not the problem. > > Because yesterday , before I install Suse 9.0 new, the programm, runs. > > best reagards > > > > > > Am Mi, 2004-01-21 um 21.01 schrieb Benoit Minisini: >> On Wednesday 21 January 2004 20:48, Ricky Helfgen wrote: >> > After install; i have this error : >> > >> > blaubaer at ...56...:~/gambas-0.81> gambas >> > Cannot preload libraries: Invalid argument >> > FProperty._load.668: #28: Bad event handler in >> > FProperty.grdProperty_MouseUp(): Not enough arguments >> > >> > What is happends ? >> > >> > mfg Ricky >> > >> > >> >> Without any information, it is hard to help you. How did you install gambas ? >> On which system ?... > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > I have installed Gambas 0.81 on SUSE 9.0 successfully. Did you remove (or just rename) the /opt/gambas directory before you did the make install? Mike From gambas at ...1... Thu Jan 22 18:01:11 2004 From: gambas at ...1... (Benoit Minisini) Date: Thu, 22 Jan 2004 18:01:11 +0100 Subject: [Gambas-user] How To make a context menu ? In-Reply-To: <200401221053.28813.t4nu@...103...> References: <200401221053.28813.t4nu@...103...> Message-ID: <200401221801.11796.gambas@...1...> On Thursday 22 January 2004 04:53, t4nu wrote: > Hi Gambas User.. > > How To make a context menu ? ( you know, if you click > right mouse, then a pop up menu appear ) > > I made a TreeView control in a form and I stop in : > > PUBLIC SUB TreeView1_Menu() > > > > > END > > I really have no idea to do this. Well, anyone can help ? > > No idea ? It like in VB yet! Create a menu named "mnuMyMenu" (for example) with the menu editor. Make it not visible, and populate it with all the sub-menus and menu entries you want. Then just call mnuMyMenu.Popup in the TreeView1_Menu() event handler. That's all. Regards, -- Benoit Minisini mailto:gambas at ...1... From karl.reinl at ...9... Thu Jan 22 17:47:33 2004 From: karl.reinl at ...9... (Charlie) Date: Thu, 22 Jan 2004 17:47:33 +0100 Subject: [Gambas-user] gambas0.81 References: <1074714503.29249.1.camel@...280...> <200401212101.19622.gambas@...1...> <1074747367.2128.5.camel@...280...> Message-ID: <400FFEA5.4080507@...9...> Ricky Helfgen schrieb: >*/.configure >make >su make.... > >I use Suse 9.0 > >But I think that is not the problem. > >Because yesterday , before I install Suse 9.0 new, the programm, runs. > >best reagards > > > > > >Am Mi, 2004-01-21 um 21.01 schrieb Benoit Minisini: > > >>On Wednesday 21 January 2004 20:48, Ricky Helfgen wrote: >> >> >>>After install; i have this error : >>> >>>blaubaer at ...56...:~/gambas-0.81> gambas >>>Cannot preload libraries: Invalid argument >>>FProperty._load.668: #28: Bad event handler in >>>FProperty.grdProperty_MouseUp(): Not enough arguments >>> >>>What is happends ? >>> >>>mfg Ricky >>> >>> >>> >>> >>Without any information, it is hard to help you. How did you install gambas ? >>On which system ?... >> >> Salut, how dit you unpack gambas-0.81 ? I always use 'tar -xvjf ' dont use 'mc' (I never had pb before, but I read about possible pb) to which Directory ? dit you overwrite an existing Directory ? If you dit overwrite an existing Diretory, dit you run ./reconf ? Amicalement Charlie From rizky at ...225... Fri Jan 23 02:58:40 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Fri, 23 Jan 2004 08:58:40 +0700 Subject: [Gambas-user] another suggestions for gambas In-Reply-To: <200401212132.01674.gambas@...1...> References: <6.0.0.22.0.20040121102334.01c1c668@...329...> <200401212132.01674.gambas@...1...> Message-ID: <6.0.0.22.0.20040123085812.01bf49d0@...329...> At 03:32 22/01/2004, you wrote: >On Wednesday 21 January 2004 04:41, Rizky Tahara Shita wrote: > > may be i just have more suggestion that doing that.. sorry.. but here is my > > suggestions (again): > > > > 1. in the gambas editor. why don't you add the shortcut key for CTRL-Arrow > > UP dan CTRL-Arrow Down that function are to move the cursor to the previous > > or next sub / function. so the programmer will know (without be confusing) > > on the function that he/she looking for... > > (hem... may be i'm VB minded ?? yeah... but i just wanna this great gambas > > get it's best) > > > > 2. will you make the window be resizeable on the translate dialog ?? > > > > thank you... > > > > > > Regards, > > > > > > tahara! > > > >This is done. thank's... hope writing with gambas now will be more fun :) Regards, tahara! From rizky at ...225... Fri Jan 23 03:20:22 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Fri, 23 Jan 2004 09:20:22 +0700 Subject: [Gambas-user] another suggestions for gambas In-Reply-To: <6.0.0.22.0.20040123085812.01bf49d0@...329...> References: <6.0.0.22.0.20040121102334.01c1c668@...329...> <200401212132.01674.gambas@...1...> <6.0.0.22.0.20040123085812.01bf49d0@...329...> Message-ID: <6.0.0.22.0.20040123091449.01c03d08@...329...> At 08:58 23/01/2004, you wrote: >At 03:32 22/01/2004, you wrote: >>On Wednesday 21 January 2004 04:41, Rizky Tahara Shita wrote: >> > may be i just have more suggestion that doing that.. sorry.. but here >> is my >> > suggestions (again): >> > >> > 1. in the gambas editor. why don't you add the shortcut key for CTRL-Arrow >> > UP dan CTRL-Arrow Down that function are to move the cursor to the >> previous >> > or next sub / function. so the programmer will know (without be confusing) >> > on the function that he/she looking for... >> > (hem... may be i'm VB minded ?? yeah... but i just wanna this great gambas >> > get it's best) >> > >> > 2. will you make the window be resizeable on the translate dialog ?? >> > >> > thank you... >> > >> > >> > Regards, >> > >> > >> > tahara! >> > >> >>This is done. hemm... another for the gambas editor: why you like the color for the gambas editor is the yellow/white on black by default ? it is better if you make the default is the invert color of it. why ? hemm... the yellow/white on black more look like an old BASIC (GWBasic / TurboBasic) that i ever used, but the invert one more look like MS Visual Basic default. :) Regards, tahara! From sourceforge-raindog2 at ...94... Fri Jan 23 03:27:26 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 22 Jan 2004 21:27:26 -0500 Subject: [Gambas-user] another suggestions for gambas In-Reply-To: <6.0.0.22.0.20040123091449.01c03d08@...329...> References: <6.0.0.22.0.20040121102334.01c1c668@...329...> <6.0.0.22.0.20040123085812.01bf49d0@...329...> <6.0.0.22.0.20040123091449.01c03d08@...329...> Message-ID: <200401222127.26023.sourceforge-raindog2@...94...> On Thursday 22 January 2004 21:20, Rizky Tahara Shita wrote: > why you like the color for the gambas editor is the > yellow/white on black by default ? > it is better if you make the default is the invert color of > it. why ? hemm... the yellow/white on black more look like an > old BASIC (GWBasic / TurboBasic) that i ever used, but the > invert one more look like MS Visual Basic default. :) It's easy enough to hit "invert colors" and tweak the one or two yucky combinations that result.... I can't figure out why it comes up with Fixed 15 as the default font, it may be Mandrake or it may be falling back or something, but I wonder if I could patch it to look for a default monospace font in .kde and use it. It uses the default proportional font from KDE for the rest of the UI... Rob From rizky at ...225... Fri Jan 23 03:41:52 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Fri, 23 Jan 2004 09:41:52 +0700 Subject: [Gambas-user] something missing ? Message-ID: <200401230941.52245.rizky@...225...> i'm trying to make a simple program using database connection, i have already gambas installed successfully and in my project there i've added the gb.db but when i run, it display the following error: "Cannot find driver for database: mysql" did i missing something ?? From sourceforge-raindog2 at ...94... Fri Jan 23 04:51:33 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 22 Jan 2004 22:51:33 -0500 Subject: [Gambas-user] something missing ? In-Reply-To: <200401230941.52245.rizky@...225...> References: <200401230941.52245.rizky@...225...> Message-ID: <200401222251.33485.sourceforge-raindog2@...94...> On Thursday 22 January 2004 21:41, Rizky Tahara Shita wrote: > i'm trying to make a simple program using database connection, > i have already gambas installed successfully and in my project > there i've added the gb.db > but when i run, it display the following error: > "Cannot find driver for database: mysql" > did i missing something ?? It sounds like whoever built gambas for you might have not had the mysql include files installed when they built it. I know some of my packages were like that, and not too long ago. If you built from scratch, I'd run configure again and watch for what it says about mysql. Rob From sourceforge-raindog2 at ...94... Fri Jan 23 05:44:12 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 22 Jan 2004 23:44:12 -0500 Subject: [Gambas-user] Process_Kill and LAST Message-ID: <200401222344.12595.sourceforge-raindog2@...94...> I just noticed tonight that if you refer to LAST.Id or LAST.Handle in the Process_Kill() event handler, they both always return -1. This kinda makes it difficult to figure out which process got terminated. Was this an oversight? The following code in a blank form will demonstrate this one pretty well. ' Gambas class file PUBLIC SUB Form_Open() SHELL "ls -al" FOR READ END PUBLIC SUB Process_Kill() Message.info("Process " & LAST.id & " is gone.") END I have also had LAST.Id and LAST.Handle be -1 during the last call of Process_Read(), but not repeatably. Rob From steff.eddy at ...330... Fri Jan 23 08:05:04 2004 From: steff.eddy at ...330... (stefanus eddy) Date: 23 Jan 2004 14:05:04 +0700 Subject: [Gambas-user] gambas with mysql Message-ID: <1074841503.16184.24.camel@...260...> dear all i'm very apreciated with gambas. now i used gambas 81 to develop my litle project with mysql database. i want to ask, with gambas can i add,insert and delete picture???. in VB my project is running well. thanks advance regards, eddy -- stefanus eddy From gambas at ...1... Fri Jan 23 16:38:08 2004 From: gambas at ...1... (Benoit Minisini) Date: Fri, 23 Jan 2004 16:38:08 +0100 Subject: [Gambas-user] Process_Kill and LAST In-Reply-To: <200401222344.12595.sourceforge-raindog2@...94...> References: <200401222344.12595.sourceforge-raindog2@...94...> Message-ID: <200401231638.08334.gambas@...1...> On Friday 23 January 2004 05:44, Rob wrote: > I just noticed tonight that if you refer to LAST.Id or > LAST.Handle in the Process_Kill() event handler, they both > always return -1. This kinda makes it difficult to figure out > which process got terminated. Was this an oversight? > > The following code in a blank form will demonstrate this one > pretty well. > > ' Gambas class file > > PUBLIC SUB Form_Open() > > SHELL "ls -al" FOR READ > > END > > PUBLIC SUB Process_Kill() > > Message.info("Process " & LAST.id & " is gone.") > > END > > > I have also had LAST.Id and LAST.Handle be -1 during the last > call of Process_Read(), but not repeatably. > > Rob > When a child terminated, LAST.Handle (which is the same thing as LAST.Id) is immediately reset to -1. I will remove this reset, so that the process pid can be read in Process_Kill(). Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Sat Jan 24 12:55:03 2004 From: gambas at ...1... (Benoit Minisini) Date: Sat, 24 Jan 2004 12:55:03 +0100 Subject: [Gambas-user] gambas 0.82 Message-ID: <200401241255.03640.gambas@...1...> Hi, I have just uploaded gambas-0.82... I fixed many problems of the 0.81 version. I succeeded in working around a KDE library bug, and so added three new controls in the KDE component. I added some little requested features in the IDE too. Now, the "before 1.0" check point: - Wiki documentation is not clean yet. - I want to split the current Picture class into three different classes: Picture, Image and Drawing. The current Image control will be renamed. - Surely waiting for the new net component of Daniel! Enjoy it! Regards, -- Benoit Minisini mailto:gambas at ...1... From ZENODotus at ...323... Sat Jan 24 13:40:10 2004 From: ZENODotus at ...323... (ZENODotus) Date: Sat, 24 Jan 2004 13:40:10 +0100 Subject: [Gambas-user] bug? Message-ID: <200401241340.10943.ZENODotus@...323...> Hey, When I try to make a new gambas project and try to run the program I get following error message: "The program has stopped unexpectedly by raising signal #11"... Can any body tell me what's wrong here? I work with gambas 0.81, on a mandrake 9.2... From ZENODotus at ...323... Sat Jan 24 13:42:14 2004 From: ZENODotus at ...323... (ZENODotus) Date: Sat, 24 Jan 2004 13:42:14 +0100 Subject: [Gambas-user] oops Message-ID: <200401241342.14362.ZENODotus@...323...> Sorry, my mistake... Forgot to make the form a startersclass From Rick_Helfgen at ...221... Sat Jan 24 14:02:04 2004 From: Rick_Helfgen at ...221... (Ricky Helfgen) Date: Sat, 24 Jan 2004 14:02:04 +0100 Subject: [Gambas-user] gambas 0.82 In-Reply-To: <200401241255.03640.gambas@...1...> References: <200401241255.03640.gambas@...1...> Message-ID: <1074949323.28264.1.camel@...280...> This version runs under my Suse 9.0 ! Yes !!!!!!! Strike ! Thanks a lot... In the End of this year I programming my Linux-version of the HTML-Reader !!! Ricky Am Sa, 2004-01-24 um 12.55 schrieb Benoit Minisini: > Hi, > > I have just uploaded gambas-0.82... > > I fixed many problems of the 0.81 version. I succeeded in working around a KDE > library bug, and so added three new controls in the KDE component. I added > some little requested features in the IDE too. > > Now, the "before 1.0" check point: > > - Wiki documentation is not clean yet. > > - I want to split the current Picture class into three different classes: > Picture, Image and Drawing. The current Image control will be renamed. > > - Surely waiting for the new net component of Daniel! > > Enjoy it! > > Regards, From danielcampos at ...282... Sat Jan 24 14:44:59 2004 From: danielcampos at ...282... (danielcampos at ...282...) Date: Sat, 24 Jan 2004 14:44:59 CET Subject: [Gambas-user] gambas 0.82 Message-ID: > >- Surely waiting for the new net component of Daniel! > Yes, I think tomorrow I'll can send the stable version of the net-curl component! Regards, Daniel 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 gambas at ...1... Sat Jan 24 16:56:16 2004 From: gambas at ...1... (Benoit Minisini) Date: Sat, 24 Jan 2004 16:56:16 +0100 Subject: [Gambas-user] oops In-Reply-To: <200401241342.14362.ZENODotus@...323...> References: <200401241342.14362.ZENODotus@...323...> Message-ID: <200401241656.16680.gambas@...1...> On Saturday 24 January 2004 13:42, ZENODotus wrote: > Sorry, my mistake... > > Forgot to make the form a startersclass > > Well, maybe you have found a bug somewhere, because if you don't define a starter form / class / method, then the IDE should warn you, and NOT run the program. Could you try to remember exactly what you have done until you get the signal #11 message (aka Segmentation Fault) ? Regards, -- Benoit Minisini mailto:gambas at ...1... From ZENODotus at ...323... Sat Jan 24 17:09:03 2004 From: ZENODotus at ...323... (ZENODotus) Date: Sat, 24 Jan 2004 17:09:03 +0100 Subject: [Gambas-user] little question Message-ID: <200401241709.03995.ZENODotus@...323...> Hello, everybody Is it possible to refer to an object on a form from within another module? thanks From ZENODotus at ...323... Sat Jan 24 17:14:39 2004 From: ZENODotus at ...323... (ZENODotus) Date: Sat, 24 Jan 2004 17:14:39 +0100 Subject: [Gambas-user] (no subject) Message-ID: <200401241714.39604.ZENODotus@...323...> euhm... Just made a form, without putting him as a startsclass and putting a combobox on it... That's it... I was used to the fact that Gambas always automatically checked the box for a startersclass... I know, too spoiled... ;-) From ernesto at ...333... Sat Jan 24 18:25:16 2004 From: ernesto at ...333... (Ernesto =?ISO-8859-1?Q?Qui=F1ones?= A.) Date: 24 Jan 2004 12:25:16 -0500 Subject: [Gambas-user] hello - hola In-Reply-To: <200401241709.03995.ZENODotus@...323...> References: <200401241709.03995.ZENODotus@...323...> Message-ID: <1074965115.3577.1.camel@...334...> Hello friends any body want create a mailing list about gabmas in spanish? please write me in private good luck Hola si estas interesado en formar una lista de gambas en castellano escribeme en privado saludos From greg at ...335... Sat Jan 24 19:26:15 2004 From: greg at ...335... (Greg Grabinski) Date: Sat, 24 Jan 2004 18:26:15 +0000 Subject: [Gambas-user] how do i enable the kde/qt component? Message-ID: <20040124182615.032ba646@...336...> hi! it seems like the script can't find my qt and kde install... here's my output from ./configure: loading cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal-1.4... missing checking for working autoconf... found checking for working automake-1.4... missing checking for working autoheader... found checking for working makeinfo... missing checking host system type... i686-pc-linux-gnu checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for a BSD compatible install... /bin/install -c checking whether ln -s works... (cached) yes checking whether make sets ${MAKE}... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for fcntl.h... (cached) yes checking for limits.h... (cached) yes checking for malloc.h... (cached) yes checking for strings.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for working const... (cached) yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking whether gcc needs -traditional... (cached) no checking return type of signal handlers... (cached) void checking for working strcoll... (cached) yes checking for strftime... (cached) yes checking for vprintf... (cached) yes checking for wait3 that fills in rusage... (cached) yes checking for getcwd... (cached) yes checking for gettimeofday... (cached) yes checking for mkdir... (cached) yes checking for rmdir... (cached) yes checking for select... (cached) yes checking for socket... (cached) yes checking for strdup... (cached) yes checking for strerror... (cached) yes checking for strtod... (cached) yes checking for strtol... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking build system type... i686-pc-linux-gnu checking for ld used by GCC... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for /usr/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking how to recognise dependant libraries... (cached) pass_all checking for object suffix... (cached) o checking for executable suffix... (cached) no checking command to parse /usr/bin/nm -B output... (cached) ok checking for dlfcn.h... (cached) yes checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking for objdir... .libs checking for gcc option to produce PIC... (cached) -fPIC checking if gcc PIC flag -fPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.lo... (cached) yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no 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) no checking whether -lc should be explicitly linked in... (cached) no creating libtool 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 which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for internationalization library (if not present in C library) headers... (cached) /usr/include/ checking for internationalization library (if not present in C library) libraries... (cached) no checking for charset conversion library (if not present in C library) headers... (cached) /usr/include/ checking for charset conversion library (if not present in C library) libraries... (cached) no checking for QT component headers... (cached) no checking for QT component libraries... (cached) no checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... (cached) no checking for dnet_ntoa in -ldnet_stub... (cached) no 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 moc... (cached) /bin/moc checking for KDE 3.x component headers... (cached) no checking for KDE 3.x component libraries... (cached) no checking for Networking component headers... (cached) /usr/include/curl/ checking for Networking component libraries... (cached) /usr/lib/ checking for PostgreSQL driver headers... (cached) no checking for PostgreSQL driver libraries... (cached) no checking for MySQL driver headers... (cached) /usr/local/mysql-standard-4.0.16-pc-linux-i686/include/ checking for MySQL driver libraries... (cached) no checking for SDL component headers... (cached) no checking for SDL component libraries... (cached) no checking for Visual Basic compatibility component headers... (cached) checking for Visual Basic compatibility component libraries... (cached) updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating src/share/Makefile creating src/comp/Makefile creating src/exec/Makefile creating src/lib/Makefile creating src/lib/eval/Makefile creating src/lib/example/Makefile creating src/lib/qt/Makefile creating src/lib/qt/editor/Makefile creating src/lib/qt/ext/Makefile creating src/lib/qt/kde/Makefile creating src/lib/db/Makefile creating src/lib/db/mysql/Makefile creating src/lib/db/postgresql/Makefile creating src/lib/sdl/Makefile creating src/lib/net/Makefile creating src/lib/vb/Makefile creating config.h config.h is unchanged configuring in libltdl running /bin/sh ./configure --with-kde-includes=/opt/kde/include/ --with-kde-libraries=/opt/kde/lib/ --with-qt-includes=/opt/qt/include/ --with-qt-libraries=/opt/qt/lib/ --enable-ltdl-convenience --cache-file=.././config.cache --srcdir=. loading cache .././config.cache checking for a BSD compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal-1.4... missing checking for working autoconf... found checking for working automake-1.4... missing checking for working autoheader... found checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for working const... (cached) yes checking for inline... (cached) inline checking for Cygwin environment... (cached) no checking for mingw32 environment... (cached) no checking how to run the C preprocessor... (cached) gcc -E checking host system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for ld used by GCC... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for /usr/bin/ld option to reload object files... (cached) -r checking for BSD-compatible nm... (cached) /usr/bin/nm -B checking whether ln -s works... (cached) yes checking how to recognise dependant libraries... (cached) pass_all checking for object suffix... (cached) o checking for executable suffix... (cached) no checking command to parse /usr/bin/nm -B output... (cached) ok checking for dlfcn.h... (cached) yes checking for ranlib... (cached) ranlib checking for strip... (cached) strip checking for objdir... .libs checking for gcc option to produce PIC... (cached) -fPIC checking if gcc PIC flag -fPIC works... (cached) yes checking if gcc static flag -static works... (cached) yes checking if gcc supports -c -o file.o... (cached) yes checking if gcc supports -c -o file.lo... (cached) yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... (cached) no creating libtool checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking whether gcc supports assert without backlinking... checking which extension is used for shared libraries... (cached) .so checking which variable specifies run-time library path... (cached) LD_LIBRARY_PATH checking for the default library search path... (cached) /lib /usr/lib /usr/X11R6/lib checking for objdir... (cached) .libs checking whether libtool supports -dlopen/-dlpreopen... (cached) yes checking for dlopen in -ldl... (cached) yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... (cached) no checking for dlerror... (cached) yes checking for _ prefix in compiled symbols... (cached) no checking whether deplibs are loaded by dlopen... (cached) yes checking for argz.h... (cached) yes checking for error_t... yes checking for argz_append... (cached) yes checking for argz_create_sep... (cached) yes checking for argz_insert... (cached) yes checking for argz_next... (cached) yes checking for argz_stringify... (cached) yes checking for errno.h... (cached) yes checking for malloc.h... (cached) yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdio.h... (cached) yes checking for ctype.h... (cached) yes checking for unistd.h... (cached) yes checking for dl.h... (cached) no checking for sys/dl.h... (cached) no checking for dld.h... (cached) no checking for string.h... (cached) yes checking for strchr... (cached) yes checking for strrchr... (cached) yes checking for memcpy... (cached) yes checking for memmove... (cached) yes checking for strcmp... (cached) yes updating cache .././config.cache creating ./config.status creating Makefile creating config.h config.h is unchanged and well, the question is... WHY? ;) thanks for any help --greg From sourceforge-raindog2 at ...94... Sat Jan 24 18:44:31 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sat, 24 Jan 2004 12:44:31 -0500 Subject: [Gambas-user] little question In-Reply-To: <200401241709.03995.ZENODotus@...323...> References: <200401241709.03995.ZENODotus@...323...> Message-ID: <200401241244.31097.sourceforge-raindog2@...94...> On Saturday 24 January 2004 11:09, ZENODotus wrote: > Is it possible to refer to an object on a form from within > another module? Sure, check off "Form controls are public" in project properties, keep references to all your forms as public variables in your starter class, and you should be fine. I'll write an example for How Do I... if you still have trouble. (I probably should do that anyway since this is a frequently asked question.) Rob From sourceforge-raindog2 at ...94... Sat Jan 24 19:23:43 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sat, 24 Jan 2004 13:23:43 -0500 Subject: [Gambas-user] gambas 0.82 In-Reply-To: <200401241255.03640.gambas@...1...> References: <200401241255.03640.gambas@...1...> Message-ID: <200401241322.03987.sourceforge-raindog2@...94...> On Saturday 24 January 2004 06:55, Benoit Minisini wrote: > Now, the "before 1.0" check point: > - Wiki documentation is not clean yet. > - I want to split the current Picture class into three > different classes: Picture, Image and Drawing. The current > Image control will be renamed. I will work on the remaining wiki issues after I get back from this weekend, but I'd like to make a documentation related request: Could you do a release prior to 1.0 that is, from a programmer's perspective, identical to 1.0? I don't want 1.0 to ship with a help file that has (for example) the old documentation for the Image control. :) I also need to do a new export for 0.82 to cover the new KDE controls, so that will give me an opportunity to address some of your requests. I'm not sure I have all of them, because you mailed some of them to me instead of the list and you used your non-Gambas address and didn't mention Gambas in the subject line, so my filters didn't catch them and I can't find them now. If you get a chance to add anything I missed to the WikiExportTodoList on the wiki, then maybe we won't have to go through another 3 rounds of "You missed this..." ;) http://www.binara.com/gambas-wiki/bin/view/Gambas/WikiExportTodoList Rob From sourceforge-raindog2 at ...94... Sat Jan 24 19:34:12 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Sat, 24 Jan 2004 13:34:12 -0500 Subject: [Gambas-user] mandrake packages of 0.82 Message-ID: <200401241334.12831.sourceforge-raindog2@...94...> http://www.kudla.org/index.php?wl_mode=more&wl_eid=48 I only just submitted 0.81 to contrib, so hopefully I can get these in there before someone builds them ;) Rob From mardus at ...298... Sat Jan 24 19:33:33 2004 From: mardus at ...298... (Marcelo Duschkin) Date: Sat, 24 Jan 2004 15:33:33 -0300 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <1074965115.3577.1.camel@...334...> References: <200401241709.03995.ZENODotus@...323...> <1074965115.3577.1.camel@...334...> Message-ID: <200401241533.33787.mardus@...298...> El S?b 24 Ene 2004 14:25, Ernesto Qui?ones "A." escribi?: >(EQ) Hola si estas interesado en formar una lista de gambas en castellano > escribeme en privado ?Por qu? en privado? Seguro somos muchos los interesados. -- Para el cierre: --- El Maestro Pen Guin hace tiempo sentenci?: Telef?nica: Bienvenido al futu}??{??r??? NO CARRIER - - - Marcelo Duschkin - Buenos Aires - Argentina mardus at ...298... www.websdelsur.com.ar www.lahueya.com.ar From ernesto at ...333... Sat Jan 24 20:11:07 2004 From: ernesto at ...333... (Ernesto =?ISO-8859-1?Q?Qui=F1ones?= A.) Date: 24 Jan 2004 14:11:07 -0500 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <200401241533.33787.mardus@...298...> References: <200401241709.03995.ZENODotus@...323...> <1074965115.3577.1.camel@...334...> <200401241533.33787.mardus@...298...> Message-ID: <1074971467.4145.0.camel@...334...> a que bueno, solo lo dije para evitar molestias de tener varios idiomas no entendibles por otros amigos de la lista, pero si incluso se puede hacer eso yo creo que no es necesario que se forme otra lista ;) alguien mas interesado? saludos El s?b, 24 de 01 de 2004 a las 13:33, Marcelo Duschkin escribi?: > El S?b 24 Ene 2004 14:25, Ernesto Qui?ones "A." escribi?: > >(EQ) Hola si estas interesado en formar una lista de gambas en castellano > > escribeme en privado > > ?Por qu? en privado? > Seguro somos muchos los interesados. > > -- Para el cierre: --- > El Maestro Pen Guin hace tiempo sentenci?: > Telef?nica: Bienvenido al futu}??{??r??? NO CARRIER > - - - > Marcelo Duschkin - Buenos Aires - Argentina > mardus at ...298... > www.websdelsur.com.ar > www.lahueya.com.ar > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- ********************************* * Ernesto Qui?ones A. * * Gerente General * * EQ Soft Consultor?a y Soporte * * http://www.eqsoft.net * * ernesto at ...333... * ********************************* Visite http://www.eqsoft.net Experiencia Profesional, Servicios, Noticias Manuales gratis, Links de Interes, etc. EQ Soft Consultor?a y Soporte Av. Elmer Faucett 1985 Bellavista-Callao Telf.: 9724-4926 9700-3957 From karl.reinl at ...9... Sat Jan 24 23:29:58 2004 From: karl.reinl at ...9... (Charlie) Date: Sat, 24 Jan 2004 23:29:58 +0100 Subject: [Gambas-user] how do i enable the kde/qt component? References: <20040124182615.032ba646@...336...> Message-ID: <4012F1E6.5040703@...9...> Greg Grabinski schrieb: >hi! >it seems like the script can't find my qt and kde install... here's my output from ./configure: > >loading cache ./config.cache >checking whether to enable maintainer-specific portions of Makefiles... no > > Salut Greg, is you box prepared to compile ? I mean have you installted the QT-devel ? do you have KDE 3.x on the box ? dit you install Developer-Tools ? Because in the output I find lots of 'NO's at the end. Could you tell us you distripution and version of gambas ? Amicalement Charlie From abidoo.too at ...11... Sat Jan 24 23:34:02 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Sat, 24 Jan 2004 23:34:02 +0100 Subject: [Gambas-user] how do i enable the kde/qt component? In-Reply-To: <20040124182615.032ba646@...336...> References: <20040124182615.032ba646@...336...> Message-ID: <200401242334.02415.abidoo.too@...11...> you must install the kde-devel packages... Fabien From abidoo.too at ...11... Sun Jan 25 00:03:10 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Sun, 25 Jan 2004 00:03:10 +0100 Subject: [Gambas-user] bugs Message-ID: <200401250003.10444.abidoo.too@...11...> in fedora first the ide crash when i add new foms (et que je n'ai pas selectionn? gb.qt) second Exception en point flottant <----- this error appear when i add a new calendar &and the IDE crash Fabien From danielcampos at ...282... Sun Jan 25 00:21:48 2004 From: danielcampos at ...282... (Daniel Campos) Date: Sun, 25 Jan 2004 00:21:48 +0100 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <1074971467.4145.0.camel@...334...> References: <200401241709.03995.ZENODotus@...323...> <1074965115.3577.1.camel@...334...> <200401241533.33787.mardus@...298...> <1074971467.4145.0.camel@...334...> Message-ID: <1074986508.3343.8.camel@...40...> El s?b, 24-01-2004 a las 20:11, Ernesto Qui?ones A. escribi?: > a que bueno, solo lo dije para evitar molestias de tener varios idiomas > no entendibles por otros amigos de la lista, pero si incluso se puede > hacer eso yo creo que no es necesario que se forme otra lista ;) > alguien mas interesado? > saludos Siendo esta la lista principal de Gambas, es mejor que siga siendo un lugar com?n en Ingl?s en lugar de convertirse en una "torre de Babel", con el fin de que todos nos entendamos, no obstante tambi?n creo que es correcto enviar un mensaje en el idioma de cada cual, siempre y cuando se env?e tambi?n traducido (mejor o peor, que aqu? no somos fil?logos, al ingl?s) Por suerte o desgracia, el Ingl?s es hoy lo que debi? ser el Esperanto :) ---------------------------------------------------------------------- Ser?a bueno buscar un lugar (?Hispalinux?) para crear una lista y documentaci?n en Castellano... Saludos, > > El s?b, 24 de 01 de 2004 a las 13:33, Marcelo Duschkin escribi?: > > El S?b 24 Ene 2004 14:25, Ernesto Qui?ones "A." escribi?: > > >(EQ) Hola si estas interesado en formar una lista de gambas en castellano > > > escribeme en privado > > > > ?Por qu? en privado? > > Seguro somos muchos los interesados. > > > > -- Para el cierre: --- > > El Maestro Pen Guin hace tiempo sentenci?: > > Telef?nica: Bienvenido al futu}??{??r??? NO CARRIER > > - - - > > Marcelo Duschkin - Buenos Aires - Argentina > > mardus at ...298... > > www.websdelsur.com.ar > > www.lahueya.com.ar > > > > > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by EclipseCon 2004 > > Premiere Conference on Open Tools Development and Integration > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > http://www.eclipsecon.org/osdn > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Daniel Campos From gambas at ...162... Sun Jan 25 05:32:46 2004 From: gambas at ...162... (Wojtek) Date: Sun, 25 Jan 2004 05:32:46 +0100 Subject: [Gambas-user] proposal of change in FNewForm Message-ID: <200401250521.40661.gambas@...337...> Hi. I'm tired of making the same job with every new Gambas version. Is it possible to add permanently my improvement in form FNewForm? http://gambas.jest.o.k.pl/dopobrania/FNewForm.tar.gz The point is that I add new form creating on the base of template form named "TemplateForm". I hope that you understand. ;) If not, test the example. -- Wojciech Saltarski From ZENODotus at ...323... Sun Jan 25 11:07:23 2004 From: ZENODotus at ...323... (ZENODotus) Date: Sun, 25 Jan 2004 11:07:23 +0100 Subject: [Gambas-user] little question In-Reply-To: <200401241244.31097.sourceforge-raindog2@...94...> References: <200401241709.03995.ZENODotus@...323...> <200401241244.31097.sourceforge-raindog2@...94...> Message-ID: <200401251107.23751.ZENODotus@...323...> Op zaterdag 24 januari 2004 18:44, schreef Rob: > On Saturday 24 January 2004 11:09, ZENODotus wrote: > > Is it possible to refer to an object on a form from within > > another module? > > Sure, check off "Form controls are public" in project properties, > keep references to all your forms as public variables in your > starter class, and you should be fine. > > I'll write an example for How Do I... if you still have trouble. > (I probably should do that anyway since this is a frequently > asked question.) > > Rob > Thanks Rob, that works just fine... Actually a very simple solution, but you've got to know it... ;-) > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Sun Jan 25 18:40:25 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 25 Jan 2004 18:40:25 +0100 Subject: [Gambas-user] proposal of change in FNewForm In-Reply-To: <200401250521.40661.gambas@...337...> References: <200401250521.40661.gambas@...337...> Message-ID: <200401251840.25538.gambas@...1...> On Sunday 25 January 2004 05:32, Wojtek wrote: > Hi. > > I'm tired of making the same job with every new Gambas version. > Is it possible to add permanently my improvement in form FNewForm? > http://gambas.jest.o.k.pl/dopobrania/FNewForm.tar.gz > > The point is that I add new form creating on the base of template form > named "TemplateForm". > > I hope that you understand. ;) If not, test the example. Which example ? I'm not sure to understand. Does it create forms from a already existing "TemplateForm" form ? If so, why don't you use the "existing" tab, that create a form from an already existing one. Regards, -- Benoit Minisini mailto:gambas at ...1... From leo.barnhoorn at ...246... Mon Jan 26 04:27:39 2004 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Sun, 25 Jan 2004 19:27:39 -0800 Subject: [Gambas-user] gambas 0.82 In-Reply-To: <200401241255.03640.gambas@...1...> References: <200401241255.03640.gambas@...1...> Message-ID: <200401251927.39024.leo.barnhoorn@...246...> Hallo Benoit, Gambas version 0.82 is compiling and running OK on SuSE 8.2 and 9.0 My project are running also fine. Thanks Benoit. Regards, Leo Barnhoorn. On Saturday 24 January 2004 03:55, Benoit Minisini wrote: > Hi, > > I have just uploaded gambas-0.82... > > I fixed many problems of the 0.81 version. I succeeded in working around a > KDE library bug, and so added three new controls in the KDE component. I > added some little requested features in the IDE too. > > Now, the "before 1.0" check point: > > - Wiki documentation is not clean yet. > > - I want to split the current Picture class into three different classes: > Picture, Image and Drawing. The current Image control will be renamed. > > - Surely waiting for the new net component of Daniel! > > Enjoy it! > > Regards, From gambas at ...1... Sun Jan 25 19:58:52 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 25 Jan 2004 19:58:52 +0100 Subject: [Gambas-user] gambas 0.82 In-Reply-To: <200401241322.03987.sourceforge-raindog2@...94...> References: <200401241255.03640.gambas@...1...> <200401241322.03987.sourceforge-raindog2@...94...> Message-ID: <200401251958.52008.gambas@...1...> On Saturday 24 January 2004 19:23, Rob wrote: > On Saturday 24 January 2004 06:55, Benoit Minisini wrote: > > Now, the "before 1.0" check point: > > - Wiki documentation is not clean yet. > > - I want to split the current Picture class into three > > different classes: Picture, Image and Drawing. The current > > Image control will be renamed. > > I will work on the remaining wiki issues after I get back from > this weekend, but I'd like to make a documentation related > request: Could you do a release prior to 1.0 that is, from a > programmer's perspective, identical to 1.0? I don't want 1.0 to > ship with a help file that has (for example) the old > documentation for the Image control. :) Of course, there will be 1.0RC1, 1.0RC2, and so on! The documentation will be freeze just before. > > I also need to do a new export for 0.82 to cover the new KDE > controls, so that will give me an opportunity to address some of > your requests. I'm not sure I have all of them, because you > mailed some of them to me instead of the list and you used your > non-Gambas address and didn't mention Gambas in the subject > line, so my filters didn't catch them and I can't find them now. > If you get a chance to add anything I missed to the > WikiExportTodoList on the wiki, then maybe we won't have to go > through another 3 rounds of "You missed this..." ;) > > http://www.binara.com/gambas-wiki/bin/view/Gambas/WikiExportTodoList > > Rob > I will send you all my recent mails agains to your address, with the word Gambas in the subject. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...162... Sun Jan 25 23:30:48 2004 From: gambas at ...162... (Wojtek) Date: Sun, 25 Jan 2004 23:30:48 +0100 Subject: [Gambas-user] proposal of change in FNewForm In-Reply-To: <200401251840.25538.gambas@...1...> References: <200401250521.40661.gambas@...337...> <200401251840.25538.gambas@...1...> Message-ID: <200401252139.05704.gambas@...162...> Dnia nie 25. stycznia 2004 18:40, Benoit Minisini napisa?: > Which example ? An example of suggested modification: http://gambas.jest.o.k.pl/dopobrania/FNewForm.tar.gz > I'm not sure to understand. I knew you'll tell so and make me struggle with english. ;) > Does it create forms from a already existing > "TemplateForm" form ? Yes. > If so, why don't you use the "existing" tab, that > create a form from an already existing one. Because if it is in the same project, then it displays "File already exists". I would have to store tempalte form in separate project. If I wanted to change something in template form I would have to open next instance of Gambas with this project. Every project can have different template form and it is comfortably to have it with the project instead of looking for it in other directories. In theory it would be possible to modify "existing" tab to make it ask for changing name but I think that it may create an unnecessary disturbance. I think that separate tab is the least inconvenient solution. If somebody does not need that option he won't use it. For those who may find it usefull it will be always at hand. My modification has one more advantage. If in file of form class is reference to name of this form then it will be replaced with new name automatically what could be undesirable in "existing" tab because "existing" tab is orginally an ordinary copying. It's only a small improvement. One click, no searching, no hand copying, no changing words in template class code. I made big application in MS Access and template form was very usefull there. Now I must rewrite it on Linux and I want use Gambas to do it. Because of that I would like to have any improvement. That's why I'm asking if there's any problem to add it to Gambas permanently. If it is impossible, it is O.K. I can still make modyfication by myself after every new Gambas version. -- Wojciech Saltarski From rizky at ...225... Mon Jan 26 02:56:52 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Mon, 26 Jan 2004 08:56:52 +0700 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <1074986508.3343.8.camel@...40...> References: <200401241709.03995.ZENODotus@...323...> <1074965115.3577.1.camel@...334...> <200401241533.33787.mardus@...298...> <1074971467.4145.0.camel@...334...> <1074986508.3343.8.camel@...40...> Message-ID: <6.0.0.22.0.20040126085605.01acb570@...329...> koq gak ada yang pake bahasa intenasional seh ?? lah wong ini milis... bukan email via japri.... At 06:21 25/01/2004, you wrote: >El s?b, 24-01-2004 a las 20:11, Ernesto Qui?ones A. escribi?: > > a que bueno, solo lo dije para evitar molestias de tener varios idiomas > > no entendibles por otros amigos de la lista, pero si incluso se puede > > hacer eso yo creo que no es necesario que se forme otra lista ;) > > alguien mas interesado? > > saludos > >Siendo esta la lista principal de Gambas, es mejor que siga siendo un >lugar com?n en Ingl?s en lugar de convertirse en una "torre de Babel", >con el fin de que todos nos entendamos, no obstante tambi?n creo que >es correcto enviar un mensaje en el idioma de cada cual, siempre y >cuando se env?e tambi?n traducido (mejor o peor, que aqu? no somos >fil?logos, al ingl?s) Por suerte o desgracia, el Ingl?s es hoy lo >que debi? ser el Esperanto :) >---------------------------------------------------------------------- >Ser?a bueno buscar un lugar (?Hispalinux?) para crear una lista y >documentaci?n en Castellano... > >Saludos, > > > > El s?b, 24 de 01 de 2004 a las 13:33, Marcelo Duschkin escribi?: > > > El S?b 24 Ene 2004 14:25, Ernesto Qui?ones "A." escribi?: > > > >(EQ) Hola si estas interesado en formar una lista de gambas en > castellano > > > > escribeme en privado > > > > > > ?Por qu? en privado? > > > Seguro somos muchos los interesados. > > > > > > -- Para el cierre: --- > > > El Maestro Pen Guin hace tiempo sentenci?: > > > Telef?nica: Bienvenido al futu}??{??r??? NO CARRIER > > > - - - > > > Marcelo Duschkin - Buenos Aires - Argentina > > > mardus at ...298... > > > www.websdelsur.com.ar > > > www.lahueya.com.ar > > > > > > > > > > > > ------------------------------------------------------- > > > The SF.Net email is sponsored by EclipseCon 2004 > > > Premiere Conference on Open Tools Development and Integration > > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > > http://www.eclipsecon.org/osdn > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user >-- >Daniel Campos > > > >------------------------------------------------------- >The SF.Net email is sponsored by EclipseCon 2004 >Premiere Conference on Open Tools Development and Integration >See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >http://www.eclipsecon.org/osdn >_______________________________________________ >Gambas-user mailing list >Gambas-user at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/gambas-user Regards, tahara! From rizky at ...225... Mon Jan 26 03:08:49 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Mon, 26 Jan 2004 09:08:49 +0700 Subject: [Gambas-user] gambas 0.82 In-Reply-To: <200401241255.03640.gambas@...1...> References: <200401241255.03640.gambas@...1...> Message-ID: <6.0.0.22.0.20040126090316.01c00bf8@...329...> At 18:55 24/01/2004, you wrote: >Hi, > >I have just uploaded gambas-0.82... > >I fixed many problems of the 0.81 version. I succeeded in working around a >KDE >library bug, and so added three new controls in the KDE component. I added >some little requested features in the IDE too. > >Now, the "before 1.0" check point: > >- Wiki documentation is not clean yet. > >- I want to split the current Picture class into three different classes: >Picture, Image and Drawing. The current Image control will be renamed. > >- Surely waiting for the new net component of Daniel! > >Enjoy it! > >Regards, ya thank's benoit... thank's for doing my request (suggestion) that i ask you before... hemm... may be someday gambas editor will have the CTRL + Space that function to show a popup window on the editor that has lists of properties or method or sub or functions, so the programmer will just have to choose several words and the rest word will be done easily.. if you don't understand, try VB6 and have a CTRL + Space you'll know what i ment.. if you don't want to try in VB try Quanta there... it have the same popup function lists... :) this will be usefull, since gambas manual page hasn't updated soon... so the newbie programmer (just like me) know the properti of an object by pressing the ctrl + space or when the programmer hit the '.' (dot) button, it will still show that popup... Regards, tahara! From rizky at ...225... Mon Jan 26 04:30:44 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Mon, 26 Jan 2004 10:30:44 +0700 Subject: [Gambas-user] snake example Message-ID: <200401261030.44660.rizky@...225...> why is the snake example not running well in gambas 0.82 and 0.81 ? From Karl.Reinl at ...9... Mon Jan 26 12:06:42 2004 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Mon, 26 Jan 2004 12:06:42 +0100 Subject: [Gambas-user] =?iso-8859-1?q?=A0=2Fopt=2Fgambas=2Fshare=2Fexamples=20is=20still?= =?iso-8859-1?q?=20owned=20by=20root=3Aroot=20=2E?= =?iso-8859-1?q?=20=0A?= Message-ID: <200401261206.42529.Karl.Reinl@...9...> from Rizky Tahara Shita 22/11/2003 - gambas-0.72 OK gambas-0.73pre2 24/01/2004- gambas-0.82 the same /opt/gambas/share/examples is still owned by root:root . If you start gambas from a konsole you get Project.ReadProject.990: #43: Access forbidden Amicalement Charlie From Karl.Reinl at ...9... Mon Jan 26 12:06:50 2004 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Mon, 26 Jan 2004 12:06:50 +0100 Subject: [Gambas-user] something still not nice/good Message-ID: <200401261206.50949.Karl.Reinl@...9...> Salut, this is not a very dangerouse thing , but it is not nice/good since - gambas-0.73 /where I remarked it) you can still delete you project-files, while open in the IDE do the following: Start a Project and Create a new form or open an existing project Then File/Open a Project Select (in left window) the project change to the right window and open on a file with a right mouse click the context menu NOW you can delete you project-files, while open in the IDE Amicalement Charlie From Karl.Reinl at ...9... Mon Jan 26 12:11:45 2004 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Mon, 26 Jan 2004 12:11:45 +0100 Subject: [Gambas-user] Error - MsgBox has to stay ONTOP Message-ID: <200401261211.45859.Karl.Reinl@...9...> Salut, to often if a Error-MsgBox raise, by the next movment the MsgBox dissapears behind the popping up Window. Is not possible to make something like System-modal ? Amicalement Charlie From Karl.Reinl at ...9... Mon Jan 26 12:14:42 2004 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Mon, 26 Jan 2004 12:14:42 +0100 Subject: [Gambas-user] 0.82 of gambas Message-ID: <200401261214.42333.Karl.Reinl@...9...> Salut, 0.82 compilation is OK on ???????? gentoo 1.4, Kernel 2.6.0 , qt-3.2,3 , gcc 3.2.3 , KDE 3.1.4 , mysql 4.0.16 For SuSE 7.2 ...... I 'm still try to update the system. got libtool 1.5 But what does it need on newer like autoconf etc ??? Amicalement Charlie From daniel.campos at ...338... Mon Jan 26 19:48:27 2004 From: daniel.campos at ...338... (Daniel Campos) Date: Mon, 26 Jan 2004 19:48:27 +0100 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <6.0.0.22.0.20040126085605.01acb570@...329...> References: <200401241709.03995.ZENODotus@...323...> <1074965115.3577.1.camel@...334...> <200401241533.33787.mardus@...298...> <1074971467.4145.0.camel@...334...> <1074986508.3343.8.camel@...40...> <6.0.0.22.0.20040126085605.01acb570@...329...> Message-ID: <1075142907.2822.12.camel@...40...> El lun, 26-01-2004 a las 02:56, Rizky Tahara Shita escribi?: > koq gak ada yang pake bahasa intenasional seh ?? > lah wong ini milis... bukan email via japri.... > Ernesto wanted to create a gambas list in spanish, and asked for people trying to do the same, to contact with them in private, to not disturb usual gambas list flow, then Marcelo said "Why in private, all spanish people must know it!" Then I replied it was better to talk in another place in spanish, or at least, translate it to english in the same mail. So don't be afraid, just a weeks before some people sent messages if french, and now it's all in english again :-) Regards, Daniel Campos > At 06:21 25/01/2004, you wrote: > >El s?b, 24-01-2004 a las 20:11, Ernesto Qui?ones A. escribi?: > > > a que bueno, solo lo dije para evitar molestias de tener varios idiomas > > > no entendibles por otros amigos de la lista, pero si incluso se puede > > > hacer eso yo creo que no es necesario que se forme otra lista ;) > > > alguien mas interesado? > > > saludos > > > >Siendo esta la lista principal de Gambas, es mejor que siga siendo un > >lugar com?n en Ingl?s en lugar de convertirse en una "torre de Babel", > >con el fin de que todos nos entendamos, no obstante tambi?n creo que > >es correcto enviar un mensaje en el idioma de cada cual, siempre y > >cuando se env?e tambi?n traducido (mejor o peor, que aqu? no somos > >fil?logos, al ingl?s) Por suerte o desgracia, el Ingl?s es hoy lo > >que debi? ser el Esperanto :) > >---------------------------------------------------------------------- > >Ser?a bueno buscar un lugar (?Hispalinux?) para crear una lista y > >documentaci?n en Castellano... > > > >Saludos, > > > > > > El s?b, 24 de 01 de 2004 a las 13:33, Marcelo Duschkin escribi?: > > > > El S?b 24 Ene 2004 14:25, Ernesto Qui?ones "A." escribi?: > > > > >(EQ) Hola si estas interesado en formar una lista de gambas en > > castellano > > > > > escribeme en privado > > > > > > > > ?Por qu? en privado? > > > > Seguro somos muchos los interesados. > > > > > > > > -- Para el cierre: --- > > > > El Maestro Pen Guin hace tiempo sentenci?: > > > > Telef?nica: Bienvenido al futu}??{?r??? NO CARRIER > > > > - - - > > > > Marcelo Duschkin - Buenos Aires - Argentina > > > > mardus at ...298... > > > > www.websdelsur.com.ar > > > > www.lahueya.com.ar > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > The SF.Net email is sponsored by EclipseCon 2004 > > > > Premiere Conference on Open Tools Development and Integration > > > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > > > http://www.eclipsecon.org/osdn > > > > _______________________________________________ > > > > Gambas-user mailing list > > > > Gambas-user at lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > >-- > >Daniel Campos > > > > > > > >------------------------------------------------------- > >The SF.Net email is sponsored by EclipseCon 2004 > >Premiere Conference on Open Tools Development and Integration > >See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > >http://www.eclipsecon.org/osdn > >_______________________________________________ > >Gambas-user mailing list > >Gambas-user at lists.sourceforge.net > >https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > Regards, > > > tahara! > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From _root at ...324... Mon Jan 26 22:41:05 2004 From: _root at ...324... (-=FoX=-) Date: Mon, 26 Jan 2004 22:41:05 +0100 Subject: [Gambas-user] Retrive coordinates from textarea or gambaseditor Message-ID: <40158971.5070003@...324...> Hi :) how i can translate the blinking cursor position from line/column in screen coordinates? ... Can I make this? From sourceforge-raindog2 at ...94... Tue Jan 27 02:18:26 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 26 Jan 2004 20:18:26 -0500 Subject: [Gambas-user] binara.com temporarily down Message-ID: <200401262018.26393.sourceforge-raindog2@...94...> Actually, the machine running the wiki is up, it's just that our domain name reseller let our domain lapse without billing us or asking us to renew. And naturally, the day it expired I happened to be out of town. So we renewed it, but it'll probably take a day or so before you can reach it at www.binara.com again. In the meantime, http://12.107.136.168/gambas-wiki/ will still work, though I realize it's not optimal. Sorry about that. Rob From gambas at ...1... Tue Jan 27 12:16:02 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 27 Jan 2004 12:16:02 +0100 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <1075142907.2822.12.camel@...40...> References: <200401241709.03995.ZENODotus@...323...> <6.0.0.22.0.20040126085605.01acb570@...329...> <1075142907.2822.12.camel@...40...> Message-ID: <200401271216.02512.gambas@...1...> On Monday 26 January 2004 19:48, Daniel Campos wrote: > El lun, 26-01-2004 a las 02:56, Rizky Tahara Shita escribi?: > > koq gak ada yang pake bahasa intenasional seh ?? > > lah wong ini milis... bukan email via japri.... > > Ernesto wanted to create a gambas list in spanish, and asked for > people trying to do the same, to contact with them in private, > to not disturb usual gambas list flow, then Marcelo said "Why > in private, all spanish people must know it!" Then I replied > it was better to talk in another place in spanish, or at least, > translate it to english in the same mail. > > So don't be afraid, just a weeks before some people sent messages > if french, and now it's all in english again :-) > > Regards, > > Daniel Campos > I can create a "gambas-user-es" spanish mailing-list on sourceforge, if you need. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 27 12:17:41 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 27 Jan 2004 12:17:41 +0100 Subject: [Gambas-user] Error - MsgBox has to stay ONTOP In-Reply-To: <200401261211.45859.Karl.Reinl@...9...> References: <200401261211.45859.Karl.Reinl@...9...> Message-ID: <200401271217.41775.gambas@...1...> On Monday 26 January 2004 12:11, Charlie Reinl wrote: > Salut, > > to often if a Error-MsgBox raise, by the next movment the MsgBox dissapears > behind the popping up Window. > > Is not possible to make something like System-modal ? > > Amicalement > Charlie > I noticed this problem, but I don't understand why it is occuring yet, because the error message box is popped up in last ! So it should be shown on top of every other IDE window... -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Tue Jan 27 12:19:33 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 27 Jan 2004 12:19:33 +0100 Subject: [Gambas-user] Retrive coordinates from textarea or gambaseditor In-Reply-To: <40158971.5070003@...324...> References: <40158971.5070003@...324...> Message-ID: <200401271219.33364.gambas@...1...> On Monday 26 January 2004 22:41, -=FoX=- wrote: > Hi :) > how i can translate the blinking cursor position from line/column in > screen coordinates? > ... > Can I make this? > Not yet. If you need, I can add a method to do that: do you need it on GambasEditor class, or TextArea class ? Regards, -- Benoit Minisini mailto:gambas at ...1... From _root at ...324... Tue Jan 27 13:00:51 2004 From: _root at ...324... (-=FoX=-) Date: Tue, 27 Jan 2004 13:00:51 +0100 Subject: [Gambas-user] Retrive coordinates from textarea or gambaseditor In-Reply-To: <200401271219.33364.gambas@...1...> References: <40158971.5070003@...324...> <200401271219.33364.gambas@...1...> Message-ID: <401652F3.3090109@...324...> Benoit Minisini wrote: >Not yet. If you need, I can add a method to do that: do you need it on >GambasEditor class, or TextArea class ? > > Better the Gambaseditor. I would want to try to add some features. :D From gambas at ...1... Tue Jan 27 13:14:25 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 27 Jan 2004 13:14:25 +0100 Subject: [Gambas-user] Retrive coordinates from textarea or gambaseditor In-Reply-To: <401652F3.3090109@...324...> References: <40158971.5070003@...324...> <200401271219.33364.gambas@...1...> <401652F3.3090109@...324...> Message-ID: <200401271314.25216.gambas@...1...> On Tuesday 27 January 2004 13:00, -=FoX=- wrote: > Benoit Minisini wrote: > >Not yet. If you need, I can add a method to do that: do you need it on > >GambasEditor class, or TextArea class ? > > Better the Gambaseditor. I would want to try to add some features. > > :D > If you want to add automatic instruction completion, tell me. I will explain you how to get symbol information inside the IDE. Regards, -- Benoit Minisini mailto:gambas at ...1... From _root at ...324... Tue Jan 27 16:33:04 2004 From: _root at ...324... (_root) Date: Tue, 27 Jan 2004 16:33:04 +0100 Subject: [Gambas-user] Retrive coordinates from textarea or gambaseditor Message-ID: > Benoit Minisini wrote: > If you want to add automatic instruction completion, tell me. I will explain > you how to get symbol information inside the IDE. Yes, this is my idea. Tell me if i can post here some attachments (to explain what I have in my mind) Perhaps next week I will have two days of vacation, I want to finish my cursor-maker and then try to do something with the editor. I have make an example and when i write "dim myvar as" and press space, a listbox appear I have created a little example and works. when I write "dim myvar as" and press space appears a listbox that it contains some types of variable. I have also look the gambaseditor class file :) -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: L'interpretazione dei doni di orti, frutteti, prati e giardini nel nostro Ristoro Sunflower. Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1478&d=27-1 From frrudolph at ...339... Tue Jan 27 16:45:02 2004 From: frrudolph at ...339... (Frank Rudolph) Date: Tue, 27 Jan 2004 16:45:02 +0100 Subject: [Gambas-user] tabstrip Message-ID: <4016877E.4010108@...339...> Hello ... i dont know if this is the right mailing list ??? I want open a tabstrip - on this tabstrip i want add many tabs and on this tabs i want place textareas - at runtime - not from the toolbox in layout. i read about container and children but i need a little example. is there anybody who can help me or have a link with examples ? thanks a lot Frank Rudolph From sourceforge-raindog2 at ...94... Tue Jan 27 17:52:07 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 27 Jan 2004 11:52:07 -0500 Subject: [Gambas-user] tabstrip In-Reply-To: <4016877E.4010108@...339...> References: <4016877E.4010108@...339...> Message-ID: <200401271152.07991.sourceforge-raindog2@...94...> On Tuesday 27 January 2004 10:45, Frank Rudolph wrote: > Hello ... > i dont know if this is the right mailing list ??? > I want open a tabstrip - on this tabstrip i want add many tabs > and on this tabs > i want place textareas - at runtime - not from the toolbox in > layout. i read about container and children but i need a > little example. is there anybody who can help me or have a > link with examples ? thanks a lot The multi-CD ripper I've been working on does exactly this, with columnviews and panels, though I don't use the container children stuff. It is not nearly finished (only will rip one CD, no preference dialogs) but at least you can see how it gets initialized and how the controls are put into an array. Here, have the current source. Rob -------------- next part -------------- A non-text attachment was scrubbed... Name: ripalot-0.0.png Type: image/png Size: 44813 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ripalot-0.0.tar.gz Type: application/x-tgz Size: 13486 bytes Desc: not available URL: From daniel.campos at ...338... Tue Jan 27 18:41:24 2004 From: daniel.campos at ...338... (Daniel Campos) Date: Tue, 27 Jan 2004 18:41:24 +0100 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <200401271216.02512.gambas@...1...> References: <200401241709.03995.ZENODotus@...323...> <6.0.0.22.0.20040126085605.01acb570@...329...> <1075142907.2822.12.camel@...40...> <200401271216.02512.gambas@...1...> Message-ID: <1075225284.2756.2.camel@...40...> > > > > I can create a "gambas-user-es" spanish mailing-list on sourceforge, if you > need. > > Regards, This would be great, if it needs some maintenance and you have not time for it, please tell me! Regards, Daniel Campos From mardus at ...298... Tue Jan 27 19:17:54 2004 From: mardus at ...298... (Marcelo Duschkin) Date: Tue, 27 Jan 2004 15:17:54 -0300 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <1075225284.2756.2.camel@...40...> References: <200401241709.03995.ZENODotus@...323...> <200401271216.02512.gambas@...1...> <1075225284.2756.2.camel@...40...> Message-ID: <200401271517.54188.mardus@...298...> El Mar 27 Ene 2004 14:41, Daniel Campos escribi?: >(DC) This would be great, if it needs some maintenance and you have not time >(DC) for it, please tell me! I will cooperate too. And "pass the voice" to other linux users lists in Argentina. -- Para el cierre: --- El Maestro Pen Guin hace tiempo sentenci?: Telef?nica: Bienvenido al futu}??{??r??? NO CARRIER - - - Marcelo Duschkin - Buenos Aires - Argentina mardus at ...298... www.websdelsur.com.ar www.lahueya.com.ar From karl.reinl at ...9... Tue Jan 27 13:52:48 2004 From: karl.reinl at ...9... (Charlie) Date: Tue, 27 Jan 2004 13:52:48 +0100 Subject: [Gambas-user] mail traffic raise on gambas list Message-ID: <40165F20.5050806@...9...> Salut , I had a look today on my gambas-user-folder and I remarked, that only since 01.01.2004 I recived 238 mail ( my one not counted). That means 8.8 mails per day (today 11 on gambas-user) . I recive them not bulked , because I want also chache the source-file attachments. Now my question is: Do we have the possibillity to open a ftp-server , where everybody can place source-files, and everybody can take them ? If we have, everybody can take his gambas-list mails in bulk-form and has the possibility to access to the source-files. I know that some wicki offers this service, but I know, the maintainer of such a ftp-server has a lot of responsability, and the risc to get used by others to exchange files. If anybody has an Idea how we can handle that, it would be gread, because we can also offer more examples for gambas beginners. Amicalement Charlie From sourceforge-raindog2 at ...94... Tue Jan 27 20:51:11 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Tue, 27 Jan 2004 14:51:11 -0500 Subject: [Gambas-user] mail traffic raise on gambas list In-Reply-To: <40165F20.5050806@...9...> References: <40165F20.5050806@...9...> Message-ID: <200401271451.11735.sourceforge-raindog2@...94...> On Tuesday 27 January 2004 07:52, Charlie wrote: > Do we have the possibillity to open a ftp-server , where > everybody can place source-files, > and everybody can take them ? I certainly have no problem with people creating pages in the wiki to store their code examples so they don't have to mail them to the list. But I doubt you'd be able to stop people from sending code to the list. Is it possible to download attachments from Sourceforge's archives? Rob From abidoo.too at ...11... Tue Jan 27 21:38:42 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Tue, 27 Jan 2004 21:38:42 +0100 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <200401271517.54188.mardus@...298...> References: <200401241709.03995.ZENODotus@...323...> <1075225284.2756.2.camel@...40...> <200401271517.54188.mardus@...298...> Message-ID: <200401272138.42446.abidoo.too@...11...> Le Mardi 27 Janvier 2004 19:17, Marcelo Duschkin a ?crit : > El Mar 27 Ene 2004 14:41, Daniel Campos escribi?: > >(DC) This would be great, if it needs some maintenance and you have not > > time (DC) for it, please tell me! > > I will cooperate too. > And "pass the voice" to other linux users lists in Argentina. > > -- Para el cierre: --- > El Maestro Pen Guin hace tiempo sentenci?: > Telef?nica: Bienvenido al futu}??{??r??? NO CARRIER > - - - > Marcelo Duschkin - Buenos Aires - Argentina > mardus at ...298... > www.websdelsur.com.ar > www.lahueya.com.ar > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user ?a ne va pas faire des jaloux ?a ? Fabien From abidoo.too at ...11... Tue Jan 27 22:07:25 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Tue, 27 Jan 2004 22:07:25 +0100 Subject: [Gambas-user] mail traffic raise on gambas list In-Reply-To: <40165F20.5050806@...9...> References: <40165F20.5050806@...9...> Message-ID: <200401272207.25148.abidoo.too@...11...> Le Mardi 27 Janvier 2004 13:52, Charlie a ?crit : > Salut , > > I had a look today on my gambas-user-folder and I remarked, that only > since 01.01.2004 I recived > 238 mail ( my one not counted). > > That means 8.8 mails per day (today 11 on gambas-user) . > > I recive them not bulked , because I want also chache the source-file > attachments. > > Now my question is: > > Do we have the possibillity to open a ftp-server , where everybody can > place source-files, > and everybody can take them ? > > If we have, everybody can take his gambas-list mails in bulk-form and > has the possibility to > access to the source-files. > > I know that some wicki offers this service, but I know, the maintainer > of such a ftp-server has a lot > of responsability, and the risc to get used by others to exchange files. > > If anybody has an Idea how we can handle that, it would be gread, > because we can also offer > more examples for gambas beginners. > > Amicalement > Charlie > > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Yes i've an idea... In my mind it's a thing like http://vbfrance.com In english of course... but i need help to do it and some server disponibilities i've only 100mo I've started to do something last week ... It's a site to link all help disponibilities, like sample send by all who wants, tutorial. Can send a little apreciate on a source, (like in kde-app), or a minimail(internal) to his autor, And give on this site some news about gambas, and around activities. A link to the gambas-wki An chat irc link??? Fabien Just a dream ... but i think it's better than a ftp-server no ? Fabien -------------- next part -------------- A non-text attachment was scrubbed... Name: Capture-3.png Type: image/png Size: 136780 bytes Desc: not available URL: From mardus at ...298... Tue Jan 27 22:43:53 2004 From: mardus at ...298... (Marcelo Duschkin) Date: Tue, 27 Jan 2004 18:43:53 -0300 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <200401272138.42446.abidoo.too@...11...> References: <200401241709.03995.ZENODotus@...323...> <200401271517.54188.mardus@...298...> <200401272138.42446.abidoo.too@...11...> Message-ID: <200401271843.53253.mardus@...298...> El Mar 27 Ene 2004 17:38, Fabien Bodard escribi?: >(FB) Le Mardi 27 Janvier 2004 19:17, Marcelo Duschkin a ?crit : >(FB) > And "pass the voice" to other linux users lists in Argentina. >(FB) ?a ne va pas faire des jaloux ?a ? latino-am?ricain jaloux??? latin american jealous??? :))) -- Para el cierre: --- El Maestro Pen Guin hace tiempo sentenci?: ?Qu? es un pesimista? - Un optimista bien informado. - - - Marcelo Duschkin - Buenos Aires - Argentina mardus at ...298... www.websdelsur.com.ar www.lahueya.com.ar From abidoo.too at ...11... Tue Jan 27 22:57:26 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Tue, 27 Jan 2004 22:57:26 +0100 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <200401271843.53253.mardus@...298...> References: <200401241709.03995.ZENODotus@...323...> <200401272138.42446.abidoo.too@...11...> <200401271843.53253.mardus@...298...> Message-ID: <200401272257.26871.abidoo.too@...11...> no But there is here some german french espagnol italian arabian and more and more so mabe lot of list in perspective !!! lol c/.?) From gambas at ...1... Tue Jan 27 23:00:36 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 27 Jan 2004 23:00:36 +0100 Subject: [Gambas-user] Spannish mailing list Message-ID: <200401272300.36339.gambas@...1...> Hello spannish users, I have just created a mailing-list dedicated to you. You can access it there: https://lists.sourceforge.net/lists/listinfo/gambas-user-es Enjoy it. -- Benoit Minisini mailto:gambas at ...1... From mymilis2000 at ...43... Wed Jan 28 07:50:45 2004 From: mymilis2000 at ...43... (greg gede) Date: Tue, 27 Jan 2004 22:50:45 -0800 (PST) Subject: [Gambas-user] error before entering warp zone :( Message-ID: <20040128065045.18021.qmail@...341...> hi all, i've installed gambas by following instructions in http://gambas.sourceforge.net/compilation.html everything looked smooth... no errors on compilation. but when reaching the final step which will lead me to the warp zone.... there's an error : [gregor at ...340... gambas-0.80]$ /usr/bin/gambas /usr/bin/gbx: relocation error: /usr/lib/qt-3.1/lib/libqt-mt.so.3: undefined symbol: _ZNSs4_Rep11_S_terminalE where could i be wrong?? regards, gregor __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ From na2492 at ...9... Wed Jan 28 10:33:26 2004 From: na2492 at ...9... (na2492 at ...9...) Date: Wed, 28 Jan 2004 10:33:26 00100 Subject: [Gambas-user] error before entering warp zone :( Message-ID: <401781e6.3ec6.0@...9...> >hi all, i've installed gambas by following >instructions in >http://gambas.sourceforge.net/compilation.html > >everything looked smooth... no errors on compilation. >but when reaching the final step which will lead me to >the warp zone.... there's an error : > >[gregor at ...340... gambas-0.80]$ /usr/bin/gambas >/usr/bin/gbx: relocation error: >/usr/lib/qt-3.1/lib/libqt-mt.so.3: undefined symbol: >_ZNSs4_Rep11_S_terminalE > >where could i be wrong?? > >regards, >gregor > Wellcome RH User, please read README.REDHAT Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From na2492 at ...9... Wed Jan 28 17:24:25 2004 From: na2492 at ...9... (na2492 at ...9...) Date: Wed, 28 Jan 2004 17:24:25 00100 Subject: [Gambas-user] mail traffic raise on gambas list Message-ID: <4017e239.4931.0@...9...> >On Tuesday 27 January 2004 07:52, Charlie wrote: >> Do we have the possibillity to open a ftp-server , where >> everybody can place source-files, >> and everybody can take them ? > >I certainly have no problem with people creating pages in the >wiki to store their code examples so they don't have to mail >them to the list. But I doubt you'd be able to stop people from >sending code to the list. Is it possible to download >attachments from Sourceforge's archives? Salut Rob, No, I just had a go to look at Fabiens Mail and I can't find his attachment. Amicalement Charlie > >Rob > > > >------------------------------------------------------- >The SF.Net email is sponsored by EclipseCon 2004 >Premiere Conference on Open Tools Development and Integration >See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >http://www.eclipsecon.org/osdn >_______________________________________________ >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 leo.barnhoorn at ...246... Thu Jan 29 02:55:48 2004 From: leo.barnhoorn at ...246... (Leo Barnhoorn) Date: Wed, 28 Jan 2004 17:55:48 -0800 Subject: [Gambas-user] mail traffic raise on gambas list In-Reply-To: <200401272207.25148.abidoo.too@...11...> References: <40165F20.5050806@...9...> <200401272207.25148.abidoo.too@...11...> Message-ID: <200401281755.48590.leo.barnhoorn@...246...> Hallo Fabien, If you like you can use space on one of my servers, i have already prepair a site for you. vbfrance.magic-systems.net You tell me. Regards, Leo Barnhoorn. On Tuesday 27 January 2004 13:07, Fabien Bodard wrote: > Le Mardi 27 Janvier 2004 13:52, Charlie a ?crit : > > Salut , > > > > I had a look today on my gambas-user-folder and I remarked, that only > > since 01.01.2004 I recived > > 238 mail ( my one not counted). > > > > That means 8.8 mails per day (today 11 on gambas-user) . > > > > I recive them not bulked , because I want also chache the source-file > > attachments. > > > > Now my question is: > > > > Do we have the possibillity to open a ftp-server , where everybody can > > place source-files, > > and everybody can take them ? > > > > If we have, everybody can take his gambas-list mails in bulk-form and > > has the possibility to > > access to the source-files. > > > > I know that some wicki offers this service, but I know, the maintainer > > of such a ftp-server has a lot > > of responsability, and the risc to get used by others to exchange files. > > > > If anybody has an Idea how we can handle that, it would be gread, > > because we can also offer > > more examples for gambas beginners. > > > > Amicalement > > Charlie > > > > > > > > > > > > > > ------------------------------------------------------- > > The SF.Net email is sponsored by EclipseCon 2004 > > Premiere Conference on Open Tools Development and Integration > > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > > http://www.eclipsecon.org/osdn > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > Yes i've an idea... > > In my mind it's a thing like http://vbfrance.com > > In english of course... but i need help to do it and some server > disponibilities i've only 100mo > > > I've started to do something last week ... > > It's a site to link all help disponibilities, like sample send by all who > wants, tutorial. Can send a little apreciate on a source, (like in > kde-app), or a minimail(internal) to his autor, And give on this site some > news about gambas, and around activities. > > A link to the gambas-wki > An chat irc link??? > > Fabien > > Just a dream ... but i think it's better than a ftp-server no ? > > > Fabien From reseauxit at ...325... Wed Jan 28 18:54:26 2004 From: reseauxit at ...325... (reseaux) Date: Wed, 28 Jan 2004 17:54:26 +0000 Subject: [Gambas-user] MDK RPM .net component problem Message-ID: <200401281754.26725.reseauxit@...325...> Dear Rob i have installed every pack of gambas-0.82-mdk but when i try to load the example ClientSock i have this type of error, i think is not problem of packing because i have try to install from Benoit source and is the same result, some idea? Thanks in advance Dimitri ------------------------------------------------------------------------------------------------------------------- Warning: cannot find /usr/lib/gambas-0.82/lib/info/gb.net.info WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) \x08 Major opcode: * WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) \x08 Major opcode: * WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) \x08 Major opcode: * WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) \x08 Major opcode: * WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) \x08 Major opcode: * ----------------------------------------------------------------------------------------------------------------- From sourceforge-raindog2 at ...94... Wed Jan 28 19:31:14 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 28 Jan 2004 13:31:14 -0500 Subject: [Gambas-user] MDK RPM .net component problem In-Reply-To: <200401281754.26725.reseauxit@...325...> References: <200401281754.26725.reseauxit@...325...> Message-ID: <200401281331.14920.sourceforge-raindog2@...94...> On Wednesday 28 January 2004 12:54, reseaux wrote: > Dear Rob > i have installed every pack of gambas-0.82-mdk but when i try > to load the example ClientSock i have this type of error, i > think is not problem of packing because i have try to install > from Benoit source and is the same result, some idea? Yeah, the gb.net component isn't getting built. It looks like a problem in src/net/Makefile (it doesn't include net in the SUBDIRS variable.) Looking at the configure script, I assume it thinks we don't have the right include files available to build the net component, or maybe we're supposed to include something like --with-net-includes on the config line as we used to have to do with postgres and mysql. Thing is, all the includes in the net conponent are right in my /usr/include directory (e.g. /usr/include/arpa/inet.h for #include ) so I don't know what we're missing. Benoit? Daniel? Rob From gambas at ...1... Wed Jan 28 19:52:47 2004 From: gambas at ...1... (Benoit Minisini) Date: Wed, 28 Jan 2004 19:52:47 +0100 Subject: [Gambas-user] MDK RPM .net component problem In-Reply-To: <200401281331.14920.sourceforge-raindog2@...94...> References: <200401281754.26725.reseauxit@...325...> <200401281331.14920.sourceforge-raindog2@...94...> Message-ID: <200401281952.47945.gambas@...1...> On Wednesday 28 January 2004 19:31, Rob wrote: > On Wednesday 28 January 2004 12:54, reseaux wrote: > > Dear Rob > > i have installed every pack of gambas-0.82-mdk but when i try > > to load the example ClientSock i have this type of error, i > > think is not problem of packing because i have try to install > > from Benoit source and is the same result, some idea? > > Yeah, the gb.net component isn't getting built. It looks like a > problem in src/net/Makefile (it doesn't include net in the > SUBDIRS variable.) Looking at the configure script, I assume it > thinks we don't have the right include files available to build > the net component, or maybe we're supposed to include something > like --with-net-includes on the config line as we used to have > to do with postgres and mysql. Thing is, all the includes in > the net conponent are right in my /usr/include directory (e.g. > /usr/include/arpa/inet.h for #include ) so I don't > know what we're missing. Benoit? Daniel? > > Rob > If the configure script detects needed library, the net component is compiled. But I think I found the problem: In gambas 0.82, I added a dependency on libcurl, thinking I had a working version of the advanced component at time. I didn't, and I forgot to remove this dependency! So install libcurl. And never look in configure, Makefile, or Makefile.in , but always in configure.in and Makefile.am, because the first are generated from the second. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Jan 28 19:34:13 2004 From: gambas at ...1... (Benoit Minisini) Date: Wed, 28 Jan 2004 19:34:13 +0100 Subject: [Gambas-user] MDK RPM .net component problem In-Reply-To: <200401281754.26725.reseauxit@...325...> References: <200401281754.26725.reseauxit@...325...> Message-ID: <200401281934.13672.gambas@...1...> On Wednesday 28 January 2004 18:54, reseaux wrote: > Dear Rob > i have installed every pack of gambas-0.82-mdk but when i try to load the > example ClientSock i have this type of error, i think is not problem of > packing because i have try to install from Benoit source and is the same > result, some idea? > Thanks in advance > Dimitri > > > --------------------------------------------------------------------------- >---------------------------------------- Warning: cannot find > /usr/lib/gambas-0.82/lib/info/gb.net.info > WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) \x08 > Major opcode: * > WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) \x08 > Major opcode: * > WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) \x08 > Major opcode: * > WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) \x08 > Major opcode: * > WARNING: KDE detected X Error: BadMatch (invalid parameter attributes) \x08 > Major opcode: * > --------------------------------------------------------------------------- >-------------------------------------- > I have the same warnings (not errors), and I don't find why yet. I think I have these errors from the beginning. But since 0.82, the IDE uses the KDE component, and this component replaces the QT X error handler. That erro handler filtered intelligently X errors, and so didn't always display them, as the KDE one does. Regards, -- Benoit Minisini mailto:gambas at ...1... From abidoo.too at ...11... Wed Jan 28 20:30:40 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Wed, 28 Jan 2004 20:30:40 +0100 Subject: [Gambas-user] mail traffic raise on gambas list In-Reply-To: <4017e239.4931.0@...9...> References: <4017e239.4931.0@...9...> Message-ID: <200401282030.40735.abidoo.too@...11...> Le Mercredi 28 Janvier 2004 18:24, na2492 at ...9... a ?crit : > >On Tuesday 27 January 2004 07:52, Charlie wrote: > >> Do we have the possibillity to open a ftp-server , where > >> everybody can place source-files, > >> and everybody can take them ? > > > >I certainly have no problem with people creating pages in the > >wiki to store their code examples so they don't have to mail > >them to the list. But I doubt you'd be able to stop people from > >sending code to the list. Is it possible to download > >attachments from Sourceforge's archives? > > Salut Rob, > > No, I just had a go to look at Fabiens Mail and I can't find his > attachment. http://abidoo.too.free.fr/img/Capture-3.png And had you a look on http://vbfrance.com ? I think it's a good site for exange source... Fabien From reseauxit at ...325... Wed Jan 28 20:19:37 2004 From: reseauxit at ...325... (reseaux) Date: Wed, 28 Jan 2004 19:19:37 +0000 Subject: [Gambas-user] MDK RPM .net component problem In-Reply-To: <200401281952.47945.gambas@...1...> References: <200401281754.26725.reseauxit@...325...> <200401281331.14920.sourceforge-raindog2@...94...> <200401281952.47945.gambas@...1...> Message-ID: <200401281919.38020.reseauxit@...325...> Hi Benoit,Rob I have installed the "libcurl2-devel" pack and recompile your source and as you say now .net component works... Thanks in advance Dimitri On Wednesday 28 January 2004 18:52, Benoit Minisini wrote: > On Wednesday 28 January 2004 19:31, Rob wrote: > > On Wednesday 28 January 2004 12:54, reseaux wrote: > > > Dear Rob > > > i have installed every pack of gambas-0.82-mdk but when i try > > > to load the example ClientSock i have this type of error, i > > > think is not problem of packing because i have try to install > > > from Benoit source and is the same result, some idea? > > > > Yeah, the gb.net component isn't getting built. It looks like a > > problem in src/net/Makefile (it doesn't include net in the > > SUBDIRS variable.) Looking at the configure script, I assume it > > thinks we don't have the right include files available to build > > the net component, or maybe we're supposed to include something > > like --with-net-includes on the config line as we used to have > > to do with postgres and mysql. Thing is, all the includes in > > the net conponent are right in my /usr/include directory (e.g. > > /usr/include/arpa/inet.h for #include ) so I don't > > know what we're missing. Benoit? Daniel? > > > > Rob > > If the configure script detects needed library, the net component is > compiled. > > But I think I found the problem: > > In gambas 0.82, I added a dependency on libcurl, thinking I had a working > version of the advanced component at time. I didn't, and I forgot to remove > this dependency! > > So install libcurl. > > And never look in configure, Makefile, or Makefile.in , but always in > configure.in and Makefile.am, because the first are generated from the > second. > > Regards, From daniel.campos at ...338... Wed Jan 28 21:43:18 2004 From: daniel.campos at ...338... (Daniel Campos) Date: Wed, 28 Jan 2004 21:43:18 +0100 Subject: [Gambas-user] MDK RPM .net component problem In-Reply-To: <200401281331.14920.sourceforge-raindog2@...94...> References: <200401281754.26725.reseauxit@...325...> <200401281331.14920.sourceforge-raindog2@...94...> Message-ID: <1075322598.2755.8.camel@...40...> > > Yeah, the gb.net component isn't getting built. It looks like a > problem in src/net/Makefile (it doesn't include net in the > SUBDIRS variable.) Looking at the configure script, I assume it > thinks we don't have the right include files available to build > the net component, or maybe we're supposed to include something > like --with-net-includes on the config line as we used to have > to do with postgres and mysql. Thing is, all the includes in > the net conponent are right in my /usr/include directory (e.g. > /usr/include/arpa/inet.h for #include ) so I don't > know what we're missing. Benoit? Daniel? > I've look at configure.in from gambas 0.82, and I think Beno?t added (too soon?) libcurl as a library needed to compile "net" component. It is true for my new version (not finished), but not for version included at 0.82 version, so I think if you remove it, type reconf and ./configure again, it will work: configure.in: ... dnl ---- Networking component GB_COMPONENT( net, NET, [Networking component], [GB_FIND(curl.h, `curl-config --prefix 2> /dev/null`, include)], [GB_FIND(libcurl.$SHLIBEXT, `curl-config --prefix 2> /dev/null`, lib)], [$C_LIB $THREAD_LIB `curl-config --libs 2> /dev/null`], [$THREAD_INC]) ... Replace for this: ... dnl ---- Networking component GB_COMPONENT( net, NET, [Networking component], [], [], [$C_LIB $THREAD_LIB], [$THREAD_INC]) ... > Rob > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From mardus at ...298... Thu Jan 29 00:08:05 2004 From: mardus at ...298... (Marcelo Duschkin) Date: Wed, 28 Jan 2004 20:08:05 -0300 Subject: [Gambas-user] Spannish mailing list In-Reply-To: <200401272300.36339.gambas@...1...> References: <200401272300.36339.gambas@...1...> Message-ID: <200401282008.05571.mardus@...298...> El Mar 27 Ene 2004 19:00, Benoit Minisini escribi?: >(BM) Hello spannish users, >(BM) I have just created a mailing-list dedicated to you. Thanks a lot ! Muchas gracias ! -- Para el cierre: --- El Maestro Pen Guin hace tiempo sentenci?: Los viejos informaticos nunca mueren, simplemente pierden su memoria. - - - Marcelo Duschkin - Buenos Aires - Argentina mardus at ...298... www.websdelsur.com.ar www.lahueya.com.ar From mardus at ...298... Thu Jan 29 00:06:55 2004 From: mardus at ...298... (Marcelo Duschkin) Date: Wed, 28 Jan 2004 20:06:55 -0300 Subject: [Gambas-user] Re: hello - hola In-Reply-To: <200401272257.26871.abidoo.too@...11...> References: <200401241709.03995.ZENODotus@...323...> <200401271843.53253.mardus@...298...> <200401272257.26871.abidoo.too@...11...> Message-ID: <200401282006.55365.mardus@...298...> El Mar 27 Ene 2004 18:57, Fabien Bodard escribi?: >(FB) But there is here some german french espagnol italian arabian and more > and (FB) more so mabe lot of list in perspective !!! lol Ahhh, well... IMHO, spanish is the 2nd more used language in Internet. That is a good argument :)) PD: My grandfather came from Russia, but I'm very comfortable with the latin way ;) -- Para el cierre: --- El Maestro Pen Guin hace tiempo sentenci?: Los viejos matematicos nunca mueren, simplemente se desintegran. - - - Marcelo Duschkin - Buenos Aires - Argentina mardus at ...298... www.websdelsur.com.ar www.lahueya.com.ar From dimitribellini at ...69... Fri Jan 30 16:07:42 2004 From: dimitribellini at ...69... (Dimitri Bellini) Date: Fri, 30 Jan 2004 15:07:42 +0000 Subject: [Gambas-user] Mask option for textbox Message-ID: <200401301507.42502.dimitribellini@...69...> Dear Benoit im watching for textbox.mask input in gambas and i find in the help that some info but when i start the app gambas say: "Unknow symbol 'mask' in class 'TextBox'. This property is done or i have write wrong syntax? Thanks in advance Dimitri Bellini From dimitribellini at ...69... Fri Jan 30 16:28:48 2004 From: dimitribellini at ...69... (Dimitri Bellini) Date: Fri, 30 Jan 2004 15:28:48 +0000 Subject: [Gambas-user] TabIndex TextBox Message-ID: <200401301528.48778.dimitribellini@...69...> ReDear Benoit another stupid thing... :-) the property TabIndex how can i made it? Thanks in advance Dimitri From sourceforge-raindog2 at ...94... Fri Jan 30 18:05:18 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 30 Jan 2004 12:05:18 -0500 Subject: [Gambas-user] TabIndex TextBox In-Reply-To: <200401301528.48778.dimitribellini@...69...> References: <200401301528.48778.dimitribellini@...69...> Message-ID: <200401301143.58150.sourceforge-raindog2@...94...> On Friday 30 January 2004 10:28, Dimitri Bellini wrote: > ReDear Benoit > another stupid thing... :-) the property TabIndex how can i > made it? Thanks in advance There is no TabIndex in Gambas yet. Tab order is the order in which the controls were created on the form, same as in Qt. The TabIndex "property", when implemented, will have to be a clue to whatever part of the IDE generates the .form files rather than an actual property. For what it's worth, I don't see the properties Mask or TabIndex listed in the help for TextBox in 0.82. Window objects have a Mask property but it's to change the shape of the window, not validate input. (I kinda hope the Mask property gets propagated down to some other classes someday, like labels and buttons!) Rob From Karl.Reinl at ...9... Thu Jan 29 19:28:35 2004 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Thu, 29 Jan 2004 19:28:35 +0100 Subject: [Gambas-user] need some help Message-ID: <200401291928.35036.Karl.Reinl@...9...> Salut, please have a look to the 2 screenshuts snapshot1.png is how it looks if i open the form in the IDE snapshot2.png is how it looks if I run it . I have no idea why or how to chang this, normaly I want to have it like the IDE shows it. Amicalement Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: snapshot1.png Type: image/png Size: 11812 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: snapshot2.png Type: image/png Size: 8473 bytes Desc: not available URL: From sourceforge-raindog2 at ...94... Fri Jan 30 19:04:53 2004 From: sourceforge-raindog2 at ...94... (Rob) Date: Fri, 30 Jan 2004 13:04:53 -0500 Subject: [Gambas-user] need some help In-Reply-To: <200401291928.35036.Karl.Reinl@...9...> References: <200401291928.35036.Karl.Reinl@...9...> Message-ID: <200401301304.53216.sourceforge-raindog2@...94...> On Thursday 29 January 2004 13:28, Charlie Reinl wrote: > snapshot1.png is how it looks if i open the form in the IDE > snapshot2.png is how it looks if I run it . Looks to me like you have something weird going on with your Qt and KDE themes.... the IDE screenshot is in the Keramik widget style, and the runtime screenshot is in the default Qt widget style. Try creating a new account, setting it to use Keramik, and see if it works there. (I also assume the Gambas IDE itself is appearing in the Keramik style. If not, I have no idea how the form is doing so in design mode.) Rob From thierry at ...342... Thu Jan 29 00:21:24 2004 From: thierry at ...342... (Thierry Thomas) Date: Thu, 29 Jan 2004 00:21:24 +0100 Subject: [Gambas-user] Gambas / FreeBSD. Message-ID: <20040128232124.GB93481@...343...> Hello, I have ported Gambas on FreeBSD. It runs pretty fine, but I have met several "portability" issues: 1- Threads: configure has a case for FreeBSD, but it only handles the case of FreeBSD-4.x. 5.x uses different libraries. Moreover, even with the correct THREAD_LIB & THREAD_INC, it builds, but aborts in graphical mode, because gbx is linked without threads. To fix that, I have removed these values: case "${host}" in *-*-freebsd* ) - THREAD_LIB="" - THREAD_INC="-pthread -D_REENTRANT" + THREAD_LIB= + THREAD_INC= ;; *) THREAD_LIB="-lpthread" and I pass the correct ones as CFLAGS & LDFLAGS through the port's Makefile. 2) SDL: configure does not detect SDL correctly; fortunately, we have a shell (sdl_config) which returns the right values for cflags & libs. 3) QT & KDElibs: They are not detected by configure, and src/comp/gbi.c & src/exec/library.c have hardcoded values of qt-mt kdecore kdeui DCOP & kio. I patch these files with values returned by ldconfig. 4) GNU-ism Gambas aborts when clicking on "property", because du does not accept -b (I have patched to use du -k). 5) Bug? AnalogWatch's compilation aborts, because there is a $: --- ./examples/AnalogWatch/FrmClock.class.orig Sat Jan 24 11:32:20 2004 +++ ./examples/AnalogWatch/FrmClock.class Sun Jan 25 20:54:07 2004 @@ -21,7 +21,7 @@ END -PUBLIC SUB Form_Resize() $ +PUBLIC SUB Form_Resize() ResizeDrawArea 'Resize the drawing area to match the form DrawClock 'Update clock 6) Includes I cannot define before : --- src/lib/net/CSocket.h.orig Fri Nov 28 00:19:20 2003 +++ src/lib/net/CSocket.h Sun Jan 25 00:30:39 2004 @@ -25,11 +25,11 @@ #define __CSOCKET_H #include "gambas.h" -#include #include #include #include #include +#include #include #include #include "CDnsClient.h" 7) Hier I have some other patches to respect prefix / hier, but this is usual. Keep the good work! (and be indulgent to my bad english...) -- Th. Thomas. From cinzacm at ...346... Sat Jan 31 06:02:57 2004 From: cinzacm at ...346... (Rammyres =?iso-8859-1?Q?Jos=E9?= O. Pereira) Date: Sat, 31 Jan 2004 03:02:57 -0200 Subject: [Gambas-user] Trouble with Gambas 0.82 at Fedora Message-ID: <20040131050257.13256.qmail@...347...> When running Gambas at Fedora Core 1, when i try to access the daemon i just got a "no driver for mysql found"... can someone help me? -- POP. Nem parece internet gr?tis. Seja POP voc? tamb?m! Acesse: http://www.pop.com.br/discador.html e baixe o POPdiscador. From thierry at ...342... Thu Jan 29 19:00:28 2004 From: thierry at ...342... (Thierry Thomas) Date: Thu, 29 Jan 2004 19:00:28 +0100 Subject: [Gambas-user] Gambas / FreeBSD Message-ID: <20040129180028.GB16463@...343...> Hello, I have ported Gambas on FreeBSD. It runs pretty fine, but I have met several "portability" issues: 1- Threads: configure has a case for FreeBSD, but it only handles the case of FreeBSD-4.x. 5.x uses different libraries. Moreover, even with the correct THREAD_LIB & THREAD_INC, it builds, but aborts in graphical mode, because gbx is linked without threads. To fix that, I have removed these values: case "${host}" in *-*-freebsd* ) - THREAD_LIB="" - THREAD_INC="-pthread -D_REENTRANT" + THREAD_LIB= + THREAD_INC= ;; *) THREAD_LIB="-lpthread" and I pass the correct ones as CFLAGS & LDFLAGS through the port's Makefile. 2) SDL: configure does not detect SDL correctly; fortunately, we have a shell (sdl_config) which returns the right values for cflags & libs. 3) QT & KDElibs: They are not detected by configure, and src/comp/gbi.c & src/exec/library.c have hardcoded values of qt-mt kdecore kdeui DCOP & kio. I patch these files with values returned by ldconfig. 4) GNU-ism Gambas aborts when clicking on "property", because du does not accept -b (I have patched to use du -k). 5) Bug? AnalogWatch's compilation aborts, because there is a $: --- ./examples/AnalogWatch/FrmClock.class.orig Sat Jan 24 11:32:20 2004 +++ ./examples/AnalogWatch/FrmClock.class Sun Jan 25 20:54:07 2004 @@ -21,7 +21,7 @@ END -PUBLIC SUB Form_Resize() $ +PUBLIC SUB Form_Resize() ResizeDrawArea 'Resize the drawing area to match the form DrawClock 'Update clock 6) Includes I cannot define before : --- src/lib/net/CSocket.h.orig Fri Nov 28 00:19:20 2003 +++ src/lib/net/CSocket.h Sun Jan 25 00:30:39 2004 @@ -25,11 +25,11 @@ #define __CSOCKET_H #include "gambas.h" -#include #include #include #include #include +#include #include #include #include "CDnsClient.h" 7) Hier I have some other patches to respect prefix / hier, but this is usual. Keep the good work! (and be indulgent to my bad english...) -- Th. Thomas. From rizky at ...225... Sat Jan 31 06:26:59 2004 From: rizky at ...225... (Rizky Tahara Shita) Date: Sat, 31 Jan 2004 12:26:59 +0700 Subject: [Gambas-user] Trouble with Gambas 0.82 at Fedora In-Reply-To: <20040131050257.13256.qmail@...347...> References: <20040131050257.13256.qmail@...347...> Message-ID: <6.0.0.22.0.20040131122506.01c27778@...329...> At 12:02 31/01/2004, you wrote: >When running Gambas at Fedora Core 1, when i try to access the daemon i >just got a "no driver for mysql found"... can someone help me? did you install gambas from source ? if yes, then before you install you must install mysql-libxx.rpm now, i suggest that you uninstall gambas, install that lib (it usualy exists in cd) and compile again... Regards, tahara! From gambas at ...1... Fri Jan 30 19:38:27 2004 From: gambas at ...1... (Benoit Minisini) Date: Fri, 30 Jan 2004 19:38:27 +0100 Subject: [Gambas-user] TabIndex TextBox In-Reply-To: <200401301143.58150.sourceforge-raindog2@...94...> References: <200401301528.48778.dimitribellini@...69...> <200401301143.58150.sourceforge-raindog2@...94...> Message-ID: <200401301938.27334.gambas@...1...> On Friday 30 January 2004 18:05, Rob wrote: > On Friday 30 January 2004 10:28, Dimitri Bellini wrote: > > ReDear Benoit > > another stupid thing... :-) the property TabIndex how can i > > made it? Thanks in advance > > There is no TabIndex in Gambas yet. Tab order is the order in > which the controls were created on the form, same as in Qt. The > TabIndex "property", when implemented, will have to be a clue to > whatever part of the IDE generates the .form files rather than > an actual property. > > For what it's worth, I don't see the properties Mask or TabIndex > listed in the help for TextBox in 0.82. Window objects have a > Mask property but it's to change the shape of the window, not > validate input. Actually, the control tab order is the same as the stack order. The lower the control, the first it gets the focus. > (I kinda hope the Mask property gets propagated > down to some other classes someday, like labels and buttons!) One day, maybe :-) -- Benoit Minisini mailto:gambas at ...1... From daniel.campos at ...338... Sat Jan 31 11:08:13 2004 From: daniel.campos at ...338... (Daniel Campos) Date: Sat, 31 Jan 2004 11:08:13 +0100 Subject: [Gambas-user] Gambas / FreeBSD. In-Reply-To: <20040128232124.GB93481@...343...> References: <20040128232124.GB93481@...343...> Message-ID: <1075543693.2755.0.camel@...40...> > 'Update clock > > 6) Includes > I cannot define before : > > --- src/lib/net/CSocket.h.orig Fri Nov 28 00:19:20 2003 > +++ src/lib/net/CSocket.h Sun Jan 25 00:30:39 2004 > @@ -25,11 +25,11 @@ > #define __CSOCKET_H > > #include "gambas.h" > -#include > #include > #include > #include > #include > +#include > #include > #include > #include "CDnsClient.h" > OK, I'll change the order in the net component Regards, Daniel Campos From _root at ...324... Sat Jan 31 13:17:50 2004 From: _root at ...324... (-=FoX=-) Date: Sat, 31 Jan 2004 13:17:50 +0100 Subject: [Gambas-user] automatic instruction completion Message-ID: <401B9CEE.40509@...324...> Hi. Can you take a look at the pdf? -------------- next part -------------- A non-text attachment was scrubbed... Name: automatic_instr.pdf Type: application/pdf Size: 72918 bytes Desc: not available URL: From mauriiiii3001 at ...325... Sat Jan 31 17:38:05 2004 From: mauriiiii3001 at ...325... (Pozzo) Date: Sat, 31 Jan 2004 17:38:05 +0100 Subject: [Gambas-user] No attachment Message-ID: <401BD9ED.3010306@...325...> I'm sorry for the Off-Topic but I need someone who can help me, I'm reciving the mailing list with Mozilla under Windows and when someone of you send an attachment I recive only strange letters like: eJ8+Ii8WAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEEgAEAOwAAAFJFOiBbR2FtYmFzLWRldmVs XSBIaXQgdGhlIHVzZXJzIG5vdywgb3IgZm9yZXZlciBiZSBzaWxlbnQAeRQBBYADAA4AAADUBwEA GgAAADIALgABAFcBASCAAwAOAAAA1AcBABoAAAAyAC4AAQBXAQEJgAEAIQAAAEJCMUYxQUY4RTI1 RUU0NEE5RjMwQjY0RTVBRTk0NzQyAGIHAQOQBgDEEwAANwAAAAMAJgAAAAAAAwA2AAAAAABAADkA Xm20q5XjwwEeAD0AAQAAAAUAAABSRTogAAAAAAIBRwABAAAAMQAAAGM9dXM7YT0gO3A9TElOS0RP VE5FVDtsPUVYQ0hWUzEtMDQwMTI1MjI1MDQ2Wi0yNwAAAAAeAEkAAQAAADsAAABSZTogW0dhbWJh cy1kZXZlbF0gSGl0IHRoZSB1c2VycyBub3csIG9yIGZvcmV2ZXIgYmUgc2lsZW50AABAAE4AgDyx y2jjwwEeAFoAAQAAACkAAABnYW1iYXMtZGV2ZWwtYWRtaW5AbGlzdHMuc291cmNlZm9yZ2UubmV0 AAAAAAIBWwABAAAAbwAAAAAAAACBKx+ with a header like ---NextPart_001_01C3E395.ABB46D5E Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 I don't understand what is happening! Can someone help me??? Thanks Maurizio From abidoo.too at ...11... Sat Jan 31 17:52:11 2004 From: abidoo.too at ...11... (Fabien Bodard) Date: Sat, 31 Jan 2004 17:52:11 +0100 Subject: [Gambas-user] Gambas / FreeBSD In-Reply-To: <20040129180028.GB16463@...343...> References: <20040129180028.GB16463@...343...> Message-ID: <200401311752.11751.abidoo.too@...11...> Le Jeudi 29 Janvier 2004 19:00, Thierry Thomas a ?crit : > Hello, > > I have ported Gambas on FreeBSD. It runs pretty fine, but I have met > several "portability" issues: > > 1- Threads: > configure has a case for FreeBSD, but it only handles the case of > FreeBSD-4.x. 5.x uses different libraries. Moreover, even with the > correct THREAD_LIB & THREAD_INC, it builds, but aborts in graphical > mode, because gbx is linked without threads. > To fix that, I have removed these values: > > case "${host}" in > *-*-freebsd* ) > - THREAD_LIB="" > - THREAD_INC="-pthread -D_REENTRANT" > + THREAD_LIB= > + THREAD_INC= > ;; > *) > THREAD_LIB="-lpthread" > > and I pass the correct ones as CFLAGS & LDFLAGS through the port's > Makefile. > > 2) SDL: > configure does not detect SDL correctly; fortunately, we have a shell > (sdl_config) which returns the right values for cflags & libs. > > 3) QT & KDElibs: > They are not detected by configure, and src/comp/gbi.c & > src/exec/library.c have hardcoded values of qt-mt kdecore kdeui DCOP > & kio. I patch these files with values returned by ldconfig. > > 4) GNU-ism > Gambas aborts when clicking on "property", because du does not accept -b > (I have patched to use du -k). > > 5) Bug? > AnalogWatch's compilation aborts, because there is a $: > > --- ./examples/AnalogWatch/FrmClock.class.orig Sat Jan 24 11:32:20 2004 > +++ ./examples/AnalogWatch/FrmClock.class Sun Jan 25 20:54:07 2004 > @@ -21,7 +21,7 @@ > END > > > -PUBLIC SUB Form_Resize() $ > +PUBLIC SUB Form_Resize() > > ResizeDrawArea 'Resize the drawing area to match the form > DrawClock 'Update clock > > 6) Includes > I cannot define before : > > --- src/lib/net/CSocket.h.orig Fri Nov 28 00:19:20 2003 > +++ src/lib/net/CSocket.h Sun Jan 25 00:30:39 2004 > @@ -25,11 +25,11 @@ > #define __CSOCKET_H > > #include "gambas.h" > -#include > #include > #include > #include > #include > +#include > #include > #include > #include "CDnsClient.h" > > 7) Hier > I have some other patches to respect prefix / hier, but this is usual. > > Keep the good work! (and be indulgent to my bad english...) C'est rien c'est rien, le tien n'a rien a envier au mien.... c/.?) From na2492 at ...9... Sat Jan 31 18:28:56 2004 From: na2492 at ...9... (na2492 at ...9...) Date: Sat, 31 Jan 2004 18:28:56 00100 Subject: [Gambas-user] No attachment Message-ID: <401be5d8.441a.0@...9...> >I'm sorry for the Off-Topic but I need someone who can help me, I'm >reciving the mailing list with Mozilla under Windows and when someone of >you send an attachment I recive only strange letters like: > >eJ8+Ii8WAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy >b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEEgAEAOwAAAFJFOiBbR2FtYmFzLWRldmVs >XSBIaXQgdGhlIHVzZXJzIG5vdywgb3IgZm9yZXZlciBiZSBzaWxlbnQAeRQBBYADAA4AAADUBwEA >GgAAADIALgABAFcBASCAAwAOAAAA1AcBABoAAAAyAC4AAQBXAQEJgAEAIQAAAEJCMUYxQUY4RTI1 >RUU0NEE5RjMwQjY0RTVBRTk0NzQyAGIHAQOQBgDEEwAANwAAAAMAJgAAAAAAAwA2AAAAAABAADkA >Xm20q5XjwwEeAD0AAQAAAAUAAABSRTogAAAAAAIBRwABAAAAMQAAAGM9dXM7YT0gO3A9TElOS0RP >VE5FVDtsPUVYQ0hWUzEtMDQwMTI1MjI1MDQ2Wi0yNwAAAAAeAEkAAQAAADsAAABSZTogW0dhbWJh >cy1kZXZlbF0gSGl0IHRoZSB1c2VycyBub3csIG9yIGZvcmV2ZXIgYmUgc2lsZW50AABAAE4AgDyx >y2jjwwEeAFoAAQAAACkAAABnYW1iYXMtZGV2ZWwtYWRtaW5AbGlzdHMuc291cmNlZm9yZ2UubmV0 >AAAAAAIBWwABAAAAbwAAAAAAAACBKx+ > >with a header like > >---NextPart_001_01C3E395.ABB46D5E >Content-Type: application/ms-tnef; > name="winmail.dat" >Content-Transfer-Encoding: base64 > >I don't understand what is happening! Can someone help me??? >Thanks > >Maurizio > Salut Maurizio, I think you get the gambas-user mail bulked. All in one ! The engine can't, think not get all mails together AND dettache the Attachments for reattache them on the right mail. So it attaches only one behind the other, and in the middle you find the Attachment in text-form. Is it only a text, so it is ok and readable. But if it is a tar, zip etc. it is worthless. The only way to get the attachments is to switch on gambas-user the bulked to OFF. Or perhabs we find a way to store the Attachments somewhere so everybody can download them. Amicalement Charlie * Gesendet mit / Sent by: FEN-Webmail * http://www.fen-net.de * From cinzacm at ...346... Sat Jan 31 23:18:10 2004 From: cinzacm at ...346... (Rammyres =?iso-8859-1?Q?Jos=E9?= O. Pereira) Date: Sat, 31 Jan 2004 20:18:10 -0200 Subject: [Gambas-user] Re: Trouble with Gambas 0.82 at Fedora In-Reply-To: <6.0.0.22.0.20040131122506.01c27778@...329...> References: <20040131050257.13256.qmail@...347...> <6.0.0.22.0.20040131122506.01c27778@...329...> Message-ID: <20040131221810.12640.qmail@...347...> Thanx for the ask, i installed all devel lib in fedora, but some things are just strange, i'll try to install it again. Rizky Tahara Shita disse: > At 12:02 31/01/2004, you wrote: >> When running Gambas at Fedora Core 1, when i try to access the daemon i >> just got a "no driver for mysql found"... can someone help me? > > did you install gambas from source ? > if yes, then before you install you must install mysql-libxx.rpm > > now, i suggest that you uninstall gambas, install that lib (it usualy > exists in cd) and compile again... > > > > > Regards, > > > tahara! > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- POP. Nem parece internet gr?tis. Seja POP voc? tamb?m! Acesse: http://www.pop.com.br/discador.html e baixe o POPdiscador. From Karl.Reinl at ...9... Sat Jan 31 21:50:48 2004 From: Karl.Reinl at ...9... (Charlie Reinl) Date: Sat, 31 Jan 2004 21:50:48 +0100 Subject: [Gambas-user] X freezing, while debuging Message-ID: <200401312150.48288.Karl.Reinl@...9...> Salut, while I tryed to debug the gambas-database-manager, I can produce a X freez ( and gambas too). - Open the Fmain.class - got mnuOpenTable_Click() - set a breakpoint - then start with F5 - log in on mysql , choose a table and open it. - while arriving the breakpoint , go on with F8 at last in OpenTable it should arrive. After I have to shotdown X, to continue. It dont happen all time, but offten. My question now , is it only on my gentoo or can you reproduce it also ? Amicalement Charlie From karl.reinl at ...9... Wed Jan 28 23:46:26 2004 From: karl.reinl at ...9... (Charlie) Date: Wed, 28 Jan 2004 23:46:26 +0100 Subject: [Gambas-user] mail traffic raise on gambas list References: <40165F20.5050806@...9...> <200401272207.25148.abidoo.too@...11...> Message-ID: <40183BC2.2090707@...9...> Fabien Bodard schrieb: >Le Mardi 27 Janvier 2004 13:52, Charlie a ?crit : > > >>Salut , >> >>I had a look today on my gambas-user-folder and I remarked, that only >>since 01.01.2004 I recived >>238 mail ( my one not counted). >> >>That means 8.8 mails per day (today 11 on gambas-user) . >> >>I recive them not bulked , because I want also chache the source-file >>attachments. >> >>Now my question is: >> >>Do we have the possibillity to open a ftp-server , where everybody can >>place source-files, >>and everybody can take them ? >> >>If we have, everybody can take his gambas-list mails in bulk-form and >>has the possibility to >>access to the source-files. >> >>I know that some wicki offers this service, but I know, the maintainer >>of such a ftp-server has a lot >>of responsability, and the risc to get used by others to exchange files. >> >>If anybody has an Idea how we can handle that, it would be gread, >>because we can also offer >>more examples for gambas beginners. >> >>Amicalement >>Charlie >> >> >> >> >> >> >>------------------------------------------------------- >>The SF.Net email is sponsored by EclipseCon 2004 >>Premiere Conference on Open Tools Development and Integration >>See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. >>http://www.eclipsecon.org/osdn >>_______________________________________________ >>Gambas-user mailing list >>Gambas-user at lists.sourceforge.net >>https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> > > > >Yes i've an idea... > >In my mind it's a thing like http://vbfrance.com > >In english of course... but i need help to do it and some server >disponibilities i've only 100mo > > >I've started to do something last week ... > >It's a site to link all help disponibilities, like sample send by all who >wants, tutorial. Can send a little apreciate on a source, (like in kde-app), >or a minimail(internal) to his autor, And give on this site some news about >gambas, and around activities. > >A link to the gambas-wki >An chat irc link??? > >Fabien > >Just a dream ... but i think it's better than a ftp-server no ? > > >Fabien > > Salut Fabien, real nice idea, but for the kind of site you need a good engine and a maintainer behind. That why I thought a FTP. Only a place where people find source-code etc.. Your idea is realy a better , a more attractive way. FTP only a practical thing for exchange files. Amicalement Charlie