10-08-2012 02:37 AM
Hi,
I am currently working on blackberry webworks project and i am using webworks filepicker extension for file selection.
Each and everything working fine but i have overriden back key functionality and now i want to close filepicker on back key.
Now my problem is back key is fired and i also got it but how to close file picker.
Is there any code like "webworks.ui.file.close".
Any help is really appreciated.
Thanks,
Mijaki Shoaib
Solved! Go to Solution.
10-08-2012 07:30 AM
Firstly the filePicker comes with a cancel button which is why I am confused about your question.
where does your back button appear after the file picker is invoked?
either way you can close any child card using
https://developer.blackberry.com/html5/apis/blackb
10-15-2012 05:04 AM
Hi,
First of all thanx for your reply.
But my problem is, i want to close file picker on back key and go to last page from where i have opened file picker.
And one more thing, i have tried your code but it is not working.
Please suggest any other solution.
Thanks,
Mijaki Shoaib