Search found 12 matches

by Rover
Wed Aug 13, 2008 8:48 am
Forum: ActiveX
Topic: Disable MouseWheel - vertical scrolling of gantt
Replies: 3
Views: 5695

We have a gantt chart which is used for production planning. I want to make shure that it can only be scrolled horizontally. At the moment whenever I accidentally touch the mouse wheel the chart scrolls vertically, so some production lines are off-screen. All I want to to is to disable vertical scro...
by Rover
Wed Aug 13, 2008 8:23 am
Forum: ActiveX
Topic: Disable MouseWheel - vertical scrolling of gantt
Replies: 3
Views: 5695

Disable MouseWheel - vertical scrolling of gantt

The vertical scrolling of our gantt chart is driving us nuts... The only solution by now is the onafterdraw event where we reset the axis min/max. The repaint method does not work the way it should. That means the correct axis values are set but the chart keeps scrolling. this leaves a scrolled char...
by Rover
Tue Dec 11, 2007 7:36 pm
Forum: ActiveX
Topic: Individual mark text format problem
Replies: 7
Views: 8275

:|
Well.. as each the annotation tools prevent most tasks from beeing clicked and all have to be set individually - I guess this is not an applicable solution.
I hope it gets fixed soon...

Kind regards,

Jan
by Rover
Tue Dec 11, 2007 6:54 pm
Forum: ActiveX
Topic: Individual mark text format problem
Replies: 7
Views: 8275

Ouch! :cry:

I just implemented your suggestion, but now I am stuck with the problem, that the labels stay fixed to their position when I zoom or scroll....
by Rover
Tue Dec 11, 2007 6:41 pm
Forum: ActiveX
Topic: Individual mark text format problem
Replies: 7
Views: 8275

Hi Narcís,

I'll try that, although I'm a bit skeptical concerning the performance...
I use the tchart at an resolution of 8400*3150 pixels to do our production planning and I guess this is challenging in terms of performance.

Nevertheless thanks for your fast reply.

Jan
by Rover
Tue Dec 11, 2007 4:07 pm
Forum: ActiveX
Topic: Individual mark text format problem
Replies: 7
Views: 8275

Hi Narcis,

can you tell me when it will be fixed? Could you send me a patch or workaround? I am really in need of this error to be fixed, as I use it in production environment.

Kind regards,

Jan
by Rover
Fri Dec 07, 2007 2:46 pm
Forum: ActiveX
Topic: Individual mark text format problem
Replies: 7
Views: 8275

Individual mark text format problem

Hi, I use v8 activeX and try set set individual mark text formats to a gantt chart series. This leads to a very annoying effect: when setting one mark text font to bold, a lot (not all) martktext lose their transparency and change their font size. From now on, settings in the teechart commander on s...
by Rover
Fri Jul 07, 2006 6:46 am
Forum: ActiveX
Topic: Wrong colors in Colorgrid
Replies: 3
Views: 5535

Works now and I have no idea why...

Hi Narcis, now the colors are correct - but I don't know why. The only thing I did was changing two values and now everything is fine. When the colors were wrong one other thing was strange - getting z-values by clicked event worked but only for 95% of the chart --> from left to right the first 95%....
by Rover
Thu Jul 06, 2006 10:51 am
Forum: ActiveX
Topic: Wrong colors in Colorgrid
Replies: 3
Views: 5535

Wrong colors in Colorgrid

Hi, after Narcis helped me to get the z-values of my colorgrid the next problem became visible. I defined custom colors for the colorgrid --> see below: With .Series(1) With .asColorGrid .AddPalette -3, &H0 .UseColorRange = False .UsePalette = True .ClearPalette .AddPalette -3, RGB(204, 0, 0) .AddPa...
by Rover
Thu Jun 29, 2006 2:47 pm
Forum: ActiveX
Topic: Determine Y-values in a colorgrid series
Replies: 5
Views: 6258

Some more details

Hi Narcís, I should have told you, that these colorgrid series I ues are on different custom axis. The bottom axis represents the timeline, so no matter over which color grid the mouse is actually, I need to display the values of all colorgrids. The Y Value of the OnMouseMove Event is often outside ...
by Rover
Thu Jun 29, 2006 1:52 pm
Forum: ActiveX
Topic: Determine Y-values in a colorgrid series
Replies: 5
Views: 6258

Clicked does the trick, only one additional problem

My colorgrids have 64 lines (z-value). In order to use your code, I have to find out the y-coordinate of one of these lines (for the "clicked" method). Can you help there as well?

Thanks in advance,

Jan
by Rover
Thu Jun 29, 2006 1:21 pm
Forum: ActiveX
Topic: Determine Y-values in a colorgrid series
Replies: 5
Views: 6258

Determine Y-values in a colorgrid series

Hi,

I need to get the y-values (the intensity) of several color grid series within my chart. Given values are Mouse x-coordinate and fix Z index.
First I thought getxzvalues might by the right method, but that doesn't work :cry: .

Kind regards,

Jan