Ok, so I'm having some problems w/ the z-order.
What I need:
1. A splash screen that will stay on top of the application (myapp). It is possible that myapp finishes loading before the splash does.
2. If another app is ran (for example, IE) while myapp is still loading, the z-order needs to be myapp, splash, IE.
What is really happening:
1. If I set splashform.topmost=true, when IE is loaded, the z-order becomes myapp, IE, splash.
2. If I don't do the above and instead I set splashform.toplevel=true, the splash ends up behind myapp because myapp finishes loading before the splash is done loading.
Please Help! Thanks in advance!
What I need:
1. A splash screen that will stay on top of the application (myapp). It is possible that myapp finishes loading before the splash does.
2. If another app is ran (for example, IE) while myapp is still loading, the z-order needs to be myapp, splash, IE.
What is really happening:
1. If I set splashform.topmost=true, when IE is loaded, the z-order becomes myapp, IE, splash.
2. If I don't do the above and instead I set splashform.toplevel=true, the splash ends up behind myapp because myapp finishes loading before the splash is done loading.
Please Help! Thanks in advance!