Please SEARCH in this forum before posting your question. There's a good chance your question has already been asked.
If you are asking for technical help, you must provide the following information:
- Are you using MIT App Inventor Classic, MIT App Inventor 2, or something else (what?)
- What OS are you using? (e.g, MacOS 1.8, Windows 8, ...)
- What browser are you using (e.g, Chrome version 30, Firefox 24, IE 8, ...)
Also provide as much information as you can, such as screenshots and instructions that will let others duplicate the issue.
Prototyping a fairly complex geolocation / mapping app using App Inventor 2 on Windows 7 in Chrome 32.0.1700.107
I'm at the point where the freeform layout of code blocks has become a hindrance to my development. I started with an organized "sheet of paper", all globals defined at the top, procedures grouped, etc. but as development progressed, it's now become jumbled.
At the very least, I'd like some way of selecting a group of block (i.e. my globals) so that they can be dragged en masse to a desired location. Currently, I have to click and drag each item, drop it, scroll the page, drag it again, scroll again, etc.
Otherwise, I'm amazed by what can be accomplished with this learning platform. It's exceeded my expectations.