01-10-2018 09:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-10-2018 09:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
When I run my clockface for the first time, I get an extra return from my settings page. The key it is returning is "selection"...which I do not have anywhere in my code. It returns valid information (it returns not-selected items that could be selected) after my settings are incorporated into my clockface. Is the "selection" key something the system creates itself on a first run? The key is not returned at any time after the first start-up of the clockface.
From my console log:
- [10:05:03 AM]Setting background color: white
- app/index.js:31,3[10:05:04 AM]App received: {"data":{"key":"myPic","newValue":"{\"selected\":[0],\"values\":[{\"name\":\"Landing.png\",\"value\":0}]}"}}
- app/index.js:42,5[10:05:04 AM]image selected: Landing.png
- app/index.js:31,3[10:05:05 AM]App received: {"data":{"key":"selection","newValue":"{\"selected\":[4],\"values\":[{\"name\":\"Split.png\",\"value\":\"5\"}]}"}
The last bullet should not be there... I am trying to understand what is happening.
Answered! Go to the Best Answer.

Accepted Solutions
01-21-2018 10:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-21-2018 10:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I changed my code to rely more on files and this has apparently cleared up the issue.

01-16-2018 15:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-16-2018 15:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Did you solve this issue?

01-16-2018 17:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-16-2018 17:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I've been on the road and have not been able to work on it. But, at last run the extra line was still there. Any thoughts?

01-17-2018 10:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-17-2018 10:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Do you have the project source online somewhere?

01-18-2018 16:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-18-2018 16:25
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Yes...I think. I uploaded into a Github discord, but Github changed the code slightly. The URL is https://github.com/FlyFrosty/Travelers-Clockface. I thought I could post it in the discord, but that appears to be another version of the chat board. If I am wrong and you have another suggestion, I am flexible.
Thanks

01-21-2018 10:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-21-2018 10:46
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I changed my code to rely more on files and this has apparently cleared up the issue.

