Ah, if forgot to mention, this work is in FreeType2 as well.
Darius
On Apr 18, 2011, at 3:20 PM, Felipe Monteiro de Carvalho wrote:
> On Tue, Apr 12, 2011 at 6:43 PM, Darius Blaszyk
> wrote:
>> Hi Felipe,
>> Nice work. I have been playing with FreeType as well to have it render on
>> OpenGL. F
ZeelandNet Webmail Hi,
I'm trying to understand how message
methods work in FPC. For this I created a simple app that shows a
message. I also created a second (identical form) and I expected that
all message methods related to MY_MESSAGE would be executed when I
pressed either one or the othe
dhkblas...@zeelandnet.nl hat am 19. April 2011 um 17:48 geschrieben:
> Hi,
>
> I'm trying to understand how message methods work in FPC. For this I created
> a simple app that shows a message. I also created a second (identical form)
> and I expected that all message methods related to
On Apr 19, 2011, at 6:04 PM, Mattias Gaertner wrote:
>
>
>
> dhkblas...@zeelandnet.nl hat am 19. April 2011 um 17:48 geschrieben:
>
>> Hi,
>>
>> I'm trying to understand how message methods work in FPC. For this I created
>> a simple app that shows a message. I also created a second (iden
will it really traverse the classes ?
from what i understood about the manual (and i heavily use that
mechanism) it will only trigger the class where you dispatch to, so,
self.dispatch(msg) only works for the TForm.
if you need more than that you will need to traverse the component
tree yourself.