storm64

Results 6 comments of storm64

I just got my BJ2 up to date with all apps and haven't experienced this bug for now. Tried to change the timezone manually to trigger the drawing issues, but...

The internal timestamps are all based on UTC as a timestamp is calculated from ´Date.now()´. But I don't prevent non-monotonic system time changes as @ticalc-travis predicted. For now I'm testing...

Even though there might be some strange behaviors on a shift back in time the mentioned bug shouldn't be one of it. I thought, that it looks like the width...

I just pushed a quick try to fix the bug by changing the var name to ´myWidth´. Please check out version 0.16 on my temporary app loader: [https://storm64.github.io/BangleApps/?q=sleeplog](https://storm64.github.io/BangleApps/?q=sleeplog)

Thanks @bobrippling, nice way to troubleshoot. Just changed the code again to be a bit more clean: I will recall ´g.getWidth()´ (or getHeight) on each occurrence of width, as it...

Sorry for me not responding, the working life was a bit too demanding. It's been a while since I've done the coding, but here are some thoughts on some points...