blackberry / webworks-gui

GUI Tool for WebWorks 2.0
https://developer.blackberry.com/html5/
Apache License 2.0
3 stars 5 forks source link

GUI fails miserably when trying to add a BBID signing key that doesn't exist #24

Closed jengee closed 10 years ago

jengee commented 10 years ago

Since there is no graphical way for a user to specify a signing key, the UI relies on the user to type in the location and name of the BBID signing key in order to add it to the project.

When the user mistypes in the name of the signing keys and adds it through the UI, the UI just hangs until you refresh.

I had expected it to notify that user what node had returned (file not found) and fail gracefully.