From: Phil E. <l2...@us...> - 2006-06-06 02:43:19
|
Update of /cvsroot/pythoncard/PythonCard/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3568 Modified Files: samples.rsrc.py Log Message: New sample (sysTray) showing how to use the system tray in a PythonCard application Index: samples.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/samples.rsrc.py,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** samples.rsrc.py 29 Sep 2005 22:08:38 -0000 1.62 --- samples.rsrc.py 5 Jun 2006 12:12:12 -0000 1.63 *************** *** 6,11 **** 'title':'PythonCard Samples Launcher', 'size':(600, 502), - 'style':['resizeable'], 'visible':0, 'menubar': {'type':'MenuBar', --- 6,11 ---- 'title':'PythonCard Samples Launcher', 'size':(600, 502), 'visible':0, + 'style':['resizeable'], 'menubar': {'type':'MenuBar', *************** *** 57,71 **** 'position':(0, 0), 'size':(150, 218), ! 'items':['addresses', 'ataxx', 'chat', 'companies', 'conversions', 'custdb', 'dbBrowser', \ ! 'dialogs', 'doodle', 'flatfileDatabase', 'flock', 'gadflyDatabase', 'gravity', \ ! 'hopalong', 'jabberChat', 'life', 'lsystem', 'minimal', 'minimalList', 'minimalTree', \ ! 'moderator', 'montyhall', 'mp3player', 'multicolumnexample', 'noresource', \ ! 'pictureViewer', 'proof', 'pysshed', 'radioclient', 'redemo', 'reversi', 'rpn', \ ! 'samples', 'saveClipboardBitmap', 'searchexplorer', \ ! 'simpleBrowser', 'simpleIEBrowser', 'slideshow', 'sounds', 'SourceForgeTracker', \ ! 'spirograph', 'spirographInteractive', 'stockprice', 'sudoku', 'textIndexer', 'textRouter', \ ! 'tictactoe', 'turtle', 'twistedEchoClient', \ ! 'webgrabber', 'webserver', 'widgets', 'worldclock'], ! 'stringSelection':'minimal', }, --- 57,61 ---- 'position':(0, 0), 'size':(150, 218), ! 'items':[u'addresses', u'ataxx', u'chat', u'companies', u'conversions', u'custdb', u'dbBrowser', u'dialogs', u'doodle', u'flatfileDatabase', u'flock', u'gadflyDatabase', u'gravity', u'hopalong', u'jabberChat', u'life', u'lsystem', u'minimal', u'minimalList', u'minimalTree', u'moderator', u'montyhall', u'mp3player', u'multicolumnexample', u'noresource', u'pictureViewer', u'proof', u'pysshed', u'radioclient', u'redemo', u'reversi', u'rpn', u'samples', u'saveClipboardBitmap', u'searchexplorer', u'simpleBrowser', u'simpleIEBrowser', u'slideshow', u'sounds', u'SourceForgeTracker', u'spirograph', u'spirographInteractive', u'stockprice', u'sudoku', u'sysTray', u'textIndexer', u'textRouter', u'tictactoe', u'turtle', u'twistedEchoClient', u'webgrabber', u'webserver', u'widgets', u'worldclock'], }, *************** *** 73,77 **** 'name':'chkDebugMenu', 'position':(160, 22), ! 'label':'Debug Menu (-d)', }, --- 63,67 ---- 'name':'chkDebugMenu', 'position':(160, 22), ! 'label':u'Debug Menu (-d)', }, *************** *** 79,83 **** 'name':'chkLogging', 'position':(160, 22), ! 'label':'Logging (-l)', }, --- 69,73 ---- 'name':'chkLogging', 'position':(160, 22), ! 'label':u'Logging (-l)', }, *************** *** 85,89 **** 'name':'stcCmdLineArgs', 'position':(160, 2), ! 'text':'Command line options', }, --- 75,79 ---- 'name':'stcCmdLineArgs', 'position':(160, 2), ! 'text':u'Command line options', }, *************** *** 91,95 **** 'name':'chkMessageWatcher', 'position':(160, 46), ! 'label':'Message Watcher (-m)', }, --- 81,85 ---- 'name':'chkMessageWatcher', 'position':(160, 46), ! 'label':u'Message Watcher (-m)', }, *************** *** 97,101 **** 'name':'chkNamespaceViewer', 'position':(160, 72), ! 'label':'Namespace Viewer (-n)', }, --- 87,91 ---- 'name':'chkNamespaceViewer', 'position':(160, 72), ! 'label':u'Namespace Viewer (-n)', }, *************** *** 103,107 **** 'name':'chkPropertyEditor', 'position':(160, 98), ! 'label':'Property Editor (-p)', }, --- 93,97 ---- 'name':'chkPropertyEditor', 'position':(160, 98), ! 'label':u'Property Editor (-p)', }, *************** *** 109,113 **** 'name':'chkShell', 'position':(160, 126), ! 'label':'Shell (-s)', }, --- 99,103 ---- 'name':'chkShell', 'position':(160, 126), ! 'label':u'Shell (-s)', }, *************** *** 115,120 **** 'name':'btnLaunch', 'position':(158, 194), ! 'label':'Launch', ! 'command':'launch' }, --- 105,110 ---- 'name':'btnLaunch', 'position':(158, 194), ! 'command':'launch', ! 'label':u'Launch', }, *************** *** 123,127 **** 'position':(268, 194), 'command':'showDescription', ! 'label':'Show Description', }, --- 113,117 ---- 'position':(268, 194), 'command':'showDescription', ! 'label':u'Show Description', }, *************** *** 130,134 **** 'position':(378, 194), 'command':'showSource', ! 'label':'Show Source', }, --- 120,124 ---- 'position':(378, 194), 'command':'showSource', ! 'label':u'Show Source', }, *************** *** 137,141 **** 'position':(488, 194), 'command':'showResource', ! 'label':'Show Resource', }, --- 127,131 ---- 'position':(488, 194), 'command':'showResource', ! 'label':u'Show Resource', }, *************** *** 143,147 **** 'name':'stcDescription', 'position':(1, 230), ! 'text':'Description', }, --- 133,137 ---- 'name':'stcDescription', 'position':(1, 230), ! 'text':u'Description', }, *************** *** 150,154 **** 'position':(1, 246), 'size':(594, 211), ! 'editable':0, }, --- 140,144 ---- 'position':(1, 246), 'size':(594, 211), ! 'editable':False, }, *************** *** 157,162 **** 'position':(1, 246), 'size':(594, 211), ! 'editable':0, ! 'visible':0, }, --- 147,153 ---- 'position':(1, 246), 'size':(594, 211), ! 'backgroundColor':(255, 255, 255), ! 'editable':False, ! 'visible':False, }, |