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!
Open a window without a title bar
- marcoagpinto
- Addict
- Posts: 1051
- Joined: Sun Mar 10, 2013 3:01 pm
- Location: Portugal
- Contact:
Re: Open a window without a title bar
#PB_Window_Borderless ?
Re: Open a window without a title bar
I do not think it is enabled.
If you just need the resizing window options, you could make a system like this.
If you just need the resizing window options, you could make a system like this.
- marcoagpinto
- Addict
- Posts: 1051
- Joined: Sun Mar 10, 2013 3:01 pm
- Location: Portugal
- Contact:
Re: Open a window without a title bar
I have it working, thanks!
Re: Open a window without a title bar
So, what did you end up doing? Don't leave us hanging. 

- marcoagpinto
- Addict
- Posts: 1051
- Joined: Sun Mar 10, 2013 3:01 pm
- Location: Portugal
- Contact:
Re: Open a window without a title bar
It was a "user error".
Maybe I was stressed the last time I tried it and didn't see the flag.
Thanks!
- marcoagpinto
- Addict
- Posts: 1051
- Joined: Sun Mar 10, 2013 3:01 pm
- Location: Portugal
- Contact:
Re: Open a window without a title bar
screenshot:


Re: Open a window without a title bar
Looks good!