-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dynamic list childs events (click etc) #282
Comments
I wrote a class copying |
This class would also need to manage all actions (scroll, drag, cursor...). So, there is still some work to be done here :) |
Yes there is :) Thank you very much for doing this. I suggest upgrading |
I don't think this is necessary. |
You're right, I think I was going tired. The make lambda can be used to store elsewhere. |
I have everything working quite fine here. Just the |
https://github.com/johannphilippe/elements/tree/active_dynamic_list/ |
A few thoughts about it :
|
I had a brief look, and it's looking good! I'll probably have some comments/edits when you file a PR.
|
Of course I'm sure there are a lot of things to improve ! I didn't run a lot of tests yet. I think there are some ways to improve it in the use of ̀ |
I didn't try grids yet. I might try to replace |
I think I ran a test with a small dynamic list that is not in a |
I think some member functions are not yet implemented, for example, |
Yes. The main advantage of |
It's true. I don't know what |
That implies to modify slightly the float main_axis_size;
limits secondary_axis_limits; instead of float line_height;
limits width_limits; Where |
I now have hdynamic_list and vdynamic_list working, with a new example "two_dimensional_list". |
The scroll event works fine if the list is not inside a scroller !
|
The dynamic list does not seem to allow its childs to respond to user interaction (key, click ...) .
The text was updated successfully, but these errors were encountered: