2011/1/3 ik <[email protected]>:
> No, you have also removed the ActivePage and it's successor, and it makes a
> lot of problems with existed code.

Which place exactly uses this property? Is it also around a  {$IFDEF
SYN_LAZARUS} ?

> How can I set now a new active page for example ? (If I'll understand that,
> I think I can patch things).

Setting the page by index:

file lcl/extctrls.pas

TNotebook = ...
...
    property PageIndex: Integer read GetPageIndex write SetPageIndex default -1;
...

-- 
Felipe Monteiro de Carvalho

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to