Widgetarium stopped working - it just quits when run
The beta version has probably expired. Please download the latest version
What are the system requirements? 10.4 or later (which is the same requirements for Dashboard)
How do I debug JavaScript? If there are errors, they will be shown in the console log at the bottom of the window - double click them to reveal them. Otherwise you can use logging to help show your program flow, or even better, just use the source level debugger.
How about a source level JavaScript debugger? Download the latest version.
When I'm in the debugger, I can't seem to do anything else. Upgrade to b7 (or later), which makes debugging much better.
How do I log a message to the console? if (window.widgetarium) { widgetarium.log(someString); }
My system calls don't seem to work Make sure that 'Allow System' is enabled in the the project plist settings
Can I have multiple instances of my widget running at the same time? No, not currently.
How do I specify what the main HTML file is in my widget? Widgetarium assumes there is only one HTML file, and it is the main file (and the plist file is set up automatically for you).
How do I specify what the plug in is? This is also automatically handled - we assume there will be only one (since only one is supported).
OK, what about fonts? Widgetarium uses all the fonts in the root level of the project.
I've made some changes to my native plugin, but they don't seem to show up. Upgrade to b6 (or later) where Widgets are run in their own application, just like the real Dashboard (so native plugin development works much easier).
I made a project based on the system Calculator widget, but it doesn't work. The Calculator uses an undocumented call that Widgetarium doesn't support.
What are the system requirements? 10.4 or later (which is the same requirements for Dashboard)
How do I debug JavaScript? If there are errors, they will be shown in the console log at the bottom of the window - double click them to reveal them. Otherwise you can use logging to help show your program flow, or even better, just use the source level debugger.
How about a source level JavaScript debugger? Download the latest version.
When I'm in the debugger, I can't seem to do anything else. Upgrade to b7 (or later), which makes debugging much better.
How do I log a message to the console? if (window.widgetarium) { widgetarium.log(someString); }
My system calls don't seem to work Make sure that 'Allow System' is enabled in the the project plist settings
Can I have multiple instances of my widget running at the same time? No, not currently.
How do I specify what the main HTML file is in my widget? Widgetarium assumes there is only one HTML file, and it is the main file (and the plist file is set up automatically for you).
How do I specify what the plug in is? This is also automatically handled - we assume there will be only one (since only one is supported).
OK, what about fonts? Widgetarium uses all the fonts in the root level of the project.
I've made some changes to my native plugin, but they don't seem to show up. Upgrade to b6 (or later) where Widgets are run in their own application, just like the real Dashboard (so native plugin development works much easier).
I made a project based on the system Calculator widget, but it doesn't work. The Calculator uses an undocumented call that Widgetarium doesn't support.