commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6237 - trunk/gnue-navigator/src


From: jcater
Subject: r6237 - trunk/gnue-navigator/src
Date: Tue, 31 Aug 2004 16:16:40 -0500 (CDT)

Author: jcater
Date: 2004-08-31 16:16:39 -0500 (Tue, 31 Aug 2004)
New Revision: 6237

Modified:
   trunk/gnue-navigator/src/GNObjects.py
Log:
added parameters to the run... commands

Modified: trunk/gnue-navigator/src/GNObjects.py
===================================================================
--- trunk/gnue-navigator/src/GNObjects.py       2004-08-31 20:32:24 UTC (rev 
6236)
+++ trunk/gnue-navigator/src/GNObjects.py       2004-08-31 21:16:39 UTC (rev 
6237)
@@ -57,7 +57,7 @@
   def setClientHandlers(self, handlers):
     self._clientHandlers.update(handlers)
 
-  def _runForm(self, step):
+  def _runForm(self, step, parameters={}):
     formCommand = gConfigNav('RunFormCommand')
 
     if os.path.basename(step.location) == step.location:
@@ -79,7 +79,7 @@
       GDebug.printMesg(1,'Running command " %s "'%(command))
       os.spawnve(os.P_NOWAIT,command[0],command,os.environ)
 
-  def _runApp(self, step):
+  def _runApp(self, step, parameters={}):
 
     GDebug.printMesg(1,'Running app "%s"'%(step.location))
 
@@ -91,7 +91,7 @@
       # TODO: Not tested
       os.spawnve(os.P_NOWAIT,command[0],command,os.environ)
 
-  def _runReport(self, step):
+  def _runReport(self, step, parameters={}):
     global REPORTS_SUPPORT
     if not REPORTS_SUPPORT:
       print "WARNING: Reports support not installed!"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]