![]() | 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: | Embedded editor raises an "COntrol has no parent window" error (incl fix) | ||
---|---|---|---|
Product: | VCL TeeChart | Reporter: | h.hasenack <hans> |
Component: | Editors | Assignee: | Steema Issue Manager <issuemanager> |
Status: | CONFIRMED --- | ||
Severity: | major | CC: | hans, sandra |
Priority: | High | ||
Version: | 150901 | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows | ||
Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
Attachments: | a demo case and a patched TeeEdit.Pas |
Description
h.hasenack
2016-06-28 07:13:05 EDT
I work in RS10.1 Berlin, but I have seen the seame error on seattle and earlier editions. Please fix this in the next release! Off course, the SetParent signature has to match the FMX or VCL platform. Is I currently do not use the FMX platform I have simply disabled my patch for the FMX platform. Hello, Unfortunately, the problem you are experiencing doesn't appear for us using latest Teechart Pro VCL/FMX v2016.18. To reproduce the problem, I have followed your instructions: 1- Add TeeChartEditorPanel 2- I have removed/commented from main source the <<Aplication.MainFormOnTaskbar := True>> line 3- Run the application. The application works for me without problems. I have done the test using Rad Studio 10.1 Berlin and Rad Studio 10 Seattle. Are you using latest TeeChart Por VCL/FMX v2016.18? Thanks in advance Regards Sandra Created attachment 613 [details]
a demo case and a patched TeeEdit.Pas
I have created a demo case (RS10.Berlin).
You will preobably have problems opening the main form due to the crash in the tee editor panel. This is the problem I am aiming to fix!
Please find attached also a patched TeeEdit.pas. You will have to activa the HH_PATCH_TEEEDITORPANEL through the TeeDefs.ini to try the patched code.
Strange behavior: when the patch is active, the form loads fine both runtime and designtime. But the MainPage of the editor is somehow hidden. When switching between the text tab and the editor tab on the main form, the mainpage gets to be visible. I have not found out how and why this happens.
Unfortunately large attachments (6MByte) are not allowed so I cannot send you the compiled code :(
Please take the issue seriously ast I already invested over 8 hrs getting around this.
I can be reached by Skype (screen sharing!) to demonstrate the issue and the fix easily. h.hasenack(at)sg-assetmanagement.nl
Regards, Hans
|