-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Bug]: When the ButtonSpecs are left aligned the System Menu icon does not react to the click event any more. #646
Comments
thoughts on this possible solutions ....
As RTL is broken in Krypton, then any changes to the above will probably break RTL even more ! Thoughts ? |
That could be combined with this request #640 A possible KForm standard that separates the title from the icon and lets title be left/center/right aligned. For example center the Title: ..... |
Title should respect the boundaries created by adding ButtonSpecs to the form when being aligned |
I'm confused.. What does this mean ? |
Found whilst investigating : Krypton-Suite/Standard-Toolkit#646
… left aligned - ClearUp some value naming - Add missing `GetSystemMenu` Resolves: #646
@giduac Correct, Please put the whole of the above into a feature request, and reference here. |
@Smurf-IV |
Great, and thanks for the feedback, |
Before creating a feature request discussing this a little further here. Findings: The sample program can both add Kform and standard form as child windows. Which clearly shows the differences.
Nightly .43 (without system menu fix and title alignement)
Nightly .45/.46 (with system menu fix)
Ribbon Nightly .43 (without system menu fix and title alignment)
Nightly .45/.46 (with system menu fix)
Proposal System menu always in the outer-left corner (also with RTL == YES) ButtonSpecs with left alignment: Aligned right to the system menu icon Form Title placement (already implemented: FormTitleAlign | since nightly .45) Doing it like this would add flexibility. If the title is left aligned: It should appear at the first possible position next to the last left aligned Buttonspec. Also has to be compatible with the Ribbon overlays (In their various guises). How does the above behave in a Ribbon overlay / non overlay / Dynamic overlay (user controlled)
**3-3-2022 Added: **
|
From the investigations of #641:
When the
ButtonSpecs
are "left aligned" theSystem Menu icon
does not react to the click event any more.ALT+SPACE
does popup the system menu though.Edit: Right click also pop's up the system menu
The text was updated successfully, but these errors were encountered: