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
Not so simple :-( replacement happens within Toolkit.setval, which knows nothing about AutoFrame's f_control dict. OTOH, AutoFrame passes on the value without knowing that a widget is being replaced.
Probably need to modify setval()'s signature to have some way of telling caller about widget changes...
More generically, if the user builds own controls and attaches them somewhere, f_controls gets out of sync. What to do...?
replace Panel in f_controls as well
The text was updated successfully, but these errors were encountered: