In honor of the newer ipods, I have created an ipod growl style, however when I add it to growl by double-clicking..this appears in console
System Preferences Plugin at path '/Users/XXX/Library/Application Support/Growl/Plugins/ipod.growlStyle' has no name
any idea what causes this error? As a result of this error, the growlstyle doesn't show up in the list of styles under growl. I've tried shutting down growl, via terminal...shutting down finder, growlhelper, etc and restarting..but it doesn't appear.
any ideas?
bundle structure
ipod.growlstyle
content
info.plist
resources folder
default.css
template.html
xxx.png
question with adding a user created growlstyle
resolved the issue
I resolved the issue, I had inadvertently named the folder Content instead of Contents.
It's working now, but needs a lot of worked.
The_Tick..the code I sent you is not the same as this code, if you want I can send you a more revised version. In this version, I am trying to contain the icon and the text inside of the actual screen space of the ipod. The code you have puts the icon in the center of the clickwheel and the text in the screen area.
It's working now, but needs a lot of worked.
The_Tick..the code I sent you is not the same as this code, if you want I can send you a more revised version. In this version, I am trying to contain the icon and the text inside of the actual screen space of the ipod. The code you have puts the icon in the center of the clickwheel and the text in the screen area.
Re: resolved the issue
I am by no means a web language guruwoodyp wrote:I resolved the issue, I had inadvertently named the folder Content instead of Contents.
It's working now, but needs a lot of worked.
The_Tick..the code I sent you is not the same as this code, if you want I can send you a more revised version. In this version, I am trying to contain the icon and the text inside of the actual screen space of the ipod. The code you have puts the icon in the center of the clickwheel and the text in the screen area.
- zaudragon
- Growl Team
- Posts: 1852
- Joined: Sat Dec 04, 2004 5:05 am
- Location: Kensington, CA, USA
- Contact:
Re: resolved the issue
Use CSS, andwoodyp wrote:I resolved the issue, I had inadvertently named the folder Content instead of Contents.
It's working now, but needs a lot of worked.
The_Tick..the code I sent you is not the same as this code, if you want I can send you a more revised version. In this version, I am trying to contain the icon and the text inside of the actual screen space of the ipod. The code you have puts the icon in the center of the clickwheel and the text in the screen area.
Code: Select all
position: absolute; // Coordinate system
top: 10px; // replace 10px with whatever you want; distance from top
left: 10px; // ditto
bottom: 10px; // ditto
right: 10px; //ditto