Hi guys,
I am writing a mac application using Objective C, and i want my main window to stay on top of all others application window ( like the task manager application in microsoft windows). I have used the nswindow function : "orderWindow: relativeto:", but it works only for windows created in my application and not for other application windows. Can someone help me?
I am writing a mac application using Objective C, and i want my main window to stay on top of all others application window ( like the task manager application in microsoft windows). I have used the nswindow function : "orderWindow: relativeto:", but it works only for windows created in my application and not for other application windows. Can someone help me?