Mobile g.Fillcolor syntax

The following autocompletes on mobile but produces an error on mobile

g.DrawingColor.FillColor = ColorGroupInstruct

What does g.fillcolor become on mobile?

It’s only drawing color

You see fillColor since drawingColor is as Color and the Color has FillColor (in this case autocomplete works against you :slight_smile: )

Thanks Antonio little things have been tripping me up converting Apps to Mobile