Error when using autoUI and having Header parameters in Custom Parameters

Hello! I am having an error when having header parameters in Custom Parameters and then trying to use autoUI:

Traceback (most recent call last):
  File "/project1/autoUI/parexec1", line 12, in onPulse
  File "/project1/autoUI/AutoUIExt", line 342, in onParPulse
  File "/project1/autoUI/AutoUIExt", line 177, in GenerateUI
  File "/project1/autoUI/AutoUIExt", line 211, in addWidget
  File "/project1/autoUI/AutoUIExt", line 284, in autoWidget
KeyError: 'Header'

Maybe Header parameters could be just ignored or even better put a header UI Widget. Im on windows and using 2022.28040 version.

Thanks,

Joan

Looking into this, thanks for report!

1 Like

Thanks again. This will be fixed in next release.

Until then, you can replace basicWidgets/autoUI DAT inside the basicWidgets package with the one inside the attached tox, and it should all work for you!

autoUI_inside_me.tox (886 Bytes)

1 Like