[DUG] BringToFront at Design time
Ross Levis
ross at stationplaylist.com
Fri Jan 4 14:39:30 NZDT 2008
I found a crude way to hide the tab buttons by setting the Top property of
the PageControl to -30 so it's off the top of the form.
But I would prefer a more robust way of doing it. Perhaps there is a
Windows flag I can set at creation to hide the tab buttons?
Ross.
From: Ross Levis [mailto:ross at stationplaylist.com]
Sent: Friday, 4 January 2008 1:43 p.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: RE: [DUG] BringToFront at Design time
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/047560c8/attachment.html
More information about the Delphi
mailing list