Do you see your widget in the dock by just starting/stopping the Simulator without a reset?
It sounds like you are overwriting the media player sample widget: com.yahoo.widgets.tv.mediaplayersample.widget
and when the reset operation happens, the media player sample widget is downloaded again and is reset to its original state.
http://developer.yahoo.com/connectedtv/qui...pment_Directory
Try creating a completely separate widget from scratch in /devwidgets with a unique name and id.
Hope this helps,
Kelly
I am seeing the same problem. I've made the name unique - and not the same as the videosample - changing both the company name and app name, both in the directory, and in the widget.xml.
I then went a step further and changed the name of the label string in both snippet.js and Localizable.strings for the app - and still see the same, the app loads after a reset, shows my text in the dock, then switches. Once it switches - it appears to stay this way until I do a simulator reset.
Could it be the fact that the View class names and JS filenames are identical to those of the sample widget? Do those localized classes need to be uniquely namespaced in some way?
Thanks,
Danny