﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight - Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><pubDate>Wed, 11 Feb 2015 03:42:25 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The enhanced calendar sample is already queued in our work items. However, it has been shifted and will not be available in the near future due work items priorities and urgency.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please kindly check the Crosslight roadmap which provides information about what features that you can expect in the upcoming release. It is scheduled to live by the end of this week.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><pubDate>Thu, 29 Jan 2015 12:06:17 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Any news about an enhanced calendar sample?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Thomas&lt;/p&gt;</description></item><item><title>Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><pubDate>Thu, 08 Jan 2015 13:05:11 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Yudi,&lt;/p&gt;&lt;p&gt;do you have any news about when an enhanced calendar sample&amp;nbsp;will be available?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><pubDate>Wed, 17 Dec 2014 02:31:24 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Thank you for your valuable feedback regarding the enhancement of the calendar sample.&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;Does this mean the calendar is only working on tablets or is it working in phones, too?&lt;/blockquote&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;In MainViewController_iPad.cs file, it is specified that the device kind is Tablet.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;...
namespace CalendarSamples.iOS
{
    [RegisterNavigation(DeviceKind.Tablet)]
    [ImportBinding(typeof(CalendarBindingProvider))]
    public class MainViewController : UIViewController&amp;lt;CalendarViewModel&amp;gt;
    {
        ...&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Set the DeviceKind to Phone in order to test calendar sample on phone.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;However, we understand that the sample need to be enhanced. I have forwarded your suggestions/ideas to the production team. I'm sure that they will implement your valuable feedback on the calendar sample.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I will let you know with any news I heard from the team regarding the enhancement in the calendar sample.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><pubDate>Tue, 16 Dec 2014 05:52:06 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Any comments on my "wishes"?&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><pubDate>Thu, 11 Dec 2014 10:19:10 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Yudi,&lt;/p&gt;&lt;p&gt;Please, have a look at the attached image which is a copy of the Crosslight 3 release notes in the developer center.&lt;/p&gt;&lt;p&gt;The devices on the screen look like phones for me. In one of the posts above the support said that the calendar sample is made for iPad (tablet). Does this mean the calendar is only working on tablets or is it working in phones, too?&lt;/p&gt;&lt;p&gt;Again looking at the screen. There are colored bars drawn on the calendar which look like multi day events or appointments. In the calendar sample I couldn't find this scenario. How can I do that?&lt;/p&gt;&lt;p&gt;So for me it would be nice to have:&lt;/p&gt;&lt;p&gt;- Calendar working on phones&lt;/p&gt;&lt;p&gt;- Customizable day labels (eg. Mo instead of Monday)&lt;/p&gt;&lt;p&gt;- Multi day event&amp;nbsp;bar&amp;nbsp;sample&lt;/p&gt;&lt;p&gt;- Day view or a detail page for a single day&lt;/p&gt;&lt;p&gt;- Clicking on a day or calendar entry -&amp;gt; possibility to navigate to that day or calendar entry&lt;/p&gt;&lt;p&gt;- The size of the calendar columns (the days) is not always proportional. Sometimes one column is wider than the others. It seems to depend on the length of the day name.&lt;/p&gt;&lt;p&gt;- Add calendar entry dialog (for simple or multi day events with the possibility to choose the display color in the calendar).&lt;/p&gt;&lt;p&gt;- Deleting/editing a calendar entry via long click and a context menu.&lt;/p&gt;&lt;p&gt;There may be more things which would be nice to have. But right now I have no more ideas.&lt;/p&gt;&lt;p&gt;I am curious what the calendar already has build in of these "nice to haves".&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><pubDate>Wed, 10 Dec 2014 07:30:33 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;blockquote&gt;... Will there be an enhancement of the calendar in the near future?&lt;br&gt;As the title of the sample says, it is a simple calendar right now.&lt;/blockquote&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;As our products are largely driven by our customers feedback and market demand, we'd love to hear any suggestion or feedback from you regarding the particular enhancement.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="color: #1f497d;"&gt;&lt;li&gt;Would you like to have enhancements over the samples or to the component?&lt;/li&gt;&lt;li&gt;If more samples are needed, we'd love to know what kind of scenario that you expect to see?&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Thank you and have a nice day.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><pubDate>Wed, 03 Dec 2014 17:14:04 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Support,&lt;/p&gt;&lt;p&gt;in the simulator it works with iOS 8.1 and on the device it works with iOS 7.1.&lt;/p&gt;&lt;p&gt;I think it's OK.&lt;/p&gt;&lt;p&gt;Will there be an enhancement of the calendar in the near future?&lt;/p&gt;&lt;p&gt;As the title of the sample says, it is a simple calendar right now.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><pubDate>Sat, 29 Nov 2014 04:59:31 GMT</pubDate><dc:creator>technical@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Thomas,&lt;/p&gt;&lt;p&gt;Apparently there are a couple of resources missing in the samples which have been fixed by our team. You canpull the latest commits again from the repo.&lt;/p&gt;&lt;p&gt;Alternatively, here I provided the missing resources in the attachment. Simply drop them to the Resources folder in the iOS project, and the sample should work fine afterward.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><pubDate>Fri, 28 Nov 2014 19:24:39 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;I did that already (iPad2 and iPad Air). Same error. Sample doesn't start.&lt;br&gt;&lt;/p&gt;</description></item><item><title>Crosslight 3 CalendarSample</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Crosslight-3-CalendarSample/</link><pubDate>Fri, 28 Nov 2014 16:40:08 GMT</pubDate><dc:creator>thomas.albert@tea-net.ch</dc:creator><description>&lt;p&gt;Hello Crosslight Support,&lt;/p&gt;&lt;p&gt;Unfortunately the new Crosslight 3 Calendar sample doesn't work at all under iOS (7.1 and 8.1 / simulator and device). When starting I receive the attached error (see screenshot).&lt;/p&gt;&lt;p&gt;What could be the cause?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Thomas&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>