Re: [Lazarus] svn2.freepascal.org/svn/lazarus/trunk/ stuck in r14665

2008-04-05 Thread Funky Beast
Funky Beast wrote: > Hi, > > The mirror http://svn2.freepascal.org/svn/lazarus/trunk/ has been > stuck at r14665 for quite some time. > > I have problem accessing http://svn.freepascal.org/svn/lazarus/trunk/ > so I'm have been using svn2 recently. > > Thanks, > Funky Beast >

Re: [Lazarus] TMaskEdit: EditMask property error

2008-04-05 Thread wile64
2008/4/5, Andrea Mauri <[EMAIL PROTECTED]>: > Dear all, > Lazarus svn, fpc 2.2 on windows xp. > If I click on the ellipsis button of the EditMask property of a > TMaskedit I get an error: > Error reading TextMaskEdit.BorderSpaging.Onchange: Unknown property: > "Border Spacing" > > Regards, >

[Lazarus] TMaskEdit: EditMask property error

2008-04-05 Thread Andrea Mauri
Dear all, Lazarus svn, fpc 2.2 on windows xp. If I click on the ellipsis button of the EditMask property of a TMaskedit I get an error: Error reading TextMaskEdit.BorderSpaging.Onchange: Unknown property: "Border Spacing" Regards, Andrea ___ Lazarus ma

Re: [Lazarus] svn error maskedit

2008-04-05 Thread Felipe Monteiro de Carvalho
fixed. -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] svn error maskedit

2008-04-05 Thread Andrea Mauri
Dear all, Under Ubuntu, lazarus svn, fpc Free Pascal Compiler version 2.2.0 [2008/04/01] for i386 Copyright (c) 1993-2007 by Florian Klaempfl I got Compiling ./widgetset/wsarrow.pp Compiling ./nonwin32/messages.pp Compiling grids.pas Compiling maskedit.pp maskedit.pp(30,49) Fatal: Can't find uni

Re: [Lazarus] Detecting when mouse leaves TPanel

2008-04-05 Thread Lee Jenkins
Micha Nelissen wrote: > Lee Jenkins wrote: >> The problem is that if you mousedown on the control and then move the mouse >> aware from the control and *then* release the mouse, the control doesn't >> register the mouse up and thus, the control stays colored the "mouse down" >> color. > > This

Re: [Lazarus] svn2.freepascal.org/svn/lazarus/trunk/ stuck in r14665

2008-04-05 Thread cc_
There is one thing I have noticed, which might be useful for the admins of http://svn.freepascal.org/svn/lazarus/trunk/ to spot the differences in the settings. After replacing "svn.freepascal.org" with it's IP address, chekout on http://62.166.198.202/svn/lazarus/trunk results these errors:

Re: [Lazarus] svn2.freepascal.org/svn/lazarus/trunk/ stuck in r14665

2008-04-05 Thread cc_
Thank you. :) - Original Message - From: "Marc Weustink" <[EMAIL PROTECTED]> To: "General mailing list" Sent: Saturday, April 05, 2008 11:14 AM Subject: Re: [Lazarus] svn2.freepascal.org/svn/lazarus/trunk/ stuck in r14665 > [EMAIL PROTECTED] wrote: >> The same story here. >> >> http:/

Re: [Lazarus] svn2.freepascal.org/svn/lazarus/trunk/ stuck in r14665

2008-04-05 Thread Antonio Sanguigni
> > Better not edit the urls directly, but use "svn switch" Thanks Mark, I will have a look to that svn option. Antonio -- Antonio Sanguigni alias slapshot -- GioveLUG (Linux User Group) - http://www.giovelug.org Edupup (Educ

Re: [Lazarus] svn2.freepascal.org/svn/lazarus/trunk/ stuck in r14665

2008-04-05 Thread Marc Weustink
[EMAIL PROTECTED] wrote: > The same story here. > > http://svn.freepascal.org/svn/lazarus/trunk/ worked first, but it hangs > for a while. > > http://svn.freepascal.org:8080/svn/lazarus/trunk returned > > "Error: PROPFIND request failed on '/svn/lazarus/trunk' > Error: PROPFIND of '/svn/la

Re: [Lazarus] svn2.freepascal.org/svn/lazarus/trunk/ stuck in r14665

2008-04-05 Thread cc_
The same story here. http://svn.freepascal.org/svn/lazarus/trunk/ worked first, but it hangs for a while. http://svn.freepascal.org:8080/svn/lazarus/trunk returned "Error: PROPFIND request failed on '/svn/lazarus/trunk' Error: PROPFIND of '/svn/lazarus/trunk': could not connect to server

Re: [Lazarus] Detecting when mouse leaves TPanel

2008-04-05 Thread Micha Nelissen
Lee Jenkins wrote: > The problem is that if you mousedown on the control and then move the mouse > aware from the control and *then* release the mouse, the control doesn't > register the mouse up and thus, the control stays colored the "mouse down" > color. This has to do with SetCapture etc. A