| Reply | « Previous Thread | Next Thread » |
|
Hi Folks,
Hope I will get the answer here atleast. I have a two Midlets in same midletsuite with the name "midlet1" and "midlet2". I want a comunication between these two using RMS but without exiting my main Midlet that is "midlet1". "midlet1" go to pause state and saying to "midlet2" to write something to RMS and then destroyApp of "midlet2". After destroyApp of "midlet2" . "mildet1" will resume itself and start reading from RMS which was written by "midlet2". and same will go on. Is this possible in MIDP 1.0? if yes then please tell me how can i do this. |
| vishwas_dot_h |
| View Public Profile |
| Find all posts by vishwas_dot_h |
|
Who/What is creating midlet2?
Midlets cannot create other midlets. Only the application management software can, meaning only a user *should* invoke the creation of a midlet. Why not have midlet1 use multiple threads to read and write the data rather than have a different midlet do the work? Why do you need 2 midlets? In answer to your question, to the best of my knowledge... no... but perhaps someone else can provide you with a better answer. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|