Mercurial > code > home > repos > light9
comparison flax/Subcomposer.py @ 176:c8d24bd2a99e
CueFaders: autoload/shifting bug fixed
CueFaders: autoload/shifting bug fixed
mute button added
cuenum attribute added
cursor is visible in CueEditron
Subcomposer: not a dummy! use DMXDUMMY=1 if you want to do dummy
cues/dolly: changes from 7.8.2003 rehearsal
author | dmcc |
---|---|
date | Thu, 10 Jul 2003 02:57:12 +0000 |
parents | e2c9919b3797 |
children | e4a711d9a338 |
comparison
equal
deleted
inserted
replaced
175:365e924adaee | 176:c8d24bd2a99e |
---|---|
133 if __name__ == "__main__": | 133 if __name__ == "__main__": |
134 root=tk.Tk() | 134 root=tk.Tk() |
135 root.config(bg='black') | 135 root.config(bg='black') |
136 root.tk_setPalette("#004633") | 136 root.tk_setPalette("#004633") |
137 | 137 |
138 sc = Subcomposer(root, dmxdummy=1) | 138 sc = Subcomposer(root, dmxdummy=0) |
139 sc.pack() | 139 sc.pack() |
140 | 140 |
141 while 1: | 141 while 1: |
142 if 0: | 142 if 0: |
143 for i in range(20): # don't let Tk take all the time | 143 for i in range(20): # don't let Tk take all the time |