You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just pulled the latest changes of this repository and tried to get DynamicCallbacks
running. Now the KindOfThing does not seem to trigger the update of the Thing. I put a breakpoint here and indeed the callback gets triggered.
The question being; am I doing something wrong, or does the MutableModuleItem need a nudge to update the content of its components?
The text was updated successfully, but these errors were encountered:
yes, I read that a long time ago, but it was not present anymore when I wrote this issue. I found myself writing yet another Swing configuration dialog, because widgets cannot be dynamically updated, so I thought I see where this thing is at....
I just pulled the latest changes of this repository and tried to get DynamicCallbacks
running. Now the
KindOfThing
does not seem to trigger the update of theThing
. I put a breakpoint here and indeed the callback gets triggered.The question being; am I doing something wrong, or does the
MutableModuleItem
need a nudge to update the content of its components?The text was updated successfully, but these errors were encountered: