Search found 11 matches
- Mon Nov 09, 2015 1:10 pm
- Forum: VCL
- Topic: Install TQRChart in Delphi 10 Seattle
- Replies: 5
- Views: 13013
Install TQRChart in Delphi 10 Seattle
Hello! So, now it starts again, tha pain installing TQRChart..... This time it's on a new installed Windows 10 machine with Delphi 10 Seattle and latest versions of TChart (2015.16) and QuickReport (5.06). Tried to follow the installation instructions but got stuck at nr 13 the first one involving T...
- Mon Jan 27, 2014 1:40 pm
- Forum: VCL
- Topic: Zoom gets activated when clicking on a series
- Replies: 1
- Views: 5608
Zoom gets activated when clicking on a series
Hello! I have a TChart with a TPointSeries on it. I activated zoom on the TChart. On the PointSeries I have a SeriesClickPointer event. So when I click on a node on the PointSeries it triggers a popup of a presentation form with info about the "ValueIndex" node clicked. This all works fine, but when...
- Tue Jan 07, 2014 11:39 am
- Forum: VCL
- Topic: Upgrade from ver 8.07 to TeeChart Pro v2012/13
- Replies: 8
- Views: 17246
Re: Upgrade from ver 8.07 to TeeChart Pro v2012/13
Hello again! So eventually I got the TeeChart2013 compiled and working with QuickReport..... But then I needed some fixes in the latest build so I downloaded the TeeChart2013SourceCode.exe, November 19, 2013 and TeeChart2013Delphi2010.exe, November 19, 2013. I first run the TeeChart2013Delphi2010 an...
- Wed Oct 23, 2013 7:12 pm
- Forum: VCL
- Topic: Make node visible in TTree
- Replies: 3
- Views: 47847
Re: Make node visible in TTree
Sorry, I explained badly... In my TTree I have a tree structure displayed, like in Explorer. Now I want my TTree to scrool so that my current node becomes visible.
best regards, Mikael
best regards, Mikael
- Mon Oct 14, 2013 5:35 pm
- Forum: VCL
- Topic: LineBreaks on TopAxis Items
- Replies: 5
- Views: 11339
Re: LineBreaks on TopAxis Items
Ok, but where can I find this Beta? I checked under Customers downloads and I can only find the Betas below: TeeChart2013SourceCode.exe April 30, 2013 Build 2013.08.130430 BETA TeeChart2013RADXE4.exe April 30, 2013 Build 2013.08.130430 BETA They are both older than the source code Beta that I'm usin...
- Mon Oct 14, 2013 2:59 pm
- Forum: VCL
- Topic: LineBreaks on TopAxis Items
- Replies: 5
- Views: 11339
Re: LineBreaks on TopAxis Items
Ok, great!
Do you have an estimate when it will be released?
I was supposed to deliver today
Best regards, Mikael
Do you have an estimate when it will be released?
I was supposed to deliver today
Best regards, Mikael
- Mon Oct 14, 2013 10:41 am
- Forum: VCL
- Topic: LineBreaks on TopAxis Items
- Replies: 5
- Views: 11339
LineBreaks on TopAxis Items
After upgrading from version 8.07 to 2013 I'm getting a error in the TopAxis items. If I add an Item with the following code: AChart.TopAxis.Items.Add(Position, 'ABC' + TeeLineSeparator + 'DEF' + TeeLineSeparator + 'GHI'); Then DEF comes two lines below ABC (one emty line between) and one character ...
- Mon Oct 14, 2013 10:30 am
- Forum: VCL
- Topic: Upgrade from ver 8.07 to TeeChart Pro v2012/13
- Replies: 8
- Views: 17246
Re: Upgrade from ver 8.07 to TeeChart Pro v2012/13
I actually found another way around it! I changed the compiler directive in DclTee9QR5D14 from {$IMPLICITBUILD OFF} To {$IMPLICITBUILD ON} and then it compiled! Please, it would be very noice if your TeeRecompile would work! It doesn't event give a warning or error when including QRChart despite the...
- Mon Oct 14, 2013 7:53 am
- Forum: VCL
- Topic: Upgrade from ver 8.07 to TeeChart Pro v2012/13
- Replies: 8
- Views: 17246
Re: Upgrade from ver 8.07 to TeeChart Pro v2012/13
Hello! Please help me with this installation issue! My project is not compilable and we need to deliver ASAP! Found a help PDF about installing TeeQRChart so I started with loading the Tee9QR5D14.dpl file and compile it. I then get the following error: [DCC Error] E2466 Never-build package '.Tee9QR5...
- Fri Oct 11, 2013 4:54 pm
- Forum: VCL
- Topic: Upgrade from ver 8.07 to TeeChart Pro v2012/13
- Replies: 8
- Views: 17246
Re: Upgrade from ver 8.07 to TeeChart Pro v2012/13
Ok, thanks for the reply!
But by immediate problem is to get my Delphi 2010 system in order again after the TeeChart 2013 upgrade!
Any solutions for this?
To get it working in the Delphi XE5 Environment will be my next Project!
Best Regards, Mikael
But by immediate problem is to get my Delphi 2010 system in order again after the TeeChart 2013 upgrade!
Any solutions for this?
To get it working in the Delphi XE5 Environment will be my next Project!
Best Regards, Mikael
- Fri Oct 11, 2013 10:13 am
- Forum: VCL
- Topic: Upgrade from ver 8.07 to TeeChart Pro v2012/13
- Replies: 8
- Views: 17246
Upgrade from ver 8.07 to TeeChart Pro v2012/13
Hello! Versions: TeeChart Pro 2013 with source Delphi 2010 Pro Quick Report 5.05 The reason we avoided to upgrade for a long time is that it was a pain getting everything working last time we installed TeeChart. Now We are mowing to Delphi XE5 and therefore we now upgraded to TeeChart 2013. We start...