Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
General
»
These 'raise' messages do not look nice
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
fpDebug not goto error li...
by
tsknv
[
Today
at 01:58:54 pm]
snake biting its tail
by
BlueIcaro
[
Today
at 01:48:16 pm]
RISCV32 Embedded -> Addin...
by
kupferstecher
[
Today
at 11:24:51 am]
TIOBE Index for May 2022
by
BeniBela
[
Today
at 11:20:50 am]
RP2040 with Picoprobe and...
by
MarkMLl
[
Today
at 11:18:05 am]
TBCTrackBarUpDown OnMouse...
by
petevick
[
Today
at 10:02:37 am]
Where is GraphUtils? Colo...
by
rvk
[
Today
at 09:54:29 am]
Read JSON names
by
Gustavo 'Gus' Carreno
[
Today
at 09:43:31 am]
Ant.Properties can't be f...
by
Pkandet
[
Today
at 09:04:45 am]
Help needed for usage of ...
by
Thaddy
[
Today
at 07:48:58 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: These 'raise' messages do not look nice (Read 948 times)
AlexTP
Hero Member
Posts: 1775
These 'raise' messages do not look nice
«
on:
January 23, 2022, 08:12:37 pm »
lcl/include/treeview.inc
Code: Pascal
[Select]
[+]
[-]
TreeNodeError
(
'TTreeNodes.GetSelections Index '
+
IntToStr
(
AIndex
)
+
' out of bounds (Count='
+
IntToStr
(
FSelection
.
Count
)
+
')'
)
;
TreeNodeError
(
'TTreeNodes.GetNodeFromIndex Index '
+
IntToStr
(
Index
)
+
' out of bounds (Count='
+
IntToStr
(
FCount
)
+
')'
)
;
TreeViewError
(
'TTreeStrings.Add: Invalid level, Level='
+
IntToStr
(
Level
)
+
' OldLevel='
+
IntToStr
(
OldLevel
)
)
;
TreeViewError
(
'TTreeStrings.Add: Invalid level, Node=nil I='
+
IntToStr
(
I
)
+
' Level='
+
IntToStr
(
Level
)
)
;
else
TreeViewError
(
'TTreeStrings.LoadTreeFromStream: Level='
+
IntToStr
(
ALevel
)
+
' CuurStr="'
+
CurrStr
+
'"'
)
;
I suggest to use Format() here.
Logged
CudaText editor
-
ATSynEdit
-
More from me
Bart
Hero Member
Posts: 4690
Re: These 'raise' messages do not look nice
«
Reply #1 on:
January 23, 2022, 09:14:58 pm »
Can you open a bugreport and add a patch?
It also strikes me that the messages are hardcoded (so not translatable).
Bart
Logged
AlexTP
Hero Member
Posts: 1775
Re: These 'raise' messages do not look nice
«
Reply #2 on:
January 23, 2022, 09:29:45 pm »
Created the
bug report
.
[Edited to add bug link.]
«
Last Edit: January 24, 2022, 12:18:49 am by trev
»
Logged
CudaText editor
-
ATSynEdit
-
More from me
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
General
»
These 'raise' messages do not look nice
TinyPortal
© 2005-2018