-1

I am trying to make a gif animmation in Delphi XE5, but the Components library for Android does not contain a Component "TGif image ". How can put a Animated Images or Gif image in a Form and play it like:

enter image description here

Thank you.

4

1 回答 1

5

TImage 和 TImageControl 加载 GIF。Android 或 iOS 都没有用于动画 GIF 的本机控件。正常动画图像(TBitmapListAnimation)。

此外,还有一个使用Android的 Web 浏览器组件的代码示例。

或者,寻找一些第三方控件。这就是 Delphi(和 FireMonkey)的酷炫之处。您可以购买功能。

于 2013-10-04T12:25:43.767 回答