I have a problem making a floating menu

I made a floating menu box that shows up when I press the pause button. I used the FloatView1 extension for this. But there's a problem — when I tap the resume button, it doesn't work. However, if I hold it, I can drag the whole menu box.

Is the extension I used correct, or did I just do something wrong?
Sorry, I'm still new to using extensions.

Extension: 🕊 Floating View: float your component. [FREE] 🕊 - Extensions - Kodular Community

Screen1.Initialize:
image

Buttons:
image

Provide link to extension you are using.

The extension I used came from here:

Make a short video showing the problem and post the aia.

Now I see what the problem is. The problem is that when I use AbsoluteArrangement as the layout for the menubar, it becomes draggable. But if I use VerticalArrangement, it works normally.

Sorry, guys — my bad for not checking it first.

Hmm :thinking:, only in the Designer.

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