Page 1 of 1

TeeChart.Silverlight dll bug in build 2011.07280

Posted: Mon Aug 08, 2011 1:18 pm
by 15659134
Last week I downloaded the Steema TeeChart for .NET 2011 4.1.2011.07280 version and used the Silverlight dll,
while creating a workaround for http://www.teechart.net/support/viewtop ... =4&t=12470

I Created the following code

Xaml:

Code: Select all

   
         
  <Grid Grid.Column="1" Name="chartContainer"> 

  </Grid>

Code: Select all

        void ChartsLoaded()
        {
            
            chartContainer.Children.Clear();
            chartContainer.RowDefinitions.Clear();
            int i = 0;
            foreach (TChart tc in [ObservableCollection<TChart>])
            {
                chartContainer.RowDefinitions.Add(new RowDefinition());
                Grid.SetRow(tc, i);
               chartContainer.Children.Add(tc);
                i++;
            }
       }


This code removes the rowdefinitions from the "chartContainer" grid and adds new rows with Tcharts.

In the latest (07280) build I got an error "Value does not fall within the expected range". (Wich means in this case there 's something with a duplicate name in the object or visual tree)
This error only occurs when i first Clear the Rowdefinitions of the chartContainer Grid.
When i only add new rowdefinitions with Tcharts this problem does not occur

Now i'm working 2 days on this problem and could not get this fixed.

I could not find an error in the code i created, I think this code should work correctly.

Finally I decided to use the previous build of the TeeChart.Silverlight dll (06280).
The problem i described does not occur in this version of TeeChart.

Re: TeeChart.Silverlight dll bug in build 2011.07280

Posted: Tue Aug 09, 2011 2:42 pm
by 10050769
Hello wdl,

Can you please send us your project, so we can reproduce exactly your problem and we can try to help find a solution?

Thanks,

Re: TeeChart.Silverlight dll bug in build 2011.07280

Posted: Wed Aug 10, 2011 6:23 am
by 15659134
Hi Sandra,

In the attachment I added an example solution, containing a WPF and a Silverlight/web project.
The error occures only in the silverlight project when using 2011.07280 dll
in Silverlight 06280 no error occured.
In wpf the new version is working correctly.

Re: TeeChart.Silverlight dll bug in build 2011.07280

Posted: Fri Aug 12, 2011 2:36 pm
by 10050769
Hello wdl,

Seems that it is a bug. I have added it in bug list report with number [TW24015696]. We will try to fix it in next maintenance releases of TeeChart.Net.

Thanks,

Re: TeeChart.Silverlight dll bug in build 2011.07280

Posted: Wed Aug 17, 2011 9:24 am
by 15659134
Hello Sandra,

Can you tell me if this bug will be solved in the next maintenance release?
and if so when will the next version be released?

This problem is blocking me now, because, I need the clickable pointer bug fix which is solved in the 07280 release,
But this release introduced the bug of this topic.

Re: TeeChart.Silverlight dll bug in build 2011.07280

Posted: Wed Aug 17, 2011 11:35 am
by 10050769
Hello wdl

I can not provide a estimate date of when next maintenance release will be published, because last release is of 28 of July. I recommend you to be aware at this forum, our RSS news feed, twitter and facebook accounts for new release announcements and what's implemented on them. Moreover I have increased its severity.

Thanks,

Re: TeeChart.Silverlight dll bug in build 2011.07280

Posted: Wed Sep 28, 2011 10:54 am
by 15659134
Any update about the status of this bug?

Re: TeeChart.Silverlight dll bug in build 2011.07280

Posted: Thu Sep 29, 2011 7:09 am
by 10050769
Hello wdl,

I inform you that the bug, in our last version of source code doesn't appears and application works correctly. Therefore, it is solved for next maintenance release.

Thanks,