This version is out of date, covering development from v4.6.0 to v4.7.1. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
|
A Tinderbox Reference File : Visual Styling : Shapes, borders, patterns and fills : Pattern: bar(30) | aTbRef Site Map |
Pattern: bar(30) |
Note that this pattern can't be set via the Pattern menu. Rather it is set via manual editing of this attribute or via actions, rules, etc., acting upon it.
bar([value],[min],[max]). The draws as a horizontal 'progress bar', using Color and Color2. The 'progress' block is drawn in Color2.
The parameters work this way:
The arguments in the brackets may be numbers or expressions that can be evaluated as numbers. As Pattern is a string parameter, remember to enclose the statement in quotes so the program coerces the output to a string. If a note's Width is 3.0, then
$Pattern="bar(15*$Width)"
is the same as writing
$Pattern="bar(45)"
If the pattern is written without parameters or brackets, it evaluates as if at 50%, e.g. bar() and bar are the same as bar(50).
Up: Shapes, borders, patterns and fills | |
Previous: Pattern: cylinder | Next: Pattern: vbar(70) |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]