jpvniekerk Active Member Licensed User Longtime User Aug 30, 2012 #1 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: 316
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:
rbsoft Active Member Licensed User Longtime User Aug 30, 2012 #2 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: 362 Upvote 0
Attached is the edited project. Problem was that you had initialized the listview but not added it to the activity. Rolf
jpvniekerk Active Member Licensed User Longtime User Aug 30, 2012 #3 Thanks Rolf - That did it - just had to change the values to fit the screen in designer. Upvote 0