I'm using Erel's miniserachview to horizontally scrolling items from a database and it works great.
There is however some of the database entries that are very long and this makes that you have to scroll a long time to get to the next entry.
What I would like to know is if there is a way to cut the entry (after a certain width) and have it displayed on two lines instead of only one.
You will need to do some work for this. MiniSearchView was implemented quite long ago. If I were to create it today, I would have used BBLabel which is easier to work with.
Thanks Erel.
Could you please give an example to load BBLabel from an sqlite database.
Also the number of lines to load is more than 7000, will this method work or will it take to long to load?