From: Richard K. <ric...@us...> - 2005-05-27 20:57:52
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19865/test Modified Files: ASTestScrollView.as Log Message: second button Index: ASTestScrollView.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/test/ASTestScrollView.as,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ASTestScrollView.as 27 May 2005 20:52:37 -0000 1.2 --- ASTestScrollView.as 27 May 2005 20:57:42 -0000 1.3 *************** *** 45,51 **** actionButton.setTitle("Scroll 1!"); view.addSubview(actionButton); ! actionButton = (new NSButton()).initWithFrame(new NSRect(300,300,70,30)); ! actionButton.setTitle("Scroll 2!"); ! view.addSubview(actionButton); var scrollView:NSScrollView = (new NSScrollView()).initWithFrame(new NSRect(0,0,250,250)); --- 45,51 ---- actionButton.setTitle("Scroll 1!"); view.addSubview(actionButton); ! var actionButton2 = (new NSButton()).initWithFrame(new NSRect(200,200,70,30)); ! actionButton2.setTitle("Scroll 2!"); ! view.addSubview(actionButton2); var scrollView:NSScrollView = (new NSScrollView()).initWithFrame(new NSRect(0,0,250,250)); |