Replies: 3 comments 6 replies
-
Before anything else, please add your library here: #352 Your library looks great! Very nice docs you have there. Are there screenshots, BTW? |
Beta Was this translation helpful? Give feedback.
-
Yes, I see what you mean, and I think it is doable. Would you like to prepare a PR? |
Beta Was this translation helpful? Give feedback.
-
This is now implemented. I'd really appreciate it if you can add your app here: please add your library here: #352 Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hello there,
I'm currently using elements for a project (the studio app of my library here), and I have very happy times with it.
Now I'm facing a challenge that may be easily fixable from my point of view. Basically I want to cancel a pending callback on the view's timer, so if it was not called before the timeout when cancelled, it is not called at all.
An example may be:
Digging in the elements code I've seen the
post
method may return thetimer
object to achieve that. Or if that object may lead to wrong usage from the developer, we can instead add a wrapper around it that only provide acancel
method. What do you think?elements/lib/include/elements/view.hpp
Lines 329 to 341 in f54953d
Beta Was this translation helpful? Give feedback.
All reactions