Closed gurachan closed 4 years ago
May I ask why you closed this?
I was going to look at it in the next days..
May I ask why you closed this?
I was going to look at it in the next days..
because I thought this is how to make a new window. I find that making new begin and end begin is what I really looking for. .. for making a new another or multiple window. using this beginChildEx is blocking all input on another window.. which is not what I'm looking for. its a mistake on my end.
but you know what, I still like to know how beginChildEx works. I can't change its title. It blocking input on parent window.. what is really used for. it's like a modal or something. I don't even know how to make the close button appear or how to close it.
well, I will use this as another new window beside my imgui.begin one. but the title doesn't really work.. everything works besides title I don't want a debug title on my window. also how to make that close button appear on
beginchild
. as a default onbegin
the close button is there.. also X button is not even listed in the flag. might be good if it's listed as a flag WindowFlag.NoClose something.so another window looks like this
in the c++ version their beginechild ex looks like this
I'm just using c++ docs and trying to make sense on the kotlin/java one hahaha help.
it does say name. is that not title of the child?
As alternative i tried popup but it only works on fresh open. next click it wont open any more..
the idea of it I get in here.
https://github.com/ocornut/imgui/blob/7b0570d6bac96ed64d379d240907f8fee319d57b/imgui_demo.cpp#L2993-L3017