Search found 16 matches

by bsierad
Fri Dec 04, 2009 2:41 pm
Forum: .NET
Topic: Upgrade .Net V3 to 2009 for VS.Net
Replies: 1
Views: 3029

Upgrade .Net V3 to 2009 for VS.Net

Hi, I need to upgrade from .Net V3 to 2009 for VS.Net Platform: VS 2005 SP2, VB.Net, WinForms Applications Can I simply change my project references? Will I need to remove the older controls (V3) and replace them with newer ones (2009)? Example: If I have dropped a V3 teeChart Control on a form, do ...
by bsierad
Sat Sep 19, 2009 12:03 pm
Forum: .NET
Topic: Bar Series Question
Replies: 10
Views: 12979

Re: Bar Series Question

Thanks, yes, your example works fine. Version: V3 for .Net 3.2.2980.19082 My problem is just understanding how bar series behave based on the data put in. All my data will have Y values and a label. How about this example: My chart plots fruit types against quality: Fruit Types: Apples, Oranges, Ban...
by bsierad
Tue Sep 15, 2009 8:02 pm
Forum: .NET
Topic: Bar Series Question
Replies: 10
Views: 12979

Bar Series Question

Hi, Visual Studio 2005 SP2 VB.Net Steema for TChart .Net V3 A fake example can be seen here: http://www.envisionsoftware.com/es_imgs/Pareto_Chart_Example.gif I want to create a simple Pareto chart. The # of bars will vary from use case to use case. The problem I am experiencing has to do with the PL...
by bsierad
Thu Mar 26, 2009 4:29 pm
Forum: .NET
Topic: Challenging task
Replies: 1
Views: 3301

Challenging task

Hey, I got one request to improve my chart, which looked easy at first glance. Chart is simple - I have one Line series that displays signal in volts, x- time in seconds (from 0 to about 100) Also I have some state change data, say, from second 1 to 12 it was "Step 1", then from second 12 to 20 "Ste...
by bsierad
Tue Mar 24, 2009 5:02 pm
Forum: .NET
Topic: Cannot control Top/Right axes visibility in Editor or code
Replies: 2
Views: 4224

Thanks

Got it, many thanks
by bsierad
Mon Mar 23, 2009 7:28 pm
Forum: .NET
Topic: Cannot control Top/Right axes visibility in Editor or code
Replies: 2
Views: 4224

Cannot control Top/Right axes visibility in Editor or code

Quick test to reproduce the problem.
1. Create a new form, add TeeChart, check if you can control Top axis visibility (on/off). So far so good.
2. Add, say, Line series, take all defaults.
3. You cannot control Top/Right axes anymore, only Left and Bottom
Anything I miss here ?
by bsierad
Tue Apr 15, 2008 3:43 pm
Forum: .NET
Topic: License Question
Replies: 12
Views: 13481

How about this

Ok, I changed the object creation order of my COM Servers (all in process, all written in VB.Net 2005) in the client code such that: My COM Server with a Steema Chart is created and initialized first. This seems to work. What could be going on? If it is NOT first, I get a licensing error. I tested t...
by bsierad
Tue Apr 15, 2008 1:57 pm
Forum: .NET
Topic: License Question
Replies: 12
Views: 13481

embedded resource

Hi, I changed the Build Action of licenses.licx to 'Embedded Resource' and I still get the same error. I will post the screenshot of the exception where I put my project. It is simply called 'Steema.jpg'. It clearly shows the output from my COM project's initialize procedure and the licensing issue ...
by bsierad
Fri Apr 11, 2008 2:53 pm
Forum: .NET
Topic: License Question
Replies: 12
Views: 13481

zip

I guess the entire solution was too large, I only uploaded the COM Project,
please let me know if you need anything else

thanks,
bsierad
by bsierad
Fri Apr 11, 2008 2:26 pm
Forum: .NET
Topic: License Question
Replies: 12
Views: 13481

It was a zip file, I'll try again


thanks,
bsierad
by bsierad
Fri Apr 11, 2008 12:48 pm
Forum: .NET
Topic: License Question
Replies: 12
Views: 13481

status

thanks, it was much easier to simply zip up my solution and upload it to your upload page. The Project with teeChart is called OHE_TREND_VIEWER_2 The COM Class is called oheTrendArchiveViewer (same project) You should find the license file in this folder once extracted I also added this license as a...
by bsierad
Fri Apr 11, 2008 10:15 am
Forum: .NET
Topic: License Question
Replies: 12
Views: 13481

hang on

Sure, where shall I send it? Other interesting things: a) In some COM Containers (VB6 is great) I noticed that the installation works, but when I first run the COM Server, TeeChart Crashes...after the first run, it seems to run fine...this isn't always the case. I've seen this issue in other threads...
by bsierad
Thu Apr 10, 2008 10:05 am
Forum: .NET
Topic: License Question
Replies: 12
Views: 13481

follow up...

quick follow up for clarity: a) My standalone application works fine when deployed. Same Project deployed as the COM deployment project, but the standalone has another project that is the main exe has this has a reference to the license file...works great! b) My client is in a VBA enabled Active X C...
by bsierad
Wed Apr 09, 2008 10:50 pm
Forum: .NET
Topic: License Question
Replies: 12
Views: 13481

License Question

Hi, VB.Net 2005 CLR 2.0 Steema Tee Chart .Net V3 I wrote a COM Server in .Net and have a setup and deployment application. I added the project output of my COM Class I also added licenses.licx to the setup project (it's in the Application Folder) licenses.licx has the following 3 lines (from the tut...
by bsierad
Wed Mar 05, 2008 6:32 pm
Forum: .NET
Topic: loading fastline series faster
Replies: 2
Views: 4644

When I removed the order on the x axis for my date field

//mvarPens is an array of fastline pens
mvarPens(pen).XValues.Order = Styles.ValueListOrder.Ascending

The speed increased dramatically (a few seconds instead of many many minutes)

thanks anyways