Re: [Gambas-user] import mysql dump EXEC or SHELL?

2008-12-17 Thread Ron_1st
On Wednesday 17 December 2008, Doriano Blengino wrote: Problem is: should an email client cut out the signature when replying, or not? kmail, Mozilla/Seamonkey and Thunderbird do. Assuming they are right, one should put a sign in the body of an email, but I wanted not to do it, and you too

Re: [Gambas-user] Accessing the Treeview Collection

2008-12-17 Thread Doriano Blengino
Wally ha scritto: On Wed December 17 2008 14:09:31 Doriano Blengino wrote: Wally ha scritto: How to access all items in a Treeview using not using movefirst, movenext etc. ? FOR EACH ... IN Treeview ??? NEXT regs wally Do this: if not xxx.MoveFirst() then

Re: [Gambas-user] Drag Drop to KDE Desktop

2008-12-17 Thread Doriano Blengino
Fabien Bodard ha scritto: doriano you have not read carefully my message too ! this is an exemple to interact with desktop it work on KDE4..; Fabien, you are so kind. In your last message there was no word saying kde :-), so I assumed you misunderstood. As I stated before, the first

Re: [Gambas-user] Accessing the Treeview Collection

2008-12-17 Thread Wally
On Wed December 17 2008 15:45:35 Doriano Blengino wrote: Wally ha scritto: On Wed December 17 2008 14:09:31 Doriano Blengino wrote: Wally ha scritto: How to access all items in a Treeview using not using movefirst, movenext etc. ? FOR EACH ... IN Treeview ??? NEXT regs

Re: [Gambas-user] import mysql dump EXEC or SHELL?

2008-12-17 Thread Werner
And all this is leading us where I would not want to go... perhaps I am getting too old for computers... Please don't! And I bet I'm older than you. I still remember your insight on udp broadcasting. Thanks for that. Werner

[Gambas-user] sidepanel object + gb.gtk bug

2008-12-17 Thread M0E Lnx
I develop a couple of application in gambas2-2.9.0, both of which have a sidepanel object. Both use gb.gtk. I've found something that I believe is a bug. Does not happen when I use the gb.qt component When I click the little on the side panel (to hide it) it goes well, but when I click it again

Re: [Gambas-user] Drag Drop to KDE Desktop

2008-12-17 Thread Fabien Bodard
doriano you have not read carefully my message too ! this is an exemple to interact with desktop it work on KDE4..; 2008/12/17 Doriano Blengino doriano.bleng...@fastwebnet.it: Dear Fabien, you didn't read my message carefully. I specified I wanted to interact with desktop (kde), it is in the

Re: [Gambas-user] import mysql dump EXEC or SHELL?

2008-12-17 Thread Charlie Reinl
---8 -- I cutted it all --- Salut Doriano, someone who knows what 'internet netiquette' is, is not too old to use computers. That would mean, that all who have seen World War 2nd, are too old to eat, because food was scarce at this time. No! Nowadays memory and speed is no more a problem,

Re: [Gambas-user] Accessing the Treeview Collection

2008-12-17 Thread Doriano Blengino
Wally ha scritto: How to access all items in a Treeview using not using movefirst, movenext etc. ? FOR EACH ... IN Treeview ??? NEXT regs wally Do this: if not xxx.MoveFirst() then repeat xxx.item.xxx() ' do things with the current item until

Re: [Gambas-user] Drag Drop to KDE Desktop

2008-12-17 Thread Doriano Blengino
Dear Fabien, you didn't read my message carefully. I specified I wanted to interact with desktop (kde), it is in the mail subject too. Anyway, I tried your example. When doing DD in the same application instance, the receiver correctly gets data and format. Dragging between two instances of

Re: [Gambas-user] import mysql dump EXEC or SHELL?

2008-12-17 Thread Doriano Blengino
Ron_1st ha scritto: On Wednesday 17 December 2008, Doriano Blengino wrote: Problem is: should an email client cut out the signature when replying, or not? kmail, Mozilla/Seamonkey and Thunderbird do. Assuming they are right, one should put a sign in the body of an email, but I wanted not

Re: [Gambas-user] Gambas3 compilation problem

2008-12-17 Thread Benoit Minisini
On mercredi 17 décembre 2008, Jussi Lahtinen wrote: That's odd... since I already compiled Gambas2.9 without problems with libtool 2.2.4 ! Really? Can you send me the full output of the compilation of Gambas 2.9 with libtool 2.2.4? If you don't know how to do that, it is explained on the

Re: [Gambas-user] import mysql dump EXEC or SHELL?

2008-12-17 Thread Doriano Blengino
Ron_1st ha scritto: P.S. Just a side note. At the moment when I 'reply' kmail strips every thing below the '--' as signature. As result your name is also stripped (I did cut/paste to get it back here) and also automagicly the advertisement from SF is gone away. As in normal written mail the

Re: [Gambas-user] Gambas3 compilation problem

2008-12-17 Thread Jussi Lahtinen
That's odd... since I already compiled Gambas2.9 without problems with libtool 2.2.4 ! So libtool problem is only with gambas3? I readed that wiki entry. I run this command: sudo dpkg --force-downgrade -i libtool_1.5.26-1ubuntu1_amd64.deb And I get these messages: dpkg: error processing

Re: [Gambas-user] import mysql dump EXEC or SHELL?

2008-12-17 Thread Ron_1st
On Wednesday 17 December 2008, Doriano Blengino wrote: Ron_1st ha scritto: 8 When I do understand it correct the error in the line EXEC [mysql, sUser, sPassword, sHost, sDatabase, sImport, sSqlFile ] is the missing path for mysql (?) Pardon me. I got

[Gambas-user] Accessing the Treeview Collection

2008-12-17 Thread Wally
How to access all items in a Treeview using not using movefirst, movenext etc. ? FOR EACH ... IN Treeview ??? NEXT regs wally -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The

Re: [Gambas-user] Accessing the Treeview Collection

2008-12-17 Thread Wally
On Wed December 17 2008 14:09:31 Doriano Blengino wrote: Wally ha scritto: How to access all items in a Treeview using not using movefirst, movenext etc. ? FOR EACH ... IN Treeview ??? NEXT regs wally Do this: if not xxx.MoveFirst() then repeat

Re: [Gambas-user] import mysql dump EXEC or SHELL?

2008-12-17 Thread Benoit Minisini
On mercredi 17 décembre 2008, Doriano Blengino wrote: Ron_1st ha scritto: P.S. Just a side note. At the moment when I 'reply' kmail strips every thing below the '--' as signature. As result your name is also stripped (I did cut/paste to get it back here) and also automagicly the

Re: [Gambas-user] Drag Drop to KDE Desktop

2008-12-17 Thread Ron_1st
On Wednesday 17 December 2008, Doriano Blengino wrote: Benoit Minisini ha scritto: On mercredi 17 décembre 2008, Doriano Blengino wrote: Fabien Bodard ha scritto: doriano you have not read carefully my message too ! this is an exemple to interact with desktop it work on

Re: [Gambas-user] Drag Drop to KDE Desktop

2008-12-17 Thread Benoit Minisini
On mercredi 17 décembre 2008, Doriano Blengino wrote: Fabien Bodard ha scritto: doriano you have not read carefully my message too ! this is an exemple to interact with desktop it work on KDE4..; Fabien, you are so kind. In your last message there was no word saying kde :-), so I

Re: [Gambas-user] Drag Drop to KDE Desktop

2008-12-17 Thread Doriano Blengino
Benoit Minisini ha scritto: On mercredi 17 décembre 2008, Doriano Blengino wrote: Fabien Bodard ha scritto: doriano you have not read carefully my message too ! this is an exemple to interact with desktop it work on KDE4..; Fabien, you are so kind. In your last message

Re: [Gambas-user] import mysql dump EXEC or SHELL?

2008-12-17 Thread Doriano Blengino
Charlie Reinl ha scritto: ---8 -- I cutted it all --- Salut Doriano, someone who knows what 'internet netiquette' is, is not too old to use computers. That would mean, that all who have seen World War 2nd, are too old to eat, because food was scarce at this time. No! Nowadays

[Gambas-user] Better way to delete element from array when enumerating

2008-12-17 Thread Jussi Lahtinen
Hi! I have code like this: Dim element as ClassX FOR EACH element IN objectarray IF element = something THEN objectarray.Remove(objectarray.Find(element)) ENDIF NEXT This works, but I'm almost sure that there is better way to do this. Feel kind of dumb to find same element two times... Jussi

Re: [Gambas-user] Error on Connection when closing

2008-12-17 Thread Benoit Minisini
On mardi 16 décembre 2008, David Villalobos Cambronero wrote: Hi, I got an error when close my connection at runtime, the error is easy, the connection is not closed, it still accepts queries. Is the .Close() Method supposed to close the connection meaning that it won't accept queries or I'm

Re: [Gambas-user] last line of editor

2008-12-17 Thread Benoit Minisini
On mardi 16 décembre 2008, Demosthenes Koptsis wrote: Hi to all, i have a text area and i want when i feed text to it to go to the last line of it, so i wrote the next code that works fine PUBLIC SUB txaSQL_Change() txaSQL.Pos = Len(txaSQL.Text) END how can i have the same result

Re: [Gambas-user] error calling external function but not when debugging

2008-12-17 Thread Benoit Minisini
On lundi 15 décembre 2008, je ber lo wrote: hello, I'm using gambas 2.8 on debian and I'm getting different result when debugging code ( the result is a md5 hash string (32 characters)) but no when executing in a normal way. The error is Failed to set text from markup due to error parsing

Re: [Gambas-user] Command completion

2008-12-17 Thread Benoit Minisini
On samedi 13 décembre 2008, gam...@organet.com wrote: Hi Benoit, in Gambas3 (snapshot from friday), when writing a long line, so that the IDE begins to scroll, there is no command completion anymore. Greetz Stevie In Gambas 2 too. As soon as something scrolls in the editor, completion and