University brochure

hey i have made an app on university brochure in which the button in one screen has to make a vertical scroll arrangement of another screen visible how do i connect the blocks in order to achieve the above. plzzz helppp

This should be your own separate Topic Shruthishree!

If you mean the Scroll Arrangement of another screen would be made visible on the current screen, that can't be done.

However if you define Virtual Screens instead, then you can do it.

When we define virtual screens, we use one 'real' App Inventor Screen (most often Screen1). Screen-sized Vertical Arrangements on it are displayed/hidden as required - they are the Virtual Screens. This is generally a better approach for multi-screen Apps, they share data without having to "pass" it between screens and it also reduces code duplication, making the App more efficient and the code easier to follow if you have to return to it at a later date.

So, instead of separate "houses", virtual screens are "rooms" of the same "house".

Try this: varScrollVisibleOnOtherScreen.aia (3.9 KB)

thanks a lot got it i will change it