Post

Replies

Boosts

Views

Activity

Reply to Can someone explain this message
I had this, caused by this: NrofWindows = [[NSWindow windowNumbersWithOptions:NSWindowNumberListAllApplications|NSWindowNumberListAllSpaces] count]; Doc says: "If you pass 0 instead, then the list the method returns contains window numbers for visible windows on the active space belonging to the calling application" As that is what I actually need, changed the value to 0: NrofWindows = [[NSWindow windowNumbersWithOptions:0] count]; And the log msg vanished. Thanks Eljay Adobe for the breakpoint command. rick
Sep ’23