Home > Archive > Kylix > August 2005 > Which newsgroup?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Robby Tanner 2005-08-05, 5:06 pm |
| I have a TPageControl that is not responding to clicking the tabs. The tab
changes but the page doesn't.
Which newsgrouip should I post in for help? I thought maybe
borland.public.kylix.clx.components.using, but I wasn't sure if TPageControl
was a CLX component.
Thanks for any help.
Regards,
Rob
| |
|
| Robby Tanner schrieb:
> I have a TPageControl that is not responding to clicking the tabs. The tab
> changes but the page doesn't.
>
> Which newsgrouip should I post in for help? I thought maybe
> borland.public.kylix.clx.components.using, but I wasn't sure if TPageControl
> was a CLX component.
>
> Thanks for any help.
>
> Regards,
> Rob
>
>
Are you sure it's not a TTabControl?
| |
| Robby Tanner 2005-08-05, 5:06 pm |
|
"theo" <nospam@for.me> wrote in message
news:42f3ace3@newsgroups.borland.com...
> Robby Tanner schrieb:
>
> Are you sure it's not a TTabControl?
Yes, it's a TPageControl with TTabsheets.
Rob
| |
| Corwin Burgess 2005-08-05, 10:02 pm |
| Robby Tanner wrote:
> "theo" <nospam@for.me> wrote in message
> news:42f3ace3@newsgroups.borland.com...
>
>
>
> Yes, it's a TPageControl with TTabsheets.
>
> Rob
>
>
Rob is correct that it's TPageControl with TTabsheets. I used this setup
with a project that changed tabs with buttons so I know that it worked.
Are you saying that when you select a tab it's not changing tabsheets?
I just created a test project using tabs and it worked. There's only one
thing that I see that could wrong. In the Object Inspector select your
TPageControl and verify that the Style property is set to tsTabs.
Corwin
|
|
|
|
|