TeeChart.Silverlight dll bug in build 2011.07280

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
wdl
Newbie
Newbie
Posts: 12
Joined: Wed Apr 20, 2011 12:00 am

TeeChart.Silverlight dll bug in build 2011.07280

Post by wdl » Mon Aug 08, 2011 1:18 pm

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.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: TeeChart.Silverlight dll bug in build 2011.07280

Post by Sandra » Tue Aug 09, 2011 2:42 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

wdl
Newbie
Newbie
Posts: 12
Joined: Wed Apr 20, 2011 12:00 am

Re: TeeChart.Silverlight dll bug in build 2011.07280

Post by wdl » Wed Aug 10, 2011 6:23 am

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.
Attachments
testApplication.rar
(99.14 KiB) Downloaded 440 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: TeeChart.Silverlight dll bug in build 2011.07280

Post by Sandra » Fri Aug 12, 2011 2:36 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

wdl
Newbie
Newbie
Posts: 12
Joined: Wed Apr 20, 2011 12:00 am

Re: TeeChart.Silverlight dll bug in build 2011.07280

Post by wdl » Wed Aug 17, 2011 9:24 am

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.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: TeeChart.Silverlight dll bug in build 2011.07280

Post by Sandra » Wed Aug 17, 2011 11:35 am

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

wdl
Newbie
Newbie
Posts: 12
Joined: Wed Apr 20, 2011 12:00 am

Re: TeeChart.Silverlight dll bug in build 2011.07280

Post by wdl » Wed Sep 28, 2011 10:54 am

Any update about the status of this bug?

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: TeeChart.Silverlight dll bug in build 2011.07280

Post by Sandra » Thu Sep 29, 2011 7:09 am

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply