ZenonZ / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

black screen and nothing shown on screen when starting mixare #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Error report from the android market:

It happened on a Samsung Galaxy S (don't know the android version). I'll have 
the phone lend to me and will try to reproduce it.

android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread 
that created a view hierarchy can touch its views.
at android.view.ViewRoot.checkThread(ViewRoot.java:3053)
at android.view.ViewRoot.invalidateChild(ViewRoot.java:647)
at android.view.ViewRoot.invalidateChildInParent(ViewRoot.java:673)
at android.view.ViewGroup.invalidateChild(ViewGroup.java:2511)
at android.view.View.invalidate(View.java:5279)
at android.view.View.setFlags(View.java:4656)
at android.view.View.setVisibility(View.java:3116)
at android.widget.ProgressBar.setVisibility(ProgressBar.java:769)
at org.mixare.MixView.setZoomLevel(MixView.java:615)
at org.mixare.MixView.repaint(MixView.java:173)
at org.mixare.DataView$1.run(DataView.java:309)
at java.util.Timer$TimerImpl.run(Timer.java:284)

Original issue reported on code.google.com by daniele.gobbetti on 8 May 2012 at 1:00

GoogleCodeExporter commented 8 years ago
It's caused by setting "view.invisable" twice to the zoom bar.

Patch was uploaded. 
https://github.com/DevBinnooh/mixare/commit/6a47ef9c2a7e58b39d08e945aa999fc8c086
dbfb

Original comment by DevBinn...@gmail.com on 8 May 2012 at 7:51

GoogleCodeExporter commented 8 years ago
Merged into development, thanks a lot!

Original comment by daniele.gobbetti on 16 May 2012 at 12:17