Duplex Screen - Listview not showing

jpvniekerk

Active Member
Licensed User
Longtime User
I am trying to make a screen as follows:

Top part is a scrollview that shows a long description in a separate panel. This is working fine.

Bottom part of screen is a listview, but for some (probably stupid on my side) I don't see the list.

Sample program attached - please :sign0085: this dumb oke :sign0104:
 

Attachments

  • ScrollAndListOnOneScreen.zip
    9.4 KB · Views: 144

rbsoft

Active Member
Licensed User
Longtime User
Attached is the edited project.

Problem was that you had initialized the listview but not added it to the activity.

Rolf
 

Attachments

  • edit.zip
    9.4 KB · Views: 193
Upvote 0

jpvniekerk

Active Member
Licensed User
Longtime User
Thanks Rolf - That did it - just had to change the values to fit the screen in designer.
 
Upvote 0
Top