I've built a Firemonkey app and have some kind of visual errors, I use a lot of layouts to group controls but they get bounded with a border, and if resize the form or minimize/maximize the form the border disappears.
I've built a Firemonkey app and have some kind of visual errors, I use a lot of layouts to group controls but they get bounded with a border, and if resize the form or minimize/maximize the form the border disappears.
How to fix that?
How to fix that?
FireMonkey has artifacts if the height and width values contain decimals. Also if you have a Windows style in your TStyleBook and you publish it to Android it might have artifacts like that. What control is manifesting the artifacts? TLabel?
ReplyDeleteEli M I see that in labels and layouts.
ReplyDeleteThe style I've created by myself.