Asked — Edited
Resolved Resolved by DJ Sures!

Say Ezb

When I use the mobile Ez builder app and use Blocky , I get and Error message when I try to use the Say Ezb command.

Example: SayEZB "Hello World"

Code SayEZB("Hello World")

I get the error message >Error on line 1: Attempt to invoke virtual method 'java.lang.Objectjava.util.HashMap.get(java.lang.Object)' on a null object reference

When I use this in the PC version of Ez Builder it works fine.

Is this a bug in the mobile version? Not yet implented yet?

Thanks,

Eric


ARC Pro

Upgrade to ARC Pro

Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro

PRO
Synthiam
#9  

Got it - there's a deprecated xamarin bind to the android native function which is expired. I guess some devices still support it and others don't. I'm checking for the API version and using the new function, respectively.

It's uploaded now and will be online in a few hours or by tomorrow at the latest. Android updates pretty quick

PRO
Synthiam
#11  

Does the update work for your devices?

#12  

Thanks Dj,

The Update worked and Say EZB works fine now.

Eric

;)