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
Describe the bug forms.SelectFromList fails with the following exception:
Traceback (most recent call last):
File "C:\_stuffz\pyRevit\Extensions\pyNexTools.extension\pyNex.tab\Views.panel\PlansPerLevel.pushbutton\PlansPerLevel_script.py", line 60, in <module>
File "C:\pyRevit\main\pyrevitlib\pyrevit\forms\__init__.py", line 609, in _setup
File "C:\pyRevit\main\pyrevitlib\pyrevit\forms\__init__.py", line 655, in _update_ctx_groups
File "C:\pyRevit\main\pyrevitlib\pyrevit\forms\__init__.py", line 765, in search_txt_changed
File "C:\pyRevit\main\pyrevitlib\pyrevit\forms\__init__.py", line 399, in show
File "C:\pyRevit\main\pyrevitlib\pyrevit\forms\__init__.py", line 379, in __init__
File "C:\pyRevit\main\pyrevitlib\pyrevit\forms\__init__.py", line 639, in _prepare_context
File "C:\pyRevit\main\pyrevitlib\pyrevit\forms\__init__.py", line 691, in _list_options
TypeError: Error in IEnumeratorOfTWrapper.Current. Could not cast: IronPython.NewTypes.System.Object#INotifyPropertyChanged_28$29 in System.String
Describe the bug
forms.SelectFromList
fails with the following exception:To Reproduce
Just call the
show
function ofSelectFromList
in any script with a Dict as the context instead of a List to have a multi group list (as per https://www.notion.so/Effective-Input-ea95e95282a24ba9b154ef88f4f8d056)Expected behavior
A nice multi group list shows up.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: