There are a few things that had to be modified due to sandboxing. The
first, is click feedback. We still have click feedback, but it only
works with apps using the newer (and preferably the newest) framework,
also, it will only work for about ~15 seconds after the notification
comes through. We use networking for both receiving notes and sending
feedback now, and we can't hold those sockets open forever. Second,
AppleScript got this left in, but it wont work reliably, and is being
deprecated in 2.0.1, image from location will not load files from
anywhere we can't get them from, which is pretty much everywhere.
There is a workaround for this though, you can load the image into an
applescript variable as a tiff, and send us that data instead.
Lastly, and this actually went in 1.4, we use a sandbox friendly
method of doing start at login, which relies on launchd instead of
your user's login items list.
On Sep 30, 12:39 am, Oli <
o...@games-creation.com> wrote:
> Hi,
>
> I was wondering what the implications of Growl 2 being sandboxed is for the
> end-user? Will I use lose anything from upgrading from 1.x?