Liu

Results 75 comments of Liu

> Should the CSS you've shown here be passed into LCUI_LoadCSSString()? @jduo Yes, you can use this css code directly and make the widget tree structure the same as the...

> Would bar_width be fixed then? Or would it scale with the size of the window? it should scale with the size of the window, I think this problem is...

> Would bar_width be fixed then? Or would it scale with the size of the window? > Actually should the chart even be resizable? @jduo I thought about it, you...

@jduo There is no English version of this tutorial, and I will replace the tutorial link with https://docs.lcui.lc-soft.io/. > does LCUI create a relationship between CSS properties and struct fields...

> Hi @lc-soft , I got sidetracked for a bit. Plan to come back to this issue next week. OK, If you think this project has some incomprehensible code, please...

> Hi don't know if I can do this, but is this still available? @Interdice It is temporarily unavailable because the new version under development has many changes, and it...

@tangxg 这方式获取到的是纯文本吗?如果剪切板里有图片或富文本内容,那 `GlobalLock()` 获取到的是什么内容?

@WhoAteDaCake I expect the feature to be implemented as follows: - Add file `src/clipboard.c`. - For Linux x11, it should use `LCUI_BindSysEvent()` to bind the `SelectionNotify` event handler. - It...

> Wouldn't it have to know which widget is currently in focus, so it knows where to send the data once `SelectionNotify` is retrieved. Since SelectionNotify is triggered after `XConvertSelection`...

> Clipboard text can't be retrieved synchronously, we need to ask for it Yes, I know. My idea is to asynchronously process `SelectionNotify` event and store clipboard data, and when...