Hi, I have a visualization using ComboBoxes. If an input is made I want to call a program. This worked fine until I updated to CS V3.5 SP14 Patch3. Until now I used Input configuration / OnMouseClick. This event doesn't seem to work anymore since the update. Then I tried OnMouseEnter and OnMouseDown which both seem to work. The problem is that in the moment when these events are issued the ComboBox value is still the old one as before changing. The value changes after the event. How can this be solved...