You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I'd prefer a solution to this problem which is automatic in the sense that the user does not have to do anything. There are three ways to to this (that I can think of right now):
Restrict the number of functions in the program (easy but not a very pretty solution)
Move old steps (old 'walls' of cubes) out to the left once the right boundary is reached.
Have an adaptive spacing between two 'walls' of cubes, which gets smaller once there are many walls/steps (my preferred solution)
Hi and thanks for cube-composer!
As can be seen in the screenshot, the function's dialog sometimes obscures the view of the cubes, even on a 1920*1080 screen like mine. One thing that can be done is allowing to drag and move it so the rest of the page will be visible. There's http://www.walterzorn.de/en/dragdrop/dragdrop_e.htm for that (which seems old) and I also found http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/ but the latter link seems overly detailed.
The text was updated successfully, but these errors were encountered: