Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Contributor
ptuckey
Posts: 7
Registered: ‎07-21-2011
My Carrier: Telus

Re: GIFEncodedImage in BlackBerry OS7

Thanks rcmaniac25, you are correct. The default was checked - I unchecked, and it works with regular .gif extensions.
Please use plain text.
Regular Contributor
Jutikorn
Posts: 58
Registered: ‎10-21-2010
My Carrier: DTAC

Re: GIFEncodedImage in BlackBerry OS7

Does it has any problem to older OS if I uncheck? I just want to make my app to support many OS.

Thanks

Please use plain text.
New Contributor
ptuckey
Posts: 7
Registered: ‎07-21-2011
My Carrier: Telus

Re: GIFEncodedImage in BlackBerry OS7

I tested with OS 6 and it was fine. I don't see any reason it would negatively affect older builds.
Please use plain text.
Regular Contributor
Jutikorn
Posts: 58
Registered: ‎10-21-2010
My Carrier: DTAC

Re: GIFEncodedImage in BlackBerry OS7

Thanks to Afftarr and cmaniac25.

My code works fine.

There are 2 solutions.

1. Rename gif image from .gif to .agif

2. Or un checked "Convert image file to png" in Blackberry_App_Descriptor.xml build tab.

Regards

Please use plain text.
Contributor
yogeshlanjekar
Posts: 28
Registered: ‎07-10-2010
My Carrier: Vodafone

Re: GIFEncodedImage in BlackBerry OS7

Thanks a ton Afftar.I am able to play GIF.
Please use plain text.