<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>timeline Discussions Rss Feed</title><link>http://timeline.codeplex.com/Thread/List.aspx</link><description>timeline Discussions Rss Description</description><item><title>New Post: Implementing a "weeks" TimelineCalendarType</title><link>http://timeline.codeplex.com/discussions/428466</link><description>&lt;div style="line-height: normal;"&gt;Gentlemen,&lt;br /&gt;
&lt;br /&gt;
Apologies - I have been away for a couple of weeks, and am now catching up with all the chaos.&lt;br /&gt;
&lt;br /&gt;
I will post the relevant code, which seems to be working without any problems, when I've caught up - hopefully this weekend.&lt;br /&gt;
&lt;br /&gt;
Ade&lt;br /&gt;
&lt;/div&gt;</description><author>lewisar</author><pubDate>Wed, 15 May 2013 14:55:59 GMT</pubDate><guid isPermaLink="false">New Post: Implementing a "weeks" TimelineCalendarType 20130515025559P</guid></item><item><title>New Post: Implementing a "weeks" TimelineCalendarType</title><link>http://timeline.codeplex.com/discussions/428466</link><description>&lt;div style="line-height: normal;"&gt;Also, I was not sure how to implement this correctly for different calendars. &lt;br /&gt;
&lt;br /&gt;
But... &lt;br /&gt;
&lt;br /&gt;
01/01/0001 is Suturday, according to &lt;a href="http://www.timeanddate.com/calendar/monthly.html?year=1&amp;amp;month=1&amp;amp;country=1" rel="nofollow"&gt;http://www.timeanddate.com/calendar/monthly.html?year=1&amp;month=1&amp;country=1&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
So, for 01/01/0001 the index should be 0, for 01/02/0001 it should be 1 (as for 01/08/0001 it also should be 1). While, for instance, for Russia, &lt;br /&gt;
week starts on Monday, so it should be probably different.&lt;br /&gt;
&lt;br /&gt;
Also text description of week returned from ItemToString kind of unclear. For a week 1/02/0001 through 01/08/0001 it should probably be:&lt;br /&gt;
1-8 Jan, 0001 (for first week of year or month)&lt;br /&gt;
1-8 Jan (for any other week)&lt;br /&gt;
&lt;br /&gt;
(If you ever implement it please let me know, I would definitely include this feature in sources)&lt;br /&gt;
&lt;/div&gt;</description><author>andrewsyrov</author><pubDate>Fri, 10 May 2013 21:13:58 GMT</pubDate><guid isPermaLink="false">New Post: Implementing a "weeks" TimelineCalendarType 20130510091358P</guid></item><item><title>New Post: Implementing a "weeks" TimelineCalendarType</title><link>http://timeline.codeplex.com/discussions/428466</link><description>&lt;div style="line-height: normal;"&gt;(public DateTime this[int]) method looks a bit strange to me it suppose to return DateTime, while you have long. &lt;br /&gt;
&lt;/div&gt;</description><author>andrewsyrov</author><pubDate>Fri, 10 May 2013 20:51:40 GMT</pubDate><guid isPermaLink="false">New Post: Implementing a "weeks" TimelineCalendarType 20130510085140P</guid></item><item><title>New Post: Implementing a "weeks" TimelineCalendarType</title><link>http://timeline.codeplex.com/discussions/428466</link><description>&lt;div style="line-height: normal;"&gt;Hi, i Need the same feature, can you provide your code ?&lt;br /&gt;
&lt;/div&gt;</description><author>reckdesign</author><pubDate>Tue, 07 May 2013 14:14:01 GMT</pubDate><guid isPermaLink="false">New Post: Implementing a "weeks" TimelineCalendarType 20130507021401P</guid></item><item><title>New Post: Band Labels not showing up on initialize</title><link>http://timeline.codeplex.com/discussions/441586</link><description>&lt;div style="line-height: normal;"&gt;Is it happening if you set MinDateTime, MaxDateTime, CurrentDateTime to, say 01/01/0002?&lt;br /&gt;
&lt;/div&gt;</description><author>andrewsyrov</author><pubDate>Sat, 04 May 2013 02:25:22 GMT</pubDate><guid isPermaLink="false">New Post: Band Labels not showing up on initialize 20130504022522A</guid></item><item><title>New Post: resize in both directions</title><link>http://timeline.codeplex.com/discussions/441942</link><description>&lt;div style="line-height: normal;"&gt;No, it left aligned to event start time.&lt;br /&gt;
&lt;/div&gt;</description><author>andrewsyrov</author><pubDate>Sat, 04 May 2013 02:23:44 GMT</pubDate><guid isPermaLink="false">New Post: resize in both directions 20130504022344A</guid></item><item><title>New Post: Example sites not working ?</title><link>http://timeline.codeplex.com/discussions/441300</link><description>&lt;div style="line-height: normal;"&gt;Works again, this is free hosting, so it is not very reliable. &lt;br /&gt;
&lt;/div&gt;</description><author>andrewsyrov</author><pubDate>Sat, 04 May 2013 02:21:01 GMT</pubDate><guid isPermaLink="false">New Post: Example sites not working ? 20130504022101A</guid></item><item><title>New Post: resize in both directions</title><link>http://timeline.codeplex.com/discussions/441942</link><description>&lt;div style="line-height: normal;"&gt;I have noticed that we can resize the event only from the right side, is there a way to enable it ( resize it ) from both sides?&lt;br /&gt;
&lt;/div&gt;</description><author>nh</author><pubDate>Mon, 29 Apr 2013 12:19:58 GMT</pubDate><guid isPermaLink="false">New Post: resize in both directions 20130429121958P</guid></item><item><title>New Post: Band Labels not showing up on initialize</title><link>http://timeline.codeplex.com/discussions/441586</link><description>&lt;div style="line-height: normal;"&gt;I am trying to create a ItemSourceType=Milliseconds.&lt;br /&gt;
&lt;br /&gt;
The labels for milliseconds do know paint when the program comes up.&lt;br /&gt;
you have to scroll for a while before you see any. And it always starts working&lt;br /&gt;
at 24 milliseconds for some reason???&lt;br /&gt;
&lt;br /&gt;
&amp;lt;UserControl x:Class=&amp;quot;CodePlexTimeLineEval1.MainPage&amp;quot;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;xmlns=&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&amp;quot;
xmlns:x=&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;
xmlns:d=&amp;quot;http://schemas.microsoft.com/expression/blend/2008&amp;quot;
xmlns:mc=&amp;quot;http://schemas.openxmlformats.org/markup-compatibility/2006&amp;quot;
xmlns:timeline=&amp;quot;clr-namespace:TimelineLibrary;assembly=TimelineLibrary&amp;quot;
mc:Ignorable=&amp;quot;d&amp;quot;
d:DesignHeight=&amp;quot;300&amp;quot; d:DesignWidth=&amp;quot;400&amp;quot;&amp;gt;

&amp;lt;Grid x:Name=&amp;quot;LayoutRoot&amp;quot; Background=&amp;quot;White&amp;quot;&amp;gt;

    &amp;lt;timeline:TimelineTray
        x:Name=&amp;quot;timeline&amp;quot;
        Height=&amp;quot;880&amp;quot;
        Grid.Row=&amp;quot;0&amp;quot;
        CalendarType=&amp;quot;gregorian&amp;quot;
        HorizontalAlignment=&amp;quot;Stretch&amp;quot;
        MinDateTime=&amp;quot;01/01/0001 0:00:00.000 AM&amp;quot;
        MaxDateTime=&amp;quot;01/01/0001 0:00:59.000 AM&amp;quot;
        CurrentDateTime=&amp;quot;01/01/0001 0:00:00.000 AM&amp;quot;&amp;gt;

        &amp;lt;Grid.RowDefinitions&amp;gt;
            &amp;lt;RowDefinition
                Height=&amp;quot;*&amp;quot; /&amp;gt;
        &amp;lt;/Grid.RowDefinitions&amp;gt;

        &amp;lt;timeline:TimelineBand
            Grid.Row=&amp;quot;0&amp;quot;
            IsMainBand=&amp;quot;True&amp;quot;                
            ItemSourceType=&amp;quot;Milliseconds&amp;quot;
            HorizontalAlignment=&amp;quot;Stretch&amp;quot;
            TimelineWindowSize=&amp;quot;20&amp;quot;
            MaxEventHeight=&amp;quot;130&amp;quot; /&amp;gt;
    &amp;lt;/timeline:TimelineTray&amp;gt;
&amp;lt;/Grid&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&amp;lt;/UserControl&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>toddhamilton</author><pubDate>Thu, 25 Apr 2013 17:45:32 GMT</pubDate><guid isPermaLink="false">New Post: Band Labels not showing up on initialize 20130425054532P</guid></item><item><title>New Post: Example sites not working ?</title><link>http://timeline.codeplex.com/discussions/441300</link><description>&lt;div style="line-height: normal;"&gt;The example sites for TimeLine don't seem to be working..?&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://asyrovprog.host22.com/" rel="nofollow"&gt;http://asyrovprog.host22.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
They worked for me last week..&lt;br /&gt;
&lt;/div&gt;</description><author>toddhamilton</author><pubDate>Tue, 23 Apr 2013 14:42:03 GMT</pubDate><guid isPermaLink="false">New Post: Example sites not working ? 20130423024203P</guid></item><item><title>New Post: Auto update of the timeline in silverlight with wcf</title><link>http://timeline.codeplex.com/discussions/435987</link><description>&lt;div style="line-height: normal;"&gt;Try to use ResetEvens method to update collection of your events from wcf.&lt;br /&gt;
&lt;/div&gt;</description><author>andrewsyrov</author><pubDate>Fri, 19 Apr 2013 02:51:47 GMT</pubDate><guid isPermaLink="false">New Post: Auto update of the timeline in silverlight with wcf 20130419025147A</guid></item><item><title>New Post: How to remove the "timeline.codeplex.com"</title><link>http://timeline.codeplex.com/discussions/434552</link><description>&lt;div style="line-height: normal;"&gt;remove it, it is ok.&lt;br /&gt;
&lt;/div&gt;</description><author>andrewsyrov</author><pubDate>Tue, 16 Apr 2013 01:30:37 GMT</pubDate><guid isPermaLink="false">New Post: How to remove the "timeline.codeplex.com" 20130416013037A</guid></item><item><title>New Post: Auto update of the timeline in silverlight with wcf</title><link>http://timeline.codeplex.com/discussions/435987</link><description>&lt;div style="line-height: normal;"&gt;I have the psudo code for an update of the timeline using wcf but can't get it working. see below:&lt;br /&gt;
&lt;br /&gt;
Backgroundworker bw = new Backgroundworker();&lt;br /&gt;
 &lt;br /&gt;
public void Constructor ()&lt;br /&gt;
{&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; bw.DoWork += new DoWorkEventHandler(bw_DoWork);

        bw.RunWorkerCompleted += 
                   new RunWorkerCompletedEventHandler(bw_RunWorkerCompleted);
&lt;/code&gt;&lt;/pre&gt;

}&lt;br /&gt;
 &lt;br /&gt;
private void Update()&lt;br /&gt;
{&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; bw.bw_DoWorkAsync();

 while (!autoEvent.WaitOne())
        {
              Dispatcher.BeginInvoke(timeline.UpdateEvents)
        }
&lt;/code&gt;&lt;/pre&gt;

}&lt;br /&gt;
 &lt;br /&gt;
private void bw_DoWork(Object sender,   DoWorkEventArgs e)&lt;br /&gt;
{&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; Dispatcher.beginInvoke(GetFreshData);
 // This event is where I refresh the collection data&lt;/code&gt;&lt;/pre&gt;

}&lt;br /&gt;
 &lt;br /&gt;
private void bw_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)&lt;br /&gt;
{&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;              Dispatcher.BeginInvoke(timeline.UpdateEvents) 

       //updates the timeline control where my refreshed collecton exists
&lt;/code&gt;&lt;/pre&gt;

}&lt;br /&gt;
 &lt;br /&gt;
Now, I put a break point in the bw_DoWork and bw_RunWorkerComplete which gets hit every time; however, the timeline control refresh never occurs except for the first time.&lt;br /&gt;
 &lt;br /&gt;
If you could give me an example of how I can get the refresh to work every 60 seconds based on my psudo code that would be great!&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Steve Holdorf &lt;br /&gt;
&lt;/div&gt;</description><author>sholdorf</author><pubDate>Sat, 09 Mar 2013 11:19:14 GMT</pubDate><guid isPermaLink="false">New Post: Auto update of the timeline in silverlight with wcf 20130309111914A</guid></item><item><title>New Post: How to remove the "timeline.codeplex.com"</title><link>http://timeline.codeplex.com/discussions/434552</link><description>&lt;div style="line-height: normal;"&gt;Hello, I would like to use this wonderful control on my current silverlight 5 project but I cannot include the &amp;quot;timeline.codeplex.com&amp;quot; that appears on the upper left corner of the control.&lt;br /&gt;
Is there any way of removing that without touching the sources?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Juan Carlos&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;EDIT&lt;/strong&gt;&lt;br /&gt;
Have just found a comment of &amp;quot;Do not remove copyright notice&amp;quot; on the sources. Is that a requirement for use?&lt;br /&gt;
&lt;/div&gt;</description><author>jcgalveza</author><pubDate>Tue, 26 Feb 2013 15:00:03 GMT</pubDate><guid isPermaLink="false">New Post: How to remove the "timeline.codeplex.com" 20130226030003P</guid></item><item><title>New Post: Current time</title><link>http://timeline.codeplex.com/discussions/258936</link><description>&lt;div style="line-height: normal;"&gt;I know it's been over a year since this post was made, but I'm interested in a way to achieve this also. Any help would be appreciated.&lt;br /&gt;
&lt;/div&gt;</description><author>boyla001</author><pubDate>Wed, 06 Feb 2013 21:28:38 GMT</pubDate><guid isPermaLink="false">New Post: Current time 20130206092838P</guid></item><item><title>New Post: Overview (non-scrolling) Band</title><link>http://timeline.codeplex.com/discussions/431922</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Fantastic,&lt;br /&gt;
I'll log it as a bug.&lt;/p&gt;
&lt;p&gt;Also an Issue i've found around timeline labels disappearing.&lt;/p&gt;
&lt;/div&gt;</description><author>bencoder</author><pubDate>Tue, 05 Feb 2013 22:06:03 GMT</pubDate><guid isPermaLink="false">New Post: Overview (non-scrolling) Band 20130205100603P</guid></item><item><title>New Post: Overview (non-scrolling) Band</title><link>http://timeline.codeplex.com/discussions/431922</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This never occurred to anyone, while may be a good feature. Please add a bug for me with description I will fix it on weekend.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;/div&gt;</description><author>andrewsyrov</author><pubDate>Tue, 05 Feb 2013 18:38:49 GMT</pubDate><guid isPermaLink="false">New Post: Overview (non-scrolling) Band 20130205063849P</guid></item><item><title>New Post: Overview (non-scrolling) Band</title><link>http://timeline.codeplex.com/discussions/431922</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've trawled through the source and this doesn't seem to exist.&lt;/p&gt;
&lt;p&gt;Is there a way to lock a band in place to use as an overview of the whole time series?&lt;/p&gt;
&lt;/div&gt;</description><author>bencoder</author><pubDate>Mon, 04 Feb 2013 18:19:29 GMT</pubDate><guid isPermaLink="false">New Post: Overview (non-scrolling) Band 20130204061929P</guid></item><item><title>New Post: Implementing a "weeks" TimelineCalendarType</title><link>http://timeline.codeplex.com/discussions/428466</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;OK, apologies. Once again as soon as I posted this I found the problem! I wasn't calculating the first day of each week correctly - now that I am it all scrolls perfectly.&lt;/p&gt;
&lt;p&gt;Posting problems in a discussion forum is absolutely the best way to fix them!&lt;/p&gt;
&lt;p&gt;Ade&lt;/p&gt;
&lt;/div&gt;</description><author>lewisar</author><pubDate>Fri, 04 Jan 2013 10:21:28 GMT</pubDate><guid isPermaLink="false">New Post: Implementing a "weeks" TimelineCalendarType 20130104102128A</guid></item><item><title>New Post: Implementing a "weeks" TimelineCalendarType</title><link>http://timeline.codeplex.com/discussions/428466</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Am having fun with this excellent control, but have come up against a stumbling block.&lt;/p&gt;
&lt;p&gt;I find that for my application I need an intermediate secondary timeline band type between &amp;quot;Months&amp;quot; and &amp;quot;Days&amp;quot; just to make the display a little less &amp;quot;noisy&amp;quot; for larger time-windows. So I thought &amp;quot;Weeks&amp;quot; would be the
 obvious choice&amp;nbsp; (effectively a days*7 like the Minutes*10 or decades etc).&lt;/p&gt;
&lt;p&gt;I've added &amp;quot;weeks&amp;quot; to the enum type and appropriate switch cases in TimelineCalendar, TimelineBand and TimelineBuilder modules, added a special DateTimeConverter so that if it's a &amp;quot;weeks&amp;quot; band it shows the Month if the date is &amp;lt; 8,
 and everything displays correctly, I get the column spacing I was hoping for, but .... it doesn't scroll correctly. The column markers just &amp;quot;judder&amp;quot; a little in place and then the column date annotations change if I scroll a week further. So the
 static display is actually ok once the scrolling is over, but the scrolling itself is definitely disappointing.&lt;/p&gt;
&lt;p&gt;Could someone give me a pointer as to what I've missed - or am I trying to go a step too far?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Ade&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>lewisar</author><pubDate>Fri, 04 Jan 2013 09:36:04 GMT</pubDate><guid isPermaLink="false">New Post: Implementing a "weeks" TimelineCalendarType 20130104093604A</guid></item></channel></rss>