Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Miscellaneous
»
Translations
»
Translation of: "Check packages on form create" (id 216)
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
FAQ
Wiki
Bugtracker
Packages
IRC channel
Developer Blog
Follow us on Twitter
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
Search
Advanced search
Recent
CD Eject
by
440bx
[
Today
at 08:08:14 am]
I'm seeking (beta-)tester...
by
OkobaPatino
[
Today
at 07:25:21 am]
Generics without speciali...
by
Nitorami
[
Today
at 05:29:06 am]
Using DataModules query
by
dsyrios
[
Today
at 05:02:13 am]
how to get a X Y line cha...
by
daveinhull
[
Today
at 02:22:16 am]
output window wont pop up
by
Martin_fr
[
Today
at 01:35:04 am]
DYLIB Cannot Add Requirem...
by
kevin.black
[
Today
at 12:45:00 am]
Decimal <=> Dozinal (Duod...
by
BobDog
[
Today
at 12:43:28 am]
I need a stacked bar char...
by
RedOctober
[February 20, 2019, 11:43:04 pm]
JsonConf unit: how to sav...
by
jamie
[February 20, 2019, 11:40:04 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Translation of: "Check packages on form create" (id 216) (Read 2223 times)
nikel
Jr. Member
Posts: 84
Translation of: "Check packages on form create" (id 216)
«
on:
May 06, 2018, 11:51:39 am »
Hello,
I have to state if the string means; "create package while creating form" or "create package after creating form" in the translation file.
Regards,
Can Günay
Logged
Thaddy
Hero Member
Posts: 7435
Re: Translation of: "Check packages on form create" (id 216)
«
Reply #1 on:
May 06, 2018, 01:58:03 pm »
The first option would mean a multi-threaded context....
so it is the second.
The meaning is the package should be available *before* the form is shown, but *after* the initial internal form create. That can be handled in a
Tform.OnCreate
event, though. That happens at exactly the spot I described.
«
Last Edit: May 06, 2018, 02:03:15 pm by Thaddy
»
Logged
Ad Brexinitum (can't help it)
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Miscellaneous
»
Translations
»
Translation of: "Check packages on form create" (id 216)