posted 16 years ago
Hi, I have 1 midlet running a user interface. As soon as the user selects what he wants, another midlet takes the information and processes it.
1o.) how do I transfer the request to the second midlet? (an argument should be passed as a parameter -what the user has selected)
2o.) how do I clear the screen so the second midlet can display its results??
thanks
1o.) how do I transfer the request to the second midlet? (an argument should be passed as a parameter -what the user has selected)
2o.) how do I clear the screen so the second midlet can display its results??
thanks
I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
posted 16 years ago
There is no way to activate a MIDlet from another MIDlet. If the two MIDlets are in the same suite, though, they can use the same classes and the same record stores and they can share information that way. But the MIDP spec is silent on what it takes to activate a MIDlet -- it's dependent on the device.
