Re: [Gambas-user] Binary compare of files?

2008-10-18 Thread nando
You want to use the code below, but use a large block size like 8192 or 32768. It doesn't have to be a perfect binary size. I suggest not to use SHA or MD5 because if you're reading in the files to compute SHA or MD5, you might as well forget wasting the time to compute and simply compare the str

[Gambas-user] Warning: User component gb.form is ignored

2008-10-18 Thread Kari Laine
Hi, when I start gambas2 from command line I get message: "Warning: User component gb.form is ignored" Why? Best Regards Kari Laine - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the

Re: [Gambas-user] gb.db autoincrement ?

2008-10-18 Thread Doriano Blengino
[EMAIL PROTECTED] ha scritto: > Hi Doriano > > With transactions there are many different lock levels, look at help. > > But in case you are using mySQL there is the function LAST_INSERT_ID (), > see: > http://dev.mysql.com/doc/refman/5.1/en/information-functions.html#function_last-insert-id. > >

Re: [Gambas-user] Text formatting in TextArea

2008-10-18 Thread Doriano Blengino
Almanova Sistemi ha scritto: > Hello, > > in first tank's to Doriano Blengino and Stefano Palmeri for suggestion > about TableView. > I have followed the second suggestion from Doriano Blengino. > > Now I have a new problem: > > I need to modify part of text in TextArea. > > E.g.: I have a text lik