Search found 6 matches

by thor
Wed Jul 25, 2012 11:49 am
Forum: .NET
Topic: ScrollPager just freezes everything
Replies: 7
Views: 6730

Re: ScrollPager just freezes everything

btw this is after updating to 4.1.2012.7133
by thor
Wed Jul 25, 2012 11:48 am
Forum: .NET
Topic: ScrollPager just freezes everything
Replies: 7
Views: 6730

Re: ScrollPager just freezes everything

Hi, This is compiled with x86. When I add the scroll pager I don't get an exception it just hangs without drawing the chart. Breaking with intellitrace gives me the following stacktrace: > PresentationCore.dll!System.Windows.Media.TextFormatting.TextFormatterContext.SetTabs(int incrementalTab = {unk...
by thor
Wed Jun 20, 2012 11:41 am
Forum: .NET
Topic: Index out of bounds + wpf
Replies: 2
Views: 3279

Re: Index out of bounds + wpf

I think I found the problem.

I was replacing values in the series using series.YValues = myNewValue;
I changed this to series.clear() and then added all the new values and that seems to work.
by thor
Tue Jun 19, 2012 8:16 pm
Forum: .NET
Topic: Index out of bounds + wpf
Replies: 2
Views: 3279

Index out of bounds + wpf

I´m having random crashes with my wpf chart with index out of bounds errors. The stack trace doesn't seem to be pointing to my code so I can't really figure this out. I have also not been able to reproduce it step by step since it just sometimes occurs. What should I be wrapping in try/catch to get ...
by thor
Fri Jun 15, 2012 10:19 am
Forum: .NET
Topic: ScrollPager just freezes everything
Replies: 7
Views: 6730

Re: ScrollPager just freezes everything

So the problem must be with my setup? I ran your example and it freezes as well. If I remove "scroll.Series = line;" everything runs fine. My environment is : Win7 Ultimate 64bit. (6.1.7601 SP 1 build 7601) VS2010 10.0.40219.1 SP1Rel Please advice on some way to get this working or if you need furth...
by thor
Thu Jun 14, 2012 3:10 pm
Forum: .NET
Topic: ScrollPager just freezes everything
Replies: 7
Views: 6730

ScrollPager just freezes everything

Hi, I'm using TeeChart for WPF version 4.1.2012.5103 and was hoping I could use the ScrollPager on my chart. Everytime I assign a series to the ScrollPager the application freezes. Even the WPF demo that came with this version of TeeChart freezes and crashes on the ScrollPager demo. Please fix this...