I am making my first application for BlackBerry (OS 6.0+) and I have to define a screen like in the image below. I have read about RichList
but its not allowed to be added below the other components.
What I want is the part (list) below the wide ButtonField
. The white boxes should contain images and the scribbles in front of it should contain text. This "list items" are populated dynamically.
As you can see, this very-much resembles the layout of a RichList
, but I can't seem to add it to the VerticalFieldManager
that I have used as the main container of components.
So if anyone can help me get this screen, I'm really grateful! Thanks in advance.