I'm new on using the RIM API but I need to implement a DRM(Digital rights management) module on an application.
For that porpuse I'm using the DRM library.
Although everything seems right in the code I'm getting the exception:"close called when not displayed".
I think it's related to the SetupScreen instance that i'm using in my application.
This is invoked on a separate thread, to be able to push the modal screen:
The exception is thrown once the drmUpdate callback is made, after the user validas the data in the setup screen.
I think SetupScreen is not properly closed by the system. Can't I have control on closing it while it's being displayed, just right when the user validates data?
It would be great if you guys could give me some tips.
Thank you.
Last edited by quicksilver33 : 05-29-2009 at 05:28 AM.