| Author |
start one midlet from another
|
Bill Zelan
Ranch Hand
Joined: Jan 09, 2009
Posts: 46
|
|
Hey everyone,
is there any possibility to start one midlet from another? I read something about a trick with <Midlet>.platformRequest() but can't find it again...
The thing is that I have a central midlet that is responsible for some database sync and several other midlets that should be able to call the central midlet when a refresh update is requested. If someone has another idea how to realize this (without copying the central midlet's code to every of the others) I would be happy.
Thanks a lot!
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4165
|
|
|
No can do. platformRequest can prompt to install another MIDlet, not run it.
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: start one midlet from another
|
|
|