adcx64 macrumors 65816 Original poster Jun 2, 2011 #1 Hi, I have a window in my application. I want it to pop up in front of my main app, like a welcome screen. there is nothing in the Inspector that lets me have the window in front. How do I go about doing this?
Hi, I have a window in my application. I want it to pop up in front of my main app, like a welcome screen. there is nothing in the Inspector that lets me have the window in front. How do I go about doing this?
adcx64 macrumors 65816 Original poster Jun 2, 2011 #3 thanks but where do I implement this code? i do not see my window in the Xcode viewer.
jiminaus macrumors 65816 Jun 2, 2011 #4 adcx64 said: thanks but where do I implement this code? i do not see my window in the Xcode viewer. Click to expand... Try doing it from applicationDidFinishLaunching: in your app delegate.
adcx64 said: thanks but where do I implement this code? i do not see my window in the Xcode viewer. Click to expand... Try doing it from applicationDidFinishLaunching: in your app delegate.
K kainjow Moderator emeritus Jun 2, 2011 #5 You need to learn Objective-C. Read this: http://guides.macrumors.com/Cocoa_FAQ