[Mono-bugs] [Bug 574873] New: Programatically selecting a row in a tableview doesn't fire RowSelected
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jan 28 15:14:50 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=574873
http://bugzilla.novell.com/show_bug.cgi?id=574873#c0
Summary: Programatically selecting a row in a tableview doesn't
fire RowSelected
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: Manfred at pp-p.net
Found By: ---
Blocker: ---
Description of Problem:
When I select a row in a UITableView via tableView.SelectRow(...
the RowSelecte event is not fired
Steps to reproduce the problem:
1. create a UITableView with a RowSelected handler
2. add some output to the handler (Console.Write...)
3. call SelectRow with this tableView
Actual Results:
RowSelected is not called
Expected Results:
RowSelecte should be called - independent of the selection sourece
manual (user touch) or via code
How often does this happen?
always
Additional Information:
The same as wiht "ValueChanged" of UISlider
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mono-bugs
mailing list