M.Sz.

Results 484 comments of M.Sz.

Oh 2 pings - I'm coming xD I can't remember - can you guys reproduce that behavior with plain ( C version of) imgui? If so maybe that bug should...

Hehe sadly I'm not familiar with c++ too. Go is awesome and c isn't 😃 I will try to rewrite failing c code into c version of imgui as i...

Thank you now we are sure that there is something wrong with giu/imgui-go. @AllenDang needs to investigate it

meh, unfortunetly, method cannot have type parameter :-( ```console ./Context.go:108:27: syntax error: method must have no type parameters ``` so it isn't possible yet or I'm doing something wrong ![image](https://user-images.githubusercontent.com/73652197/172198619-e1592a3a-4f27-46d1-aea6-3baca41c9a05.png)

@jasmeer could you tell more about what are going to achive? e.g., do you want to have a main menu bar with `File` and some image element next to it?

hmm, it is kind of difficult thing as imgui doesn't suppor that by default (as far as I know :smile: ) BUT, I'd try - create dropdown (probably combo custom...

well, it'll not work - unfortunately ComboCustomWidget doesn't support "custom" preview value - only strings

ok, @jasmeer it isn't _exactly_ what you're looking for but it could be a nice workaround ```golang package main import ( "fmt" "image" "github.com/AllenDang/giu" ) var img *image.RGBA func loop()...

@jasmeer thats exactly the problemm with context menu; it gets opened over mouse cursor rather than over widget.