[android-developers] Re: WebView Page Not Found Error Trapping

2011-02-24 Thread whatever
SOLVED Ok i got it to work first go..took me longer to write this post, lucky guess! Don't know how i did it- i'm an old procedural programmer...don't know java or OO you guys don't know how easy programming used to be..! i digress, ok you replace the WebViewClient with you own class,

[android-developers] Re: WebView Page Not Found Error Trapping

2011-02-24 Thread whatever
test -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options,

[android-developers] Re: WebView Page Not Found Error Trapping

2011-02-15 Thread Craigbtx
I got it to work public class Main extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); // Let's display the progress in the activity titlebar, like the

[android-developers] Re: WebView Page Not Found Error Trapping

2011-02-14 Thread Craigbtx
I have the OnReceivedError event I get the dialog Internet Down message but the page not found still shows in hte background. Is there some way around this? Like show a blank screen saying error: Site down. Try later or something? Thanks @Override public void onCreate(Bundle

Re: [android-developers] Re: WebView Page Not Found Error Trapping

2011-02-14 Thread Mark Murphy
On Mon, Feb 14, 2011 at 3:23 PM, Craigbtx craig...@austin.rr.com wrote: I have the OnReceivedError event I get the dialog Internet Down message but the page not found still shows in hte background. Is there some way around this? Like show a blank screen saying error: Site down. Try later or

[android-developers] Re: WebView Page Not Found Error Trapping

2011-02-14 Thread Craigbtx
Can you give me some sample code? I am learning and only done android programming for 2-3 weeks. On Feb 14, 2:26 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, Feb 14, 2011 at 3:23 PM, Craigbtx craig...@austin.rr.com wrote: I have the OnReceivedError event I get the dialog Internet