[DUG] BringToFront at Design time
Ross Levis
ross at stationplaylist.com
Fri Jan 4 13:43:21 NZDT 2008
I thought of that too but when I looked for a property to make the tabs
invisible, I couldn't find one. I'm using D7. I'm probably missing
something obvious. Can you please enlighten me.
Thanks,
Ross.
From: delphi-bounces at listserver.123.net.nz
[mailto:delphi-bounces at listserver.123.net.nz] On Behalf Of Myles Penlington
Sent: Friday, 4 January 2008 12:27 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: RE: [DUG] BringToFront at Design time
Nope.
You can keep the page control (or use the windows 3.1 notebook control) .
Just make the tabs invisible (it is a property), and then use whatever
control you like to select the page to display. Then it works at design and
runtime.
Myles.
From: delphi-bounces at listserver.123.net.nz
[mailto:delphi-bounces at listserver.123.net.nz] On Behalf Of Ross Levis
Sent: Friday, 4 January 2008 12:19 p.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: [DUG] BringToFront at Design time
A PageControl I've been using to set configuration settings has too many
tabs on it now. I've decided to change to a list of buttons down the left
side and a series of TPanels on the right occupying the same space.
Clicking a button sets one panel to Visible and the previous one invisible.
This works well at run time but not in the IDE. I would like the same to
occur at design time so I can access each panel easily like I could clicking
a tab in a PageControl.
Is this possible? I tried using BringToFront in the code but that didn't
help.
Thanks,
Ross.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20080104/9daff9f1/attachment.html
More information about the Delphi
mailing list