Re: [Gambas-user] Farm's thumnails are terrible

2015-12-02 Thread roberto
Hi Benoît There is a reason why no one answers to my question on the XmlReader? I was wrong in something? Il 02/12/2015 12:45, Benoît Minisini ha scritto: > Le 02/12/2015 12:00, Moviga Technologies a écrit : >> >> The thumbnails at the farm has such a low resolution that it is just a >> big haze.

Re: [Gambas-user] xmlreader

2015-11-30 Thread roberto
mment("Hidden") writer.CDATA("Raw Data") writer.PI("hello", "worldl") writer.StartElement("titi") writer.Text("hello") Print "==" Print writer.Close() Print "==" Print writer.Data this is the output file /tmp/text

[Gambas-user] xmlreader

2015-11-27 Thread roberto
Hi to All, I can not read an XML file with comment(s) because when the XmlReader reads a line of comment () then the read method go immediately at the end of the file and EOF is true it's a bug? Regards -- ___

Re: [Gambas-user] gb.mime segfault 11

2014-11-24 Thread roberto
ards Il 24/11/2014 15:29, Benoît Minisini ha scritto: > Le 24/11/2014 15:11, roberto a écrit : >> As discuss in other thread , I have a problem with a segment fault 11 >> using gb.mime >> >> Find attachment with project. Inside the tar.gz is a eml file that >> ca

[Gambas-user] gb.mime segfault 11

2014-11-24 Thread roberto
As discuss in other thread , I have a problem with a segment fault 11 using gb.mime Find attachment with project. Inside the tar.gz is a eml file that caused the seg fault. I have parsed the same eml file in a procedure in c using libgmime-2.6 without problem. Other question: if I wanted

Re: [Gambas-user] Roberto, Re: [SegFault 11] Enumerating HttpClient.Headers with For Each

2014-11-24 Thread roberto
I'm sorry to have destroyed the integrity of your thread regards Il 24/11/2014 04:47, T Lee Davidson ha scritto: > Roberto, > > I don't mind you hi-jacking my thread, but I'm sure others do as it > disrupts thread integrity and makes email message management more > d

Re: [Gambas-user] [SegFault 11] Enumerating HttpClient.Headers with For Each

2014-11-23 Thread roberto
how i can pass hPart to the libgmime function? Regards how do I go hpart to function? Il 23/11/2014 23:22, roberto ha scritto: > Hi Benoît and All > I have a similar problem of fault segment 11 with a hpart (as MimePart) > enumerated from a a MimeMessage > in the special condition

Re: [Gambas-user] [SegFault 11] Enumerating HttpClient.Headers with For Each

2014-11-23 Thread roberto
Hi Benoît and All I have a similar problem of fault segment 11 with a hpart (as MimePart) enumerated from a a MimeMessage in the special condition that the part is empty, as for example -> -- = _ Part_819_1944908340.1380722116143

[Gambas-user] Seek problem

2014-11-20 Thread roberto
Dear All, I have a problem with a seek on a mbox file (thunderbird) After open the file (size 3764088424 byte) without error with hfile = Open mbox For Input I have seek with: Seek #hfile, SeekPoint where SeekPoint is a Long with value 3687556402, gambas stop and return error "Bad argument"

Re: [Gambas-user] How do I pass a user parameter from a dialog form?

2014-11-18 Thread roberto
Hi Marty, you would use a new class file were store your variables. In this case the class is a bridge from your dialog to main form Regards Il 18/11/2014 20:42, Martin McGlensey ha scritto: > Hello, > > > > I have created a dialog form. As created by Gambas, it has an OK and Cancel > butto

Re: [Gambas-user] Retrieve charset of mimepart

2014-11-07 Thread roberto
s = Replace(s, ";", "") s = Trim(Replace(s, Chr(34), "")) Try s = Conv(hPart.Data, s, "utf-8") If Error Then Message.Error("errore nel decodificare una parte mime " & Error.text, "ok&q

Re: [Gambas-user] Retrieve charset of mimepart

2014-11-06 Thread roberto
mime, InStr(mime, ";") - 1) > fname = Right(fich, - RInStr(fich, "/")) > SmtpC.Add(File.Load(fich), mime, fname) >Next > > > Hope this helps. > > Regards > > 2014-11-06 10:49 GMT+01:00 Roberto : > >> De

[Gambas-user] Retrieve charset of mimepart

2014-11-06 Thread Roberto
Dear All, there is a method to get the charset of a mimepart ( eg. part.ContentType = "plain/text" )? Best Regards Gambas 3.6 -- ___ Gambas-user mailing list Gambas-user@lists.s

[Gambas-user] How To Play an .AVI Video File in Gambas

2010-01-13 Thread Roberto Scala
Is it possible to play an .avi or .flv file inside a form in gambas? If yes, how to do that? -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development