Hey, what is the easiest way to build a menu in top left corner?
I have a paige called Screen1, where i have "paiges" in verticalarrengements, and i have a screen called Screenview, where i also have paiges in verticalarrengements. But i cant make to to "see" each other.
Screens are separate programs that only share TinyDB.
So they can't "see" each other.
That's why people stack Vertical Arrangements, only one visible at a time.
To get an upper left Menu, Add a Horizontal Arrangement at the top of your Screen, oriented left horizontal . Add a Button or List Picker to it for pop up choice.
Here's a Unicode hamburger menu character you can use: ≡
i have also stack vertical arrangements with only one visible at a time, but on two screens. I was worried that it will be to slow. Or will that not be a problem? I have a lot in it.
If it is, you can se my .aia file here to see how big it is, and will it be to big for one screen.
I can't predict when you will add the straw that breaks the camel's back.
Take regular exports, in case your project needs to move to the code.appinventor.mit.edu server, because of
There is still a 10 screen limit.
Your app looks a lot like a brochure, though I can't read any of it because of the lack of an app translator.
I'm seeing almost no list and table management in your app, which might be used to reduce block count. If your app is aware of every data value, that's a sign that it lacks data driven generality.
Also, why are you posting in the iOS section, if you use an extension.
I thought those don't work in iOS?
If you need to change colors of components, keep lists of components and use the Any (Generic) blocks against the components in the lists, one by one, to do mass color changes.