In the popover demo in the simulator, is it supposed to let you change the date on the DPFDatePicker? I can't change the date by clicking on it in the simulator.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Babak,
I want have a filter popover with a BarButton for the Filter which should show a popover. I tried
DPFPopover1.ShowPopup(DPFNavigationControllerPage2.BarButtons.Items[1].CustomView,
TDPFPopoverArrowDirection.padUp);
but the popover does not show up underneath the button (see attached image). Do I need to call the popup differently?
a second unrelated question: what is the best way to set a checkmark for a selected item in the tableview?
Kind regards
Gernot
Sorry - image got lost
Hi, Gernot
Download last source code from [code] section, and see [Popover] demo, i added change CellAccessory of row in onselect and ondeselect event,
Regards
Related
Code: code
PLEASE DISREGARD THIS POST - Mistake on my side
Last edit: GJB 2013-08-30
In the popover demo in the simulator, is it supposed to let you change the date on the DPFDatePicker? I can't change the date by clicking on it in the simulator.
Hi justapps
Set Shadow = false for label and DatePicker,
Shadow has a some bug, i will fixed it.
Regards
Ok, thanks!
Hi, Brent
Shadow problem fixed.
Regards
Awesome!! Thanks once again Babak