Closed PerStaver closed 11 years ago
Thanks!
Not sure where this has gone wrong... must be somewhere in https://github.com/slodge/MvvmCross/commits/v3/CrossUI/CrossUI.Droid/Dialog/Elements/Section.cs - possibly linked to https://github.com/slodge/MvvmCross/pull/294 somehow
Your fix looks good - but I'll also take a look to see if there's some way the ambiguous reference can be fixed in the main source.
Thanks!
Stuart
Your welcome and keep up the excellent work! Really digging your framework.
Regards from Holland
From: Stuart Lodge [mailto:notifications@github.com] Sent: maandag 9 september 2013 17:15 To: slodge/MvvmCross-Tutorials Cc: Ewoud Stuurman Subject: Re: [MvvmCross-Tutorials] RadioGroup in Dialog Example (#7)
Thanks! Not sure where this has gone wrong... must be somewhere in https://github.com/slodge/MvvmCross/commits/v3/CrossUI/CrossUI.Droid/Dialog/Elements/Section.cs - possibly linked to slodge/MvvmCross#294 somehow Your fix looks good - but I'll also take a look to see if there's some way the ambiguous reference can be fixed in the main source. Thanks! Stuart — Reply to this email directly or view it on GitHub.
This email is intended exclusively for the addressee(s). If it was sent to you by mistake, please contact us immediately. The message may contain confidential information. We therefore request you not to disclose the contents to any third party.
Please consider the environment before printing this email.
Registration: 30182708 Chamber of Commerce Utrecht, the Netherlands
Hi Stuart,
I am working on a dialog using the awesome MVX framework. I took a look at the Dialog Example in the tutorial and I found a little bug when I tried to run the app. As far as I can see, for the RadioGroup you need a new RootElement, but you cannot add this as a RootElement to the Section. You need to cast this as an Element right?
Regards PerStaver