Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Keep in sync with Xamarin.Forms version? (Read 8158 times)
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
Keep in sync with Xamarin.Forms version?
Dec 20th, 2016 at 10:58am
Print Post  
Hi,

as far as I know, the current MindFusion Xamarin Calendar control is V1.1 built against Xamarin.Forms 2.3.2.127

As of Dec. 6th, the Xamarin.Forms stable version is 2.3.3.175

Could you please build against this new Xamarin.Forms version?
Maybe you can provide a Nuget package (and update it regularly) to keep in sync with the current Xamarin.Forms stable version?

Regards,
Heli
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Keep in sync with Xamarin.Forms version?
Reply #1 - Dec 21st, 2016 at 7:37am
Print Post  
Hi,

We will roll a new build soon.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
Re: Keep in sync with Xamarin.Forms version?
Reply #2 - Jan 20th, 2017 at 8:23pm
Print Post  
Hi,

may I ask when the new build will be available?

Regards,
Heli
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Keep in sync with Xamarin.Forms version?
Reply #3 - Jan 23rd, 2017 at 1:57pm
Print Post  
Hi,

We will release by the end of the week.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Keep in sync with Xamarin.Forms version?
Reply #4 - Jan 27th, 2017 at 2:41pm
Print Post  
Hi,

Please, have a look a this pre-release build: https://mindfusion.eu/_temp/Xamarin.Calendar.beta.zip. It is built against the latest Xamarin.Forms 2.3.3.180.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
Re: Keep in sync with Xamarin.Forms version?
Reply #5 - Jan 29th, 2017 at 8:35pm
Print Post  
Hi Meppy,

I could successfully include this into my app solution with Xamarin.Forms 2.3.3.180.
A minimalistic calendar (taken from your Calendar sample) is shown on Android, but I have problems on iOS with my Master-Detail driven app.
Test solution is provided by PM.

Regards,
Heli
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Keep in sync with Xamarin.Forms version?
Reply #6 - Jan 30th, 2017 at 8:58am
Print Post  
Hi,

Have you tried loading the iOS assembly explicitly (by instantiating the CalendarRenderer class, for example)? It seems that Xamarin fails to load the platform assembly when running the iOS version and the control is unable to find its renderer. In the AppDelegate.cs class add the following line before calling Xamarin.Forms init:

Code
Select All
// Make sure the assembly is loaded...
var notUsed = new CalendarRenderer();

global::Xamarin.Forms.Forms.Init(); 


Regards,
Meppy
  
Back to top
 
IP Logged
 
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
Re: Keep in sync with Xamarin.Forms version?
Reply #7 - Jan 30th, 2017 at 7:22pm
Print Post  
Hi Meppy,

that way it works!
Thank you!

Regards,
Heli
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint