v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
660 stars 58 forks source link

yad: wrong boolean value #81

Closed dreamstorpi closed 4 years ago

dreamstorpi commented 4 years ago

What causes this error message from yad?

yad: wrong boolean value '5'

'5' can be other numbers, I've seen 2,3, and 4 as well.

dreamstorpi commented 4 years ago

Seems to be in --list with radio buttons?

dreamstorpi commented 4 years ago

Sorry, I was assigning an index value to the radio button column. Radio button can only be 0 or 1. Fixed