Blog

July 20, 2011
Camera and read directory was not working in BlackBerry 5.0 PhoneGap application - solved

Problem:

Camera and read directory was not working in BlackBerry models with OS 5.0 when using PhoneGap.

 

Solution:

I had deleted json2.js file reference from my html page, because I was not using this js library anywhere in my project.

After spending 2 hours, I realize that this file was used by PhoneGap js api to use camera and read directory, specially in 5.0 OS devices.

P.S.

I didn't find significance of this file in PhoneGap documentation. That's why developers will survive in open source market.

Read More
By Vikas
Comments(0)
Tags: BlackBerry
July 8, 2011
Get Drives list using ColdFusion in window

For one of my project where we were building file manager to give selection of server file, here we need list of drive letters to allow user to switch over drive. But I realize that cfdirectory doesn't give list of drives but obvioiusly our second choise is Java File component.

Below is code will retrive list of all drives ...

Read More
Comments(5)
Tags: ColdFusion