« Return to Thread: tabbing glitch

tabbing glitch

by JostM :: Rate this Message:

Reply to Author | View in Thread

Sheet({arg w;

            GUI.textView.new(w,Rect(0,0,244,30));
            w.startRow;
            GUI.button.new(w,Rect(0,0,244,30))
                .states_([["test"]]);
            w.startRow;
            GUI.button.new(w,Rect(0,0,244,30))
                .states_([["test"]]);
            w.startRow;
            GUI.button.new(w,Rect(0,0,244,30))
                .states_([["test"]]);
            w.startRow;
           
       
});

the second item is always skipped when you hit tab


jostM
_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

 « Return to Thread: tabbing glitch