I'm developing a WRT 1.1 home screen widget. How can I make this self-updating?
If the widget isn't enabled on the home screen I can run
window.widget.openURL(updatedata.url);
window.close();
and it works fine, but if the widget is enabled on the home screen the widget won't fully close and display: "Unable to remove. Application is in use."
Is there any way to go around this or fully kill the widget?
Thanks.

Reply With Quote

