Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
LCL
»
1° position but label keep to be behind component
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
The declaration of WriteF...
by
440bx
[
Today
at 02:40:00 pm]
Lazarus Release 2.2.2
by
Zvoni
[
Today
at 01:58:19 pm]
Strange behavior TFontDia...
by
zoltanleo
[
Today
at 01:52:36 pm]
Optimizing the counter co...
by
PascalDragon
[
Today
at 01:45:16 pm]
Another two bugs in TIpHt...
by
Soner
[
Today
at 12:56:17 pm]
Help needed for usage of ...
by
william
[
Today
at 12:55:50 pm]
VirtualStringTree...
by
Wallaby
[
Today
at 12:41:15 pm]
[SOLVED] TPointF Not Foun...
by
marcov
[
Today
at 11:14:43 am]
How can i run application...
by
Moombas
[
Today
at 08:12:46 am]
MOVED: bug on online pack...
by
trev
[
Today
at 01:07:29 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: 1° position but label keep to be behind component (Read 2982 times)
lander
New Member
Posts: 31
1° position but label keep to be behind component
«
on:
October 16, 2021, 03:30:27 pm »
I placed a TreeView. If I put a label on top of the TreeView the text is white, if I move that to the Form it is black. I have changed position to be top level but it keep to be white on the TreeView.
If I move the TreeView I see the Label behind...
«
Last Edit: October 16, 2021, 03:33:24 pm by lander
»
Logged
wp
Hero Member
Posts: 9578
Re: 1° position but label keep to be behind component
«
Reply #1 on:
October 16, 2021, 03:39:13 pm »
Read
https://forum.lazarus.freepascal.org/index.php/topic,37185.msg249104.html#msg249104
Use a TStaticText rather than a TLabel.
Logged
Mainly Lazarus trunk / fpc 3.2.0 / all 32-bit on Win-10, but many more...
lander
New Member
Posts: 31
Re: 1° position but label keep to be behind component
«
Reply #2 on:
October 16, 2021, 05:22:09 pm »
Thank you wp.
Logged
lander
New Member
Posts: 31
Re: 1° position but label keep to be behind component
«
Reply #3 on:
October 17, 2021, 10:34:14 am »
There's a new problem. To have Default color on the page control, where the TreeView is placed, I applied
this
code to my form.
After this the StaticText appear as the attached image and if I change the color or flag to TRUE the parent control it doesn't fix.
Logged
wp
Hero Member
Posts: 9578
Re: 1° position but label keep to be behind component
«
Reply #4 on:
October 17, 2021, 11:38:08 am »
Code: Pascal
[Select]
[+]
[-]
procedure
TForm1
.
FormCreate
(
Sender
:
TObject
)
;
begin
FixPageControl
(
PageControl1
)
;
StaticText1
.
Color
:
=
TreeView1
.
Color
;
StaticText1
.
Transparent
:
=
false
;
end
;
Logged
Mainly Lazarus trunk / fpc 3.2.0 / all 32-bit on Win-10, but many more...
lander
New Member
Posts: 31
Re: 1° position but label keep to be behind component
«
Reply #5 on:
October 17, 2021, 12:20:23 pm »
wp you are a genius. Thanks again.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
LCL
»
1° position but label keep to be behind component
TinyPortal
© 2005-2018