| View previous topic :: View next topic |
| Author |
Message |
Vladimir Stefanovic Guest
|
Posted: Sat Apr 17, 2004 7:37 pm Post subject: Can someone please check: TFrame's size when reopened the pr |
|
|
Hi
When I resize TFrame to desired size,
and when I open the project next time
the TFrame's size hasn't kept the size
I left. It returns to it's own fixed size...
Can someone check this - maybe I
have a mess somewhere in my settings.
This behavior makes problems with
controls that anchors to right...
Best regards,
Vladimir.
|
|
| Back to top |
|
 |
OBones Guest
|
Posted: Sun Apr 18, 2004 12:53 am Post subject: Re: Can someone please check: TFrame's size when reopened th |
|
|
Vladimir Stefanovic wrote:
| Quote: | Hi
When I resize TFrame to desired size,
and when I open the project next time
the TFrame's size hasn't kept the size
I left. It returns to it's own fixed size...
Can someone check this - maybe I
have a mess somewhere in my settings.
This behavior makes problems with
controls that anchors to right...
Best regards,
Vladimir.
|
I only noticed that problem when setting the frame's AutoSize property
to true. Setting it to false solved the design time problems, and I set
it to true again when the frame is created.
|
|
| Back to top |
|
 |
Vladimir Stefanovic Guest
|
Posted: Sun Apr 18, 2004 6:44 am Post subject: Re: Can someone please check: TFrame's size when reopened th |
|
|
| Quote: | I only noticed that problem when setting the
frame's AutoSize property to true. Setting it
to false solved the design time problems, and
I set it to true again when the frame is created.
|
I have no BCB installed on this machine to
check this. I only can say that I have TPanel
on TFrame which is Align-ed alClient. I'll
check tomorrow all the cases.
As I have already said it makes problems at
design time with controls that are Anchor-ed
to Right.
Thanks.
|
|
| Back to top |
|
 |
|