M.Sz.
M.Sz.
Check Push/PopDisabled
It's in cimgui (begindisabled), ill provide more details tomorrow
well, tommorow wasn't tomorrow, but: There is a function in cimgui-go: `BeginDisabled` and `EndDisabled`. Use them in `giu.Custom` call. YOu can also use `giu.Style().SetDisabled(true).To(...)`
We need to fix cimgui-go so that it generates imnodes binding correctly. At this point, it unfortunately doesn't generate ImNodesContext type (it seems to be essential here...) On my fork,...
@damntourists could you check if it works for you on #733
Temporarly you can use v0.7.0, I'm working on the fix ;-)
Can I suppose this was fixed? (in #742 )
Ok, I managed to reproduce this on a windows VM - Gonna think about the fix
Now this works for cimgui-go. For giu there is a strange sympthom: application starts, runs about... 5 loop iteration and then freezes. I'll try to find out more. Could someone...
I come with my findings: The problem is in the mainthread library. I don't know why, but it works with no problems only for linux (maybe because linux is the...