Search found 18 matches

by Loz
Thu Jan 17, 2008 12:29 pm
Forum: .NET
Topic: Bitmap export - licensing issue
Replies: 3
Views: 6490

Thanks for the quick reply.

I expected I probably could just remove that code but was worried there may be other licensing issues.

I'll take another look at the tutorial.

Thank you.
by Loz
Thu Jan 17, 2008 11:05 am
Forum: .NET
Topic: Bitmap export - licensing issue
Replies: 3
Views: 6490

Bitmap export - licensing issue

We have the source version of TeeChart. I've just encountered an error whilst experimenting with trying to create a higher resolution image for reporting purposes. The function we called was DrawToBitmap which generated the following exception: "Please register your version of TeeChart to export to ...
by Loz
Tue Dec 18, 2007 2:39 pm
Forum: .NET
Topic: CursorTool - doubled cursor when changing the Active propert
Replies: 9
Views: 15910

I've just loaded up a sample project. Very crude but it shows the issue. If you right click and pan, it'll leave a ghost cursor. If you move the mouse cursor off the chart and then back on, it ghosts the first drawing of the cursor. Disabling the code that turns the cursors on and off when you enter...
by Loz
Tue Dec 18, 2007 2:07 pm
Forum: .NET
Topic: CursorTool - doubled cursor when changing the Active propert
Replies: 9
Views: 15910

Sure - perhaps it's similar though. It started happening in the last month or two. If FastCursor is off, everything works fine however if it's on then the first time I enter the chart or if I select a menu item from a popup, the first place the cursor is drawn leaves a ghost. I'll keep experimenting...
by Loz
Tue Dec 18, 2007 1:35 pm
Forum: .NET
Topic: CursorTool - doubled cursor when changing the Active propert
Replies: 9
Views: 15910

I'm having this problem with both the December release and the one before that. I thought it was our custom cursor code so I reverted to using the standard cursor tool in FastCursor mode.

Is it related to the new manual double buffering updates?
by Loz
Mon Oct 15, 2007 2:06 pm
Forum: .NET
Topic: Custom OnPaint additions with new release
Replies: 6
Views: 8512

That's great, many thanks. We'll get the changes put in place as soon as we can.

Thanks for your excellent support.
by Loz
Thu Oct 11, 2007 12:29 pm
Forum: .NET
Topic: Custom OnPaint additions with new release
Replies: 6
Views: 8512

I've posted an example... The project file is called: ChartOnPaint.rar The OnPaint handler is in DerivedControls.cs The function that writes the custom text is DrawHeaderAndFooterText. We're also doing a few other custom bits and pieces but I've tried to create a basic stripped down example that dem...
by Loz
Wed Oct 10, 2007 1:28 pm
Forum: .NET
Topic: Custom OnPaint additions with new release
Replies: 6
Views: 8512

Custom OnPaint additions with new release

Hi, Firstly I wanted to mention that the latest update with the double buffering update is excellent. It’s nice and fast after it’s created the chart, no more sluggish windows. We have one minor problem as a side effect though which I’m hoping you can help with. We override the OnPaint handler to wr...
by Loz
Thu Jul 05, 2007 7:56 am
Forum: .NET
Topic: Line Transparency
Replies: 10
Views: 12499

That's great. Many thanks.
by Loz
Wed Jul 04, 2007 3:05 pm
Forum: .NET
Topic: Line Transparency
Replies: 10
Views: 12499

Hi, I've figured out the problem. I can upload an example if you like but it's quite straightforward. When the series is created and the transparency is set (or is uses it's default), it can no longer be updated. e.g. I create three traces each at 90% transparency. If I then try and update the trans...
by Loz
Wed Jul 04, 2007 2:38 pm
Forum: .NET
Topic: Line Transparency
Replies: 10
Views: 12499

Yes, that does work fine.

Something has changed between the two versions that's made our main application no longer apply the transparency values.

The values are updated depending on which trace is selected. I'll try and run some tests to see if I can find any clues.
by Loz
Wed Jul 04, 2007 1:14 pm
Forum: .NET
Topic: Line Transparency
Replies: 10
Views: 12499

A quick followup... I found the backed up dll's in the Steema program files folder. I dropped those into the project folder and reran our application. Everything then worked fine so it does look like transparency has been broken between those releases. Either that or perhaps it's been dropped from t...
by Loz
Wed Jul 04, 2007 1:09 pm
Forum: .NET
Topic: Line Transparency
Replies: 10
Views: 12499

Hi, It's with the series transparency. We were using it to 'background' non-selected traces. Essentially we do the following for each line: line.Transparency = 80; It used to work fine but I just noticed in the current build that uses the latest release, transparency no longer works. I can downgrade...
by Loz
Wed Jul 04, 2007 1:01 pm
Forum: .NET
Topic: Line Transparency
Replies: 10
Views: 12499

Line Transparency

I have a quick question regarding FastLine transparency. We had it working nicely until recently when we updated to the latest version: TeeChart for .NET [15 JUN 2007] I don't think we've changed anything but have noticed that the transparency value for the lines no longer appears to be applied. Has...
by Loz
Fri Jun 01, 2007 10:11 am
Forum: .NET
Topic: Performance / Buffering chart repaints
Replies: 9
Views: 15505

It's a shame the repaint causes the graph to be recreated.

If there's a way round it or I can help with testing, please let me know.

Many thanks.