Click here to Skip to main content
15,885,032 members

Comments by Lutosław (Top 14 by date)

Lutosław 5-Jun-13 4:12am View    
I apologise. I had found the question interesting but hit a wrong button. (There are two "Have a Question or Comment?". Enough for me to get lost.)
Did OP got a notification or should I repost my question?
Lutosław 4-Jun-13 18:39pm View    
Could you precisely define what a "cycle" is?
Lutosław 2-Feb-12 19:09pm View    
No success. Tried to code
void RectanglesAnimationStoryboard_CurrentTimeInvalidated(object sender, EventArgs e)
{
if (seek != null)
{
//var clockGroup = sender as ClockGroup;
//clockGroup.Timeline.???
RectanglesAnimationStoryboard.Seek(seek.Value);
seek = null;
}
}
It changed /something/ -- it does seek but it still is not fluent. What is interesting -- it is more accurate at the beginning, but if the changes are applied many times (user can change a speed of an animation) and an uptime is bigger, then the accuracy drops.
Lutosław 12-Jan-12 16:56pm View    
Deleted
I didn't change a thing in Help preferences and VS (2010 Ultimate) opens an appropriate MSDN page on F1, using a default internet browser (which is great for me). It's very accurate for .NET framework types and methods since it searches for a full path to a selected member/type instead of just a selected text. So... I don't see a point in applying your macro in my case.
Lutosław 3-Jan-12 15:54pm View    
Deleted
I have posted it for these who are actually brain-dead, as there is a demand for such solutions. By the way, "I think between the two of us can find..." sounds like a beginning of some D&C algorithm -- no pun intended.