Correct way of implementing a Status Bar #3966
alexandru-cazacu
announced in
Old/Archived discussions
Replies: 1 comment 5 replies
|
Hello, Do you need a single status bar for the whole viewport, or a status bar in a floating window? The rest of your message is too ambiguous for me to provide an answer. It's currently not easy to create non-scrolling area in floating windows but we'll be working on a way on do it. Currently for floating windows a workaround may be to push a clip rect and create a child window positioned at an absolute position. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone .
I'm thinkering with ImGui to see how much it can be customizable.
At the moment I'm trying to implement a status bar without too much success.
By status bar i mean something like a menu bar but at the bottom of the host window.
I tried the following approaches:
First:
Second:
Can someone give me a hint on what is the best approach to take?
Apologies for my English.
All reactions