Why can't I run ObjectStore sample?

Former Member
Former Member
When I try to run the ObjectStore sample the project will build fine. But when I click on the simulator screen I get
Unexpected Type Error
in setProperty (c:\Users\kralnic\workspace-java\Toy\mbsimulator\submodules\technology\monkeybrains\virtual-machine\api\Application.mb:79)
in setProperty (c:\Users\kralnic\workspace-java\Toy\mbsimulator\submodules\technology\monkeybrains\virtual-machine\api\Application.mb:79)
in onTap (source\ObjectStore.mc:22)
in handleEvent (c:\Users\kralnic\workspace-java\Toy\mbsimulator\submodules\technology\monkeybrains\virtual-machine\api\WatchUi.mb:245)

Further clicks will only produce
Unexpected Type Error


I did notice this in 0.1.0, but assumed it was a problem that would be fixed because the update was coming out, although I have installed 0.1.1 and it still happens.

It appears to me that the problem is that setProperty is unable to accept the int, which it will accept if quoted to a string, although oddly enough it accepts the float.