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
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’
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.