At least, I think it is a resource error...
Hi Connectors,
I am in a bit of a bind here. I recently did some refactoring of my code to try to save some KBs and was left with a peculiar error:
Failed invoking <symbol>
Unexpected Type Error
in findDrawableById (d:\1_2_1\mbsimulator\submodules\technology\monkeybrains\virtual-machine\api\WatchUi.mb:554)
in onUpdate (C:\Users\Jeff\_my_garmin_workspace\GarminApps\CleanWatchFace\source\MyGridView.mc:125)
Unexpected Type Error
Here is the offending code:
[125] var dTime = View.findDrawableById("TimeLabel");
"TimeLabel" is still clearly defined in my rez code (in layouts/layout.xml, to be exact). Now, this error unto itself wouldn't be a surprise since I had been reformatting my *View.mc code.
The rub is that after doing a 'git reset --hard <sha>' to a previous commit that I know was working (wouldn't have committed otherwise) I am still seeing this error. Anyone have insight into what could have gone wrong here?
Thanks,
Jeff