#713: Growl is broken on MacRuby 0.6
------------------------------+---------------------------------------------
Reporter: ylp...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker | Milestone: MacRuby 0.6
Component: MacRuby | Keywords: growl
------------------------------+---------------------------------------------
Comment(by ylp...@…):
Thanks, Jakub! Growl indeed works when used via the Growl.framework:
{{{
# Requires the Growl framework
(http://growl.googlecode.com/files/Growl-1.2.1-Framework.tbz)
# to be present on the load path.
framework "Growl.framework"
def registrationDictionaryForGrowl
{ TicketVersion: 1, AllNotifications: ["hello"],
DefaultNotifications: ["hello"], ApplicationId: 'growl_test'}
end
GrowlApplicationBridge.setGrowlDelegate(self)
GrowlApplicationBridge.notifyWithTitle("hello",
description: "hello",
notificationName: "hello",
iconData: nil,
priority: 0,
isSticky: false,
clickContext: nil)
}}}
However, the demos are still broken.
--
Ticket URL: <http://www.macruby.org/trac/ticket/713#comment:4>
MacRuby <http://macruby.org/>
_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel