Closing of a Form by OS..?

  • Thread starter Thread starter siedevelopers
  • Start date Start date
S

siedevelopers

Hi frnd,

I'm using an application in which I've a main Form from
which some forms, through a menu are called using Show()
method.
The problem is incase if I've opened 2 or more forms apart
from the main Form, then on opening of any other
application, the latest(Current) form of my application
gets closed.
I've checked the memory of PDA, it remains sufficient to
support any other application.
I'm confussed with this behaviour. Can u plz suggest me a
reason for this behaviour ?
Any tips or suggestions would be of great help ?

Thanks
 
Why do you think it "gets closed"? It might be just running in the
backgorund. You can check out with a Memory Applet.
 
Hi Alex,
I've checked it in Memory Applet. But the forms aren't
shown there too
Thanks
 
Just a clarification as to what's happening:

- you open 2 forms. Then you open another application (Is this a managed
or native app?). Then when you go to running programs in the memory applet,
it shows you the first form and the other application but not the 2nd form?

- Could you post a code fragment that repros this problem.
- Are there any other applications running (or is it only the managed app
and the other app that you start)

Thanks,
Sandy

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top