[Mono-bugs] [Bug 570959] New: UISlider does not fire ValueChanged when the value is set via code
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jan 15 09:29:57 EST 2010
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: mono-bugs at lists.ximian.com
ReportedBy: Manfred at pp-p.net
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list