Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Build 7: Left Position When Dropping TLabel onto a TBasicPanel.
Wed, Mar 18 2020 11:47 PMPermanent Link

Steve Gill

Avatar

When I drop a TLabel on a TBasicPanel, the Left property of the TLabel is way off the screen.  For example, when I dropped one on a TBasicLabel a couple of minutes ago, Left was set to 685.

It seems to happen when the TBasicPanel is set to:

Layout.Position = lpTopRight
Layout.Stretch = lpBottomRight

Thanks.

= Steve
Thu, Mar 19 2020 2:06 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Steve,

<< When I drop a TLabel on a TBasicPanel, the Left property of the TLabel is way off the screen.  For example, when I dropped one on a TBasicLabel a couple of minutes ago, Left was set to 685.

It seems to happen when the TBasicPanel is set to:

Layout.Position = lpTopRight
Layout.Stretch = lpBottomRight >>

Yep, there was an issue with how dropped controls were positioning themselves when dropped into a non-form container (IOW, a child container).  This is now fixed for build 8.

Thanks !

Tim Young
Elevate Software
www.elevatesoft.com
Image