-
Notifications
You must be signed in to change notification settings - Fork 86
uiform progress
Matthias Görges edited this page Jul 14, 2016
·
6 revisions
The uiform progress element shows a progress bar.
Parameter | Default | Description |
---|---|---|
height | 32 | Progress bar height in pixel |
value | 0. | Progress value (range 0. to 1.) |
Example 1: A complete page definition with a progress bar from LNhealth's apps/WidgetDemo
(ex_progress
"ProgressBar"
("Prev" ex_images)
("Next" ex_modal)
(spacer)
(label text "Making some progress..")
(spacer)
(progress value ,(lambda ()
(let ((val (uiget 'progressval 0.)))
(uiset 'progressval (if (> val 1.) 0. (+ val 0.01)))
val)))
(spacer)
)
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip