Search found 24 matches

by dunion
Tue Sep 29, 2009 4:08 pm
Forum: VCL
Topic: getting 'cannot resolve unit name'
Replies: 4
Views: 8256

Re: getting 'cannot resolve unit name'

I removed the paths to the teechart lib, bin, and inc folder from the 'working' project. Note that $(TEELIBPATH) was 'inherited'. I put back $(TEEINCPATH) only $(TEELIBPATH) still inheritied, reproduced the error with the other project. Put back all three, but because of duplication I had to manuall...
by dunion
Tue Sep 29, 2009 3:25 pm
Forum: VCL
Topic: getting 'cannot resolve unit name'
Replies: 4
Views: 8256

Re: getting 'cannot resolve unit name'

Interesting. i get more red underlines of a mixed up IDE than before but one project builds. For the other I get "Unit TeeSurfa was compiled with a different version of TeEngine.TChartSeries". That sounds like some sort of path problem but it looks like the paths are all OK. I did a clean and build....
by dunion
Mon Sep 28, 2009 8:31 pm
Forum: VCL
Topic: getting 'cannot resolve unit name'
Replies: 4
Views: 8256

getting 'cannot resolve unit name'

teesurfa

I have two projects that share the same file and it looks like all the paths are correct for the 2nd project that I added to the solution. Any places to check as to why I get this for the 2nd project (works fine for the 1st project and the error message is in the shared file)?
by dunion
Tue Jul 21, 2009 1:53 pm
Forum: .NET
Topic: I'd like to draw a custom 2nd axis that's tied to data but .
Replies: 13
Views: 20062

Re: I'd like to draw a custom 2nd axis that's tied to data but .

I haven't had time to create a separate test project, and today is pretty straight out, I'll try to over the next couple of days. I have a fairly simple project in terms of teechart, at least I thought so. I have two tabs each with a tchart, and I add or remove lines from whichever tab is currently ...
by dunion
Tue Jul 21, 2009 1:10 pm
Forum: .NET
Topic: I'd like to draw a custom 2nd axis that's tied to data but .
Replies: 13
Views: 20062

Re: I'd like to draw a custom 2nd axis that's tied to data but .

I tried that first and didn't see anything on the top of the chart, that's when I thought he might also be expecting me to do stuff with 'ongetaxis'. No luck there either.
by dunion
Mon Jul 20, 2009 6:42 pm
Forum: .NET
Topic: I'd like to draw a custom 2nd axis that's tied to data but .
Replies: 13
Views: 20062

Re: I'd like to draw a custom 2nd axis that's tied to data but .

Thanks. I tried this but still don't see any top axis. I did some debugging, while stepping through I get four kinds of cases for the events for the top axis. In this case I only had one line on the chart but usually I have at least two different lines, at least one a 'line' and one a 'fastline', on...
by dunion
Fri Jul 17, 2009 1:48 pm
Forum: .NET
Topic: I'd like to draw a custom 2nd axis that's tied to data but .
Replies: 13
Views: 20062

Re: I'd like to draw a custom 2nd axis that's tied to data but .

I should also mention that if I just set refLine.HorizAxis = Steema.TeeChart.Styles.HorizontalAxis.Both; I never see an axis on top. refLine is a 'FastLine'. I think there is one bug fix release since I updated this version. If this is a bug that can be solved by an update, either to the latest patc...
by dunion
Fri Jul 17, 2009 1:45 pm
Forum: .NET
Topic: I'd like to draw a custom 2nd axis that's tied to data but .
Replies: 13
Views: 20062

Re: I'd like to draw a custom 2nd axis that's tied to data but .

I did try that suggested method. I explicitly constructed the handler for my chart and put the suggested code, the only other thing I put was a check to verify (in the tChart2_GetAxisLabel) what 'tab' of a tab set I was on. Then after putting a break point in the debugger on the e.LabelText = ... in...
by dunion
Fri Jul 17, 2009 1:10 pm
Forum: .NET
Topic: I'd like to draw a custom 2nd axis that's tied to data but .
Replies: 13
Views: 20062

Re: I'd like to draw a custom 2nd axis that's tied to data but .

Is there an other way to do this? I don't always want to show this second axis: it depends on what button the user used to start drawing on this chart as I use it for a lot of different drawing scenarios, so it shouldn't be a general event handler. One option is to add and remove the event handler a...
by dunion
Thu Jul 16, 2009 4:23 pm
Forum: .NET
Topic: I'd like to draw a custom 2nd axis that's tied to data but .
Replies: 13
Views: 20062

Re: I'd like to draw a custom 2nd axis that's tied to data but .

That didn't do quite what I want. What I want is pretty simple. Two axes for the same data with different units. Say the data is a bunch of values. The 'bottom axes' can be 'automatic' and track the values used for the curve data. The 'top axes' needs to be different non-related units but still ther...
by dunion
Tue Jun 30, 2009 9:12 pm
Forum: .NET
Topic: license file not being copied to output dir
Replies: 9
Views: 12844

Re: license file not being copied to output dir

I opened a form in the app, dragged a new teechart onto it, deleted the teechart, and things are better.
by dunion
Tue Jun 30, 2009 7:34 pm
Forum: .NET
Topic: license file not being copied to output dir
Replies: 9
Views: 12844

Re: license file not being copied to output dir

The error message I'm getting is (for user computers) "Load ErrorAn instance of type 'Steema.TeeChart.Chart' was being created and a valid license could not be granted for teh type 'Steema.TeeChart.Chart'. Please, contact the manufacturer of the component for more information.
by dunion
Tue Jun 30, 2009 7:22 pm
Forum: .NET
Topic: license file not being copied to output dir
Replies: 9
Views: 12844

license file not being copied to output dir

VS2008 Pro, X86 (only) .NET project build. I upgraded teechart (minor update) and at some point the license file stopped getting copied to the output directory - the old one was there but not the new one. I removed the reference and re-added it, I have 'copy file' for that reference to true. I can m...
by dunion
Thu May 28, 2009 1:36 pm
Forum: .NET
Topic: Is there a way to lightly customize the tchart export dialog
Replies: 9
Views: 16821

I tested on Vistax64 Only.

I didn't try on Vista x32, only Vista x64 (business), that's my development PC. I was able to get it to break (running in debug mode) just by creating a chart, populating it, and using the default export editor with that chart and just clicking the save as flex; The error happens with the base/intri...
by dunion
Wed May 27, 2009 3:01 pm
Forum: .NET
Topic: Is there a way to lightly customize the tchart export dialog
Replies: 9
Views: 16821

That works, thanks

At one point something in this UI tries to write to the registry on one of the options - that's bad, it's not first checking the permissions - then it tosses and exception and dies (Vista x64, and this also happens in an admin account which the typcial users won't even have). This is every time 'Fle...