Search found 33 matches

by Hermes
Tue Jun 10, 2014 3:58 pm
Forum: .NET
Topic: LegendCheckBoxes not working propperly.
Replies: 10
Views: 13052

Re: LegendCheckBoxes not working propperly.

Hi,
I was searching for the bug TW77012763 in the versión list but it seems it not appear.
Was the problem solved?
And the point " we are looking at alternative means to actuate Legend click without the need for AutoPostback True" ?

thanks
by Hermes
Tue Jun 10, 2014 3:33 pm
Forum: .NET
Topic: Slow chartmap template load
Replies: 18
Views: 23079

Re: Slow chartmap template load

Hello,
I've recently update my teeChart licence and want to ask if any further research was made about this topic, it keeps being too important to my App to solve it.

Thanks
by Hermes
Tue Oct 16, 2012 6:22 pm
Forum: .NET
Topic: Slow chartmap template load
Replies: 18
Views: 23079

Re: Slow chartmap template load

Hi,
Without explain all the logic behind the app, the point is that the "shp" is unknown at ui layer, all that the ui layer know is a control. And the control arrives to the ui layer as a stream.
by Hermes
Fri Oct 12, 2012 7:49 pm
Forum: .NET
Topic: Slow chartmap template load
Replies: 18
Views: 23079

Re: Slow chartmap template load

As I had said before, my solution need to serialize the chart WITH the data. For it, IncludeData = false it is not a solution for me. Have you any plan to optimize this or add a method to serialize and deserialize to a stream the hole control?

thanks
by Hermes
Wed Oct 10, 2012 5:45 pm
Forum: .NET
Topic: Slow chartmap template load
Replies: 18
Views: 23079

Re: Slow chartmap template load

Was a solution for this included in the newest release 4.1.2012.09280? I cannot find it in the documentation.

thank you
by Hermes
Tue Sep 18, 2012 1:27 pm
Forum: .NET
Topic: Slow chartmap template load
Replies: 18
Views: 23079

Re: Slow chartmap template load

Thanks! Is there an approximate date when this will be available?
by Hermes
Mon Sep 10, 2012 11:23 am
Forum: .NET
Topic: Slow chartmap template load
Replies: 18
Views: 23079

Re: Slow chartmap template load

Our expectation is that the time it takes to load the chart from the stream is in the same order as it takes to loading it in the first time from the shp. I guess, taking the sample into account, that 70,100 or 200 ms would be acceptable.
by Hermes
Tue Sep 04, 2012 5:04 pm
Forum: .NET
Topic: Slow chartmap template load
Replies: 18
Views: 23079

Re: Slow chartmap template load

As this serialization is part of a bigger code where lots of other controls are being serialized this solution is not adecuate for us. Have you had any progress on fixing the issue?

Thanks!
by Hermes
Thu Aug 09, 2012 2:58 pm
Forum: .NET
Topic: Slow chartmap template load
Replies: 18
Views: 23079

Re: Slow chartmap template load

I uploaded TeeChartMap.zip with name Johann and mail jperez@narthex.com.uy (I guess that's how you can identify the file as it didn't return any other identifier). The content of the file is a VS2010 web project with the page described before and the shp file used. I will gladly give you any other i...
by Hermes
Fri Aug 03, 2012 2:11 pm
Forum: .NET
Topic: Slow chartmap template load
Replies: 18
Views: 23079

Slow chartmap template load

Once I save a template from a chartmap, when I load it it takes too long. In the attached sample, there are two charts and two textbox. The first chart is generated from a shp file and the first textbox shows the time taken to load it. The second chart is generated from the saved template of the fir...
by Hermes
Tue Jul 24, 2012 10:10 pm
Forum: .NET
Topic: LegendCheckBoxes not working propperly.
Replies: 10
Views: 13052

Re: LegendCheckBoxes not working propperly.

Hi!

Checking the version info of the last two releases I see that this issue hasn't been addressed yet, is there a planned date for this to be fixed/released so we can take it into account?

Thanks!
by Hermes
Fri Jul 20, 2012 7:40 pm
Forum: .NET
Topic: Request.QueryString["Chart"] different to Session key
Replies: 6
Views: 8007

Re: Request.QueryString["Chart"] different to Session key

We are using 2012 4.1.2012.02280. We haven't been able to isolate the problem :S it is quite strange. Anyway with it seems not to happen anymore. We will do some more testing and come back to you if we find any other lead.
by Hermes
Wed Jul 04, 2012 5:05 pm
Forum: .NET
Topic: Request.QueryString["Chart"] different to Session key
Replies: 6
Views: 8007

Re: Request.QueryString["Chart"] different to Session key

Couldn't reproduce the problem on that project, but what I see is that the "wrong" chartName is almost twice as long as the normal one (when there is no error) besides contains a '%' what may cause something like that? I ask this as it may be a bit difficult to isolate the problem from the whole pro...
by Hermes
Thu Jun 28, 2012 3:01 pm
Forum: .NET
Topic: Request.QueryString["Chart"] different to Session key
Replies: 6
Views: 8007

Re: Request.QueryString["Chart"] different to Session key

I should have said "is transforming '%16' to an strange character"
by Hermes
Thu Jun 28, 2012 2:59 pm
Forum: .NET
Topic: Request.QueryString["Chart"] different to Session key
Replies: 6
Views: 8007

Request.QueryString["Chart"] different to Session key

We are using charts with TempChart set to Session but we are having some trouble because even tought query string "Chart" value is WebChart1fe80d912884e1cd11792 %16 634764784090241001png but when accessed via Request.QueryString["Chart"] is transforming to an strange character and thus Session[chart...