How to use a MessagePump? #3835
Unanswered
hydrargyrum
asked this question in
Q&A
Replies: 1 comment
-
Something worth mentioning right off I guess, but you wouldn't ordinarily inherit from With that out of the way, and if that doesn't clarify things already, perhaps you could provide a MRE of wha you're attempting to do. It might also be worth reviewing the guide to events and messages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing an app with a
DataTable
and would like to add aModel
class doing some business logic. ThisModel
class should post events that would be handled by theDataTable
view.My
Model
is a direct subclass ofMessagePump
but it seems none of the posted messages are received by the view. TheModel
is_attached
isFalse
and so isis_running
. What could be wrong?Beta Was this translation helpful? Give feedback.
All reactions