commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src GFForm.py GFTrigger.py


From: Jason Cater
Subject: gnue/forms/src GFForm.py GFTrigger.py
Date: Wed, 25 Sep 2002 16:35:30 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/09/25 16:35:30

Modified files:
        forms/src      : GFForm.py GFTrigger.py 

Log message:
        added On-Startup form startup trigger support

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/GFForm.py.diff?tr1=1.178&tr2=1.179&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/GFTrigger.py.diff?tr1=1.58&tr2=1.59&r1=text&r2=text

Patches:
Index: gnue/forms/src/GFForm.py
diff -c gnue/forms/src/GFForm.py:1.178 gnue/forms/src/GFForm.py:1.179
*** gnue/forms/src/GFForm.py:1.178      Mon Sep 23 23:34:08 2002
--- gnue/forms/src/GFForm.py    Wed Sep 25 16:35:29 2002
***************
*** 160,165 ****
--- 160,166 ----
  
      # Set initial focus
      self.findAndChangeFocus(self)
+     self.processTrigger('On-Startup')
  
  
    #
Index: gnue/forms/src/GFTrigger.py
diff -c gnue/forms/src/GFTrigger.py:1.58 gnue/forms/src/GFTrigger.py:1.59
*** gnue/forms/src/GFTrigger.py:1.58    Mon Sep 23 11:52:37 2002
--- gnue/forms/src/GFTrigger.py Wed Sep 25 16:35:30 2002
***************
*** 12,22 ****
  # PURPOSE. See the GNU General Public License for more details.
  #
  # You should have received a copy of the GNU General Public 
! # License along with program; see the file COPYING. If not, 
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # Copyright 2000, 2001 Free Software Foundation
  #
  #
  # FILE:
--- 12,22 ----
  # PURPOSE. See the GNU General Public License for more details.
  #
  # You should have received a copy of the GNU General Public 
! # License along with program; see the file COPYING. If not,
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # Copyright 2000-2002 Free Software Foundation
  #
  #
  # FILE:
***************
*** 50,56 ****
                    'PRE-INSERT':     'Pre-Insert',
                    'PRE-DELETE':     'Pre-Delete',
                    'PRE-MODIFY':     'Pre-Modify',
!                   'ON-NEWRECORD':   'On-NewRecord' }
  
  #
  # GFTriggerAware
--- 50,57 ----
                    'PRE-INSERT':     'Pre-Insert',
                    'PRE-DELETE':     'Pre-Delete',
                    'PRE-MODIFY':     'Pre-Modify',
!                   'ON-NEWRECORD':   'On-NewRecord',
!                   'ON-STARTUP':     'On-Startup' }
  
  #
  # GFTriggerAware




reply via email to

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