All pastes #396274 Raw Edit

tomp

public text v1 · immutable
#396274 ·published 2007-03-15 17:16 UTC
rendered paste body
<?xml version='1.0' encoding='UTF-8'?>
<pyvcp>
        <labelframe>
                <text>"ParallelPort"</text>                             # change the title as you like

                <hbox>                                                  # stuff in an hbox is stack like books on a shelf
                        <relief>RIDGE</relief>
                        <bd>2</bd>

                        <label>                                         # a label is just informative, not functional
                                <text>"Input"</text>
                        </label>

                        <button>
                                <bd>5</bd>
                                <halpin>"mySoftButton"</halpin>
                                <text>"SpindleFwd"</text>
                        </button>                                       # a btn will be 'wired' into the system by .hal file

                </hbox>
                <hbox>
                        <relief>RIDGE</relief>                          # just pretty stuff
                        <bd>2</bd>

                        <led/>                                          # this will be connected thru .hal file

                        <label>
                                <text>"Output"</text>                   # change the text as you like
                        </label>

                </hbox>
        </labelframe>

</pyvcp>