VincentG 1 Posted November 16, 2023 Hello, I've got a problem using a TGroupBox. I'm pretty sure it's a silly thing but I can't point it out... When I put a groupbox on my Form, it appears like that : Which is fine for me. But when I launch the app on my phone, it appears like that : Text is inside the box, and centered. On 1st try, I've got nothing set in the StyleLookUp property. On the 2nd try, I set it as groupboxstyle (default) : same On 3rd try I customized a style : result is the same in the app. I tried to change the text color to blue (in the Style), and it appears like that in Delphi, so it seems ok : But when I'm launching the app on the phone, still the same... What obvious thing am I missing ? I of course have no code that could change things in this form. Thanks a lot. Share this post Link to post
Minox 7 Posted November 16, 2023 You probably have set the "Style" preview to "Windows", try selecting the right destination (you can find it in Design) Share this post Link to post
VincentG 1 Posted November 16, 2023 1 hour ago, Minox said: You probably have set the "Style" preview to "Windows", try selecting the right destination (you can find it in Design) Yes indeed, didn't pay attention to that. I struggled to find where that was but found it. Thanks ! Share this post Link to post