From: Scott H. <sco...@us...> - 2005-07-20 08:29:29
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25960/src/org/actionstep/test Modified Files: ASTestMatrix.as Log Message: small change to enable tabbing Index: ASTestMatrix.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/test/ASTestMatrix.as,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ASTestMatrix.as 20 Jul 2005 08:00:06 -0000 1.9 --- ASTestMatrix.as 20 Jul 2005 08:29:20 -0000 1.10 *************** *** 39,42 **** --- 39,43 ---- import org.actionstep.NSView; import org.actionstep.NSTextField; + import org.actionstep.NSTextFieldCell; import org.actionstep.NSAlert; import org.actionstep.NSPanel; *************** *** 74,77 **** --- 75,79 ---- var cell:NSButtonCell = (new NSButtonCell()).initTextCell("test"); cell.setButtonType(NSButtonType.NSRadioButton); + cell.setEditable(true); var matrix:NSMatrix = (new NSMatrix()).initWithFrameModePrototypeNumberOfRowsNumberOfColumns (new NSRect(10,90,270,200), org.actionstep.constants.NSMatrixMode.NSRadioModeMatrix, |