e71 - MIDletSuite problem
Friends,
I've developed one application which has a midlet suite and 6 midlets inside it.
Now, when I deploy it to my e71 phone it installs all the midlest separately and not treating them as a single entity even though they are in same package.
While its working on my other phone 6300.
So, anybody has any idea about it then please help me.
Thanks inadvance
Re: e71 - MIDletSuite problem
Some devices will create a single icon for the suite, which then gives you access to the midlets inside the suite.
Other devices will give you separate icons for each midlet.
Series 40 and Series 60 probably behave differently in this respect. There is nothing you can do about that.
Cheers,
Graham.
Re: e71 - MIDletSuite problem
Thanks Graham,
Can we launch a midlet from a midlet?
I am not sure but this can solve my problem.
Re: e71 - MIDletSuite problem
You cannot launch a midlet from a midlet as such.
Why do you not build all your functionality into a single midlet?