Qtopia-interest Archive, July 2007
Background
Message 1 in thread
Hi all,
I am trying to write a application that has a Gui interface, menu included
that will do some logging on a greenphone. I want to make it so that the
application will be able to be placed to run in the background and allow the
user to use the phone normally. Then I want to be able to make the
appliaction visable again.
I am using
this->window()->setVisible(false);
And it seems to work but how do I get the application back?
Thanks,
Message 2 in thread
Perhaps :
this->window()->setVisible(true);
this->window()->raise();
To
qtopia-interest@xxxxxxxxxxxxx
cc
qtopia-interest-requ
est@xxxxxxxxxxxxx Subject
Background
18/07/2007 10:15 Classification
Hi all,
I am trying to write a application that has a Gui interface, menu included
that will do some logging on a greenphone. I want to make it so that the
application will be able to be placed to run in the background and allow
the user to use the phone normally. Then I want to be able to make the
appliaction visable again.
I am using
this->window()->setVisible(false);
And it seems to work but how do I get the application back?
Thanks,

