Update of /cvsroot/pythoncard/PythonCard/samples/tictactoe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3215/samples/tictactoe
Modified Files:
tictactoe.rsrc.py
Log Message:
one last try, sigh...
Index: tictactoe.rsrc.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/samples/tictactoe/tictactoe.rsrc.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** tictactoe.rsrc.py 16 Aug 2004 21:09:01 -0000 1.10
--- tictactoe.rsrc.py 16 Aug 2004 21:14:02 -0000 1.11
***************
*** 11,15 ****
'name':'bg1',
'title':'Tic Tac Toe',
! 'size':( 390, 490 ),
'image':'lines.jpg',
--- 11,15 ----
'name':'bg1',
'title':'Tic Tac Toe',
! 'size':( 390, 470 ),
'image':'lines.jpg',
***************
*** 29,36 ****
'components':
[
! { 'type':'CheckBox', 'name':'chkComputerFirst', 'position':( 20, 400 ), 'label':'Mr. Gumby goes first', 'checked':0, 'backgroundColor':'white' },
! { 'type':'Button', 'name':'btnNewGame', 'position':( 280, 400 ), 'label':'New Game' },
#{ 'type':'Button', 'name':'btnNewGame', 'position':( 5, 450 ), 'label':'New Game' },
! { 'type':'StaticText', 'name':'staticTurn', 'position':( 100, 430 ), 'size':(200, -1), 'text': '', 'alignment':'center', 'backgroundColor':'white' },
{ 'type':'Image', 'name':'btn0', 'position':( 20, 20 ), 'size':(-2,-2), 'file':'empty.gif'},
--- 29,36 ----
'components':
[
! { 'type':'CheckBox', 'name':'chkComputerFirst', 'position':( 20, 380 ), 'label':'Mr. Gumby goes first', 'checked':0, 'backgroundColor':'white' },
! { 'type':'Button', 'name':'btnNewGame', 'position':( 280, 380 ), 'label':'New Game' },
#{ 'type':'Button', 'name':'btnNewGame', 'position':( 5, 450 ), 'label':'New Game' },
! { 'type':'StaticText', 'name':'staticTurn', 'position':( 100, 410 ), 'size':(200, -1), 'text': '', 'alignment':'center', 'backgroundColor':'white' },
{ 'type':'Image', 'name':'btn0', 'position':( 20, 20 ), 'size':(-2,-2), 'file':'empty.gif'},
|