Stefano Cristiano

Results 9 comments of Stefano Cristiano

This is pure magic @ocornut 🥇

I am doing multi context in my apps as well as multi-thread and I'm now using locks to avoid undefined behaviour/data races. I am also trying to do some fancy...

Hello Omar, Thanks for the response, just incredibly fast as always. - Your first option to use ButtonBehavior with the NoHoldingActiveID doesn't look correct to me because it's clearing the...

You are right, I cannot reproduce the issue with the text being selected automatically with SetKeyboardFocusHere, I was probably doing something wrong during the many tests I've been doing. I...

This is an excellent idea! I got it working somehow but if I will ever revisit this topic that's something I would try for sure.

Thanks for the bugfix, I will try at some point. I have solved also by reserving space for the input box, draw the keyboard first and the input box later,...

Ok, in other words you will be able to focus more on focus related things ;)

In our software I've been handling the disabled state myself, "wrapping" existing imgui calls.

I can confirm issues on the input of various kind. Any hints on how to fix them?