On Nov 25, 2006, at 9:24 PM, Brian Snipes wrote:

> That was my guess based on the CxnEditor.py code but as a quick  
> test to
> see if I had the menu added properly I figured I would have it call on
> onHit event from one of the buttons on the form and got
> sidetracked/intrigued trying to figure out the proper calling  
> method.  I
> basically want to modify some of the existing items ( like About ) and
> remove some that won't be needed.

        Generally, if you want to refer to an individual object on a form,  
you should set the RegID of that object, and then refer to it using  
that RegID. Something like: self.Application.ActiveForm.FooBar.method 
(), if 'FooBar' is the RegID of the object in question.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to