Search found 1194 matches

by Marc
Tue Feb 14, 2006 10:59 am
Forum: .NET
Topic: Zoom in Webparts
Replies: 12
Views: 15679

Hello Dave, It's possible the code isn't being called. A simple (very temporary) way to check that would be to put an alert('here'); into the beginning of the getLocation function and see if it displays when the page loads. If it's not being called then we'll need to find the suitable location for i...
by Marc
Fri Feb 10, 2006 4:26 pm
Forum: .NET
Topic: Zoom in Webparts
Replies: 12
Views: 15679

Hello Dave, Here's a workaround that will hopefully resolve the issue. It has been tested on table located Charts but not within a WebUserControl/Webpart (we'll get to that check but it requires more setup time). We'll internalise this code in the next maintenance release if all tests checkout. The ...
by Marc
Thu Feb 09, 2006 9:59 am
Forum: .NET
Topic: Zoom in Webparts
Replies: 12
Views: 15679

Hello Dave, This may be related to the x,y location as you've pointed out. I haven't checked it in a Sharepoint page yet but I suspect the cause is similar to a problem we're looking at for a Chart located in a table. Default behaviour on a WebForm is via absolute positioning of objects, that return...
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: 12318

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

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

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

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

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

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...