I'm trying to use a FMX form in a component editor (for a FMX non visual component). I added the form to the package and registered a component editor to show it (ShowModal).
I'm trying to use a FMX form in a component editor (for a FMX non visual component). I added the form to the package and registered a component editor to show it (ShowModal).
The problem is that animations on the FMX forms have a far from perfect behavior (they are too quick, maybe something is wrong with the AniThread or its initialization).
Anyone else had the same problem or has a suggestion?
I've seen some blog posts about integrating FMX and VCL but nothing specifically about TAnimation...
Any help would be very appreciated! :-)
The problem is that animations on the FMX forms have a far from perfect behavior (they are too quick, maybe something is wrong with the AniThread or its initialization).
Anyone else had the same problem or has a suggestion?
I've seen some blog posts about integrating FMX and VCL but nothing specifically about TAnimation...
Any help would be very appreciated! :-)
Comments
Post a Comment