monitor submission script issue

Hi,
In defining a monitor submission script’s UI, I have a couple of radiobuttons which are for completely separate settings, however they share the same “string” name.
This causes python to crash. I need to keep the radiobutton string names the same. Is there another approach to duplicate radiobutton names?
Thanks,
Mike

Hey Mike,

Unfortunately, the string names tied to the controls have to be unique. Otherwise, Deadline wouldn’t know which control you were referring to when you try to grab the values from it. Can I ask why you need to have the names be same value? Maybe we can help you come up with an alternative approach that will get you the same result :slight_smile:

Cheers,

  • Jon