Search found 1191 matches

by Marc
Mon Dec 12, 2005 10:14 pm
Forum: ActiveX
Topic: Dax Error when going from 6 to 7 this time!
Replies: 5
Views: 8899

Hello, We're still not able to reproduce the problem on the english windows test machines here. For tests we have thoroughly cleaned-off installed teechart versions as you have described and closed the v6 test page before running the v7 page. Are you checking that the registry settings for TeeChart ...
by Marc
Wed Dec 07, 2005 11:05 pm
Forum: ActiveX
Topic: Dax Error when going from 6 to 7 this time!
Replies: 5
Views: 8899

Hello, We haven't yet been able to reproduce the DAX error following the steps described and the test pages linked in your post. Tests run on - IE v6.0.2800.1106 on Win2000 (English lang) - IE v6.0.3790.1830 on Win2300 (English lang) Please could you confirm browser operating system versions and let...
by Marc
Fri Nov 25, 2005 12:48 pm
Forum: ActiveX
Topic: Windowless Activex Controls are not supported.
Replies: 2
Views: 5242

Hello Fred, I'm not immediately sure what the problem might be. TeeChart isn't a Windowless Control so I wouldn't have expected the error message. Do you get a similar error message if you open (and close) one of the TeeChart example projects for .NET ? What kind of project should we build here to t...
by Marc
Thu Oct 20, 2005 2:01 pm
Forum: .NET
Topic: WebChart Zooming in Firefox
Replies: 4
Views: 7314

Hello Gabor,

Thanks for the problem report. The problem is caused by Javascript generated by TeeChart for the page and not compatible with Firefox requirements. We'll correct it and publish the fixed version very shortly.

Regards,
Marc Meumann
by Marc
Mon Oct 17, 2005 2:53 pm
Forum: .NET
Topic: Help button on TeeChart Editor
Replies: 8
Views: 12317

Hello Mateo, Here's an example of useage. It's not very intuitive so we'll make sure to add this or a similar example to the documentation. private void button2_Click(object sender, System.EventArgs e) { Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1); editor.HelpFileName="myHelp...
by Marc
Mon Oct 17, 2005 11:45 am
Forum: .NET
Topic: Help button on TeeChart Editor
Replies: 8
Views: 12317

Hello Matteo,

Yes, thanks for pointing that out, it's incorrect. We'll correct the documentation for the next update.

That should be:

Code: Select all

[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\HTML Help]
  "YourHelpfile.chm"="drive:\directory"
Regards,
Marc Meumann
by Marc
Mon Oct 17, 2005 10:02 am
Forum: .NET
Topic: licensing problem
Replies: 6
Views: 8514

Hello Daniel, Thanks for sending through the example. In this particular case the DLL, ClassLibrary1, provides designtime functionality for use by the Windows application, WindowsApplication1 (ie. to allow it to be used in VS.NET and to be designtime compiled). A TeeChart DesignTime License should t...
by Marc
Fri Oct 14, 2005 10:34 am
Forum: .NET
Topic: licensing problem
Replies: 6
Views: 8514

Hello Daniel, The physical license used by TeeChart derives from Microsoft's System.ComponentModel.LicenseProvider class and is intended to prevent the use of TeeChart at designtime without the presence of the license. As your DLL offers TeeChart to a designtime environment then the physical license...
by Marc
Mon Oct 10, 2005 5:49 pm
Forum: ActiveX
Topic: Smudged colors on surface.
Replies: 8
Views: 11985

Hello Alex, It is unlikely that the ColorGrid Series might receive the kind of colour banding modification described in early stages of its development, as the Series, although similar to Surface in some respects, does have an extra level of complexity that makes it difficult to generically apply a ...
by Marc
Tue Oct 04, 2005 1:23 pm
Forum: ActiveX
Topic: Smudged colors on surface.
Replies: 8
Views: 11985

Hello Alex, I don't think we'll be able to offer you a short term solution for the colour banding requirement. We'll take a look if there is a modification we could make to the Surface Series for a future version. Please note there is a Surface property called Irregular Grid that is designed to help...
by Marc
Wed Sep 28, 2005 4:09 pm
Forum: .NET
Topic: license error "object reference not set"
Replies: 18
Views: 38113

Hello Terry,

It wasn't there! Sorry. It's now on the customer download page. Accessible via:

http://www.steema.com/downloads/client_access.html

Regards,
Marc Meumann
by Marc
Wed Sep 28, 2005 8:18 am
Forum: .NET
Topic: license error "object reference not set"
Replies: 18
Views: 38113

Hello, With respect to the sample included a couple of posts ago, TeeChartLicense.zip. The setup is slightly different to the one we tested earlier in the thread. We set it up for a closer look. In this particular case, because the final development project is a .NET project, not VB6, then the licen...
by Marc
Wed Sep 28, 2005 7:40 am
Forum: .NET
Topic: license error "object reference not set"
Replies: 18
Views: 38113

Hello Terry, With respect to the configuration you describe, if members of your developer team needs to compile a group-work project containing TeeChart without actually coding with TeeChart itself I recommend that you download the developer license installer utility to install the physical Develope...
by Marc
Tue Sep 27, 2005 4:25 pm
Forum: .NET
Topic: license error "object reference not set"
Replies: 18
Views: 38113

Hello, We've tested a copy of the configuration as described. Summary of steps taken: 1. Create C# Class Library project and reference TeeChart. Manually add a Licenses.licx file to the project as an embedded resource (can add copy from TeeChart example demo folder). Add a few methods/properties to ...
by Marc
Tue Sep 27, 2005 3:09 pm
Forum: .NET
Topic: license error "object reference not set"
Replies: 18
Views: 38113

Hello, A question. What .NET language are you using for development? If you are using VC++ and exporting dll functions the issues may relate to those touched on in this post: http://www.teechart.net/support/modules.php?name=Forums&file=viewtopic&t=2834&sid=d8d46c25f93d17dcf2516f209bcec808 Please tel...