views:

31

answers:

0

Hello,
I have an Application that adds an ApplicationMenuItem to the SMS reader menu.
I'm using an Application (not UiApplication) that runs on startup - so it is a background process and doesn't show on the open applications list.
When i'm selecting the menu item i've made i want to show a screen, so i'm trying to create a new instance of a class that derives from UiApplication and push a screen - but i'm getting an exception when entering the constructor - don't know why.

So basicly, if anyone have a suggestion about how to add a menu item to a menu without the user seeing the open application and how, when clicked, the menu can show a UI screen - i will be glad.

Thanks.