I'm getting several different errors that repeat every once in a while, but not when I stop the compiled app and recompile.
The latest is that Sub Activity_Create kept executing over and over, causing the screen to flash. I hit pause on the debugger to stop it and single-stepped for awhile, but it just kept re-executing Activity_Create. I stopped it, recompiled, no problem.
Another randomly occurring error is something about the "dexer" or some file not being found. I recompile and it goes fine. I'm running it under Android 3.1.
In the middle of my layout is a panel which has a label on it, both the same color such that the panel creates margins around the text in the label. When the program starts, the left third or so of the panel doesn't show up. I can see some controls which are in the background. If the panel goes invisible then visible again, everything is normal. This is not sporadic - happens every time.
On my Archos 70, running 2.2, the virtual keyboard does not come up until you tap an edit box. On the Toshiba Thrive running 3.1, the keyboard comes up when a edit box simply appears on the screen. I'm using HideKeyboard to fix it. Don't know if this is normal for 3.1 or not.
The latest is that Sub Activity_Create kept executing over and over, causing the screen to flash. I hit pause on the debugger to stop it and single-stepped for awhile, but it just kept re-executing Activity_Create. I stopped it, recompiled, no problem.
Another randomly occurring error is something about the "dexer" or some file not being found. I recompile and it goes fine. I'm running it under Android 3.1.
In the middle of my layout is a panel which has a label on it, both the same color such that the panel creates margins around the text in the label. When the program starts, the left third or so of the panel doesn't show up. I can see some controls which are in the background. If the panel goes invisible then visible again, everything is normal. This is not sporadic - happens every time.
On my Archos 70, running 2.2, the virtual keyboard does not come up until you tap an edit box. On the Toshiba Thrive running 3.1, the keyboard comes up when a edit box simply appears on the screen. I'm using HideKeyboard to fix it. Don't know if this is normal for 3.1 or not.