![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
Summary: | Resizing form with tchart and a large number of other controls causes a crash | ||
---|---|---|---|
Product: | FireMonkey TeeChart | Reporter: | weatherdisplay <info> |
Component: | Chart | Assignee: | Steema Issue Manager <issuemanager> |
Status: | UNCONFIRMED --- | ||
Severity: | major | ||
Priority: | --- | ||
Version: | 27.190530 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Mac OS | ||
Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | RAD 10.3 Rio |
Attachments: | .pas and .fmx files to reproduce |
actually all you need is a tchart on a tscaledlayout for the program to crash when you resize the form on OSX 64 bit compiled program even just having a tchart on a blank form (i,e no tlayout) and resizing the form you get a crash when compiled to 64 bit (but 32 bit is OK ) i see there is actually a new updated version of tchart (october) trying that out :) and I see the problem has been reported and reproduced: http://216.92.220.29/viewtopic.php?f=17&p=76740 :) just a fyi updating to the vers 2019.28 has not helped i suspect it could also be a compiler problem with OSX 64 bit as 64 bit linux is ok i discovered the problem does not occur with the lite version of tchart (the one that comes with Delphi) |
Created attachment 923 [details] .pas and .fmx files to reproduce HI On 64 bit OSX compiled with Delphi 10.3 update 2 having a tlayout or tscaledlayout, set to client, and lots of controls (e.g labels and group boxes) and then adding a tchart causes the program to crash when the form is resized. Compiled to 32 bit OSX and its OK Thanks Brian Hamilton