Pietro Gagliardi

Results 328 comments of Pietro Gagliardi

This was a legitimate question; the answer is no, because that isn't supported by all the OSs libui runs on. Use a label adjacent tot he progressbar instead.

Yes, that's exactly it.

Not yet; that's planned for this year. Follow andlabs/libui#184.

You can't call `multilineEntry.Append` directly from a goroutine; you must wrap that in `ui.QueueMain`.

Not currently, no. What was your planned usage scenario?

There is no bugfix yet; I'm not sure why this happens at all. You can try working around this by, for instance, putting the table in a Box alongside another...

To open a new window, use `ui.NewWindow()` and then the `Show` method on that window. Use `OnClicked()` to decide what a button does.

Yes, that's intentional. Enough people are interested in having this behavior that I could probably provide some method...

For the former, yes; that is covered by #277 as libui has a MultilineEntry control. For the latter, that isn't possible yet. I will first need to add images, which...