Re: [Lazarus] MaskEdit- Fails with mask to telephone

2011-11-01 Thread silvioprog
2011/11/1 Luiz Americo Pereira Camara : > On 1/11/2011 08:52, Bart wrote: >> >> Two options: >> 1. Wait for it being committed and use SVN update (if you are using >> trunk). > > Done in rev 33210 > > Luiz Worked p.e.r.f.e.c.t.l.y. Thank you guys! :) -- Silvio Clécio ===

Re: [Lazarus] MaskEdit- Fails with mask to telephone

2011-11-01 Thread Luiz Americo Pereira Camara
On 1/11/2011 08:52, Bart wrote: Two options: 1. Wait for it being committed and use SVN update (if you are using trunk). Done in rev 33210 Luiz -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mail

Re: [Lazarus] gdb crash with printdialog dialog

2011-11-01 Thread Pierre Delore
Hi Martin, Thanks for your answers. It seem that there are no fix for the moment. In order to avoid the problem I will set the "pdf creator" printer as the default printer. This will allow me to develop the printer part of my application. Thanks. Pierre - Mail original - De: "Martin"

[Lazarus] Opening file already opened does not bring up source editor

2011-11-01 Thread Frank Church
I have noticed that when you open a file from the file dialog or double-click it in the project inspector, the file will not show if it is already opened in the source editor. I expect that the source editor that contains it will pop up to the front and highlight the file. Is this a bug or a featu

Re: [Lazarus] Build project now rebuilds everithing

2011-11-01 Thread Mattias Gaertner
On Tue, 01 Nov 2011 16:28:12 +0400 Alexander Shishkin wrote: > With today's svn version of Lazarus "build project" rebuilds all > required packages (and LCL, FCL etc). Is it by design? (Packages has > option "rebuild as needed") No. Fixed. Mattias --

Re: [Lazarus] Build Lazarus with Clean all - cleaning packages

2011-11-01 Thread zeljko
On Tuesday 01 of November 2011 11:34:12 Mattias Gaertner wrote: > On Sat, 29 Oct 2011 20:12:24 +0200 > > cobines wrote: > > 2011/10/29 zeljko : > > > It seem not. When rebuilded lazarus 33148 today , it refuses to link > > > because some of .o files in 3rd party packages have linked old > > > fun

[Lazarus] Build project now rebuilds everithing

2011-11-01 Thread Alexander Shishkin
With today's svn version of Lazarus "build project" rebuilds all required packages (and LCL, FCL etc). Is it by design? (Packages has option "rebuild as needed") -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.fre

Re: [Lazarus] MaskEdit- Fails with mask to telephone

2011-11-01 Thread Bart
Two options: 1. Wait for it being committed and use SVN update (if you are using trunk). 2. Use the patch utility tha comes with Lazarus to patch maskedit.pp (or, since the changes are minimal, adjust the code by hand) and then rebuild Lazarus. Bart On 11/1/11, Roberto Borgues wrote: > Good morn

Re: [Lazarus] MaskEdit- Fails with mask to telephone

2011-11-01 Thread Roberto Borgues
Good morning, how do I do to apply this patch in lazarus? thanks... 2011/10/31 Bart > On 10/31/11, Maxim Ganetsky wrote: > > > You forgot the patch. > > Yep, I'm stupid. > > Just attached it in the bugreport. > Thanks. > > Bart > > -- > ___ > Lazarus

Re: [Lazarus] Build Lazarus with Clean all - cleaning packages

2011-11-01 Thread Mattias Gaertner
On Sat, 29 Oct 2011 20:12:24 +0200 cobines wrote: > 2011/10/29 zeljko : > > It seem not. When rebuilded lazarus 33148 today , it refuses to link because > > some of .o files in 3rd party packages have linked old function from > > TControl (which is renamed today), so must cd into > > mypackage/so

Re: [Lazarus] TLMMouseEvent now lacks "state"

2011-11-01 Thread Graeme Geldenhuys
On 28 October 2011 17:01, Felipe Monteiro de Carvalho wrote: > > And custom drawn is the way to go, there is no doubt about that. +1 I have said that for years, but so many kept arguing with me. :) In fact custom drawn widgets are much less work in the long run, and much less workarounds. In fac