http://bugzilla.novell.com/show_bug.cgi?id=570959
http://bugzilla.novell.com/show_bug.cgi?id=570959#c0 Summary: UISlider does not fire ValueChanged when the value is set via code Classification: Mono Product: MonoTouch Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Customer Blocker: Yes Description of Problem: While other controls (like UISegmentedControl for an example) fire their ValueChanged event when you set the Value property of the control UISlider does NOT fire this event. Steps to reproduce the problem: 1. Create an application and add a view with a UISlider on it 2. Add a handler to the sliders ValueChanged making some output (Console.WriteLine) 3. In ViewDidLoad set the value of the Slider via code 4. Change the slider in the UI Actual Results: 4. Fires ValueChanged (output occures) 3. Does NOT fire ValueChanged (no output) Expected Results: Setting the Value property via code should also fire ValueChanged How often does this happen? Always Additional Information: -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
