bizehao

Results 24 comments of bizehao

But I wrote a test, a custom control and a button. When I click the button, the custom control will also refresh and view the code. refresh will send a...

Without calling any refresh, just click the mouse button

[https://github.com/cycfi/elements/blob/master/lib/src/view.cpp#L65-L65]() the dirty_, view::dirty() unused

ok,i will do it

This is a simple epitome of my project: `auto constexpr bkd_color = rgba(35, 35, 37, 255);` `auto background = box(bkd_color);` ` view_.content(`   `htile(htile(htile(htile(htile(htile(htile(htile(`   `vscroller(vtile(`   `button("11"), button("11"), button("11"),`   `input_box().first, input_box().first, input_box().first,`...

ok, I see what you mean. I try to reduce the nesting of layouts. I am currently doing a job, Embed flex layout in elements [https://github.com/facebook/yoga](https://github.com/facebook/yoga)

Not currently used flow layout element. The element's layout size is determined by the child elements, I want the layout to constrain the size of the child elements

Thank you for this library. I transplanted flexlayout, yoga and Lottie animation to realize my works. Do I need to close this issue?

OK, I'll optimize the code structure and do it.

没有,好久没玩hook了