Re: [Lazarus] CGI Response.ContentStream client break

2014-07-04 Thread Michael Van Canneyt
On Thu, 3 Jul 2014, silvioprog wrote: 2014-07-03 17:33 GMT-03:00 Leonardo M. Ramé l.r...@griensu.com: [...] Mmm, no, too fast. Maybe the problem is on the client side. I'm using Synapse library as client, and I'm issuing THttpSend's Abort method to stop downloading. You

[Lazarus] GTK2 GroupBox auto size

2014-07-04 Thread Henry Vermaak
Hi The GroupBox auto size doesn't work very well, because it doesn't take the label width into account. If the label is wider than all of the children, it will get clipped. Any reason why GetGTKDefaultWidgetSize wasn't used, like virtually everywhere else in gtk2wsstdctrls.pp? I attach a patch

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-04 Thread Henry Vermaak
On Fri, Jul 04, 2014 at 12:39:12PM +0100, Henry Vermaak wrote: Hi The GroupBox auto size doesn't work very well, because it doesn't take the label width into account. If the label is wider than all of the children, it will get clipped. Any reason why GetGTKDefaultWidgetSize wasn't used,

Re: [Lazarus] CGI Response.ContentStream client break

2014-07-04 Thread Leonardo M . Ramé
On 2014-07-04 08:22:30 +0200, Michael Van Canneyt wrote: On Thu, 3 Jul 2014, silvioprog wrote: 2014-07-03 17:33 GMT-03:00 Leonardo M. Ramé l.r...@griensu.com: [...] Mmm, no, too fast. Maybe the problem is on the client side. I'm using Synapse library as client, and

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-04 Thread Henry Vermaak
On Fri, Jul 04, 2014 at 01:03:56PM +0100, Henry Vermaak wrote: On Fri, Jul 04, 2014 at 12:39:12PM +0100, Henry Vermaak wrote: Hi The GroupBox auto size doesn't work very well, because it doesn't take the label width into account. If the label is wider than all of the children, it will

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-04 Thread Vojtěch Čihák
Hi,   Delphi has no TGroupBox.Autosize but it has TPanel.AutoSize. When I put children on Panel, set very long Panel.Caption and Panel.AutoSize:=True then panel shrinks to the smallest possible size (around children) ignoring its own Caption. So it seems more a feature than a bug to me.  

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-04 Thread zeljko
On 07/04/2014 03:13 PM, Vojtěch Čihák wrote: Hi, Delphi has no TGroupBox.Autosize but it has TPanel.AutoSize. When I put children on Panel, set very long Panel.Caption and Panel.AutoSize:=True then panel shrinks to the smallest possible size (around children) ignoring its own Caption. So it

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-04 Thread Henry Vermaak
On Fri, Jul 04, 2014 at 03:13:19PM +0200, Vojtěch Čihák wrote: Hi,   Delphi has no TGroupBox.Autosize but it has TPanel.AutoSize. I really don't care about Delphi. If I did I would be using it. When I put children on Panel, set very long Panel.Caption and Panel.AutoSize:=True then panel

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-04 Thread Henry Vermaak
On Fri, Jul 04, 2014 at 03:19:33PM +0200, zeljko wrote: On 07/04/2014 03:13 PM, Vojtěch Čihák wrote: Hi, Delphi has no TGroupBox.Autosize but it has TPanel.AutoSize. When I put children on Panel, set very long Panel.Caption and Panel.AutoSize:=True then panel shrinks to the smallest

[Lazarus] Compiling many build modes at once

2014-07-04 Thread Juha Manninen
I implemented a command to build a user selectable list of modes at one go. You can find it in Run menu item Build many Modes Please test. Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-04 Thread Juha Manninen
On Friday, July 4, 2014, Vojtěch Čihák vojtech.ci...@atlas.cz wrote: So it seems more a feature than a bug to me. To me it seems like yet another bug in Delphi. When talking about GroupBox it is actually a missing feature in Delphi. My logic also says that if the user has set a caption and

Re: [Lazarus] CGI Response.ContentStream client break

2014-07-04 Thread Michael Van Canneyt
On Fri, 4 Jul 2014, Leonardo M. Ramé wrote: On 2014-07-04 08:22:30 +0200, Michael Van Canneyt wrote: On Thu, 3 Jul 2014, silvioprog wrote: 2014-07-03 17:33 GMT-03:00 Leonardo M. Ramé l.r...@griensu.com: [...] Mmm, no, too fast. Maybe the problem is on the client side. I'm

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-04 Thread Vojtěch Čihák
@ I want to see it fixed! Gtk2 and Windows were mentioned. What about other widgetsets, how do they behave?   Qt has this issue too (i.e. GroupBox is autosized around children, long caption is not fuly visible).    @ My logic also says that if the user has set a caption and defined a control

Re: [Lazarus] GTK2 GroupBox auto size

2014-07-04 Thread Juha Manninen
On Friday, July 4, 2014, Vojtěch Čihák vojtech.ci...@atlas.cz wrote: And what about autosized forms? I mean: why it does NOT matter with Panels and Forms but it (exclusively) matters with GroupBox. Good question. I think it should matter with forms, too. OTOH, forms are typically bigger and

Re: [Lazarus] Lazarus on Odroid U3

2014-07-04 Thread Anthony Tekatch
On Tue, 01 Jul 2014 09:08:05 +0200, Reinier Olislagers reinierolislag...@gmail.com wrote: On 01/07/2014 02:03, Anthony Tekatch wrote: On Mon, 23 Jun 2014 08:28:57 +0200, Reinier Olislagers reinierolislag...@gmail.com wrote: You could try installing that or perhaps compile using FPC