hi
Can a native application invoke (and download?) a midlet?
(assuming URL and name are constant?
if yes:
can the native app. detect when the application ended?
can the native app. detect / fire button events on the midlet?
TIA
Ron
Invoking Midlet by a Native app.?
Hi,
invoking is easy. Just register your Midlet at the Push Registry and then try this:
http://www.midpjni.com/symbian/recognizer/midlet/pushregistry/
You don't have to use a Recognizer. If you want to launch dynamically from an EXE / APP, try:
http://www.midpjni.com/symbian/recognizer/midlet/pushregistry/nboot.cpp
(just re-use the "launch" function at the top of the code and neglect the rest)
Kind regards.