Timer permissions bug with Watch Face.

Former Member
Former Member
In testing a Timer in a Watch Face app....

Timer permissions are not available in project properties.
Project will not build with Timer instance.
Project will package with Timer instance, but will not run.
  • Timers do not require a permission, which is why they're not available on the project properties page. For the other issues, do you have some sample code you post or send me that I could take a look?
  • Former Member
    Former Member over 10 years ago
    Well I don't know what happened. I un-commented the code that was causing an error and it's working now. ???? It was giving me a build error on the timer permissions. Maybe Eclipse needed a restart - other than the auto one it does - after the new downloads?

    All's well that ends well. Cheers
  • Former Member
    Former Member over 10 years ago
    I worked out what the problem was. I must have created an app with the wizard at the start or something. My view was an extension of Ui.View instead of Ui.WatchFace. And the reason I said it was working now is because I had switched the project type to Watch App while I was testing, and forgot to switch it back. Obviously time for a break.