[MonoTouch] Blank Dialog EntryElement text on device

2013-01-15 Thread gc898
When I use the Link SDK assemblies only build option, all my MonoTouchDialog.EntryElement cells show no text. I think the text is white since data can still be entered and read. This is only happening on the device. Changing to Don't Link causes it to work normally. Has anyone seen anything like

[MonoTouch] Determine coordinates of button tap on table cell

2012-09-24 Thread gc898
I'm using Monotouch.Dialog and have a custom cell with two buttons on it. When a button is tapped, I want to show a popover. The problem is I can't see how to get the coordinates of the button (to position the popover properly) when handling the button click in my main view controller. I have