Page 1 of 1

Open a window without a title bar

Posted: Sat Aug 02, 2025 6:53 am
by marcoagpinto
Heya,

I was wondering if there is a flag (multiplatform) to open a window without a title bar.

The last time I looked at the documentation, I didn't find such a flag.

Thanks!

Re: Open a window without a title bar

Posted: Sat Aug 02, 2025 7:23 am
by BarryG
#PB_Window_Borderless ?

Re: Open a window without a title bar

Posted: Sat Aug 02, 2025 10:19 am
by Olli
I do not think it is enabled.

If you just need the resizing window options, you could make a system like this.

Re: Open a window without a title bar

Posted: Sat Aug 02, 2025 10:21 am
by marcoagpinto
I have it working, thanks!

Re: Open a window without a title bar

Posted: Sat Aug 02, 2025 10:33 am
by BarryG
So, what did you end up doing? Don't leave us hanging. :)

Re: Open a window without a title bar

Posted: Sat Aug 02, 2025 10:52 am
by marcoagpinto
BarryG wrote: Sat Aug 02, 2025 10:33 am So, what did you end up doing? Don't leave us hanging. :)
It was a "user error".

Maybe I was stressed the last time I tried it and didn't see the flag.

Thanks!

Re: Open a window without a title bar

Posted: Sat Aug 02, 2025 11:00 am
by marcoagpinto
screenshot:
Image

Re: Open a window without a title bar

Posted: Sat Aug 02, 2025 1:17 pm
by BarryG
Looks good!