How shadowbrush not work on mac os ventura ?
In windows 11 work fine.
Thanks
Windows
Mac
This looks like a Web Project UI. Can you share your code?
if down then
g.DrawingColor = color.rgb(0,0,0,200)
g.FillRoundRectangle(5,5,g.width-10,g.height-10,8,8)
g.DrawingColor = BackgroundColor
g.FillRoundRectangle(6,6,g.width-12,g.height-12,8,8)
else
g.ShadowBrush = New ShadowBrush(0, 0, Color.LightGray , 0)
g.DrawingColor = color.rgb(0,0,0,200)
g.FillRoundRectangle(5,5,g.width-10,g.height-10,8,8)
g.DrawingColor = BackgroundColor
g.FillRoundRectangle(6,6,g.width-12,g.height-12,8,8)
g.FontSize = 15
g.DrawingColor = Color.Black
g.DrawText(me.Caption,20,30)
g.ShadowBrush = Nil '
end If
So what kind of project type is it? We need more information to help you.
It’s possible to allegate a zip of my project ?