Hi,
I'm trying to get my app up to date wtih the new sdk 4.1.7 I could fix almost all errors but one. This is what the compiler throws at me.
ERROR: fenix7: Rez.mc:25: Invalid '$.Toybox.Lang.Dictionary{:stateHighlighted as Enum<$.Toybox.Graphics.ColorValue>, :background as Enum<$.Toybox.Graphics.ColorValue>, :height as $.Toybox.Lang.Float, :behavior as $.Toybox.Lang.Symbol, :locX as $.Toybox.Lang.Float, :locY as $.Toybox.Lang.Float, :stateDisabled as Enum<$.Toybox.Graphics.ColorValue>, :stateSelected as Enum<$.Toybox.Graphics.ColorValue>, :width as $.Toybox.Lang.Float, :stateDefault as Enum<$.Toybox.Graphics.ColorValue>}' passed as parameter 1 of type '$.Toybox.Lang.Dictionary{:background as $.Toybox.Graphics.ColorType or $.Toybox.WatchUi.Drawable, :height as $.Toybox.Lang.Number, :stateHighlighted as $.Toybox.Graphics.ColorType or $.Toybox.WatchUi.Drawable, :behavior as $.Toybox.Lang.Symbol, :locX as $.Toybox.Lang.Number, :locY as $.Toybox.Lang.Number, :stateDisabled as $.Toybox.Graphics.ColorType or $.Toybox.WatchUi.Drawable, :identifier as $.Toybox.Lang.Object, :width as $.Toybox.Lang.Number, :stateSelected as $.Toybox.Graphics.ColorType or $.Toybox.WatchUi.Drawable, :stateDefault as $.Toybox.Graphics.ColorType or $.Toybox.WatchUi.Drawable, :visible as $.Toybox.Lang.Boolean}'.
Hopefully somebody can help me with this.