vrruiz / visualino

A desktop version of Roboblocks, a block-based programming environment for Arduino.
BSD 2-Clause "Simplified" License
42 stars 39 forks source link

Blockly part isn't loading in application after deployment #39

Open disheet opened 6 years ago

disheet commented 6 years ago

i downloaded visualino source code, after executing the visualino i am not getting Blockly window [ left side block]. i am getting Blank window.

please help me to resolve this issue

i am using

vrruiz commented 6 years ago

Make sure you have a html/ directory in the build folder containing Blockly. If not, you can just copy it from the source code.

disheet commented 6 years ago

When I am running that file (html) in browser blocky is working fine but while I am debugging in QT creator blocky is not coming.

Thanks & Regards, Disheet Pithadia

On 31 August 2017 at 16:45, Víctor R. Ruiz notifications@github.com wrote:

Make sure you have a html/ directory in the build folder containing Blockly. If not, you can just copy it from the source code.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vrruiz/visualino/issues/39#issuecomment-326265324, or mute the thread https://github.com/notifications/unsubscribe-auth/AS_acQkZ7Q8-MIXNHDz7uiryjWmy4JYsks5sdpXrgaJpZM4PIlnY .

vrruiz commented 6 years ago

Right. That's because it's not available in the search path. So check the build directory. --

Víctor R. Ruiz http://rvr.linotipo.es/

disheet commented 6 years ago

It Works.. config.ini was not there

Thanks & Regards, Disheet Pithadia

disheet commented 6 years ago

hello, Thanks for your help, Can you please tell me where can i get the xml file or main files for the Blockly which can be editable. because i want only few blocks in the left side bar, and i want to remove the other blocks in visualino,

please guide me how to proceed.

Thanks & Regards, Disheet Pithadia

vrruiz commented 6 years ago

You have that in a separate project: https://github.com/vrruiz/roboblocks

There is a guide about how to create new blocks and compile them here: https://github.com/Popitas/roboblocks/blob/master/CREARBLOQUES.md (it's currently in Spanish, use a web translator).