Hi,
My enviromen is the next:
-SO:Windows7 64 bits
-IDE: Delphi XE5 Enterprise
-Third Party Components: DEVEXPRESS VCL 2014.1.4, QUICKREPORT 506 and QRDESIGN
The TeeChart packages in my list are: DclTee919.bpl, DclTree2D19Tee.bpl, DclTee9QR5D19.bpl and DclFMXTeePro919.bpl
Is there other package that I should have installed to use TChartEditor? Because it isn't it in my pallet. I used the TeeChart2014RADXE5 installer and recompiled the packages following the GENERIC STEPS TO INSTALL TQRCHART COMPONENT.pdf!
Regards,
Chart Editor Component Not Installed
Re: Chart Editor Component Not Installed
Hello,
Because in these instructions, the first section ends with:
Note there's the possibility that TChart component wasn't moved to the "TeeChart" section in the palette, staying in the "Additional" section, where it was the TeeChart Standard shipped with the IDE. So, worth to use the search textbox in the palette to try to find "TChart" component.
I see you have TeeChart sources. Note we use to recommend installing the binary version (TeeChart2014RADXE5, as you did) prior to installing the source code version to get the documentation and examples, only shipped with the binary version. Assuming you are interested on using the TeeChart sources, I'd suggest you to install it and follow the instructions above to get TQRChart working with it.
Finally, I see you mention DclTee919.bpl is in your list of packages. This is TeeChart Standard version. DclTeePro919.bpl is the package for TeeChart Pro VCL. But, having DclTee919.bpl in the list should also end in a TChart component in the palette.
Is the pdf this one?GTI wrote:The TeeChart packages in my list are: DclTee919.bpl, DclTree2D19Tee.bpl, DclTee9QR5D19.bpl and DclFMXTeePro919.bpl
Is there other package that I should have installed to use TChartEditor? Because it isn't it in my pallet. I used the TeeChart2014RADXE5 installer and recompiled the packages following the GENERIC STEPS TO INSTALL TQRCHART COMPONENT.pdf!
Because in these instructions, the first section ends with:
Was TeeChart working (and present in the palette) before recompiling TQRChart components?At this point you should have a “clean environment” where TeeChart and QuickReport work by separate.
Note there's the possibility that TChart component wasn't moved to the "TeeChart" section in the palette, staying in the "Additional" section, where it was the TeeChart Standard shipped with the IDE. So, worth to use the search textbox in the palette to try to find "TChart" component.
I see you have TeeChart sources. Note we use to recommend installing the binary version (TeeChart2014RADXE5, as you did) prior to installing the source code version to get the documentation and examples, only shipped with the binary version. Assuming you are interested on using the TeeChart sources, I'd suggest you to install it and follow the instructions above to get TQRChart working with it.
Finally, I see you mention DclTee919.bpl is in your list of packages. This is TeeChart Standard version. DclTeePro919.bpl is the package for TeeChart Pro VCL. But, having DclTee919.bpl in the list should also end in a TChart component in the palette.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Chart Editor Component Not Installed
Hi,
Yes I follow the pdf from the link. And yes I did the next test :"create a new application, drop a TChart component on the form and run it". I was successfull because I have installed TChart, TDBChart ....,TChartDataSet, etc in my TEECHART PALLET. But I was asking about TChartEditor component, which isn't there.
I Installed the binary version, so Should I install the full sourcecode version after the binary version and follow the instructions in the pdf?
Yes I follow the pdf from the link. And yes I did the next test :"create a new application, drop a TChart component on the form and run it". I was successfull because I have installed TChart, TDBChart ....,TChartDataSet, etc in my TEECHART PALLET. But I was asking about TChartEditor component, which isn't there.
I Installed the binary version, so Should I install the full sourcecode version after the binary version and follow the instructions in the pdf?
Re: Chart Editor Component Not Installed
Hello,
Note this component is only shipped with TeeChart Pro components, not with TeeChart Standard.
So the problem is the one I mentioned in the last paragraph above:
Just mentioned it in case you want to use the source code.
I'm sorry I missed the problem was only in the TChartEditor component.GTI wrote:Yes I follow the pdf from the link. And yes I did the next test :"create a new application, drop a TChart component on the form and run it". I was successfull because I have installed TChart, TDBChart ....,TChartDataSet, etc in my TEECHART PALLET. But I was asking about TChartEditor component, which isn't there.
Note this component is only shipped with TeeChart Pro components, not with TeeChart Standard.
So the problem is the one I mentioned in the last paragraph above:
Yeray wrote:Finally, I see you mention DclTee919.bpl is in your list of packages. This is TeeChart Standard version. DclTeePro919.bpl is the package for TeeChart Pro VCL. But, having DclTee919.bpl in the list should also end in a TChart component in the palette.
Of course you are free to use the binary version if you like. There's no difference regarding the components installed.GTI wrote:I Installed the binary version, so Should I install the full sourcecode version after the binary version and follow the instructions in the pdf?
Just mentioned it in case you want to use the source code.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |