Re: [android-developers] First item in Gridview has null mAttachInfo

2011-05-23 Thread String
Or, it may well be a bug in GridView. I've confirmed to my own satisfaction a somewhat similar bug in a GridView that I use: the view attached to the first item returns (0,0) for getHitRect(). Only the first item, but I'm not doing *anything* different in its creation or handling. Makes for a P

Re: [android-developers] First item in Gridview has null mAttachInfo

2011-05-23 Thread Justin Anderson
Debug your code and find out why it is null... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, May 19, 2011 at 8:27 PM, Hanlin Day wrote: > Views loaded through Adapter into Gridview, the mAttachInfo of the > first item is null always, the rest of

[android-developers] First item in Gridview has null mAttachInfo

2011-05-23 Thread Hanlin Day
Views loaded through Adapter into Gridview, the mAttachInfo of the first item is null always, the rest of the items have the mAttachInfo set properly. Any ideas? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send e