Added progress bar control (for the PC11 paper tape reader)

This commit is contained in:
Jeff Parsons 2016-10-19 14:16:14 -07:00 committed by Jeff Parsons
commit 5e9891292c
15 changed files with 383 additions and 190 deletions

View file

@ -10,5 +10,6 @@
<control type="button" binding="loadTape">Load</control>
<control type="description" binding="descTape" padRight="8px"/>
<control type="file" binding="mountTape"/>
<control type="progress" binding="readProgress" width="250px">Tape Reader Progress</control>
</control>
</device>