Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-09 Thread gambas
Comment #1 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 There is also a signal 11 bug in curls exit code. warning: no loadable sections found in added symbol-file system-supplied DSO at 0x77ffa000 [Thread debugging using

Re: [Gambas-user] Issue 409 in gambas: Object.Type(object) raise Invalide Object error with ValueBox.Type=Date

2013-03-09 Thread gambas
Updates: Status: Accepted Comment #2 on issue 409 by benoit.m...@gmail.com: Object.Type(object) raise Invalide Object error with ValueBox.Type=Date http://code.google.com/p/gambas/issues/detail?id=409 The bug is not in the ValueBox control, but in the Form Controls property. -- You

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-09 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #2 on issue 410 by benoit.m...@gmail.com: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 The signal 11 in curls exit code is known to be a bug in the curl library. -- You received

Re: [Gambas-user] I found a bug... or only on my box

2013-03-09 Thread Benoît Minisini
Le 03/03/2013 23:01, Karl Reinl a écrit : Salut Benoît, seen on qt4 : if you change the printer target to .pdf or .ps file, the printer.paper switches to 0 = Custom, was 2 = A4 before. Same if you change it by code printer.OutputFile=/tmp/myOutputFile.pdf It seems to be a weird qt4

Re: [Gambas-user] I found a bug... or only on my box

2013-03-09 Thread Benoît Minisini
Le 09/03/2013 15:42, Benoît Minisini a écrit : Le 03/03/2013 23:01, Karl Reinl a écrit : Salut Benoît, seen on qt4 : if you change the printer target to .pdf or .ps file, the printer.paper switches to 0 = Custom, was 2 = A4 before. Same if you change it by code

Re: [Gambas-user] gb.form.dialog Dialog.Filter errors

2013-03-09 Thread Benoît Minisini
Le 01/03/2013 22:02, Tobias Boege a écrit : Hi, I get an error: gb.form: FileView.CheckFilter.127: Bad regular expression: Missing '}' when I set a particular class of Dialog.Filter strings which are actually valid ones for LIKE. According to the docs, FileView uses LIKE to match its

Re: [Gambas-user] gb.form.dialog Dialog.Filter errors

2013-03-09 Thread Tobias Boege
On Sat, 09 Mar 2013, Beno?t Minisini wrote: Le 01/03/2013 22:02, Tobias Boege a ?crit : Hi, I get an error: gb.form: FileView.CheckFilter.127: Bad regular expression: Missing '}' when I set a particular class of Dialog.Filter strings which are actually valid ones for LIKE.

[Gambas-user] Editor.Lines[0].Refresh() does not trigger custom Highlight event

2013-03-09 Thread Tobias Boege
Hi, the attached project shows how just for line 0, the Editor.Lines[0].Refresh() method does not force the Highlight event to kick in (if I have Editor.Highlight = Highlight.Custom set). Is there a reason or is it just a bug? Regards, Tobi editor_lines_0-0.0.1.tar.gz Description: Binary data

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-09 Thread gambas
Comment #3 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 About the knowne exit bug in curl, it's the curl available in 13.04, it bleeding new, would be bad if that's the one in release version. Any references to bug report?

Re: [Gambas-user] Editor.Lines[0].Refresh() does not trigger custom Highlight event

2013-03-09 Thread Benoît Minisini
Le 09/03/2013 18:10, Tobias Boege a écrit : Hi, the attached project shows how just for line 0, the Editor.Lines[0].Refresh() method does not force the Highlight event to kick in (if I have Editor.Highlight = Highlight.Custom set). Is there a reason or is it just a bug? Regards, Tobi

Re: [Gambas-user] Editor.Lines[0].Refresh() does not trigger custom Highlight event

2013-03-09 Thread Tobias Boege
On Sat, 09 Mar 2013, Beno?t Minisini wrote: Le 09/03/2013 18:10, Tobias Boege a ?crit : Hi, the attached project shows how just for line 0, the Editor.Lines[0].Refresh() method does not force the Highlight event to kick in (if I have Editor.Highlight = Highlight.Custom set). Is

Re: [Gambas-user] Autoresize in gridview

2013-03-09 Thread Benoît Minisini
Le 01/03/2013 13:45, Ricardo Díaz Martín a écrit : Hi Benoit, I think It could be good idea to add new property to gridview control related with AutoResize. The name could be something like ColumnToAutoResize (integer from 0 to gridview.columns.count). I try to explain: Sometimes you're