I just noticed this when I was combing through some code.  Lines 71-74
of CxnEditor.py read:


                ctl = dui.dDropdownList(self.bg, Choices=[""],
                                RegID="connectionSelector",
                                OnHit=self.onConnectionSelector)
                ctl.bindEvent(dEvents.Hit, self.onConnectionChange)

My question is if you bind the hit event to self.onConnectionChange in
line 74, does it override the binding to self.onConnectionSelector in
the constructor?  If so, which one is it supposed to bind to?

Regards,

Nate

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to