Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

center frame when opening message #2526

Merged
merged 2 commits into from
Aug 5, 2024
Merged

center frame when opening message #2526

merged 2 commits into from
Aug 5, 2024

Conversation

iradraconis
Copy link
Collaborator

completes #2524

@j-dimension
Copy link
Member

@iradraconis Du kannst für die Behandlung von GUI-Ereignissen wie folgt vorgehen:

im "Navigator" (oder direkt in der Darstellung der Oberfläche) das Element selektieren, in diesem Fall den ganzen Dialog:

grafik

Dann in den Properties unter "Events" das Ereignis auswählen und fertig. Dann hast Du automatisch eine leere "formComponentShown" o.ä. Methode und musst diese nur füllen.

grafik

Es spricht nichts dagegen, einen Event Handler einfach im Code hinzuzufügen. Allerdings hat man dann keinen zentralen Überblick, welche Ereignisse schon behandelt sind.

Danke Dir für den Fix, ich merge das gleich.

@j-dimension j-dimension merged commit 9428628 into master Aug 5, 2024
@j-dimension j-dimension deleted the bug/some-ui-fixes branch August 5, 2024 20:20
@j-dimension j-dimension added this to the 2.7 milestone Aug 5, 2024
@iradraconis
Copy link
Collaborator Author

iradraconis commented Aug 5, 2024

Danke. Merke ich mir. Ich wollte dir nicht zusätzlich Arbeit machen..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
2 participants