11-01-2012 01:48 PM
I have a ListView which fills the screen.
Based on some user actions I need to keep the ListView as is and display a container on top of the list. Is there a way to specify absolute container which just goes on top of another container (not inside it)?
Solved! Go to Solution.
11-01-2012 02:01 PM
Hi,
A dialog might do.
https://developer.blackberry.com/cascades/referenc
Regards,
Nishant Shah
11-01-2012 02:03 PM
Thanks but Dialog will not work as it takes over the entire screen. I need to place some content on 1/4th of the screen (on top) but still allow the user to interact with the visible portion of the list underneath.
11-01-2012 02:09 PM
11-01-2012 02:11 PM
I am sure I tried that and it didnt work, but let me take a look at it again. Will advise of the outcome. Thank you.
11-01-2012 02:22 PM
It works. Must have done something wrong last time I tried! Thanks