Chris1701 0 Posted 15 hours ago I have an application that has two versions both VCL, one for the desktop and one written specifically for a Windows Tablet to be used with the touchscreen. Back when I was first working on the tablet version I was looking for a way to change the text size of Popup menus, mainly because on the tablet when using touch the default text size for popup menus is way to small to be able to select an item by touch people with the group where I was asking the question said "Here, use Alpha Skins because these components let you do that" so I did buy it and it's had been working fine. However no one has heard from the developer in two years and it's been mentioned he is the Ukraine and people in the forums are speculating that he's possibly been killed and that there will not be updates that are needed to get the software to work on Delphi 13. So what are other options, possibly for components that are Delphi 13 compatible that would allow you to set the font size in a popup menu? Share this post Link to post
Remy Lebeau 1653 Posted 13 hours ago (edited) Have you tried changing the Size property of the VCL's global TScreen.MenuFont? Edited 13 hours ago by Remy Lebeau Share this post Link to post
Chris1701 0 Posted 13 hours ago (edited) 24 minutes ago, Remy Lebeau said: Have you tried changing the Size property of the VCL's global TScreen.MenuFont? When I asked this question the first time 5 or 6 years ago I got a few responses but that wasn't one of them. I'll test that and get back to you. Thanks Remy! Edited 12 hours ago by Chris1701 Share this post Link to post