Hi everyone, I’m new here (as a writer)!
I’m currently working on developing my own extension for CyberPi, and things are going quite well—except for one thing I’m stuck on:
How do I create a clickable button that opens a custom window?
I want the button to open a small popup window (or any kind of panel) that can display either some text or an image.
Here’s the button I’m talking about:
I’ve been trying to get this to work for a while but haven’t had much success yet.
So my questions are:
How do I create a button like this in the extension UI?
How do I make it open a custom window with content inside (text or image)?
Are there any example extensions or documentation I should check out?
Any help or suggestions would be greatly appreciated. Thank you!