Search found 6 matches

by moelski
Tue Dec 31, 2013 6:24 am
Forum: .NET
Topic: Thread & Repaint problems
Replies: 21
Views: 37941

Re: Thread & Repaint problems

Hi Sandra,

great to hear that. If i can assist you with some testing please let me know.

Dominik
by moelski
Thu Dec 26, 2013 6:20 am
Forum: .NET
Topic: Thread & Repaint problems
Replies: 21
Views: 37941

Re: Thread & Repaint problems

Hi Christopher, there must be an Error in the latest TChart versions. The chart gets repainted if you add values and resize the window. Here are the steps to reproduce the issue: * Create a winforms Application (VS 2012 / .net4.0) * Add a tchart to the Form * Set the chart Dock Property to Fill * Ad...
by moelski
Wed Dec 25, 2013 4:29 am
Forum: .NET
Topic: Thread & Repaint problems
Replies: 21
Views: 37941

Re: Thread & Repaint problems

Hi Christopher, I tried to get it working. Attached you will find my "solution". But it did not work as expected. If I use a lock as critical section the whole application gets unresponsive. You can´t move or resize the window .... So please take a look at this new attachment. It would be really gre...
by moelski
Mon Dec 23, 2013 12:45 pm
Forum: .NET
Topic: Thread & Repaint problems
Replies: 21
Views: 37941

Re: Thread & Repaint problems

Hi Christopher, Does your code use "a critical section, or some other standard synchronization technique" No it doesn´t. Did you see a Chance to modify my attached demo application? It would be a great starting Point and I think some other users would also benefit from that. So the repaint Problem s...
by moelski
Mon Dec 23, 2013 12:22 pm
Forum: .NET
Topic: Thread & Repaint problems
Replies: 21
Views: 37941

Re: Thread & Repaint problems

Hi Christopher, I know these threads. But they don´t helped me a lot. And they only cover the thread Topic. So please take a look at my demo application. Would be great to know if it is the correct way for threading. And please take a look at the described repaint Problem. Thx for your help! Dominik
by moelski
Mon Dec 23, 2013 11:50 am
Forum: .NET
Topic: Thread & Repaint problems
Replies: 21
Views: 37941

Thread & Repaint problems

Hi support, I just purchased an update of TChart .Net in order to get new access to this forum. I hope spending that money was worth it because i have a big problem with filling a chart from a thread and to repainting. Demo Appliaction Ok first of all there is an attached demo application. I tested ...