问题标签 [notificationcenter]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
macos - 我想在通知中心显示我的 Safari 下载
我对使用 applescript 相当满意,但是我知道无法使用 applescript 在通知中心显示任何内容。
我想要做的是能够在通知中心为我正在下载的内容提供一个加载栏,然后在项目下载后发出通知。我还想这样做,如果您要单击通知中心中的项目,它将带您到已下载的项目。
iphone - 限制 iPhone 状态栏中的通知数量
如何限制状态栏中显示的通知数量?更准确地说,我想将我的应用程序限制为一次在状态栏中只有一个通知。我希望最新通知替换我的应用程序生成的先前通知。
可能吗?如何?
macos - 使用 applescript/quicksilver 在通知中心切换消息预览
以前从未使用苹果脚本编写过脚本,我想知道是否有可能创建一个可以在显示消息预览的通知中切换消息设置的苹果脚本。然后我将使用 quicksilver 调用该脚本,这是否可以使用 applescript 并且 quicksilver 能够进行适当的调用来启动脚本?我正在运行小牛操作系统。
objective-c - Notificationcenter 观察者选择器方法应该放在头文件中吗?
我(仍然)难以理解的一件事是公共/私有方法、参数以及与我长期生活的 Java 世界相比它是如何工作的。
不久前我就开始使用通知中心,我注意到您可以在实现文件 (.m) 中声明一个方法,并在 nsnotificationcenter 中注册观察者时将其用作选择器
所以,我的问题是 - 这里的最佳做法是什么?我还应该在我的头文件中定义方法吗?目的是什么?
非常感谢指针。
ios - 应用程序在设置中没有出现在通知中心,只有重启手机才能工作
我被这个问题困扰了很久。请帮我。首次安装我的应用程序时,我通过以下代码注册通知:
然后我的应用程序将出现在设置的通知中心。
但是当我卸载我的应用程序,然后从App Store下载它,打开它并注册通知时,它不会出现在设置中的通知中心,只有我重新启动手机。
我发现其他应用程序都可以。为什么?我该做什么?
等待您的帮助。谢谢。
twitter - 来自 Growl/Notification Center/Applescript 的推文?
我希望从我的 mac 自动发送通知中心消息。有没有办法使用 Growl 或 Applescript 来实现这一点?谢谢!
ios - Need help creating a very simple script for my iPhone
I know just enough about programming to know that what I'm asking for should be possible, but I have no idea how to make it happen. Hopefully someone here can help me out :)
My iPhone is jailbroken and working great. Just 1 problem. My Notification Center resets to defaults after a respring. I've tried various fixes that the general jailbreak community suggested, but nothing works. I have to go into the Notification Center settings and set it back up to my liking, and then it works perfectly until the next time I respring, and it all goes back to defaults again. And if you've ever had a jailbroken iPhone then you know that between installing tweaks and themes and all that, resprings are common.
Basically my idea was to have a script that runs automatically after a respring to configure the Notification Center back to how I like it. It would just automate the process of flipping a few toggles and reordering the apps that show up in the NC. In my mind this doesn't sound too complicated, just some boolean type stuff, but again, with my very limited knowledge of programming, I could be oblivious to what all would go into something like this.
So what do you guys think, would this be possible? Hopefully not too difficult? If you want to know the settings I would like to change I can provide that info.
ios - 我们如何在 iOS 7 上检测何时控制中心?
当控制中心出现在 iOS 7 上时我遇到了问题。基本上,当控制中心出现时会触发 applicationDidEnterBackground。
但是在我的方法中,我想检测它是否只是控制中心打开或通知中心,因为我会在该状态下以不同的方式对待 applicationDidEnterBackground。
任何帮助,将不胜感激。
xna - 在游戏过程中停止弹出通知栏
背景: 我正在使用 XNA 4.0 框架开发 Windows 手机游戏。在游戏过程中,如果用户不小心拖动屏幕顶部,通知中心会被向下拖动。
我见过很少有应用程序会覆盖此行为,而不是弹出通知中心,而是在顶部显示一个小提示,如下面的屏幕截图所示。
问题: 当用户在游戏过程中不小心拖动屏幕顶部时,停止通知中心出现的 API 是什么?
我想要实现的截图:
同样的问题也在WP 论坛上提出,但正在等待正确的解决方案。
cocos2d-x - 在 cocos2d-x v3 中通过通知中心传递 std:string?
有人可以告诉我如何在 cocos2d-x v3 中通过通知中心传递 std:string 吗?谢谢
NotificationCenter::getInstance()->postNotification("DISPLAY_GAME_OVER", ????);