Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    3,074

    [SOLVED] Re: CheckboxGroup problem

    Ok, how about this. You have the APIs mixed up.

    CheckboxGroup.getSelectedCheckbox() returns a Checkbox
    Checkbox.getState() returns a boolean.

    What you are doing is...
  2. Replies
    7
    Views
    3,074

    [SOLVED] Re: CheckboxGroup problem

    It sounds dumb, but make sure you included the brackets after getSelectedCheckbox. What I mean is, make sure you typed: getSelectedCheckbox(); instead of getSelectedCheckbox;

    I've made that...
Results 1 to 2 of 2