I placed anotherdatePicker (CustomView) inside ACToolBar (instead of Title).
Everything works, but the dialog is not modal and user can click something outside calendar. Exactly this I want to prevent.
I tried to create semi-transparent panel over whole screen and then to create "calendar". But this does not work at all.
To disable all views is interesting, but I have no idea how to enumerate all views (a lot of different parents).
Any ideas how to make modal datepicker or to disable / enable absolutelly all views?
Everything works, but the dialog is not modal and user can click something outside calendar. Exactly this I want to prevent.
I tried to create semi-transparent panel over whole screen and then to create "calendar". But this does not work at all.
To disable all views is interesting, but I have no idea how to enumerate all views (a lot of different parents).
Any ideas how to make modal datepicker or to disable / enable absolutelly all views?