Re: ListBox and listeners.

2009-10-26 Thread Emerson Matsuuchi
Thank you for the informative reply! I ended up deriving the ListBox and providing it's own mechanism. Your suggestion of implementing the HasValue/HasValueChangeHandler is a much better idea. On Oct 25, 8:52 pm, Thomas Broyer t.bro...@gmail.com wrote: On 25 oct, 17:40, Emerson Matsuuchi ema

ListBox and listeners.

2009-10-25 Thread Emerson Matsuuchi
I have a issue that I'm trying to resolve and it may be something simple that I'm completely overlooking. I have a ListBox that has a ChangeHandler registered with it. I would like to programatically change the value of the ListBox and have an event fired that I can listen for. Unfortunately