Re: [Lazarus] Disabling scrollbars

2008-12-02 Thread Felipe Monteiro de Carvalho
I think I found a bug report about this: http://bugs.freepascal.org/view.php?id=11991 Anyone has hints about the cause? I will investigate this today -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal.org

Re: [Lazarus] Disabling scrollbars

2008-12-02 Thread Felipe Monteiro de Carvalho
On Tue, Dec 2, 2008 at 5:17 AM, Vincent Snijders [EMAIL PROTECTED] wrote: Maybe AutoScroll := false; ? That was the first thing I tryed. It doesn't work for wince and doesn't work for carbon. But it works in Delphi 7, so I have found a bug. -- Felipe Monteiro de Carvalho

Re: [Lazarus] Disabling scrollbars

2008-12-02 Thread Felipe Monteiro de Carvalho
I think I have found a fix. In TScrollingWinControl.AlignControls Index: lcl/include/scrollingwincontrol.inc === --- lcl/include/scrollingwincontrol.inc (revision 17661) +++ lcl/include/scrollingwincontrol.inc (working copy) @@ -62,7

[Lazarus] Disabling scrollbars

2008-12-01 Thread Felipe Monteiro de Carvalho
Hello, How can I disable scrollbars in a form? I have found no property to do that. Just checking the size of the form and that it doesn't have them at design time doesn't help, because the form has it's size altered to fit the Windows CE device. And it also places them in Windows CE even if the

Re: [Lazarus] Disabling scrollbars

2008-12-01 Thread Vincent Snijders
Maybe AutoScroll := false; ? 2008/12/2, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: Hello, How can I disable scrollbars in a form? I have found no property to do that. Just checking the size of the form and that it doesn't have them at design time doesn't help, because the form has it's