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
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.
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.