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

Web and WebWorks Development

Reply
New Contributor
pavaniporuri
Posts: 2
Registered: ‎04-30-2010
My Carrier: smartphone

Re: Images supported In Blackberry

I have written the below code in webdynpro java and trying to open the images in 8700 smart phone model.

if 

 

(null != byteFile) {  (null != cachedWebResource) {

 

cachedWebResource =

WDWebResource.getWebResource(

byteFile,

WDWebResourceType.UNKNOWN);

 

cachedWebResource.setResourceName(

"testdoc.jpg");

 

if

deliveryDoc = cachedWebResource;

}

}

I used linkto URL and filedownload UI elements  to view the images.

 

Cheers,

Pavani

 

Please use plain text.