Hi Mark,

i've set the minHeight for the view attached to the listview and it seems to
be fine now.... so much trouble for something so small..

What i'm currently experiencing though is that the getView method in my
custom adapter is only executed for the items drawn on the screen and other
views are loaded when they are within the view port. Is this correct
behaviour, because i am experiencing NPE's when i scroll (and a new view is
in the listview).

Regards,

Patrick

2009/12/14 Mark Murphy <mmur...@commonsware.com>

> Patrick Plaatje wrote:
> > Hi Mark,
> >
> > the hierarchy viewer helped me in identifying the ListView and it's 10
> > children. I can see the children here, but they just do not display in
> > the emulator. Are there any settings i can check? I checked
> > getVisibility already, are there other properties i can check (viewport,
> > parent settings etc)? I'm really clueless.....
>
> Are they behind something that is obscuring them?
>
> Are they drawn in the right place on the screen, per the wireframe
> diagram on the right and their x/y/width/height properties?
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://twitter.com/commonsguy
>
> _Android Programming Tutorials_ Version 1.0 Available!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Met vriendelijke groet,


Patrick Plaatje

NDC|VBK de uitgevers
Sixmastraat 32, 8915 PA Leeuwarden
Postbus 394, 8901 BD Leeuwarden
T   (058) - 284 5044
M  (06) - 158 966 34

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to