Hi All.
I’ve got something going on with a program I have been working on that TOTALLY evades my attempts to nail down.
My screensaver program, that I have been working on, has a situation that goes as follows:
If I start my screensaver, and it has to ask for permissions (the first time running, for example) the program works perfectly. So I put the program into “Full Disk Access” and run it, it skips the first 5 or so seconds of the first video.
If I give it full disk access, and have a messagebox, as an example, pop up, so the user has to click it, the program always runs properly.
I have verified that the program is closed after it ends - either on its own - or I end it with Activity Monitor.
I’ve stepped through it, but can’t seem to find a reason for this to happen. I have even turned down timers to virutually nothing (250 ms) but it still happens.
Has anyone had this happen???
Regards