SAT/DL Examples - addGrid
S@
Home SATGUI SATSHELL SATFORM SATFILTER SATREPORT SATMYSQL License Download Examples Contact

Note: In the following examples the commands are split over several lines for clarity. This is valid syntax, though, each command could be entered in one line if desired.

For more detail see Using Grids


addGrid {keypad 1,1 1 {
   {1 2 3}
   {4 5 6}
   {7 8 9}
   } {myaction %}
}


addGrid {keypad 1,1 1 {
   {1 2 3}
   {4 5 6}
   {7 8 9}
   } {myaction %} pad(2)
}


addGrid {example 1,1 1 {
   {First Previous Next Last}
   } {myaction %}
}


addGrid {example 1,1 1 {
   {:first :previous :next :last}
   } {myaction %}
}


addGrid {calculator 1,1 1 {
   {{!123.45 4 right sunken black green}}
   {off ce ac +/-}
   {7 8 9 +}
   {4 5 6 -}
   {1 2 3 *}
   {0 . = /}
   }
   {myaction %} darkgray pad(1) raised
}


Copyright © 2003 Adrian Davis.