Board index » cppbuilder » I'm sure this is dumb ...

I'm sure this is dumb ...

I have a form with a number of components, using various align options, such
that the entire client area is covered.  I can't get to the client area to
click on it.  How can I get the form itself selected in the Object
Inspector?

- Arnie

 

Re:I'm sure this is dumb ...


There are a couple of ways.  I select a component on the form, then hit escape until I get to the
main form.

Michael

Quote
On Tue, 11 Jun 2002 10:29:54 -0400, "Arnie Mauer" <ama...@vrms.com> wrote:
>I have a form with a number of components, using various align options, such
>that the entire client area is covered.  I can't get to the client area to
>click on it.  How can I get the form itself selected in the Object
>Inspector?

>- Arnie

Re:I'm sure this is dumb ...


Thanks.  It beats "Close All", reopen, etc.

Quote
"Michael Wade" <no...@nohow.com> wrote in message

news:bf3cgu0q9a3boi8kgn1do1r4h6j5p5k0av@4ax.com...
Quote
> There are a couple of ways.  I select a component on the form, then hit

escape until I get to the
Quote
> main form.

> Michael

> On Tue, 11 Jun 2002 10:29:54 -0400, "Arnie Mauer" <ama...@vrms.com> wrote:

> >I have a form with a number of components, using various align options,
such
> >that the entire client area is covered.  I can't get to the client area
to
> >click on it.  How can I get the form itself selected in the Object
> >Inspector?

> >- Arnie

Re:I'm sure this is dumb ...


Dismiss the design-time form by clicking its x-box, or hit F11, or View|Object
Inspector then select the form component in the Object Inspector.

Re:I'm sure this is dumb ...


Quote
"Arnie Mauer" <ama...@vrms.com> wrote in message news:3d060957_2@dnews...
> I have a form with a number of components, using various align options,
such
> that the entire client area is covered.  I can't get to the client area to
> click on it.  How can I get the form itself selected in the Object
> Inspector?

Select the form from the drop down list above the Properties and Events tabs
on the Object Inspector.  The list contains all components that are on the
form and the form itself in alphabetical order, so the form is easy to find.

Cheers
Craigus

PS - this is essentially the same solution that Keith gave, though I'm not
sure why he mentioned closing the design time form, since that's not
necessary.

Re:I'm sure this is dumb ...


Quote
> <PS - this is essentially the same solution that Keith gave, though I'm not
> sure why he mentioned closing the design time form, since that's not
> necessary.>

Because the Object Inspector may not be visible, i.e., it's covered by the form,
and moving the form updates the top/left properties, which, in some cases, may
be undesireable.

Other Threads