Ed Leafe wrote:
> 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
>   
Ahh...  I've was trying self.Form.objectsRegID.attribute/method to no
avail although that works when calling from within object events.  Seems
like that is what I saw as the method from the website or prior posts.

Brian

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

Reply via email to