Page 2 of 3

Re: problem with x axis time

Posted: Tue Nov 29, 2016 10:06 am
by yeray
Hello,

Thanks for confirming it.
I've added it to the public tracker:
http://bugs.teechart.net/show_bug.cgi?id=1701

Re: problem with x axis time

Posted: Wed Dec 21, 2016 5:35 am
by 16479480
Hi
I see it has logged as been fixed
is there a place I can download that fix ?
thanks :)

Re: problem with x axis time

Posted: Wed Dec 21, 2016 7:30 am
by yeray
Hello,

I'm afraid I can't tell you when the next maintenance release will be published. We'll try to publish TeeChart VCL versions quarterly.

Re: problem with x axis time

Posted: Fri Dec 23, 2016 6:08 pm
by 16479480
oh,..so I am not able to get a hot fix?
also I only have just realised that the version for Berlin, even the first release, has this issue on OSX (but not on windows)
am I able to use the Seattle version in Berlin?

Re: problem with x axis time

Posted: Tue Dec 27, 2016 12:10 pm
by 10050769
Hello weatherdisplay,
oh,..so I am not able to get a hot fix?
I would like inform you if you're using the TeeChart Pro VCL/FMX binary version, the hotfix will be published for next maintenance release. But, in the case, if you're using TeeChart Pro VCL/FMX source code we can send the code that fix the bug. Do you confirm if you use source code?
am I able to use the Seattle version in Berlin?
Do you want use the Seattle packages in Rad Studio IDE 10.1 Berlin? If it is the case, isn't possible.
But, if you want use the Teechart Pro VCL/FMX for Rad Studio 10 Seattle you need only install the packages for that version.

Thanks in advance

Re: problem with x axis time

Posted: Fri Jan 13, 2017 6:45 pm
by 16479480
Hi
I used to have the source code version..but not currently

Re: problem with x axis time

Posted: Mon Jan 16, 2017 9:41 am
by 10050769
Hello weatherdisplay,

Many thanks for the information. The hotfix will be published in few month with next maintenance release. As Yeray told above we try to publish a new maintenance release every quarterly.

Feel free contact us if you have any questions.

Thanks in advance

Re: problem with x axis time

Posted: Sat Apr 08, 2017 12:50 am
by 16479480
Hi
I have installed the latest version (April)
but I have not seen any change in behaviour for this particular bug?

Re: problem with x axis time

Posted: Sat Apr 08, 2017 12:53 am
by 16479480
just to clarify, its OK in VCL but not FMX (running on OSX)

Re: problem with x axis time

Posted: Mon Apr 10, 2017 10:45 am
by yeray
Hello,

I've just tried the code in the ticket #1701 in TeeChart v2017.21 using RAD 10.2 and it seems to work fine for me on OSX:
Screen Shot 2017-04-10 at 12.35.13.png
Screen Shot 2017-04-10 at 12.35.13.png (44.35 KiB) Viewed 22456 times

Re: problem with x axis time

Posted: Mon Apr 10, 2017 6:38 pm
by 16479480
that's good to know
maybe I do not have the latest version installed for some reason
is there an easy way to find out what version is installed?

Re: problem with x axis time

Posted: Tue Apr 11, 2017 7:02 am
by yeray
Hello,
weatherdisplay wrote:maybe I do not have the latest version installed for some reason
is there an easy way to find out what version is installed?
There are several ways to do this, but note that, after several TeeChart installs, you can have a TeeChart version installed as design time package but the paths could be referencing a path to another version, so the later is used to compile and run the project:

- Design-time packages: Go to "Component \ Install Packages..." and check the TeeChart packages in the list. A trick to see the full path of a package is to select it, click "Remove", read the path, and cancel the remove operation.
bds_2017-04-11_08-39-06.png
bds_2017-04-11_08-39-06.png (29.56 KiB) Viewed 22437 times
- Design-time packages: Open a form containing a form (or create it), right click with the mouse on the chart and read the "About" version.
bds_2017-04-11_08-35-06.png
bds_2017-04-11_08-35-06.png (5.55 KiB) Viewed 22437 times
- Runtime packages (Delphi): Check the library path:
bds_2017-04-11_08-42-10.png
bds_2017-04-11_08-42-10.png (56.12 KiB) Viewed 22438 times
- Runtime packages (C++Builder): Check the include and the library paths:
bds_2017-04-11_08-45-40.png
bds_2017-04-11_08-45-40.png (55.43 KiB) Viewed 22438 times
bds_2017-04-11_08-47-50.png
bds_2017-04-11_08-47-50.png (59.28 KiB) Viewed 22433 times
- Runtime packages (Delphi VCL): Run this code in a project:

Code: Select all

uses TeeConst;
//...
  ShowMessage(TeeMsg_Version);
- Runtime packages (Delphi FMX): Run this code in a project:

Code: Select all

uses FMXTee.Constants;
//...
  ShowMessage(TeeMsg_Version);
- Runtime packages (C++Builder VCL): Run this code in a project:

Code: Select all

#include <TeeConst.hpp>
//...
  ShowMessage(TeeMsg_Version);
- Runtime packages (C++Builder FMX): Run this code in a project:

Code: Select all

#include <FMXTee.Constants.hpp>
//...
  ShowMessage(TeeMsg_Version);
More about How to set paths here.

Re: problem with x axis time

Posted: Wed Apr 12, 2017 10:53 am
by 16479480
HI
for the first method way
I have 924.bl installed and not 925.bpl

even though I did install the latest update
?

Re: problem with x axis time

Posted: Wed Apr 12, 2017 10:58 am
by 16479480
note, I am using Delphi Berlin
so maybe that is why the different file name?
(i.e its in the folder Delphi 24)

Re: problem with x axis time

Posted: Wed Apr 12, 2017 11:18 am
by 16479480
OK, it is working OK when using Tokyo
but not Berlin
(even though I installed the same version update into Berlin as well)