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
DataTableand would like to add aModelclass doing some business logic. ThisModelclass should post events that would be handled by theDataTableview.My
Modelis a direct subclass ofMessagePumpbut it seems none of the posted messages are received by the view. TheModelis_attachedisFalseand so isis_running. What could be wrong?Beta Was this translation helpful? Give feedback.
All reactions