> Does someone know of a way to make a multi-state button say (function > one, function two,function three, off) or implement boolean-like > behavior for a pict ring? I want to be able to cycle through the > states without a menu popping up for all possible values. So when I > press this button or ring it will go from state-1, to state-2, to > state-3 etc.
Place a transparent button over a ring. On button value change events, or via polling, increment the ring indicator. Better yet, put the value in a shift register that gets incremented and displayed in the ring indicator. Greg McKaskle
