Unable to destroy DIrectRadioButton

Hi,

I am unable to destroy the direct radio buttons added.

An attribute error is displayed:
AttributeError: ‘list’ object has no attribute ‘destroy’

I have name labels, wait bars, direct buttons which are destroyed without any hassel. However the direct radio button is not being destroyed.

any help appreciated

Regards,
Thimmaiah

Hi, you’re invoking ‘destroy’ on a list, DirectRadioButton does have the ‘destroy’ method.