Hi,

 

I tried the RadioElement for MonoDroid.Doalog (Clancey) and Android.Dialog
(MonoCross), but I can't figure out how to react on the Click event.

Anyone did this successfully?

 

            this.Root = new RootElement("Elements")

            {

                new Section("Groups")

                {

                    new RootElement ("Radio Group",  new
MonoDroid.Dialog.RadioGroup ("desert", 2))

                    {

                        new Section ()

                        {

                            new RadioElement ("Ice Cream", "desert") { Click
= delegate { Console.WriteLine("Clicked!"); }},

                            new RadioElement ("Milkshake", "desert") { Click
= delegate { Console.WriteLine("Clicked!"); }},

                        }

                    }

                },

            };

        }

    }

 

 

Thank you,

 

Berndt

 

 

 

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to