G
Guest
hi guys.
There are two screens and one thread on my project.
When App starts, first call screen1, screen1.showdialog();
When user select menuitem on screen1 to call scrren2, it will
show screen2.showDialog();
Issue: When screen2 is shown, and the background thread check some
information, and the result need to close screen2. but when thread invoke
the event
to close screen2, the whole app runing on background.
what I want to do is: when screen2 is closed, app automatically bring
screen1 to
foreground.
Can I directly call BringToFront or Active?
I have wroten some source code on BlackBerry:
when I call screen1.show(),screen2.show(),
if I close screen2.show(), the screen1 will automatically become current
screen if the this app is current application..
Thanks
There are two screens and one thread on my project.
When App starts, first call screen1, screen1.showdialog();
When user select menuitem on screen1 to call scrren2, it will
show screen2.showDialog();
Issue: When screen2 is shown, and the background thread check some
information, and the result need to close screen2. but when thread invoke
the event
to close screen2, the whole app runing on background.
what I want to do is: when screen2 is closed, app automatically bring
screen1 to
foreground.
Can I directly call BringToFront or Active?
I have wroten some source code on BlackBerry:
when I call screen1.show(),screen2.show(),
if I close screen2.show(), the screen1 will automatically become current
screen if the this app is current application..
Thanks