For scrollbars I use scripted native (i.e., mobile) scrollers. You can set them to show their scrollbars or not.

Indetermine progress bars can be replaced by the LC spinner widget, and an animated gif also works well. For determinate progress bars, it isn't too hard to create a graphic that grows in width periodically. I also like Android's determinate progress bar, though I haven't tried to reproduce it yet:
<https://material.io/design/components/progress-indicators.html>

Little arrows aren't seen on mobile much. On iOS they are replaced with "steppers" which could be created using LC's segmented control pretty easily:
<https://developer.apple.com/design/human-interface-guidelines/ios/controls/steppers/>

On Android, increment counters are usually just plus and minus buttons on either side of the control or field they affect. If you do an image search on "android increment counter" you can see examples. Here's one:
<https://android-arsenal.com/details/1/4136>


On 3/21/19 6:34 PM, Devin Asay via use-livecode wrote:

So native LiveCode scrollbars (sliders, progress bars, and little arrows) look 
really bad on mobile devices. Has anyone produced a widget or just a scripted 
replacement for them?

Thanks,

Devin

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to