10-26-2011 05:08 PM
Hi, I'm new, I'm developing a bb aplication that needs no know when a picture have been added to the system either taken by the camera or received via bbm.
I trying this code:
but there's a variable msg, that I don't know where it comes from. Can somebody help me out with this.
I would like to see a better example of this.
I removed this part (msg == null), and it works, but it seems to be calling the FILE.ADDED case more than 1 time.
Thanks for the help.
Solved! Go to Solution.
10-28-2011 07:01 AM
The code in that doc looks like it was taken from the FileExplorerDemo, which is a sample that you should have with your tooling. Look at that code for more information and perhaps the answer to your question.
Come back to us if this does not help.
10-28-2011 10:17 AM
Thank you very much for your help.