[android-beginners] Re: irc client using pircbot

2009-02-13 Thread Jon Smith
If it is dumping it to the console, do you have a Catch(){}? If so, instead of sending the details to wherever the Catch sends it, replace it with the place you want the text to go Hope this helps (I am a noobie at this) Jon On 12 Feb, 20:31, Roman Romano wrote: > Forgive me if what follows i

[android-beginners] ProgressDialog Problems

2009-02-13 Thread Jon Smith
Hi all Having a few issues getting a progress dialog to display correctly, either the app crashes, or the spinner displays indefinitely. public class Tester extends Activity { /** Called when the activity is first created. */ private Button OK; private Button Cancel;