M.Sz.

Results 484 comments of M.Sz.

@MarcelXia you need to use `giu.Custom(func() {/*your for loop*/})`

Yah and one more thing. Be aware of the fact that if the records variable is a map the iteration order will be different each frame!

@gadmin88 the syntax have changed since https://github.com/AllenDang/giu/pull/486 , the new code example should look as follows ```go package main import ( g "github.com/AllenDang/giu" ) var sashPos float32 = 80 func...

@gadmin88 you're using wrong version! since #486 pointer is required. However it is off-topic here

you mean something like this? ![image](https://user-images.githubusercontent.com/73652197/172048385-cad45818-34de-4e4f-8880-f6f4fe48d696.png)

Ok. Sadly i don't exactly understand what did you mean by 'dragging' here? Just Moving the main window, setting OnDrag event or anything else?

well, I see what you mean. I think that it is the same problem as in #525 - you probably need docking to do this.

what do you mean by "glich"? ![image](https://user-images.githubusercontent.com/73652197/172048536-d7299b25-3dde-4f77-abc4-ede903b8c05a.png) these dots around widgets?

well, my guss is, that it may be caused by FrameRounding property that rounds corners and behind these corneers you don't see window, but masterWindow instead... @AllenDang what do you...