FormDialogs skinned label issues Root › Technical support › Troubleshooting This topic has 3 replies, 3 voices, and was last updated 2 years, 9 months ago by Mauro. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 1, 2022 at 12:46 pm #70733 MauroParticipant 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. February 1, 2022 at 5:10 pm #70735 SupportKeymaster Hello, Mauro! Thank you for the message, this issue will be solved in the nearest release soon. February 1, 2022 at 6:29 pm #70736 UniSoftParticipant 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. February 10, 2022 at 9:16 am #70757 MauroParticipant Thanks Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The topic ‘FormDialogs skinned label issues’ is closed to new replies. Root › Technical support › Troubleshooting