Search found 18 matches
- Thu Oct 27, 2022 4:22 pm
- Forum: VCL
- Topic: logarithmic axis are scaled wrong in release 2022.36
- Replies: 7
- Views: 10219
- Wed Oct 26, 2022 11:50 am
- Forum: VCL
- Topic: logarithmic axis are scaled wrong in release 2022.36
- Replies: 7
- Views: 10219
Re: logarithmic axis are scaled wrong in release 2022.36
Hello Yeray,
thank you very much. But is there a workaround because logarithmic scaling is very important for us?
Willi
thank you very much. But is there a workaround because logarithmic scaling is very important for us?
Willi
- Mon Oct 24, 2022 5:02 pm
- Forum: VCL
- Topic: logarithmic axis are scaled wrong in release 2022.36
- Replies: 7
- Views: 10219
Re: logarithmic axis are scaled wrong in release 2022.36
Hello
In 2022.35 all was ok
In 2022.35 all was ok
- Fri Oct 21, 2022 11:39 am
- Forum: VCL
- Topic: logarithmic axis are scaled wrong in release 2022.36
- Replies: 7
- Views: 10219
logarithmic axis are scaled wrong in release 2022.36
Hello, we just upgraded to ver. 2022.36. We have a problem if the axis is scaled in logarithmic and auto mode. It looks like the axis is not scaled to the max value of the graph but to the next higher full decimal number (eg. 1000 or 10000 or 100000 ...) In 2022.36 all was ok. We use Delphi 11.1 Willi
- Thu Jun 02, 2022 1:11 pm
- Forum: VCL
- Topic: color of line segemnt if hovering
- Replies: 1
- Views: 4989
color of line segemnt if hovering
Hello
we have a TLineSeries with hover true. How we can change the color of the hovering segment from red to an other color. We use red as line color.
Willi
we have a TLineSeries with hover true. How we can change the color of the hovering segment from red to an other color. We use red as line color.
Willi
- Sat Apr 30, 2022 2:46 pm
- Forum: VCL
- Topic: TeeVCLMinorVersion
- Replies: 1
- Views: 4787
TeeVCLMinorVersion
Hello,
the TeeVCLMinorVersion in VCLTee.TeeConst.pas from Steema TeeChart Pro VCL FMX 2022.35 is still '.34'
path: "C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2022.35\Source"
Willi
the TeeVCLMinorVersion in VCLTee.TeeConst.pas from Steema TeeChart Pro VCL FMX 2022.35 is still '.34'
path: "C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2022.35\Source"
Willi
- Fri Apr 08, 2022 5:43 pm
- Forum: VCL
- Topic: Error in VCLTee.TeeJavaScript
- Replies: 6
- Views: 9984
Re: Error in VCLTee.TeeJavaScript
Hello Marc,
the workaround is working quite well. If TTimeZone.local.IsInvalidTime it true I have added one hour to the date.
Willi
the workaround is working quite well. If TTimeZone.local.IsInvalidTime it true I have added one hour to the date.
Willi
- Mon Apr 04, 2022 2:23 pm
- Forum: VCL
- Topic: Error in VCLTee.TeeJavaScript
- Replies: 6
- Views: 9984
Re: Error in VCLTee.TeeJavaScript
Hello Marc, here is a snippet with German datetime coding Date_in.Text := '27.03.2022 02:01:00'; tmpDate_in := StrToDateTime (Date_in.Text); tmpDate_out := TTimeZone.Local.ToUniversalTime(tmpDate_in); Date_out.Text := DateTimeToStr (tmpDate_out); In 2022 the switch of Daylight Saving Time was on 27/...
- Thu Mar 31, 2022 12:16 pm
- Forum: VCL
- Topic: Error in VCLTee.TeeJavaScript
- Replies: 6
- Views: 9984
Re: Error in VCLTee.TeeJavaScript
Hello Marc,
with your modification the exception didn't happen. But now all the time values in the javascript export are wrong. E.g. a date time of "31.03.2022 06:00" is converted to "31.03.2022 10:00"
Willi
with your modification the exception didn't happen. But now all the time values in the javascript export are wrong. E.g. a date time of "31.03.2022 06:00" is converted to "31.03.2022 10:00"
Willi
- Mon Mar 28, 2022 12:28 pm
- Forum: VCL
- Topic: Error in VCLTee.TeeJavaScript
- Replies: 6
- Views: 9984
Error in VCLTee.TeeJavaScript
Hello, there is a problem with Daylight Savings Time in the export of TDatetime values in VCLTee.TeeJavaScript.pas of ver. 2022.34. In line 1014 happens an ELocalTimeInvalid exception in tmpDate:=TTimeZone.Local.ToUniversalTime(AList[Index]) and therefore the export to JavaScript is wrong. We have a...
- Fri Feb 11, 2022 2:38 pm
- Forum: VCL
- Topic: Steema TeeChart Pro VCL FMX Source Code 2022.34
- Replies: 5
- Views: 9710
Re: Steema TeeChart Pro VCL FMX Source Code 2022.34
Hello Yeray
we have to use "TeeRecompile.exe -generateunits:27" because we use Delphi 10.4.2. Now its ok.
Willi
we have to use "TeeRecompile.exe -generateunits:27" because we use Delphi 10.4.2. Now its ok.
Willi
- Fri Feb 11, 2022 2:29 pm
- Forum: VCL
- Topic: Steema TeeChart Pro VCL FMX Source Code 2022.34
- Replies: 5
- Views: 9710
Re: Steema TeeChart Pro VCL FMX Source Code 2022.34
Hello
i have started "TeeRecompile.exe -generateunits:28" in the folder "C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2022.34\Source" but nothing happend. And we have added VCLTee to "unit scope names"
Willi
i have started "TeeRecompile.exe -generateunits:28" in the folder "C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2022.34\Source" but nothing happend. And we have added VCLTee to "unit scope names"
Willi
- Fri Feb 11, 2022 11:04 am
- Forum: VCL
- Topic: Steema TeeChart Pro VCL FMX Source Code 2022.34
- Replies: 5
- Views: 9710
Steema TeeChart Pro VCL FMX Source Code 2022.34
Hello, i have problems with the new "Steema TeeChart Pro VCL FMX Source Code 2022.34" package. There is no separate VCL folder like in "Steema TeeChart Pro VCL FMX Source Code 2021.33". I get in TeCanvas.pas(5886) an error E2010 incompatible types 'VCLTee.TeCanvas.TTeeCanvas' und 'TeCanvas.TTeeCanva...
- Thu Oct 28, 2021 12:32 pm
- Forum: VCL
- Topic: TeeChart VCL export to Javascript
- Replies: 10
- Views: 12789
Re: TeeChart VCL export to Javascript
Hello Yeray , i have send you three files to clarify the problem. First an export of the DBChart with correct time (Export Chart.bmp). Than the HTM Website with the JavaScript export of the whole DBChart ("KanalName H_Ga1Ga2.htm"). In that HTM file the last date value is "new Date(1635429928000)" e....
- Thu Oct 28, 2021 11:41 am
- Forum: VCL
- Topic: TeeChart VCL export to Javascript
- Replies: 10
- Views: 12789
Re: TeeChart VCL export to Javascript
Hello Yeray,
what hat i to do to get better results? I don' see any improved source code.
Willi
what hat i to do to get better results? I don' see any improved source code.
Willi