Ticket Created
over 3 years ago

WERETECH-11737

red circle drawn around 390x390 round devices in the simulator

Hey, I am working a few days around my new watch face design and there's a problem I've encountered only in the Venu and the Venu Mercedes-Benz edition, I've used

dc.setColor(Graphics.COLOR_BLACK, Graphics.COLOR_TRANSPARENT);
        dc.drawCircle(dc.getWidth()/2, dc.getHeight()/2, dc.getWidth()/1.8);
        dc.fillCircle(dc.getWidth()/2, dc.getHeight()/2, dc.getWidth()/1.8);
to get a black background (the reason for the /1.8 was because I had the problem with other devices but using '/1.8' instead of '/2' solved it). In those devices I get a red circle around the device's screen: https://ibb.co/4ZZcnqT (kinda hard to see but I afraid that if the problem is not with the simulator, then it will be really clear in real life and I will get bad reviews for this). Did anyone else encountered the same problem, anyone knows how to solve it? 

Also if anyone has a Venu or Venu Mercedes-Benz edition and can check for me if this problem occurs in real life device and not only in the simulator It will be really appreciated. Here's the link to the prg file - https://filebin.net/pfnfwpy1kkqi5nab .

TY in advance for anyone that will try to help! It is the very last thing I need to fix before uploading it to the connect iq shop!

Parents
  • The way the sim works, is that square image is what gets updated and reflects what's going on with your app, and then it's overlaid by an image of the watch.  In this case, it's in your devices folder for the venu and named venu.png.  How does that look to you? If it's odd, have you updated your devices recently? Since "save screen shot" looks fine, I honestly wouldn't worry about it.  Like I said I can't even see it in any of the sim pictures posted here or in the bug report.
Comment
  • The way the sim works, is that square image is what gets updated and reflects what's going on with your app, and then it's overlaid by an image of the watch.  In this case, it's in your devices folder for the venu and named venu.png.  How does that look to you? If it's odd, have you updated your devices recently? Since "save screen shot" looks fine, I honestly wouldn't worry about it.  Like I said I can't even see it in any of the sim pictures posted here or in the bug report.
Children
No Data