问题标签 [growl]

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.

0 投票
2 回答
11220 浏览

css - p:growl 的自定义定位

我正在使用<p:growl>PrimeFaces 3.2 的组件来显示人脸消息。我想自定义它的位置,使其出现在左侧而不是右侧。

我尝试了以下方法:

但它没有用。我哪里错了?

0 投票
1 回答
293 浏览

macos - Growl 1.3 在沙盒化 Cocoa 应用程序中的使用

您如何在沙盒化的 Cocoa 应用程序中与 Growl 1.3 通信?是否有任何示例代码?当应用程序没有被沙盒化时,Growl 可以正常工作。

0 投票
1 回答
179 浏览

cocoa - 将 Growl 嵌入 Cocoa 应用程序 iconData

我在我的应用程序中成功实现了 Growl。我还有一个小问题。

可以在通知中设置图标的大小(代码中的iconData)吗?太小了..

我的代码是:

0 投票
2 回答
589 浏览

jsf - 咆哮素面3.2

我使用 JSF 2.0 和 primefaces 3.2。我在使用 Growl 时遇到问题,当我单击按钮时,我看不到任何咆哮声。这是我的代码:

demarrageArretServices.xhtml

服务Bean.java

0 投票
1 回答
362 浏览

macos - Clear growl notifications from the commandline

How can I clear growl notifications from the command line?

I have a server running all my unit tests and when an error/failure arrives I get a growl notification with the number of errors (also a little arduino light next to my desk changes color), so when I fix the error I want to automatically clear the growl errors. Is there a way to send growl a message or run something in the command line to clear them?

I could be evil and just kill growl and restart it. I have the latest version bought in the appstore and I am using osx/lion if that helps

Thanks

0 投票
1 回答
107 浏览

macos - 应用程序未向 Growl 注册

我正在尝试在我的 Mac 应用程序中实现 Growl。在调试模式下运行应用程序时,一切正常,我可以使用 Growl 注册应用程序并显示通知。归档和分发应用程序时,它不会向 Growl 注册。

有人知道为什么是这样吗?

在构建归档时,我会收到以下警告:

警告:跳过复制阶段条,二进制是代码签名的。

然后我将复制期间的剥离调试符号设置为以进行调试和发布。这删除了警告。我不知道这是否与分发时未向 Growl 注册的应用程序有关。

0 投票
1 回答
3530 浏览

error-handling - 如何处理 Primefaces 延迟加载中的错误?

我很难让用户知道PrimeFaces LazyDataModel#load方法中发生的异常。

我正在从数据库中加载数据,当出现异常时,我不知道如何通知用户。

我尝试添加FacesMessageFacesContext,但 Growl 组件上未显示消息,即使 Growl 设置为autoUpdate="true"

使用PrimeFaces 3.3

0 投票
1 回答
157 浏览

python - 咆哮 iNotify 不工作

我刚刚下载了 Growl 1.2.2 dog,试图获得额外的 GrowlInotify,这样我就可以开始使用 pyautotest。问题!我没有收到来自自定义测试运行器的任何咆哮通知。我尝试直接在 cmd 行上运行 growlinotify 并且它是无声的。

无声运行,不产生咆哮窗口。我错过了一些明显的东西吗?我应该提一下,几个月前我以 1.99 美元的价格从 Appstore 购买了最新版本的 Growl,并且一直保持最新状态,但我还没有购买硬件咆哮者。(我什至不知道它是什么或有什么区别。)

0 投票
1 回答
167 浏览

applescript - 使用 Applescript 响应咆哮通知

我有一个脚本可以更新我的 SVN 的工作副本并发出咆哮通知。我想做的是,如果我单击通知,则必须在新的查找器窗口中打开特定的查找器位置。仅使用Apple Script就可以实现吗?

0 投票
1 回答
219 浏览

macos - OS x 中的 Tary 弹出通知

我需要在我的 OS x 应用程序中显示类似于 Skype 的弹出消息“A 上线”。当我对此进行研究时,我发现我们可以使用 Growl 来实现它。但是为此,每个使用我的应用程序的用户也需要安装 Growl 吗?

有什么办法可以制作一个独立的应用程序来显示通知?因为我们在安装 Skype 时没有安装 Growl 或任何其他软件,但它们仍然显示弹出通知。

我真的很困惑。请帮帮我!提前致谢!