Skip to content

Samples

Shakiba edited this page Apr 8, 2018 · 15 revisions

button sample


command:

  • button "one"
  • button "two"
  • button "three"
  • button "four"
  • result:


command:

  • button "(one"
  • button "two"
  • button "three"
  • button "four)"
  • result:


command:

  • button "(one)"
  • button "(two)"
  • button "(three)"
  • button "(four)"
  • result:


command:

  • button "<one"
  • button "two"
  • button "three"
  • button "four>"
  • result:


command:

  • button "<one>"
  • button "<two>"
  • button "<three>"
  • button "<four>"
  • result:




command:

  • TC=#000 | set the text-fill to black
  • BSW=3 | set the button-stroke-width to 3
  • button "(one" none | here none means no fill and will be applied to others
  • button "two"
  • button "three"
  • button "four)"
  • result:


command:

  • button "(one"
  • button "two"
  • button "three"
  • button "four)"
  • result:


command:

  • button "(one)"
  • button "(two)"
  • button "(three)"
  • button "(four)"
  • result:


command:

  • button "<one"
  • button "two"
  • button "three"
  • button "four>"
  • result:


command:

  • button "<one>"
  • button "<two>"
  • button "<three>"
  • button "<four>"
  • result:



badge sample



line sample

command:

  • FS=10 | set the font-size to 10 | default is 15 | it will be applied to others
  • line 1 650 | style 1, length 650
  • result:




command:

  • line 2 650 | style 2, length 650
  • result:




command:

  • line 3 650 | style 3, length 650 | it is not the same as style 1, it accepts delimiter
  • result:




command:

  • line 4 650 | style 4, length 650
  • result:




command:

  • line 5 650 | style 5, length 650
  • result:




command:

  • DLM=5 | set the delimiter to 5 | it will be applied to others
  • line 3 500 #F80 | style 3, length 500 and fill will be #F80
  • result:




command:

  • line 5 500 #CB0000 | style 3, length 500 and fill will be #CB0000
  • result:




command:

  • line 4 500 | style 4, length 500
  • result:




command:

  • line 5 500 #F80 | style 5, length 500 and fill will be #F80
  • result: