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
MOVED: Lazarus and Vision...
by
trev
[
Today
at 01:36:29 am]
LAMW - How to set effect ...
by
jmpessoa
[
Today
at 12:27:37 am]
BGRA Controls
by
circular
[May 28, 2022, 11:47:02 pm]
Simple animation with TTi...
by
RayoGlauco
[May 28, 2022, 11:22:13 pm]
RP2040 with Picoprobe and...
by
MarkMLl
[May 28, 2022, 10:35:57 pm]
Announcement: Lazarus Ico...
by
DelphiFreak
[May 28, 2022, 09:58:49 pm]
Debugging libraries
by
avra
[May 28, 2022, 09:34:26 pm]
Lazarus and VisionFive V1
by
Thaddy
[May 28, 2022, 09:13:28 pm]
Need help with tickets on...
by
circular
[May 28, 2022, 08:30:34 pm]
Feature announcement: Fun...
by
Thaddy
[May 28, 2022, 08:19:38 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: These 'raise' messages do not look nice (Read 953 times)
AlexTP
Hero Member
Posts: 1777
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: 1777
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