Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread TPanel Minimize
Sat, Oct 29 2016 5:44 AMPermanent Link

thomh

Hi,

I would like to have a TPanel minimized (closed) when the application opens.

Any way to do this?

A TPanel.Minimized true/false property that mimics the minimized button in the caption would be nice.

// Thom
Sat, Oct 29 2016 5:46 AMPermanent Link

thomh

Sorry, collapsed would probably be a better word to use.

So:

I would like to have a TPanel collapsed when the application opens.

Any way to do this?

A TPanel.Collapsed true/false property would be nice.

// Thom
Tue, Nov 1 2016 3:37 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Thom,

<< Sorry, collapsed would probably be a better word to use. >>

Actually, I use "minimize" everywhere, so that works. Smile

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Nov 1 2016 3:39 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Thom,

<< I would like to have a TPanel minimized (closed) when the application opens.

Any way to do this? >>

You can call the Minimize method:

http://www.elevatesoft.com/manual?action=viewmethod&id=ewb2&comp=TControl&method=Minimize

and then the Restore method to revert to the full panel:

http://www.elevatesoft.com/manual?action=viewmethod&id=ewb2&comp=TControl&method=Restore

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Nov 3 2016 4:13 AMPermanent Link

thomh

Tim Young [Elevate Software] wrote:

<< You can call the Minimize method....

Good enough for me, Tim.

Thanks.

// Thom
Image