Thanks Claude:You make it seem so easy!
Post
Replies
Boosts
Views
Activity
Hi:Thanks for the response.I'll try separating them.
Hello:The simple solution I found was this:if "2" == passedFromA1 && "ELA" == passedFromA2
Hello Claude:I did make the .plist file changes. What I just discovered is :If I change the line with image file line 15 to a line with item title as so:statusItem.button?.title = "This is a test"Then the text shows up in the status bar. But Apple wants only an image item.How can I create an image that is acceptable to Xcode?
I found out the problem.I had the file extension .png in my code ("SMR_icon.png". When I remove the .png it worked.
Just one more question before I close:I use this code to close my app, What is the code to implement opening the app using the same icon?menu.addItem(NSMenuItem(title: "Close ScorCent Master Review", action: #selector(NSApplication.terminate(_:)), keyEquivalent: ""))
Alright Guys. I am going to get more clarification from Apple. I'll let you know what they say.Thanks.
Hello Janabanana:Right now I am not familiar with the process of how to check to see if a window is still open. I'll have to research that. But lets assume that the window is NOT open, what method is used to set it open before calling for it to re-open? OR ensuring that it doesn't cease to exist after clicking the red x. Isn't that just hiding the window?
Hello Claude31:I sent Apple some videos and here is the I got this morning:Thank you for your response and videos.However, we still find that the app does not behave in the same manner shown.We have now provided a video showing the issues in action.You may be using your app in a privileged environment or have access to content not available in the binary.We look forward to reviewing your revised binary.Best regards,App Store ReviewDo you know what settings in Xcode may be allowing me to see my app acting differently than a binary sent to App Store Connect?Despite the App Store Review comments, I still need to solve the problem of getting a menu item to re-open after I click the red x. I included a menu item in the window menu called "Re-Open Main Mindow" but when the window is closed with the red x that item becomes disabled in the menu. The item was connected to First Responder "openWindow" and by an @IBOutlet in AppDelegate Class.
Hello janabanana:Despite the App Store Review comments I shared with Claude31, I still need to solve the problem of getting a menu item to re-open after I click the red x. I included a menu item in the window menu called "Re-Open Main Mindow" but when the window is closed with the red x that item becomes disabled in the menu. The item was connected to First Responder "openWindow" and by an @IBOutlet in AppDelegate Class.
These are my submissions:https://iosapps-ssl.itunes.apple.com/itunes-assets/Purple123/v4/39/1c/b8/391cb82c-b5fa-4a7f-8220-54c33576d39d/pr_source.mov?accessKey=1585328821_8729793728411511591_1xNJXkX1G%2FmjaNNVpbDBMw466xlyQydosNYY9DmejpPbq7Gl0s4v2mu91MtU%2F1vvP8zPyNYl5I01N7vCogj9qloBC5ql%2FgSjTJfhp3u1MdMDizp7WKzlW%2FjC3%2B%2FOZFunAVN%2FQXrijKdzlA4s68jRd%2Fqdhb6KXAxz7d8oxnkEyZA%3Dhttps://iosapps-ssl.itunes.apple.com/itunes-assets/Purple123/v4/69/e1/a4/69e1a4d1-485c-ec5b-431b-3dfa2c289e06/pr_source.mov?accessKey=1585328693_6774048596524576913_gDbnQ4hrND1PO3F41EIdx75Og08bLabZjawQ9HCoq9gntEf55jmPTGAr%2BGa6MQYJY4PVwV%2FcmR3GEEMXDRiln8laKABEP1xPjytEoEyFBggM3l3Qx9ztdN66MoNZKGs20jTcrNz3Vj%2BiLpYEg4RArX4y9QLVElndtK5DEmH985k%3DThis is App Store Connect Response:https://iosapps-ssl.itunes.apple.com/itunes-assets/Purple123/v4/a0/7c/f7/a07cf768-51d6-c96f-a2e3-45c3d55acf36/attachment-5519739611888168270ScreenRecording2020-03-23at11.03.32AM.mov?accessKey=1585328821_7277767811727815517_fxt6nWlGSWWJEz3h4xq%2Fl%2FdYsWs%2B5kuItEKyy%2Fr7ArIgVMldBW17zFmge1u%2BSx%2FECeTh8ir0T2iexJgL4hNqmImOQt7nOeyZmFIt4TWHBM40T3d4KwQJ9jpsc3AMJO4mF%2B5rpxLRhh6m%2BghqwihIJZ1s6ZQsgnrA3napOKQyoxVn%2Fjw7Q4AoA8%2BIX5KDwnzaYfQHYp1ZeB%2FGQB38EDyTHR0mGu%2FEdOUGVrK7rcBItTk%3D
I have not been able to finsd a workable posting or in Swift to test to see if a window still exists.Some code will be helpful.Thanks
I suppose the code in your previous reply is the code i need to implement in App delegate to test if the Main Window is still open?
Hello Claude:I posted the links but it is saying Reply is "Currently is being moderated". So I assume you cant see it.In the meantime I am trying to follow-up with some log responses. The following says:Launch Main Window[76488:14123793] [Nib Loading] Failed to connect (reopenMainWindow) outlet from (Launch_Main_Window.AppDelegate) to (NSMenuItem): missing setter or instance variableDoes this say anything to you about what is going on?
I got rid of the error in the last post but the one with the links is still saying it is being moderated.