WebOSDev - Programming has just evolved

The online blog for the webOS developer community you can find everything you need here to get a strong start developing applications for the webOS platform

Fixing :TypeError: Cannot read property 'remove' of undefined issue

Posted by codesos Sunday, October 11, 2009

SDK version 1.2 issue

The problem happens when you try to call those dialogs from within a dialog created via

this.controller.showDialog(...) with preventCancel: true.
changing it to preventCancel: false Fixed the problem.

0 comments

Post a Comment