M MiniDemonic Member Licensed User Longtime User Apr 6, 2012 #1 Is it possible to have a dialog with a checkbox? for example: http://markthe.net/Screenshot_2012-04-05-08-57-46.png My friend wants me to include a dialog like this in an app he wants me make. But the customdialog library does not include something like this and I have searched but haven't found anything.
Is it possible to have a dialog with a checkbox? for example: http://markthe.net/Screenshot_2012-04-05-08-57-46.png My friend wants me to include a dialog like this in an app he wants me make. But the customdialog library does not include something like this and I have searched but haven't found anything.
NJDude Expert Licensed User Longtime User Apr 6, 2012 #2 You can replicate that using Panels. See attached sample project. Attachments PanelsSample.zip 7.2 KB · Views: 238 Last edited: Apr 6, 2012 Upvote 0
M MiniDemonic Member Licensed User Longtime User Apr 6, 2012 #3 Aye, I know about panels, I already sent him a apk with the panel solution but he wants a dialog with a checkbox, I don't know why he must have that but that's what he tells me. Upvote 0
Aye, I know about panels, I already sent him a apk with the panel solution but he wants a dialog with a checkbox, I don't know why he must have that but that's what he tells me.
specci48 Well-Known Member Licensed User Longtime User Apr 6, 2012 #5 Attached is a small sample using a CustomDialog2 from agrahams dialogs-library. You just have to make some fine-tuning to achieve your result. specci48 Attachments Dialog-Sample.zip 6.5 KB · Views: 253 Upvote 0
Attached is a small sample using a CustomDialog2 from agrahams dialogs-library. You just have to make some fine-tuning to achieve your result. specci48
M MiniDemonic Member Licensed User Longtime User Apr 7, 2012 #6 Thanks, he approved of this method. Upvote 0