Re: [Ironruby-core] problem with WPF animation.Duration= and TimeSpan

2009-02-16 Thread Jimmy Schementi
To: ironruby-core Subject: [Ironruby-core] problem with WPF animation.Duration= and TimeSpan Hi all, Once again I am hitting some unexpected behavior in IronRuby. Might be a bug ;) >>> animation = System::Windows::Media::Animation::DoubleAnimation.new() => # >>> animation.D

[Ironruby-core] problem with WPF animation.Duration= and TimeSpan

2009-02-16 Thread Meinrad Recheis
Hi all, Once again I am hitting some unexpected behavior in IronRuby. Might be a bug ;) >>> animation = System::Windows::Media::Animation::DoubleAnimation.new() => # >>> animation.Duration= System::Windows::Duration.new( System::TimeSpan.FromSeconds(2)) => # >>> animation.Duration= System::Wind