mrjaw Active Member Licensed User Longtime User Sep 14, 2012 #1 Hi! I am doing a report and I want to use a object to show this report. I think Msgbox can do it but it can do scroll ?
Hi! I am doing a report and I want to use a object to show this report. I think Msgbox can do it but it can do scroll ?
S susu Well-Known Member Licensed User Longtime User Sep 14, 2012 #2 Yes, Msgbox can show a very long text with scroll bar. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 14, 2012 #3 I recommend you to use a Label with ScrollView. You can use CustomListView class for this. Upvote 0
mrjaw Active Member Licensed User Longtime User Sep 14, 2012 #4 Where Can I find this lib CustomListView to do as you say?? Upvote 0
M Mahares Expert Licensed User Longtime User Sep 14, 2012 #5 It is a 'Class' not a Lib'. Here is the link. It has a sample. I ran the sample, but did not have a chance to use in another project. http://www.b4x.com/forum/additional...lexible-list-based-scrollview.html#post112810 Upvote 0
It is a 'Class' not a Lib'. Here is the link. It has a sample. I ran the sample, but did not have a chance to use in another project. http://www.b4x.com/forum/additional...lexible-list-based-scrollview.html#post112810
Erel B4X founder Staff member Licensed User Longtime User Sep 15, 2012 #6 Where Can I find this lib CustomListView to do as you say?? Click to expand... Try the search field in the upper left corner: Basic4android Search: CustomListView Class Upvote 0
Where Can I find this lib CustomListView to do as you say?? Click to expand... Try the search field in the upper left corner: Basic4android Search: CustomListView Class