03-06-2011 10:32 PM
Hi,
Does anyone know how to get the MessageListDemo java app to work on a Webworks application?
Basically, I need to have a way of inserting a notification in the inbox and also to display the application icon on the home screen.
I notice that in the demo application, a Daemon class is derived from the Application instance. But in the Webworks, where would I get the application instance? If there are none, how would one run a daemon? This command would not work:
daemon.enterEventDispatcher();
thanks
DJ