On 1/18/13 8:33 AM, John Fabiani wrote: > > > I have an interesting problem. I have a > "dDropdownList.bindEvent(dEvents.InteractiveChange, self.statechanged)" that > does not > fire when the list item is changed (via the user). If I " > dDropdownList.raiseEvent(dEvents.InteractiveChange)" all works. Even stranger > is the > fact I have the almost the same dDropdownList on the same page and it works > correctly > (only difference is the RegID).
Looking at the code, depending on how the control is bound (bizobj, method, property, whatever) in some cases the code that raises ValueChanged and InteractiveChange may not be reached. So, how is the control bound? Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
