Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

smclab/TiAlternativeProgressBar

Repository files navigation

TiAlternativeProgressBar

Built for Titanium SDK Available through gitTio

Drop-in replacement for Ti.UI.ProgressBar, but with support for indeterminate mode and a secondary progress. (Android only)

Installation

You can install this module using gitTio with

gittio install it.smc.alternativeprogressbar

Alternatively you can download a specific release for manual installation.

Example

You can run the example running the following command

gittio demo it.smc.alternativeprogressbar

The source for this demo application can be found in the example folder.

Usage

If you want to understand what secondary actually means or if you want to see it in action, in example/app.js you’ll find a complete example. The following one only acts as a reference.

var AlternateProgressBar = require('it.smc.alternativeprogressbar');

var progressbar = AlternateProgressBar.createProgressBar({
    min: 0,
    max: 100,
    value: 42,
    secondary: 49,
    indeterminate: true // set to false (default) to show an actual progress
});

Credits

Humbly made by the spry ladies and gents at SMC.

License

This library, TiAlternativeProgressBar, is free software ("Licensed Software"); you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; including but not limited to, the implied warranty of MERCHANTABILITY, NONINFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

About

TiAlternativeProgressBar is a drop-in replacement for `Ti.UI.ProgressBar` with support for indeterminate state and secondary progress (Android)

Resources

License

Stars

Watchers

Forks

Packages

No packages published