I have three questions about CLV/preoptimisedCLV - not related to problems but useful to extend my knowledge.
1. Can the fast scroll bar be oriented horizontally?
2. Can the fast scroll bar be hidden?
3. Are there any ready-made provisions for preloading/caching images used with preoptimisedCLV (ie more appropriate than B4XCache)?
If any of the answers are "Yes" please explain.
Edit : I think that I have sorted out item 2. "preoptimisedCLV.ShowScrollbar" refers to the fast scroller and can be controlled in code, whereas the general scroller is managed through "Show scroll bar" in the Desigher.
1. Unpack the b4xlib, find the relevant layout file, add it to your project and change the seekbar orientation.
3. The best framework for caching media and media players is SMM, however I don't recommend using it with PCLV. Better to use CLV, which is simpler and more flexible.