Search found 1186 matches

by Marc
Mon Oct 17, 2005 11:45 am
Forum: .NET
Topic: Help button on TeeChart Editor
Replies: 8
Views: 12294

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: 8513

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: 8513

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: 11982

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: 11982

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: 38077

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: 38077

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: 38077

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: 38077

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: 38077

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...
by Marc
Tue Sep 27, 2005 10:52 am
Forum: .NET
Topic: license error "object reference not set"
Replies: 18
Views: 38077

Hello, Hmmm .... a complicated licensing challenge. The intention of the TeeChart Designtime license is to invoke the requirement of a Designtime license at the place where TeeChart is compiled in a designtime environment. In that respect it is working correctly as your customer is using TeeChart in...
by Marc
Tue Sep 27, 2005 9:42 am
Forum: ActiveX
Topic: Smudged colors on surface.
Replies: 8
Views: 11982

Hello Alex, TeeChart paints the cell of a Surface datapoint in the color that equates to the maximum y value of that cell. If cells span several 'y values' that may result in the effect of interlacing the color range across the data instead of painting steady banded colours as your example does. The...
by Marc
Thu Sep 15, 2005 4:11 pm
Forum: .NET
Topic: licensing
Replies: 7
Views: 11096

Hello, We've tried to reproduce license-deploy of a Winform application in .NET VC++. It failed with the symptoms you describe. I'm not sure why we don't have this issue documented and I'm sorry we took up your time on checks but here's the rundown for a solution.... Thanks to a post entitled "Work ...
by Marc
Thu Sep 15, 2005 3:18 pm
Forum: .NET
Topic: licensing
Replies: 7
Views: 11096

Hello, Thanks for letting us know. The link was setup for Visual Studio 2002 and is invalid in later framework helps. We'll correct the error. The link was intended to point to a Microsoft help topic titled: "Install an Assembly into the Global Assembly Cache in Visual Studio .NET" A quicker way to ...
by Marc
Wed Sep 14, 2005 1:39 pm
Forum: .NET
Topic: licensing
Replies: 7
Views: 11096

Hello, Might it be possible that your project is compiling with an older version of TeeChart? You can check the properties (right mouseclick) of the teechart.dll in the bin output folder to see whether the version matches the version installed in the TeeChart installation folder. Confirm too that th...