CheckBox list and user settings

Hi! I would like create a gadget with a listbox, a user can check some items and in the further user acceses I should know the items selected (by each users) for run particular URL ... How can I do this

Bye


Answer this question

CheckBox list and user settings

  • luweewu

    Sounds like you need to use the preference methods (getPreference, setPreference, deletePreference) on the Module class. These allow you to save and retrieve a bit of data per gadget, so you could save the state of your listbox and reload that the next time the gadget runs.

    More info can be found in the SDK.


  • CheckBox list and user settings