taweili / ardublock

ArduBlock is a Block Programming Language for Arduino.
GNU General Public License v3.0
413 stars 292 forks source link

Fix compatibility with Arduino > 1.6.12 #160

Closed facchinm closed 7 years ago

facchinm commented 7 years ago

Fixes https://github.com/taweili/ardublock/issues/159 and https://github.com/arduino/Arduino/issues/5454

TonyCallear commented 7 years ago

Thank you Martino, it was very good of you to get tis sorted and I'm sorry for the very great delay in getting this merged

Magdalena73 commented 7 years ago

Hi! I have installed the Arduino IDE version 1.8.2 and tried to upload an example on my Arduino UNO board using the ArduBlock, but I got just a lot of errors related to Java : "Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError:processing.app.Editor.setText(Ljava/lang/String;) ... " (see attached) error-ardublock

The IDE is working well, also the S4A scratch version for Arduino works well. I just started learning how to use the Arduino with my daughter not long ago, I will apreciate any help. Thanks! (I use Windows 10, 64-Bit) Magdalena

TonyCallear commented 7 years ago

I'm not sure which version of ArduBlock you are using but this problem looks familiar and is fixed in the latest release here.. https://github.com/taweili/ardublock/releases

Do try that out and let us know what you think.

Magdalena73 commented 7 years ago

Thanks so much!! it works perfect! :)

NickCarter2 commented 4 years ago

I got same issue so I updated to latest 2017 beta. Uploaded BLINK on 1.8.9 IDE and it uploaded and blinked :-D