Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to disable group box border

8 views
Skip to first unread message

Juan Ignacio Videla

unread,
May 19, 2004, 2:07:25 AM5/19/04
to
I would like to know how to disable group box border? any idea? this
option is not among its properties.

Remy Lebeau (TeamB)

unread,
May 19, 2004, 2:31:14 AM5/19/04
to

"Juan Ignacio Videla" <jua...@cartif.es> wrote in message
news:40aa...@newsgroups.borland.com...

> I would like to know how to disable group box border?

You can't. Use TPanel instead.


Gambit


JD

unread,
May 19, 2004, 2:37:27 AM5/19/04
to

Juan Ignacio Videla <jua...@cartif.es> wrote:
> I would like to know how to disable group box border?

I don't see how to do it either using it's properties. What
you can do is drop it on a panel, eliminate the panel's borders
and size the panel so that it's smaller than the group box.
Then position the group box to something like (-2,-2). The
panel will clip what ever from the group box that isn't
visible.

~ JD

JD

unread,
May 19, 2004, 2:38:40 AM5/19/04
to

"Remy Lebeau \(TeamB\)" <gambit47...@no.spam.yahoo.com> wrote:
>

Don't you ever sleep?

~ JD

Remy Lebeau (TeamB)

unread,
May 19, 2004, 12:41:01 PM5/19/04
to

"JD" <nos...@nospam.com> wrote in message
news:40ab00a7$1...@newsgroups.borland.com...

> What you can do is drop it on a panel, eliminate the
> panel's borders and size the panel so that it's smaller
> than the group box. Then position the group box to
> something like (-2,-2). The panel will clip what ever
> from the group box that isn't visible.

That's overkill when you could just use a Panel itself, remove its borders
via its Bevel properties, and then get rid of the GroupBox altogether.


Gambit


0 new messages