the stacktrace is :
W/dalvikvm( 1547): threadid=3: thread exiting with uncaught exception
(group=0x4000fe70)
E/AndroidRuntime( 1547): Uncaught handler: thread main exiting due to
uncaught exception
E/AndroidRuntime( 1547): android.view.WindowManager$BadTokenException:
Unable to add window -- token null is not for an application
E/AndroidRuntime( 1547):        at android.view.ViewRoot.setView
(ViewRoot.java:429)
E/AndroidRuntime( 1547):        at android.view.WindowManagerImpl.addView
(WindowManagerImpl.java:178)
E/AndroidRuntime( 1547):        at android.view.WindowManagerImpl.addView
(WindowManagerImpl.java:91)
E/AndroidRuntime( 1547):        at android.app.Dialog.show(Dialog.java:231)
E/AndroidRuntime( 1547):        at android.webkit.WebView$InvokeListBox.run
(WebView.java:4934)
E/AndroidRuntime( 1547):        at android.os.Handler.handleCallback
(Handler.java:587)
E/AndroidRuntime( 1547):        at android.os.Handler.dispatchMessage
(Handler.java:92)
E/AndroidRuntime( 1547):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1547):        at android.app.ActivityThread.main
(ActivityThread.java:3948)
E/AndroidRuntime( 1547):        at java.lang.reflect.Method.invokeNative
(Native Method)
E/AndroidRuntime( 1547):        at java.lang.reflect.Method.invoke
(Method.java:521)
E/AndroidRuntime( 1547):        at com.android.internal.os.ZygoteInit
$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime( 1547):        at com.android.internal.os.ZygoteInit.main
(ZygoteInit.java:540)
E/AndroidRuntime( 1547):        at dalvik.system.NativeStart.main(Native
Method)
I/Process (   58): Sending signal. PID: 1547 SIG: 3
I/dalvikvm( 1547): threadid=7: reacting to signal 3
I/dalvikvm( 1547): Wrote stack trace to '/data/anr/traces.txt'


the code is quite basic:
webView = new WebView(getApplicationContext());

is there another context i should use?



On Aug 18, 6:08 pm, "Balwinder Kaur (T-Mobile USA)" <balwinder.k...@t-
mobile.com> wrote:
> Could you post your code and the stack trace, please ?
> Balwinder Kaur
> Open Source Development Center
> ·T· · ·Mobile· stick together
>
> The views, opinions and statements in this email are those of the
> author solely in their individual capacity, and do not necessarily
> represent those of T-Mobile USA, Inc.
>
> On Aug 18, 3:18 am, siliconeagle <[email protected]> wrote:
>
> > I have an application that uses the webview to load webpages so user
> > can download media off them, but i get a crash when any sort of popup
> > tries to show (eg from a select box or save password dialog) - the
> > error is that for some reason the webview doesnt provide the new
> > dialog with the application context (even though it as passed to the
> > webview component when it was created).
>
> > Is there some method to use to supply the application context to
> > dialogs launched from the webview?
>
> > regards,
> > rob
>
>
--~--~---------~--~----~------------~-------~--~----~
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