Search found 3 matches
- Wed Oct 28, 2009 5:28 am
- Forum: Growl
- Topic: Growl[1.2] installation pops up when helper app is stopped.
- Replies: 4
- Views: 19414
Re: Growl[1.2] installation pops up when helper app is stopped.
I was having a glance at the Growl code. In the method notifyWithDictionary: , it appears that if the check for Growl running returns negative, it is coded to request installation. Here is the code snippet of the function that is responsible to post the notification : + (void) notifyWithDictionary:(...
- Fri Oct 16, 2009 4:39 am
- Forum: Growl
- Topic: Growl[1.2] installation pops up when helper app is stopped.
- Replies: 4
- Views: 19414
Re: Growl[1.2] installation pops up when helper app is stopped.
Latest Growl is installed and growl is not running. In this scenario, the framework provides an installation option even thought the required version is installed. Is this not a bug? What version of Growl do you have installed, as reported in the About tab in the prefpane in System Preferences (abo...
- Thu Oct 15, 2009 2:36 pm
- Forum: Growl
- Topic: Growl[1.2] installation pops up when helper app is stopped.
- Replies: 4
- Views: 19414
Growl[1.2] installation pops up when helper app is stopped.
Hi, I am planning to integrate Growl with installer framework in my application. I am using version 1.2 as my application is 64-bit with 10.6 support. In the text below "Growl running" would mean that the GrowlHelperApp.app is running unless which the alert is not displayed to the User. Ru...