FormDialogs skinned label issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #70733
    Mauro
    Participant

    When I open any type of opendialog or savedialog, the labels with the name or file type contain the special letter “&” (See attachment).
    Is there any option to work around this problem without disabling the skin?

    Alpha control version 16.23. Windows 10.

    Attachments:
    You must be logged in to view attached files.
    #70735
    Support
    Keymaster

    Hello, Mauro!
    Thank you for the message, this issue will be solved in the nearest release soon.

    #70736
    UniSoft
    Participant

    If you have source code
    open file: acSBUtils.pas

    find function:
    function TacStaticWnd.PaintText(DoCalc: boolean): TRect;

    fix:
    Flags := DT_EDITCONTROL or DT_WORDBREAK or DT_NOCLIP or {DT_TABSTOP or} DT_VCENTER; // or MAKEWORD(0, 10);


    @Support

    For what here MAKEWORD(0, 10)?
    it turns to be DT_NOPREFIX or DT_EXTERNALLEADING

    PS: This bug presence since v16.18

    • This reply was modified 2 years, 9 months ago by UniSoft.
    #70757
    Mauro
    Participant

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘FormDialogs skinned label issues’ is closed to new replies.