Re: [Gambas-user] Issue 544 in gambas: Gambas doesn't show images tumbnails with FileChooser

2014-08-01 Thread gambas
Updates: Status: Fixed Comment #10 on issue 544 by benoit.m...@gmail.com: Gambas doesn't show images tumbnails with FileChooser http://code.google.com/p/gambas/issues/detail?id=544 (No comment was entered for this change.) -- You received this message because this project is configure

Re: [Gambas-user] Issue 544 in gambas: Gambas doesn't show images tumbnails with FileChooser

2014-08-01 Thread gambas
Comment #9 on issue 544 by uale...@gmail.com: Gambas doesn't show images tumbnails with FileChooser http://code.google.com/p/gambas/issues/detail?id=544 Yups, revision 6412 works perfect :-) Thanks for the quick fix. -- You received this message because this project is configured to send all

Re: [Gambas-user] Issue 544 in gambas: Gambas doesn't show images tumbnails with FileChooser

2014-08-01 Thread gambas
Updates: Status: NeedsInfo Comment #8 on issue 544 by benoit.m...@gmail.com: Gambas doesn't show images tumbnails with FileChooser http://code.google.com/p/gambas/issues/detail?id=544 Can you try revision #6412? -- You received this message because this project is configured to send a

Re: [Gambas-user] Issue 544 in gambas: Gambas doesn't show images tumbnails with FileChooser

2014-08-01 Thread gambas
Comment #7 on issue 544 by benoit.m...@gmail.com: Gambas doesn't show images tumbnails with FileChooser http://code.google.com/p/gambas/issues/detail?id=544 You should extract the JSON class from gb.web for your own use, it will be safer. Until I put that in another component (gb.json?). But

Re: [Gambas-user] Issue 544 in gambas: Gambas doesn't show images tumbnails with FileChooser

2014-08-01 Thread gambas
Comment #6 on issue 544 by uale...@gmail.com: Gambas doesn't show images tumbnails with FileChooser http://code.google.com/p/gambas/issues/detail?id=544 It is used in the DomotiGa GUI, to encode and decode JSON. -- You received this message because this project is configured to send all iss

Re: [Gambas-user] Issue 544 in gambas: Gambas doesn't show images tumbnails with FileChooser

2014-08-01 Thread gambas
Updates: Status: Accepted Comment #5 on issue 544 by benoit.m...@gmail.com: Gambas doesn't show images tumbnails with FileChooser http://code.google.com/p/gambas/issues/detail?id=544 No, this is not a bug in gb.web, it's the side effect I was talking about. The Task standard output in

Re: [Gambas-user] Issue 544 in gambas: Gambas doesn't show images tumbnails with FileChooser

2014-08-01 Thread gambas
Comment #4 on issue 544 by uale...@gmail.com: Gambas doesn't show images tumbnails with FileChooser http://code.google.com/p/gambas/issues/detail?id=544 Ok, found it ! The bug isn't in the FileChooser ... The bug appears when you enable Component gb.web Attached is the example project "Test

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-08-01 Thread Alexie
Hi Benoit, Not, that doesn't seem to solve the issue. I am looking into the SmtpClient code, maybe i can spot something, i will let you know. Regards, Alex 2014-08-01 14:57 GMT+02:00 Benoît Minisini : > Le 01/08/2014 14:37, Alexie a écrit : > > Hi Benoit, > > > > For #8, i think the problem is

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-08-01 Thread Benoît Minisini
Le 01/08/2014 14:37, Alexie a écrit : > Hi Benoit, > > For #8, i think the problem is that during SSL authentication failure, the > openssl isn't killed off properly. > > Just before the kill, it looks fine: > me@ubuntu:~$ ps -ef | grep -i open > me 3221 3193 0 14:32 pts/23 00:00:00 /usr/bin/o

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-08-01 Thread Alexie
Hi Benoit, For #8, i think the problem is that during SSL authentication failure, the openssl isn't killed off properly. Just before the kill, it looks fine: me@ubuntu:~$ ps -ef | grep -i open me 3221 3193 0 14:32 pts/23 00:00:00 /usr/bin/openssl s_client -quiet -connect smtp.gmail.com 465 m

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-08-01 Thread gambas
Comment #9 on issue 540 by benoit.m...@gmail.com: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue) http://code.google.com/p/gambas/issues/detail?id=540 #7 fixed in revision #6409. For #8 I don't know. For development code, I suggest that you u

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-08-01 Thread gambas
Comment #8 on issue 540 by uale...@gmail.com: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue) http://code.google.com/p/gambas/issues/detail?id=540 Weirdly with a failed authentication, the gbx3 is hanging (100%). The gdb attach to the gbx3 i

Re: [Gambas-user] Issue 540 in gambas: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue)

2014-08-01 Thread gambas
Comment #7 on issue 540 by uale...@gmail.com: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue) http://code.google.com/p/gambas/issues/detail?id=540 It doesn't work here YET. I get the following error message (revision 6408): 'SmtpSession.Conne

Re: [Gambas-user] gambas3 printer

2014-08-01 Thread Benoît Minisini
Le 31/07/2014 19:49, Charlie Reinl a écrit : > Salut Benoît, > > digging around the gambas3 printer object, I can now say the following: > > - you can not set printer.paper=0, what means set to gambas 'Custom', >you earn a default.paper, in my case A4 > > - changing PaperWidth and/or PaperHeigh

Re: [Gambas-user] Issue 544 in gambas: Gambas doesn't show images tumbnails with FileChooser

2014-08-01 Thread gambas
Comment #3 on issue 544 by benoit.m...@gmail.com: Gambas doesn't show images tumbnails with FileChooser http://code.google.com/p/gambas/issues/detail?id=544 Mmm, weird. I think there is a bad side effect somewhere. If you can provide me your project or a similar one so that I can reproduce t

Re: [Gambas-user] Issue 543 in gambas: Wrong string literal doesn't handled by IDE in Form files

2014-08-01 Thread gambas
Comment #4 on issue 543 by benoit.m...@gmail.com: Wrong string literal doesn't handled by IDE in Form files http://code.google.com/p/gambas/issues/detail?id=543 I don't think you will find anything about your bug. It's usual that you find a bug in an old version that was fixed without having

Re: [Gambas-user] Issue 543 in gambas: Wrong string literal doesn't handled by IDE in Form files

2014-08-01 Thread gambas
Comment #3 on issue 543 by mihanent...@yandex.ru: Wrong string literal doesn't handled by IDE in Form files http://code.google.com/p/gambas/issues/detail?id=543 Ok, thanks for a reply. I'll try newer version (now I'm bound to a Debian Wheezy' package version). Allow me to as a question: to fi