Using GIF animations in servoy

Hi All,

I am using a gif animation . It is not rendering in servoy smart client . But it is rendering perfectly in web client . Is there any way in which we can use gif animation in servoy smart client.

Thanks in advance . Waiting for your feedback.

Hi,

You can use gif animations in smartclient by showing them inside HTML.
So if you have a label you add the following text (rename image accordingly)

<html><img src="media:///myImageName.gif"></html>

Hope this helps.

Hi Robert,

Thanks for you Help . :D

You can just use a normal label without any html to show your animated gif in smartclient. The trick is that you have to set you media options to crop.