I sent this yesterday but it must have got lost in moderation, as i've
scanned the posts carefully and not seen my post, so resending.

I've been googleing this but no luck so far. I have a tabbedactivity with
three tabs. each tab represents an activity, and they are nested classes of
the main tabbed activity class.   One of my activities has a thread that
runs and gets messages from the telnet thread via a queue. Without going
into that to much essentially the issue is sometimes the board activity
realizes a game has started and creates a new board, but the person may not
be viewing the board tab, he may be in the console tab reading new chat
messages, and what I'm trying to do is switch him to the board tab when a
game starts. See he can send a request for a game and be waiting for someone
to respond, and be watching the new chat in the console view rather than
being in his board view, but ideally i want to switch him to the board
activity/tab on new game.

Since the board tab has a thread running, maybe there is just a line of code
i can stick into a handler ( using a handler since the thread cant touch the
UI itself ) that brings that activity, tab to the front or selected.

Mike

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to