Suppression of Format Tabs in Run-Time Chart Editor
Posted: Fri Mar 11, 2005 6:07 pm
Note: TeeChart 6 w/Delphi 7
I've been having problems getting the format tab(s) to show up in the run time chart editor for certain series (e.g., Point3D). Adding TeeEditPRO has had no effect.
I remember in older versions of TeeChart, there were problems where using certain Delphi units would suppress chart options (e.g., I believe QDialogs used to be a problem). As a test, I created a new application and added all of the units one by one, checking each time to see when I had access to the format tabs and when I did not.
It turns out that 4 of my units are causing the problem. If any of these 4 units is declared in the uses clause, the format tabs are suppressed. If all 4 are eliminated, the format tabs appear. These 4 units have nothing obvious in common and nothing obvious which would cause this. Does anyone have any idea what sort of things I might be declaring or doing within these units that is suppressing the format tabs?
I can't simply eliminate these from the uses clause, yet access to the format tabs is important if I TChart is actually to be a useful platform.
I've been having problems getting the format tab(s) to show up in the run time chart editor for certain series (e.g., Point3D). Adding TeeEditPRO has had no effect.
I remember in older versions of TeeChart, there were problems where using certain Delphi units would suppress chart options (e.g., I believe QDialogs used to be a problem). As a test, I created a new application and added all of the units one by one, checking each time to see when I had access to the format tabs and when I did not.
It turns out that 4 of my units are causing the problem. If any of these 4 units is declared in the uses clause, the format tabs are suppressed. If all 4 are eliminated, the format tabs appear. These 4 units have nothing obvious in common and nothing obvious which would cause this. Does anyone have any idea what sort of things I might be declaring or doing within these units that is suppressing the format tabs?
I can't simply eliminate these from the uses clause, yet access to the format tabs is important if I TChart is actually to be a useful platform.