taweili / ardublock

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

Change size of workspace #177

Closed karlTH closed 6 years ago

karlTH commented 6 years ago

hello, i try to change the size of the workspace. but i don't rrived to find where it is.

if someone have an idea.

Thanks

TonyCallear commented 6 years ago

The canvas width will reform in width as you add blocks at the right-hand-side.

If you want to change the height see openblocks\src\main\java\edu\mit\blocks\workspace\Page.java at... 101: public static final int DEFAULT_ABSTRACT_HEIGHT = 3000;

and perhaps openblocks\src\main\java\edu\mit\blocks\workspace\BlockCanvas.java to see how it's used.

Hope that helps Tony

TonyCallear commented 6 years ago

Is this a for a special purpose or do you think the BlockCanvas is too small generally?

karlTH commented 6 years ago

hello, I think the bockcanvas is too small when you begin to make big programme.

i've made an esp8266 ardublock and for made the interface of a webpage, some block are need and it's take place.

i've change DEFAULT_ABSTRACT_HEIGHT = 3000; and for openblock i made : mvn install

it change the content of : .m2\edu\mit\openblocks\ but the canvas don' t chnage of height will try again

karlTH commented 6 years ago

Ok in eclipse i change the referenced librairie of openblock in ardublock

Thanks a lot.

karlTH commented 6 years ago

thanks