Re: [Lazarus] Property ShowTabs of the component PageControl

2013-09-05 Thread Martin
On 05/09/2013 21:03, Martin wrote: On 05/09/2013 20:57, Junior wrote: Open project test. In Object Inspector, click in tabsheet1, tabsheet2, ... all components that are within tabsheets disappear. Ok, confirmed. It seems to be design time only? When I run the project, they are all there?

Re: [Lazarus] Property ShowTabs of the component PageControl

2013-09-05 Thread Martin
On 05/09/2013 19:55, Junior wrote: I mean that all components that are within tabsheets disappear. sorry, need more details, all works fine here. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/ma

Re: [Lazarus] Property ShowTabs of the component PageControl

2013-09-05 Thread Junior
I mean that all components that are within tabsheets disappear. Em 05-09-2013 15:43, Martin escreveu: On 05/09/2013 19:19, Junior wrote: Lazarus 1.1 r42622M FPC 2.6.2 i386-linux-gtk 2 The property ShowTabs of the component PageControl not drawing the screen in the Lazarus IDE. The error occ

Re: [Lazarus] Property ShowTabs of the component PageControl

2013-09-05 Thread Martin
On 05/09/2013 19:19, Junior wrote: Lazarus 1.1 r42622M FPC 2.6.2 i386-linux-gtk 2 The property ShowTabs of the component PageControl not drawing the screen in the Lazarus IDE. The error occurs when it adds more than one page. 1 PageControl (add 2 tabsheet); Add um button into tabsheet; click

[Lazarus] Property ShowTabs of the component PageControl

2013-09-05 Thread Junior
Lazarus 1.1 r42622M FPC 2.6.2 i386-linux-gtk 2 The property ShowTabs of the component PageControl not drawing the screen in the Lazarus IDE. The error occurs when it adds more than one page. 1 PageControl (add 2 tabsheet); Add um button into tabsheet; click on tabsheet navigating on them. th