Hi i use last version of YAD and i faced to this problem that is Combobox disabled if i use after label in --form see this example: $ yad --form --field "kk":LBL --field "Job":cb 'Developer!Worker!^Administrator!Network'
add values for all fields
yad --form --field "kk":LBL '' --field "Job":cb 'Developer!Worker!^Administrator!Network'
What about this: $ yad --form --field 'Name' '' --field 'Age':NUM '27!18..77' --field 'Password':H '' --field '':LBL '' --field 'Color':CLR '' --field :LBL '' --field 'single!gtk-yes':fbtn --field 'married!gtk-stop':fbtn --field 'Job':cb 'Developer Worker!^Administrator!Network'
the same. you miss values for fbtn fields
Thanks it worked
Log in to post a comment.
add values for all fields
yad --form --field "kk":LBL '' --field "Job":cb 'Developer!Worker!^Administrator!Network'
What about this:
$ yad --form --field 'Name' '' --field 'Age':NUM '27!18..77' --field 'Password':H '' --field '':LBL '' --field 'Color':CLR '' --field :LBL '' --field 'single!gtk-yes':fbtn --field 'married!gtk-stop':fbtn --field 'Job':cb 'Developer Worker!^Administrator!Network'
the same. you miss values for fbtn fields
Thanks it worked