Search found 17 matches
- Tue Apr 03, 2007 7:32 pm
- Forum: VCL
- Topic: Getting an OS opperation failed error.
- Replies: 20
- Views: 29028
Work around?
Hi Richard, Narcis sent me your example code and I was able to get it to fail just now. I haven't found the root cause yet, but I have found a work around. If you add a regular radiogroupbox to your form and populate it with at least one raidobutton, then the Chart Editor appears to work. This holds...
- Thu Mar 29, 2007 5:16 pm
- Forum: VCL
- Topic: Getting an OS opperation failed error.
- Replies: 20
- Views: 29028
- Thu Mar 15, 2007 2:07 am
- Forum: VCL
- Topic: Getting an OS opperation failed error.
- Replies: 20
- Views: 29028
I have also encountered this problem. In my case, the raidogroup was on a TMS AdvToolPanel, you know the slide out panel. What I found is that the chart editor fails if the panel containing the raidogroupbox(it can be just a plain delphi raidogroup control) is slid out BEFORE initially displaying th...
- Sun Mar 11, 2007 3:15 am
- Forum: VCL
- Topic: TeeChart v8 VCL Beta Released
- Replies: 58
- Views: 102651
Beta Test
Hi,
I would be interested in testing the beta 8 TChart version. I do mostly scientific and engineering applications. Please send the info to etheridgesoftware@verizon.net.
Thanks!
Dan SOx
I would be interested in testing the beta 8 TChart version. I do mostly scientific and engineering applications. Please send the info to etheridgesoftware@verizon.net.
Thanks!
Dan SOx
- Mon Aug 28, 2006 3:32 am
- Forum: VCL
- Topic: Dialogs are cropped when large fonts are used at 1600x1200
- Replies: 1
- Views: 5163
Dialogs are cropped when large fonts are used at 1600x1200
Hi, When large fonts are used and the screen display is set to 1600x1200, many of the Teechart user interface dialogs are cropped. I can send you pictures of the dialogs if you like. Switching to small fonts displays the dialogs just fine. I am unable to adjust the size of the dialogs because the re...
- Tue Jun 13, 2006 3:31 am
- Forum: VCL
- Topic: Problem: TDBChart corrupts D2006 help system. URGENT!
- Replies: 8
- Views: 13715
Problem Solved
Narcis,
I can report that using the re-compile tool does in fact solve this problem.
Thanks for the help!
dan
I can report that using the re-compile tool does in fact solve this problem.
Thanks for the help!
dan
- Tue May 09, 2006 2:02 pm
- Forum: VCL
- Topic: Problem: TDBChart corrupts D2006 help system. URGENT!
- Replies: 8
- Views: 13715
Okay it's working now!
Thanks Narcis, I have it working now. Somehow, I had gone ahead and installed another package, DSP Master for TC, that uses TC and it is causing the problem now. I will contac them directly. But with just TC installed, and with a test project using a chart all works fine. Thanks for the help, it wil...
- Tue May 09, 2006 3:53 am
- Forum: VCL
- Topic: Problem: TDBChart corrupts D2006 help system. URGENT!
- Replies: 8
- Views: 13715
Still have help problem in TC 7.07
Hi Narcis, I have a clean install of BDS2006 and TC7.07, doing win32 development. As soon as I drop a TC on a form, my help system is corrupted. Is there any work around to this? Could you give me the QC number so that I can follow up on it? Will this help corruption be a problem with applications I...
- Mon May 08, 2006 1:41 pm
- Forum: VCL
- Topic: Problem: TDBChart corrupts D2006 help system. URGENT!
- Replies: 8
- Views: 13715
- Mon May 08, 2006 2:22 am
- Forum: VCL
- Topic: Problem: TDBChart corrupts D2006 help system. URGENT!
- Replies: 8
- Views: 13715
Problem: TDBChart corrupts D2006 help system. URGENT!
If any of the database teechart components are installed on D2006 Pro, the help system becomes unuseable. I need to be able to install Teechart 7.07 into D2006 WITHOUT any database or quickreports support(this used to be possible because the db support was in separate packages). Note I have the sour...
- Mon Jan 30, 2006 12:16 am
- Forum: VCL
- Topic: Linear Regression
- Replies: 4
- Views: 10463
- Tue Jul 26, 2005 2:19 pm
- Forum: VCL
- Topic: Problem with LoadChartFromStream(TCustomChart(QRDBChart1)
- Replies: 5
- Views: 10663
Willi, The unnamed component is not in your code, it is in the internal teechart loadfromfile code, that code creates an unnamed chart, I think, when loading a chart from a file. For me this created a conflict with another component on my form which internally had also created an unnamed component. ...
- Mon Jul 25, 2005 10:23 pm
- Forum: VCL
- Topic: Problem with LoadChartFromStream(TCustomChart(QRDBChart1)
- Replies: 5
- Views: 10663
I have encountered a similar problem when using a third party component and TeeChart. For me the problem was that BOTH Teechart and the Third party component were creating "unnamed" components. In the case of teechart, I think an unnamed chart is created durring the streaming process. This causes pr...
- Thu May 05, 2005 1:41 pm
- Forum: VCL
- Topic: how to get increment from automatic axis?
- Replies: 4
- Views: 9323
- Fri Sep 24, 2004 6:01 am
- Forum: VCL
- Topic: Hiding tools from the chart editor
- Replies: 0
- Views: 5360
Hiding tools from the chart editor
I took your suggestion and used the protcted variable "InternalUse", this works fine for the "old" chart editor as none of the "internal" charttools are visible in the tool list. However, when the chart editor is used in "tree" mode, the internal tools appear as nodes in the "tree" but are not editi...