I am creating a frame which should pop up over an
running application, deliver some information and then
disappear again.
Most times this works fine.
But sometimes the frame appears behind the application.
I' ve tried in a loop:
- frame.show()
- frame.refresh()
- frame.setfocus
- frame.update()
- write some text to a wxTextCtrl
- draw a pic in a StaticBitmap
to bring it to the front. Nothing helps.
If I call a Notify ("") after frame.show the frame goes to the front,
but that's no solution.
Any ideas out there?
running application, deliver some information and then
disappear again.
Most times this works fine.
But sometimes the frame appears behind the application.
I' ve tried in a loop:
- frame.show()
- frame.refresh()
- frame.setfocus
- frame.update()
- write some text to a wxTextCtrl
- draw a pic in a StaticBitmap
to bring it to the front. Nothing helps.
If I call a Notify ("") after frame.show the frame goes to the front,
but that's no solution.
Any ideas out there?