This is a rather annoying issue, The program itself works great except when I go and set it to start at login.
I’ve been testing it by logging off and in. The program starts when I log in but is hidden behind the desktop. When I click the app icon in the dockbar it comes to the front where it should have been to begin with.
The question is.. Has anyone encountered this issue and how should I fix it? I want the program to be visible on the desktop as soon as the computer logs in. I haven’t had issues with this when working with IB but I am using NSRects to draw almost everything.
Any thoughts on this issue could be helpful. Thanks!
I found the solution to my question. It has to do with the fact that my app is an LSUIElement app since I am making it for store demo machines. the reason I couldn’t see my windows on launch is because of the way LSUIElements work so I had to tell it to do a few things
after that it seems to have worked.