Search results for

“show when run”

117,519 results found

Post

Replies

Boosts

Views

Activity

How can I show the menu bar
Dear All,I have a status bar app which can open its popover window even with hotkey if the menu bar is visible on the screen. If the menu bar is hidden, the popover window will open at the left bottom corner on the screen and not its own status bar position as I expected.Have any of you some idea that how can I show/unhide the menu bar when it is hidden? Or is there any other way to open NSpopover? As I know NSPopover needs a View, and in this case the view is hidden (NSStatuItemView is hidden with the menubar too).Thanks for your help.
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
321
Jan ’17
build and clean run twice?
I recently refactored some common code into a seperate framework. Now for unknown reason when I run clean or build everything executes twice.I am using a workspace that has the project file for my app and my framework.Schema check:I have selected the apps schemaproduct->schema->edit build buildshows the app and framework target. all options are selectedI put the framework target on top of the app targetEmbedded check:In navigator I select the app project and app target. In the general tag I see the framework is embedded. The framework also shows up in the link sectionBuild Setting check:only_active_arch is set to yes for debug and no for all othersbuild phase check:build phase for the app target does not show any dependencies. The framework shows up in the embedded and link sectionsAny idea what I did wrong and how to fix this?Kind regardsAndy
8
0
2k
Jan ’18
SiriTipView showing ${APPLICATIONNAME} instead of my app's name.
Version 14.0 beta 4 (14A5284g) This is all referring to the simulator. When I run the Shortcuts app my phrase is properly shown for my app and the app's name is correctly populated. However, when I try to add a SiriTipView the same phrase shows the application name as ${APPLICATIONNAME}. I changed the first letter of the phrase and verified the change showed up in the Shortcuts app and my app tip. I'm not sure if I'm doing something wrong or should file feedback instead.
3
0
2.1k
Aug ’22
Reply to Black screen after Launch Screen
@Claude31 I used a third party program, Stencyl, to build my app, so I'm not entirely sure how to show that aspect of the code, but I can send you my logs from running on the third party program (which runs through Xcode when building on my iPhone). Would that be helpful? Thank you so so much
Topic: UI Frameworks SubTopic: UIKit Tags:
Nov ’20
Reply to XCODE PROBLEM
you may also have run into a situation where the IDE is not showing the program's output. In the screenshot you posted, the output is not shown. While (or after) running the program, disclose the output pane by clicking on the little disclosure button. It the furthest right button on the bottom of your screenshot.
Aug ’23
Image does not show on launchscreen
I have a launch screen, with a png image.I test either on XCode 11.1 or XCode 11.2beta2.1. It shows on simulator (Version 13.2 (SimulatorApp-912.4 SimulatorKit-570.3 CoreSimulator-681.14)), but does not show anymore on device (Xs 13.1.3)However, UILabels show normally.I cannot be sure, but seems to be since I upgraded to 13.1.3 from 13.1.2I have tested in dark and light mode, no effect.I have removed the app from the device and reloaded, no effect.I tested with opaque or non opaque view as launchscreen view, no effectHowever, image is here: I move a Label to be behind it ; it does not show anymore, which indicates that the image hides it. Just as if image as bachground drew but not its content.Changed imageView background from systemBackground color to no color: no change, except it does not hide the label if moved behind (which was expected)I inserted another image, it shows.-> Conclusion, something not correct in my png image.2. In addition, I note that, in XC
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
2k
Nov ’19
Beta4: Watch shows unavailable in Xcode, yet shows paired in Devices. Any solution?
After installing Beta4 of Xcode, iOS 9 and WatchOS2, Xcode shows the watch as unavailable, yet lists it as paired under the devices window.Has anyone else seen this?Anyone havve any solution or suggestions?
Replies
5
Boosts
0
Views
1.5k
Activity
Jul ’15
How "Show in Finder" works in Xcode?
I want to add Show in Finder in my app that is similar to the one in Xcode. How do I do this using objc?
Replies
3
Boosts
0
Views
699
Activity
Mar ’23
beta 3 not showing up in App Store
I'm running beta 2 and beta 3 is not showing up. Tried restarting. Tried re-installing the beta utillity.
Replies
28
Boosts
0
Views
7.0k
Activity
Oct ’17
Is there any way to download Netflix movies or shows on macbook?
Hello hope you are good I want to ask a question related the use of Netflix on mac, I running my Netflix account on my own mac since last year but i am enable to download movies and shows, I follow various methods from google but i failed, can you help me related to my query. Thanks
Replies
0
Boosts
0
Views
429
Activity
Nov ’20
How can I show the menu bar
Dear All,I have a status bar app which can open its popover window even with hotkey if the menu bar is visible on the screen. If the menu bar is hidden, the popover window will open at the left bottom corner on the screen and not its own status bar position as I expected.Have any of you some idea that how can I show/unhide the menu bar when it is hidden? Or is there any other way to open NSpopover? As I know NSPopover needs a View, and in this case the view is hidden (NSStatuItemView is hidden with the menubar too).Thanks for your help.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
0
Boosts
0
Views
321
Activity
Jan ’17
build and clean run twice?
I recently refactored some common code into a seperate framework. Now for unknown reason when I run clean or build everything executes twice.I am using a workspace that has the project file for my app and my framework.Schema check:I have selected the apps schemaproduct->schema->edit build buildshows the app and framework target. all options are selectedI put the framework target on top of the app targetEmbedded check:In navigator I select the app project and app target. In the general tag I see the framework is embedded. The framework also shows up in the link sectionBuild Setting check:only_active_arch is set to yes for debug and no for all othersbuild phase check:build phase for the app target does not show any dependencies. The framework shows up in the embedded and link sectionsAny idea what I did wrong and how to fix this?Kind regardsAndy
Replies
8
Boosts
0
Views
2k
Activity
Jan ’18
SiriTipView showing ${APPLICATIONNAME} instead of my app's name.
Version 14.0 beta 4 (14A5284g) This is all referring to the simulator. When I run the Shortcuts app my phrase is properly shown for my app and the app's name is correctly populated. However, when I try to add a SiriTipView the same phrase shows the application name as ${APPLICATIONNAME}. I changed the first letter of the phrase and verified the change showed up in the Shortcuts app and my app tip. I'm not sure if I'm doing something wrong or should file feedback instead.
Replies
3
Boosts
0
Views
2.1k
Activity
Aug ’22
Reply to Xcode 9 Beta 5 on High Sierra Beta 6
@Urkman looks like the beta 6 fixed this issue: the first few minutes of running the new version were also showing intense CPU utilization from Xcode (but not by the launchd_sim process, but the Xcode process itself), but then it eventually calmed down and now it's running stable.
Replies
Boosts
Views
Activity
Aug ’17
Reply to Black screen after Launch Screen
@Claude31 I used a third party program, Stencyl, to build my app, so I'm not entirely sure how to show that aspect of the code, but I can send you my logs from running on the third party program (which runs through Xcode when building on my iPhone). Would that be helpful? Thank you so so much
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’20
Reply to XCODE PROBLEM
you may also have run into a situation where the IDE is not showing the program's output. In the screenshot you posted, the output is not shown. While (or after) running the program, disclose the output pane by clicking on the little disclosure button. It the furthest right button on the bottom of your screenshot.
Replies
Boosts
Views
Activity
Aug ’23
Reply to iOS: App didn't update on some devices
Hey NekloSame issue from my side. The App Store shows the latest version, but running the App I still see the previous version....Did you find the solution ?
Replies
Boosts
Views
Activity
Jun ’18
Reply to Screen controls have inverted vertical order
A preferences screen shown at run time Is it your preferences screen or a system one ? If yours, could you give some details: where and how are those controls defined ? show the code if any
Replies
Boosts
Views
Activity
Mar ’21
Reply to XCode 14 compile errors immediately disappear or do not appear at all
Having this error on XCode 14.2. Errors not showing on text editor, and only appearing when preview is run. A doctor's stethoscope appears and i can see the error then.
Replies
Boosts
Views
Activity
Feb ’23
Reply to I keep getting an Abort() Called error
I try to run the program after putting Text(25%) in. Any ideas! No ! How could we guess where you put Text(25%) ???? Please show the code.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Image does not show on launchscreen
I have a launch screen, with a png image.I test either on XCode 11.1 or XCode 11.2beta2.1. It shows on simulator (Version 13.2 (SimulatorApp-912.4 SimulatorKit-570.3 CoreSimulator-681.14)), but does not show anymore on device (Xs 13.1.3)However, UILabels show normally.I cannot be sure, but seems to be since I upgraded to 13.1.3 from 13.1.2I have tested in dark and light mode, no effect.I have removed the app from the device and reloaded, no effect.I tested with opaque or non opaque view as launchscreen view, no effectHowever, image is here: I move a Label to be behind it ; it does not show anymore, which indicates that the image hides it. Just as if image as bachground drew but not its content.Changed imageView background from systemBackground color to no color: no change, except it does not hide the label if moved behind (which was expected)I inserted another image, it shows.-> Conclusion, something not correct in my png image.2. In addition, I note that, in XC
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
2k
Activity
Nov ’19