[Mono-bugs] [Bug 614000] App crashes after installing MT 2.0.5
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jun 14 18:26:32 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=614000
http://bugzilla.novell.com/show_bug.cgi?id=614000#c3
Rick Gross <rickgross at mac.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
CC| |rickgross at mac.com
InfoProvider|rickgross at mac.com |
--- Comment #3 from Rick Gross <rickgross at mac.com> 2010-06-14 22:26:31 UTC ---
After the last cell (4th) is return the app crashes. Can't get any Console
writes to figure out where the code is going. Here is the GetCell code:
public override UITableViewCell GetCell (UITableView tableView, NSIndexPath
indexPath)
{
Console.WriteLine("GetCell");
list = appDelegate.store.dvDataList;
UITableViewCell cell = tableView.DequeueReusableCell
(kCellIdentifier);
if (cell == null)
{
cell = new UITableViewCell
(UITableViewCellStyle.Default,kCellIdentifier);
}
cell.ImageView.Image = list[indexPath.Row];
Console.WriteLine("Done returning cell");
return cell;
}
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list