|
Post by grävling on Dec 14, 2011 17:07:31 GMT -5
I asked him for a job. Presuambly I don't have high enough rep with whatever faction he connectors for. But the upshot of this is that his second dialog screen flashes, but you do not have time to read it -- it seems to be saying something about TextView(?) before he says 'Sorry Knight, no work for you right now."
If you tell me whom he connects for, I can work on improving my rep there, to see if that makes a difference.
|
|
|
Post by gravismetallum on Dec 14, 2011 17:50:07 GMT -5
It seems like some of the connectors are on a timer,could be wrong but I can only get jobs from some of the higher paying ones every once in a while...like All Come.
|
|
|
Post by grävling on Dec 14, 2011 18:26:07 GMT -5
This happens to me as well, but we shouldn't be seeing flashes of debug information no matter what... :-) Are you seeing the 'TextView' (or whatever it is) thing? Whom does he connect for?
|
|
|
Post by gravismetallum on Dec 14, 2011 19:18:53 GMT -5
Yes I see it to,and I don't know...not paying attention I guess.
|
|
|
Post by Cory Trese on Dec 14, 2011 19:28:27 GMT -5
This is a side effect of Android's screen animation system's default configuration on your device.
There is no "Debug Information" being displayed, but you are seeing a "screen in animation transition" briefly while the CPU catches up.
I may have to move some things around for the transition and order of screen loading to be invisible on all devices.
Do not be concerned -- you are not seeing debug information and I am aware of the issue. 3 of my 8 test phones exhibit the artifacts.
|
|
|
Post by grävling on Dec 14, 2011 19:38:34 GMT -5
But it says 'TextView'?
|
|
|
Post by Cory Trese on Dec 14, 2011 20:17:11 GMT -5
which is what the view contains before it is populated. for some reason some phones show it in this order;
view -> animate -> populate
while others do
populate -> view -> animate
|
|
|
Post by Cory Trese on Dec 14, 2011 20:17:33 GMT -5
I will fix it ASAP so it stops bothering you
|
|
|
Post by grävling on Dec 14, 2011 20:32:48 GMT -5
which is what the view contains before it is populated. for some reason some phones show it in this order; view -> animate -> populate while others do populate -> view -> animate How very weird. Thank you for explaining.
|
|
|
Post by Cory Trese on Dec 14, 2011 22:12:58 GMT -5
but what I can do is remove the default values from the elements so it is blank.
maybe that will really fix the issue. investigating ...
|
|