Aligning Title bar main icons from right side in RightToLeft Bidimode

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #37988
    Saeidd2016
    Participant

    Hello support,

    When we set the Bidimode property of form to bdRightToLeft the main icons of title bar align from left side. Is it possible to align them from right side in RightToLeft bidimode?

    #58492
    Support
    Keymaster

    Hello!

    I can do it in the code, but these buttons will not look good in many skins. Look the image.

    And I haven't an idea what to do with it.

    #58493
    Stephane Senecal
    Participant

    Maybe flip the bitmap horizontally

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    #58494
    Saeidd2016
    Participant
    'Support' wrote:

    Hello!

    I can do it in the code, but these buttons will not look good in many skins. Look the image.

    And I haven't an idea what to do with it.

    I mean that in RightToLeft bidimode I want to place main icons on right side of title bar like LeftToRight bidimode. look the image.

    [attachment=8963:07.png]

    #58495
    Support
    Keymaster

    Ok, what about TsTitleBar items? They should be aligned right to left, right?

    #58500
    Saeidd2016
    Participant
    'Support' wrote:

    Ok, what about TsTitleBar items? They should be aligned right to left, right?

    No TstitleBar but Title of form. The default buttons of form title (close button, maximize button, minimize button) automatically place on left side of form title when bidimode is RighttoLeft. I want to place them on right side of form title.

    #58511
    Support
    Keymaster

    I will add new TsSkinManager.ButtonsOptions.AllowRTLSysButtons property in the v14.05

    You will be able to forbid a changing of system buttons position when RTL enabled.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.