Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
LCL
»
Hint window peculiarity
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
[ANN] fpGUI Toolkit v2.0....
by
Graeme
[
Today
at 02:57:36 am]
My AGGPas examples
by
Graeme
[
Today
at 02:52:48 am]
We are starting to use La...
by
dbannon
[
Today
at 02:15:01 am]
Reporting a Bug? in Strin...
by
Bart
[
Today
at 01:48:34 am]
QuestionDlg does strange ...
by
Martin_fr
[
Today
at 01:16:29 am]
SoundTracker Player Libra...
by
hukka
[
Today
at 01:01:39 am]
it2play - IT/S3M module r...
by
hukka
[
Today
at 12:47:05 am]
Reflection and Review in ...
by
jwdietrich
[February 14, 2026, 09:53:31 pm]
How to determine the unkn...
by
Roland57
[February 14, 2026, 09:42:26 pm]
fpGUI Toolkit v2.0.1 has ...
by
cdbc
[February 14, 2026, 09:32:46 pm]
LazReport
by
dseligo
[February 14, 2026, 08:51:08 pm]
Howto : Double buffer wit...
by
biologic
[February 14, 2026, 06:42:42 pm]
how to enable multihelper...
by
PascalDragon
[February 14, 2026, 06:30:05 pm]
Free Pascal for a small e...
by
devEric69
[February 14, 2026, 06:19:36 pm]
Fast Canvas Library V1.05...
by
backprop
[February 14, 2026, 05:46:10 pm]
Are the source files for ...
by
Derz
[February 14, 2026, 05:12:27 pm]
[ANN] PasBuild 1.3.0 rele...
by
Graeme
[February 14, 2026, 05:02:32 pm]
Frustrating Error When us...
by
jamie
[February 14, 2026, 04:22:29 pm]
; after then
by
Curt Carpenter
[February 14, 2026, 04:09:29 pm]
Help needed compiling
by
jamie
[February 14, 2026, 03:58:08 pm]
Does not go out of functi...
by
Martin_fr
[February 14, 2026, 03:43:52 pm]
How to start LAMW emulato...
by
RaketeMike
[February 14, 2026, 12:44:46 pm]
ThorVG - test (lightweigh...
by
Antek
[February 14, 2026, 12:35:09 pm]
Questions from a Windows ...
by
hedgehog
[February 14, 2026, 12:20:15 pm]
[ANN] fpGUI Toolkit v2.0....
by
Fred vS
[February 14, 2026, 11:43:13 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Hint window peculiarity (Read 1590 times)
bytebites
Hero Member
Posts: 778
Hint window peculiarity
«
on:
November 09, 2020, 02:14:45 pm »
Lazarus trunk version: When hint window has 9 lines, the last line does not appear, there is empty line. With 17 lines there is two missing lines.
2.10 version is correct.
Logged
zoltanleo
Hero Member
Posts: 509
Re: Hint window peculiarity
«
Reply #1 on:
November 09, 2020, 05:02:39 pm »
I see no problem
Code: Pascal
[Select]
[+]
[-]
procedure
TForm1
.
FormCreate
(
Sender
:
TObject
)
;
var
i
:
integer
;
s
:
string
;
begin
s
:
=
''
;
for
i
:
=
1
to
20
do
s
:
=
s
+
IntToStr
(
i
)
+
LineEnding
;
with
tlabel
.
Create
(
form1
)
do
begin
parent
:
=
form1
;
Caption
:
=
'see hint window'
;
left
:
=
50
;
top
:
=
50
;
hint
:
=
Trim
(
s
)
;
Visible
:
=
True
;
ShowHint
:
=
True
;
end
;
end
;
Logged
Win10 LTSC x64/Deb 12 amd64(gtk2)/Kubuntu(qt5)/Darwin Cocoa x86_64 (Sequoia):
Lazarus x32_64 (trunk); FPC(trunk), FireBird 3.0.11; IBX by TonyW
Sorry for my bad English, I'm using translator
JuhaManninen
Global Moderator
Hero Member
Posts: 4676
I like bugs.
Re: Hint window peculiarity
«
Reply #2 on:
November 09, 2020, 07:00:26 pm »
Works correctly here, too.
Logged
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.
bytebites
Hero Member
Posts: 778
Re: Hint window peculiarity
«
Reply #3 on:
November 09, 2020, 07:10:49 pm »
Gtk 2 on linux Mint.
Logged
Bart
Hero Member
Posts: 5680
Re: Hint window peculiarity
«
Reply #4 on:
November 09, 2020, 08:21:36 pm »
Please file a bugreport and attach the sample project (sources only).
Category should be WidgetSet, and specify it is GTK2.
Bart
Logged
JuhaManninen
Global Moderator
Hero Member
Posts: 4676
I like bugs.
Re: Hint window peculiarity
«
Reply #5 on:
November 10, 2020, 10:26:58 am »
Yes, with GTK2 I can reproduce the problem.
Logged
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
LCL
»
Hint window peculiarity
TinyPortal
© 2005-2018