netsmith

Results 15 comments of netsmith

Here is my settings file if that helps. { "SendDiagnosticData": true, "StartMinimized": false, "IconType": "Transparent", "LightSettings": { "HoursPassedStatus": "Keep", "SyncLights": true, "WorkingDays": "Monday|Tuesday|Wednesday|Thursday|Friday", "UseWorkingHours": true, "UseAmPm": true, "WorkingHoursStartTime": "08:00:00", "WorkingHoursEndTime":...

Thats fixed it thanks. I never even thought of setting a 'Busy' call as I don't want any action to kick off when that happens. I just wanted my api...

Worked out what the problem was, touchesMoved did not check for !allowEdit - you need to add these lines at the top override public func touchesMoved(_ touches: Set, with event:...

@rodriar Not sure I understand. I tried adding a dummy item which was meant to close the menu, requery new data then open it up again, but that was really...

Same issue - did it get resolved?