Re: [Lazarus] HEADS UP: FPC 3.0.1 stable branched off.

2015-01-12 Thread Joao Morais
On 12/01/15 08:27, Sven Barth wrote: Am 12.01.2015 07:55 schrieb zeljko zel...@holobit.net mailto:zel...@holobit.net: On 01/11/2015 04:58 PM, Joao Morais wrote: Em 05/01/15 13:54, Marco van de Voort escreveu: As a first step in the 3.0.0 release process the stable branch was branched

Re: [Lazarus] HEADS UP: FPC 3.0.1 stable branched off.

2015-01-11 Thread Joao Morais
Em 05/01/15 13:54, Marco van de Voort escreveu: As a first step in the 3.0.0 release process the stable branch was branched off to branches/fixes_3_0 and the version number was updated to 3.0.1 Which version the 3.0 branch will have just after 3.0 release? --

Re: [Lazarus] Windows.PostMessage vs Application.QueueAsyncCall

2014-03-18 Thread Joao Morais
Em 18/03/14 10:47, Marcos Douglas escreveu: a form needs to notify many windows using asynchronous messages. PostMessage do that but some programmers say this is an old Windowish approach so, I'm searching another method to do the same PostMessage does and making the code more cross. I missed

Re: [Lazarus] Windows.PostMessage vs Application.QueueAsyncCall

2014-03-17 Thread Joao Morais
Em 15/03/14 22:47, Marcos Douglas escreveu: So, what the best way to substitute PostMessage? Maybe using QueueAsyncCall + IFPObserved/IFPObserver? Have you tried decoupling your classes with interfaces? If I understood your scenario correctly: Main implements an interface known by Proc,

Re: [Lazarus] Windows.PostMessage vs Application.QueueAsyncCall

2014-03-17 Thread Joao Morais
Em 17/03/14 16:28, Marcos Douglas escreveu: On Mon, Mar 17, 2014 at 3:12 PM, Joao Morais l...@joaomorais.com.br wrote: Em 15/03/14 22:47, Marcos Douglas escreveu: So, what the best way to substitute PostMessage? Maybe using QueueAsyncCall + IFPObserved/IFPObserver? Have you tried

Re: [Lazarus] New control TLvlGraphControl and new IDE package graph

2013-03-24 Thread Joao Morais
of a little messy project =) http://en.wikipedia.org/wiki/Design_structure_matrix Joao Morais -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Copy buffer of PWord to TMemoryStream

2013-03-24 Thread Joao Morais
(PWord)); inc(I, SizeOf(PWord)); Joao Morais -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] IUnknown and reference counting

2013-03-21 Thread Joao Morais
calling the same method, even on the same object, at the same time from more than one thread? Joao Morais -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] IUnknown and reference counting

2013-03-21 Thread Joao Morais
- Premature destruction when creating within a const parameter and using it (one inc, one dec) before store the reference permanently - what more? =) Joao Morais -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] IUnknown and reference counting

2013-03-21 Thread Joao Morais
2013/3/21 Sven Barth pascaldra...@googlemail.com: On 21.03.2013 21:15, Joao Morais wrote: 2013/3/21 Hans-Peter Diettrich drdiettri...@aol.com: The same considerations apply to the use of object and interface references in threads. Interface methods are implemented by class methods

Re: [Lazarus] IUnknown and reference counting

2013-03-21 Thread Joao Morais
2013/3/21 Hans-Peter Diettrich drdiettri...@aol.com: Joao Morais schrieb: 2013/3/21 Hans-Peter Diettrich drdiettri...@aol.com: The same considerations apply to the use of object and interface references in threads. Interface methods are implemented by class methods, and consequently must

Re: [Lazarus] log4delphi maintainer

2013-02-23 Thread Joao Morais
the download link. Thanks. Joao Morais -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] log4delphi maintainer

2013-02-22 Thread Joao Morais
Hello list. Someone currently maintaining the fpc port of log4delphi? I fixed some memleaks and would like to know where the code is being versioned. http://wiki.freepascal.org/log4delphi Joao Morais -- ___ Lazarus mailing list Lazarus

[Lazarus] IDE isn't displayed if a package is into anchordocklayout

2012-12-29 Thread Joao Morais
any package -- doesn't need to dock into the IDE - tool | save window layout as default - close and reopen the IDE - All forms are displayed, except the main form and its docks Bug or misuse? Joao Morais ?xml version=1.0? CONFIG MainConfig Nodes ChildCount=1 Item1 Name=MainIDE Type

Re: [Lazarus] IDE isn't displayed if a package is into anchordocklayout

2012-12-29 Thread Joao Morais
On Sat, Dec 29, 2012 at 9:12 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Sat, 29 Dec 2012 20:59:19 -0200 Joao Morais jcmorai...@gmail.com wrote: Hello all. The IDE doesn't start correctly -- the main form isn't displayed -- if a package is declared in the anchordocklayout.xml

Re: [Lazarus] Best practices on using classes for subroutine libraries

2012-04-15 Thread Joao Morais
:= tbar; writeln('2: ', vclass.m1); end. Joao Morais -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus