Midi Control icon Midi Control MIDI I/O for ARC: send/receive notes, run per-note scripts, control PC or external instruments, with panic to stop stuck notes. Try it →
Asked — Edited
Resolved Resolved by DJ Sures!

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

Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#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

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#11  

Does the update work for your devices?

#12  

Thanks Dj,

The Update worked and Say EZB works fine now.

Eric

;)