Problem with FormTeePanel

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
tom
Newbie
Newbie
Posts: 1
Joined: Fri Nov 15, 2002 12:00 am
Location: China

Problem with FormTeePanel

Post by tom » Sat Jul 30, 2005 1:58 pm

hello, i met with a problem which bothered me long time.
The teechart version I used is 6.01. I want to use the formteepanel at normal size. But each time it was maxmized. I donot know the reasons. the below is the code:

with TFormTeePanel.CreatePanel(self,TCustomTeePanelExtended(selectedchart)) do
try
Caption:='chart';
BorderIcons:=[biSystemMenu,biMinimize,biMaximize];
WindowState:=wsnormal;
PageControl1.ActivePageIndex :=0;
showmodal;
finally
free;

who can help me . thank you!

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Aug 10, 2005 12:19 pm

Hi Tom,

would you be so kind to send me a simple example with which I can reproduce the problem "as is " here ?
You can send me it directly to pep@steema.com

Post Reply