[Gambas-user] Best wishes for Christmas and the coming new year

2008-12-22 Thread Doriano Blengino
I was not firmly sure to send this wishes to the list but, after a few milliseconds of intense thinking, I realized we all are, in some way, a 'community'. So I send this to you all, hoping you to have good holidays and and a wonderful 2009. Best regards to all, Doriano. -- Doriano Blengino

Re: [Gambas-user] Problem with Conv() and XmlWrite

2008-12-22 Thread Doriano Blengino
Luigi Carlotto ha scritto: > I have forgotten to add the rest of the error message, but it is > identical to the first one post. > > encoding error: output conversion failed two to conv error, bytes 0xE5 > 0x31 0x32 0xE5 I/O error: encoder error > Error: Given Error writing XML > Tails: -1 > > The

Re: [Gambas-user] Problem with Conv() and XmlWrite

2008-12-22 Thread Ron_1st
On Monday 22 December 2008, Luigi Carlotto wrote: > sType="ACTION,ADD,ALL,ALTER,ANALYZE,AND,AS,ASC,ASENSITIVE,BEFORE,BETWEEN,BIGINT,BINARY,BIT,BLOB,BOTH,BY,CALL,CASCADE,CASE,CHANGE,CHAR,CHARACTER,CHECK,COLLATE,COLUMN,CONDITION,CONNECTION,CONSTRAINT,CONTINUE,CONVERT,CREATE,CROSS,CURRENT_DATE,CURRENT

Re: [Gambas-user] Problem with MySQL LONGTEXT field type

2008-12-22 Thread Luigi Carlotto
Il giorno lun, 22/12/2008 alle 20.51 +0100, Luigi Carlotto ha scritto: > Il giorno lun, 22/12/2008 alle 20.13 +0100, Luigi Carlotto ha scritto: > > > It pardons me, but the table in object is not part of mine database, > > but of the same motor of MySQL. > > The fact that is complete with the dat

Re: [Gambas-user] read commandline invocation

2008-12-22 Thread Joshua Higgins
Thanks :-) 2008/12/22 Doriano Blengino > gam...@organet.com ha scritto: > > Am Sonntag, 21. Dezember 2008 02:17:56 schrieb Joshua Higgins: > > > >> Probably a stupid question, but I can't figure it out :S > >> How do I get my Gambas program to read how it was invoked from the > command > >> line

Re: [Gambas-user] Problem with Conv() and XmlWrite

2008-12-22 Thread Luigi Carlotto
Il giorno lun, 22/12/2008 alle 20.38 +0100, Luigi Carlotto ha scritto: > > If you are sure that your strings are ASCII, why doing > > Conv(TheString, "UTF-8", "ASCII")? > Yes! > > > And the error message printed by the underlying iconv library is > clear: your > > string is not ASCII. > No (see r

Re: [Gambas-user] Problem with MySQL LONGTEXT field type

2008-12-22 Thread Benoit Minisini
On lundi 22 décembre 2008, Luigi Carlotto wrote: > Il giorno lun, 22/12/2008 alle 20.13 +0100, Luigi Carlotto ha scritto: > > It pardons me, but the table in object is not part of mine database, > > but of the same motor of MySQL. > > The fact that is complete with the data, or without data, is not

Re: [Gambas-user] Problem with MySQL LONGTEXT field type

2008-12-22 Thread Luigi Carlotto
Il giorno lun, 22/12/2008 alle 20.13 +0100, Luigi Carlotto ha scritto: > It pardons me, but the table in object is not part of mine database, > but of the same motor of MySQL. > The fact that is complete with the data, or without data, is not the > true problem. > My function reads the content of

Re: [Gambas-user] Problem with Conv() and XmlWrite

2008-12-22 Thread Benoit Minisini
On lundi 22 décembre 2008, Luigi Carlotto wrote: > > If you are sure that your strings are ASCII, why doing > > Conv(TheString, "UTF-8", "ASCII")? > > Yes! The question was "why?" > > > And the error message printed by the underlying iconv library is > > clear: your > > > string is not ASCII. > >

Re: [Gambas-user] Problem with Conv() and XmlWrite

2008-12-22 Thread Luigi Carlotto
> If you are sure that your strings are ASCII, why doing > Conv(TheString, "UTF-8", "ASCII")? Yes! > And the error message printed by the underlying iconv library is clear: your > string is not ASCII. No (see result)! > According to you, The toString() methods always returns an accurate string. Y

Re: [Gambas-user] Problem with MySQL LONGTEXT field type

2008-12-22 Thread Benoit Minisini
On lundi 22 décembre 2008, Luigi Carlotto wrote: > It pardons me, but the table in object is not part of mine database, but > of the same motor of MySQL. > The fact that is complete with the data, or without data, is not the > true problem. > My function reads the content of this table in order to

Re: [Gambas-user] Problem with MySQL LONGTEXT field type

2008-12-22 Thread Luigi Carlotto
It pardons me, but the table in object is not part of mine database, but of the same motor of MySQL. The fact that is complete with the data, or without data, is not the true problem. My function reads the content of this table in order to determine the structure of a database, and not the data. Th

Re: [Gambas-user] read commandline invocation

2008-12-22 Thread Doriano Blengino
gam...@organet.com ha scritto: > Am Sonntag, 21. Dezember 2008 02:17:56 schrieb Joshua Higgins: > >> Probably a stupid question, but I can't figure it out :S >> How do I get my Gambas program to read how it was invoked from the command >> line? >> >> Thanks. >> > I think Application.Read is

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

2008-12-22 Thread M0E Lnx
See attachment On Sat, Dec 20, 2008 at 11:18 PM, Benoit Minisini wrote: > On mercredi 17 décembre 2008, M0E Lnx wrote: >> 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 happe

Re: [Gambas-user] Sidepanel bug?

2008-12-22 Thread M0E Lnx
I did report a bug with this object in gb.gtk though. the first time you try to shrink it, it does shink, but you can't restore it again you have to manually drag it and resize it back to it's normal size. Shrinking and expanding work fine after the that. On Sat, Dec 20, 2008 at 11:20 PM, Benoit

Re: [Gambas-user] SQLite and INT4 vs. INTEGER

2008-12-22 Thread moon_walker
Thank you for your answer. Meantime i realised the autoincrementation for INT4 "manually" in my project. Because i am a novice developer I learned a lot with this trouble at least. :-) br attila moon_walker wrote: > > Hi Benoit, > > i am developing a cross platform application. The linux side