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
How do I add a Pascal com...
by
petejones
[
Today
at 05:49:45 pm]
const variable can be mod...
by
marcov
[
Today
at 05:44:32 pm]
Vector graphics floodfill...
by
zamtmn
[
Today
at 05:12:36 pm]
installation warning
by
PascalDragon
[
Today
at 05:02:12 pm]
Raspberry with source dir...
by
PascalDragon
[
Today
at 04:59:03 pm]
The declaration of WriteF...
by
PascalDragon
[
Today
at 04:52:00 pm]
Lazarus Release 2.2.2
by
Espectr0
[
Today
at 04:04:15 pm]
Optimizing the counter co...
by
BrunoK
[
Today
at 03:51:55 pm]
Need help with continuous...
by
petejones
[
Today
at 03:29:06 pm]
HTML to text
by
Jurassic Pork
[
Today
at 01:20:29 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: 1° position but label keep to be behind component (Read 2986 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: 9588
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: 9588
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