delphi - Error when TChart is docked -
i av when dock form, wich contains tchart
, form. error not occure when autopaint
property of tchart set true
.
i have tested c++builder xe6, xe7 , delphi builder xe6 standard version of teechart
.
steps reproduce:
- create new application 2 forms (form1 , form2). both forms should shown.
- in constructor of form1 set
docksite = true
paste following code in constructor of form2:
dragmode = dmautomatic; dragkind = dkdock; tchart* chart1 = new tchart(this); //don't forget delete chart1->parent = this; chart1->autorepaint = false;
start application , dock form2 form1 dragging mouse.
can reproduce or has idea whats going wrong?
like david said, question answered now. think new updates on issue seen @ qc.
Comments
Post a Comment