|
simulator loads app - intermittently?! -
09-28-2006, 12:58 PM
Here's a weird one: I'm trying to get this background coloring code to work (see thread on editfield-cursor-color.)
When I implement the extended manager's paint method from that thread, my test app suddenly doesn't load into the simulator. It starts up normally, but the app isn't on the main screen. By trial & error, I find that if I remove the call to super.paint() in that method, then everything is fine ('cept of course the code doesn't work properly without that statement).
Is this a bug with the simulator?
|