Hi,
1. I have several MIDlets, which I would like to use in one application. I would like to have one main midlet, which would create and call instances of those MIDlets. However, when I tried in "main" MIDlet to create an instance of other MIDlet, I got an "Unhandled security exception". I tried to find some info about that and found that I can't execute two MIDlets at the same time.
2. What's the best way for me in this case? I could put the whole code into one MIDlet, but that's not nice programming solution..
Pedro