autoUI error when generating UI

I get this error using the autoUI component from the palette, with versions 2023.11760 and 2025.30060:

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 118, in GenerateUI
  File "/project1/autoUI/AutoUIExt", line 224, in addWidget
td.tdAttributeError: 'td.widgetCOMP' object has no attribute 'AddWidget' Context:/project1/ui

see example file and pulse “Generate UI” to recreate
autoUI_error_2023.toe (1.1 MB)

fixed this error by commenting out all instances of AddWidget (what are they even doing then?). now i get this error for rgba parameters (only in 2025, not in 2023..)
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: ‘RGBA 4’

Fixed by adding 4 to the Size column for RGBA Parameter in the autoUI table in the basicWidgets component.

Looked at your example… not sure if you still have questions, but I don’t understand exactly what you were trying to do. The autoUI was pointing at the /project component but that doesn’t have any custom parameters on it.

I do see some odd things happening here. I’ll be digging into this, but if you have any more specific observations/questions, let me know.

Thanks for report!