How to force ui of extension to show on top?

I have an extension that I assume I have messed up something with the layout settings. I added it to the menu_path, and can check/uncheck it. However, the little widget does not show up anymore. I try to reload the ext from extensions, and a few other things.

Is there a setting to force the window ontop? (I also checked its not hiding behind something or docked somewhere else).

Using Kit (not create)

Hello @user56551! Let me get a developer to hop on and help!

We don’t have the always-on-top mode for windows because of the limitations of ImGui. The closest thing is the modal window, it’s always on top, but it’s impossible to interact with other windows. Maybe ui.Window.focus() will be helpful for you. It brings the window on top once.

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