View Single Post
  #5  
Old 05-12-2009, 03:10 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
Code:
class A(object):
	def __init__(self):
		pass
	
	def enableEvent(self, EventID):
		vizact.onevent(EventID, lambda : (True,None),self.doit)
__________________
Paul Elliott
WorldViz LLC
Reply With Quote