- Posts: 51
- Thank you received: 0
- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- General Purpose
- TTabControl and alClient do not work correctly
×
General Purpose Components and Libraries, discussions, problems and suggestions
Question TTabControl and alClient do not work correctly
- Roman
- Topic Author
- Offline
- Junior Member
-
Less
More
4 years 3 months ago #11492
by Roman
TTabControl and alClient do not work correctly was created by Roman
Hi all!
If I use TTabControl with alClient alignment then in design mode CT may be crashed, or Width of TTabControl may be greather than 4000, or both.
Setting alignment to alClient call recursive modification of Width property, I think... How to correct this?
If I use TTabControl with alClient alignment then in design mode CT may be crashed, or Width of TTabControl may be greather than 4000, or both.
Setting alignment to alClient call recursive modification of Width property, I think... How to correct this?
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
4 years 3 months ago - 4 years 3 months ago #11493
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic TTabControl and alClient do not work correctly
Thanks Sir
we know this problem but we can't solve it (yet)
My suggestion
stop using the Embedded Form Designer
for so big Width (4000)
Uncheck "Use Embedded Form Designer"
and restart Typhon IDE
we know this problem but we can't solve it (yet)
My suggestion
stop using the Embedded Form Designer
for so big Width (4000)
Uncheck "Use Embedded Form Designer"
and restart Typhon IDE
PilotLogic Architect and Core Programmer
Attachments:
Last edit: 4 years 3 months ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- Roman
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 51
- Thank you received: 0
4 years 3 months ago #11499
by Roman
But this option is completely unacceptable, because the meaning of using IDE is lost.
The best option: in the design mode, set alNone and manually stretch the component to the size of the parent form, and in the runtime in OnFormCreate, set the value to alClient.
Replied by Roman on topic TTabControl and alClient do not work correctly
Thank you for trying to help.Sternas Stefanos wrote: Uncheck "Use Embedded Form Designer"
and restart Typhon IDE
But this option is completely unacceptable, because the meaning of using IDE is lost.
The best option: in the design mode, set alNone and manually stretch the component to the size of the parent form, and in the runtime in OnFormCreate, set the value to alClient.
It is sad...Sternas Stefanos wrote: we can't solve it (yet)
Please Log in or Create an account to join the conversation.