I'm again;-) If I set ButtonItemKind=bkImage on a second page of TDPFNavigationControllerPage then the app crash again, if I call PushViewController(second_page, True). It makes no matter if the Image property is empty or not.
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can simulate it with your "iOSNavigation.dproj" demo project:
change the property on second page "DPFNavigationControllerPage1.BarButtons[0].ButtonItemKind" from actual "bkTitle" to "bkImage". Then run the demo and press "Next".
Hope this help to see the problem.
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This problem is still present in actual version. In attach you will find the modified NavigationController demo. My changes in there are only:
DPFNavigationControllerPage1.BarButtons[0].ButtonItemKind = bkImage
Hi Babak
I'm again;-) If I set ButtonItemKind=bkImage on a second page of TDPFNavigationControllerPage then the app crash again, if I call PushViewController(second_page, True). It makes no matter if the Image property is empty or not.
Regards
Hi hanspi
Please give me a sample project.
Regards
Hi Babak
You can simulate it with your "iOSNavigation.dproj" demo project:
change the property on second page "DPFNavigationControllerPage1.BarButtons[0].ButtonItemKind" from actual "bkTitle" to "bkImage". Then run the demo and press "Next".
Hope this help to see the problem.
Regards
Hi Babak
This problem is still present in actual version. In attach you will find the modified NavigationController demo. My changes in there are only:
DPFNavigationControllerPage1.BarButtons[0].ButtonItemKind = bkImage
Regards
Hi hanspi
Fixed.
Thank you for your feedback.
Regards
Hi Babak
Perfect!
Regards