Thursday, November 18, 2010

awt swing

don't mix awt and swing widgets.
i just wanted to wrap some awt stuff in a jscrollpane but the awt stuff didn't redraw when scrolling. swing version work. jbutton instead of button etc.

Friday, November 12, 2010

ResultInfo

Failure delivering result ResultInfo {who=null, request=1, result=-1, data=Intent { act=abc (has extras) }} to activity

Getting a logcat error message like this on android made me think I did something wrong with the result extras or the general activity procedure. It was just a regular nullpointer problem in non android specific code called from onActivityResult.