03-30-2010 11:43 AM
Hello All,
I have developed an application (not Blackberry Widget ) for rendering html pages using Browser Content
and RenderingApplication. It uses CSS. All html files and CSS file are in resource. I am reading the files from resource and storing in device memory to use. If I use CSS, getResource( ) method of RenderingApplication gets called which returns HttpConnection object. As my CSS file is in resource, I am not able to use HttpConnection for CSS file.Any suggestions Please.
Thanks,NT