Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Animation on data enabled TLabel and TEdit
Sat, Dec 17 2016 8:50 AMPermanent Link

Trinione

I would like a subtle animation fade in effect when a record is loaded. To do this I have applied 'Animations | Visible | Duration = 100 and Style = asLinear'.

The fade in / out effect does not work with data enabled TLabel and TEdit components though. Can this be done?
Mon, Dec 19 2016 4:01 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< I would like a subtle animation fade in effect when a record is loaded. To do this I have applied 'Animations | Visible | Duration = 100 and Style = asLinear'.

The fade in / out effect does not work with data enabled TLabel and TEdit components though. Can this be done? >>

Please post the code that you're trying to use.  The only way that I know of to do something like this would be to try
to handle the animation triggers in an OnBeforeScroll event for the TDataSet instance that the controls are bound to.  Bound controls can "read" the values from a bound TDataSet instance quite a few times, and not just when scrolling, so there really isn't any generic way of handling this just on navigation at the control level.

Tim Young
Elevate Software
www.elevatesoft.com
Image