Overlay objects on the screen

I had a doubt, I have seen that in other frameworks like Android Studio we talk about the style of floating buttons and other objects on top of others … but I would like to know how I could create objects on top of others in Kodular, apart from the floating button or the side column

1 Like

One way would be by using the Create Custom Dialog property of Notifier component

3 Likes

App Inventor Store by @Ben

1 Like

This topic might be useful :point_down:

link .aia broken

1 Like

Actually there’s a little bug (that made me crazy a few days) on Animation_Util/Zoom that allows you to create a sort of “floating elements”, but I don’t think it is safe to use it :smiley:

The blocks concerned:

screenshot_107

Horizontal_Arrangement1 is the Red arrangement.

1 Like

It’s more than I could have asked for. Thank you!.

(I like the sound it makes)

It’s not an extension, it’s a bug! Don’t use it.

When you zoom an Arrangement (eg: the Red one on the video) and then make it invisible, it remains visible and the elements below it (the button and the yellow arrangement) are “shifted” on it.

There is an extension called Animation, so I do not know if it presents the same problem. I will use it to have such

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.