Search found 1066 matches
- Mon Mar 28, 2022 11:53 am
- Forum: VCL
- Topic: Working *.exe with release configuration in Delphi 10.3
- Replies: 3
- Views: 3030
Re: Working *.exe with release configuration in Delphi 10.3
Hello Remi, Maybe first check would be that the options that you have set for debug mode, such as search paths, have also been set for release mode. As the two environments pickup separate option sets the cause of the problem may lie there. Mostly, but not exclusively, that would result in a compile...
- Thu Mar 24, 2022 2:33 pm
- Forum: VCL
- Topic: TeeChart VCL/FMX v2022 [03 FEB 2022] RELEASE 2022.34.220203
- Replies: 21
- Views: 10923
Re: TeeChart VCL/FMX v2022 [03 FEB 2022] RELEASE 2022.34.220203
Hello, This issue resolved. TeeRecompile's environment titles are of this format for Delphi & C++Builder: TeeRecompile_envs.png The (C++) parameter at the end of the line gives the impression that support is for C++ only. That is not the case, successful conclusion of the run will install packages t...
- Thu Mar 24, 2022 12:04 pm
- Forum: VCL
- Topic: TeeChart VCL/FMX v2022 [03 FEB 2022] RELEASE 2022.34.220203
- Replies: 21
- Views: 10923
Re: TeeChart VCL/FMX v2022 [03 FEB 2022] RELEASE 2022.34.220203
.. I've run the following test: - copied the contents of the Studio\22 folder from a working Alexandria installation to a machine without that version of RAD Studio installed. - copied the RAD Studio registration keys from a working Alexandria installation and activated them at the new location. - R...
- Thu Mar 24, 2022 9:54 am
- Forum: VCL
- Topic: Visualize 32 bit values from 0 to 0xFFFFFFFF
- Replies: 4
- Views: 3316
Re: Visualize 32 bit values from 0 to 0xFFFFFFFF
Hello,
Problem reported as resolved. We understand that It may have been related to the code that creates the values.
Regards,
Marc
Problem reported as resolved. We understand that It may have been related to the code that creates the values.
Regards,
Marc
- Thu Mar 24, 2022 8:32 am
- Forum: VCL
- Topic: TeeChart VCL/FMX v2022 [03 FEB 2022] RELEASE 2022.34.220203
- Replies: 21
- Views: 10923
Re: TeeChart VCL/FMX v2022 [03 FEB 2022] RELEASE 2022.34.220203
Hello Jan,
Another thought has occurred. Is it possible you're running an older version of TeeRecompile? Pre Rad Studio 11? ...or is it the same one shipped with 2022.34.220203?
Regards,
Marc
Another thought has occurred. Is it possible you're running an older version of TeeRecompile? Pre Rad Studio 11? ...or is it the same one shipped with 2022.34.220203?
Regards,
Marc
- Wed Mar 23, 2022 8:12 am
- Forum: FMX
- Topic: How to set the MarkText of each chart point from a Query
- Replies: 1
- Views: 2477
Re: How to set the MarkText of each chart point from a Query
Hello Patricio, Here are the fieldnames for a Bar Series example setup via the Chart Editor to use the Embarcadero DBDemos' Orders table. You can use the same properties by code if you wish, including XLabelsSource: object Series1: TBarSeries DataSource = FDQuery1 XLabelsSource = 'ShipVIA' XValues.D...
- Tue Mar 22, 2022 9:48 am
- Forum: VCL
- Topic: Release .exe with TeeChart component don't work
- Replies: 1
- Views: 2275
- Tue Mar 22, 2022 9:47 am
- Forum: VCL
- Topic: Incorrect install setup
- Replies: 1
- Views: 2082
Re: Incorrect install setup
Hello, The error indicates that a different version, the TeeChart Standard version included with RAD Studio, is still on the search path somewhere. Check that non of the Standard TeeChart packages don't exist in any of the key Embarcadero folders (System, Bin, Lib) or anywhere else on the search pat...
- Tue Mar 22, 2022 9:42 am
- Forum: VCL
- Topic: Working *.exe with release configuration in Delphi 10.3
- Replies: 3
- Views: 3030
Re: Working *.exe with release configuration in Delphi 10.3
Hello Remi, Sorry, missed the earlier post. Does the compilation report any error message? Does the running of the release mode exe report any error messages? It is unlikely to be related to a license limitation as if running an unlicensed version, it will show a watermark but shouldn't crash. Regar...
- Tue Mar 22, 2022 9:38 am
- Forum: VCL
- Topic: How to modify the element legend name and value using an edit method
- Replies: 3
- Views: 2668
Re: How to modify the element legend name and value using an edit method
Hello Patricio, It would look like this, using the Series' click event: void __fastcall TForm1::Series1Click(TChartSeries *Sender, int ValueIndex, TMouseButton Button, TShiftState Shift, int X, int Y) { Sender->YValues->Items[ValueIndex] = 1; Sender->Labels->Labels[ValueIndex] = "Michel"; } Regards,...
- Tue Mar 22, 2022 9:12 am
- Forum: VCL
- Topic: Example database "STOCK" for TDBChart.. where located?
- Replies: 1
- Views: 1946
Re: Example database "STOCK" for TDBChart.. where located?
Hello,
I've put a downloadable version up here:
https://www.steema.com/files/public/tee ... leData.zip
Regards,
Marc Meumann
I've put a downloadable version up here:
https://www.steema.com/files/public/tee ... leData.zip
Regards,
Marc Meumann
- Tue Mar 22, 2022 8:59 am
- Forum: VCL
- Topic: tdbchart single record sample exist? Where?
- Replies: 1
- Views: 1970
Re: tdbchart single record sample exist? Where?
Hello,
You should find a Single Record example in TeeNew.
Here for example:
https://github.com/Steema/TeeChart-VCL- ... Record.pas
Regards,
Marc Meumann
You should find a Single Record example in TeeNew.
Here for example:
https://github.com/Steema/TeeChart-VCL- ... Record.pas
Regards,
Marc Meumann
- Tue Mar 22, 2022 8:50 am
- Forum: VCL
- Topic: Visualize 32 bit values from 0 to 0xFFFFFFFF
- Replies: 4
- Views: 3316
Re: Visualize 32 bit values from 0 to 0xFFFFFFFF
Hello,
I'm sorry for the delay with this reply, we'd missed the post. To help us along, could you send us a small code sample or project that reproduces the problem; it will help us debug it and offer up possible solutions. You can send it to info@steema.com
Regards,
Marc Meumann
I'm sorry for the delay with this reply, we'd missed the post. To help us along, could you send us a small code sample or project that reproduces the problem; it will help us debug it and offer up possible solutions. You can send it to info@steema.com
Regards,
Marc Meumann
- Fri Mar 18, 2022 3:29 pm
- Forum: VCL
- Topic: TeeChart VCL/FMX v2022 [03 FEB 2022] RELEASE 2022.34.220203
- Replies: 21
- Views: 10923
Re: TeeChart VCL/FMX v2022 [03 FEB 2022] RELEASE 2022.34.220203
Hello Jan, The symptom you have described has happened on occasion in my tests if Alexandria isn't installed correctly, or hasn't updated the registry correctly. I know you are able to use Delphi and C++ Builder but that is the explanation that comes to mind. On re-installing Alexandria, TeeRecompil...
- Mon Mar 14, 2022 2:49 pm
- Forum: VCL
- Topic: interpolating on TIsoSurfaceSeries
- Replies: 1
- Views: 2181
Re: interpolating on TIsoSurfaceSeries
Hello, I can't think of a straightforward way unless you were to go into the IsoSurface code itself. If you are a sourcecode customer you have that possibility. IsoSurface checks the four point corners of each cell and runs a calculation for the 'iso-lines' that cut the cell. It may be possible to e...