Menu

#203 Combobox disabled if use after label in --form

New
High
Defect
2014-03-14
2014-03-08
No

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'

1 Attachments

Discussion

  • Victor Ananjevsky

    add values for all fields

    yad --form --field "kk":LBL '' --field "Job":cb 'Developer!Worker!^Administrator!Network'

     
  • Danial Rikhtehgaran

    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'

     
  • Victor Ananjevsky

    the same. you miss values for fbtn fields

     
  • Danial Rikhtehgaran

    Thanks it worked

     

Log in to post a comment.