Re: [Lazarus] When does ComponentPageControl gets filled?

2014-03-07 Thread leledumbo
> I've just installed Lazarus 1.2 and I realize that KZDesktop's way of
embedding component palette no longer works as it was in 1.0.14. It looks
like KZDesktop has overriden the event when ComponentPageControl gets
filled. Do I need to call something to make it filled? Or perhaps an easier
one, what are the differences between 1.0.14 an 1.2's way of filling
component paletter?

Sorry, my bad. I installed EducationLaz accidentally and it disables all my
components (by default, with "enable education settings" unchecked). The bug
should be assigned to EducationLaz instead.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/When-does-ComponentPageControl-gets-filled-tp4036110p4036134.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] When does ComponentPageControl gets filled?

2014-03-06 Thread leledumbo
> You mean the compilation error? Just change 'Items' for 'Comps'

Yes, I've done that.

> And to fix the painting problem in the designer, change the
> 'UpdateControlState' call to 'AdjustSize'.

What painting problem? I didn't see any. Well I haven't really tested the
designer though.
My actual problem is that my component palette (which is docked to
pnComponents) is empty.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/When-does-ComponentPageControl-gets-filled-tp4036110p4036117.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] When does ComponentPageControl gets filled?

2014-03-05 Thread Flávio Etrusco
On Thu, Mar 6, 2014 at 3:23 AM, leledumbo  wrote:
> I've just installed Lazarus 1.2 and I realize that KZDesktop's way of
> embedding component palette no longer works as it was in 1.0.14. It looks
> like KZDesktop has overriden the event when ComponentPageControl gets
> filled. Do I need to call something to make it filled? Or perhaps an easier
> one, what are the differences between 1.0.14 an 1.2's way of filling
> component paletter?


You mean the compilation error? Just change 'Items' for 'Comps'. And
to fix the painting problem in the designer, change the
'UpdateControlState' call to 'AdjustSize'.
Otherwise I'm not getting any (new) problem.

Best regards,
Flávio

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] When does ComponentPageControl gets filled?

2014-03-05 Thread leledumbo
I've just installed Lazarus 1.2 and I realize that KZDesktop's way of
embedding component palette no longer works as it was in 1.0.14. It looks
like KZDesktop has overriden the event when ComponentPageControl gets
filled. Do I need to call something to make it filled? Or perhaps an easier
one, what are the differences between 1.0.14 an 1.2's way of filling
component paletter?



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/When-does-ComponentPageControl-gets-filled-tp4036110.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus