Not approved. I can't get this to work. First, I have to rename the
file from wgt to wdgt to get dashboard to pick it up. When I
double-click the file, I get the following message:
You can't install the file “solo_deploy_Sep_29_2010_10_51_09.wdgt”
because it is not a valid widget.
On 9/28/10 10:29 AM, Henry Minsky wrote:
Change hqm-20100928-Gl3 by [email protected] on 2010-09-28 12:25:11 EDT
in /Users/hqm/openlaszlo/trunk-clean
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add support for OSX Dashboard Widget creation
New Features:
Bugs Fixed:
Technical Reviewer: max
QA Reviewer: ptw
Doc Reviewer: (pending)
Documentation:
Release Notes:
Overview:
Add support for generating OSX dashboard widget format for HTML5 apps
Details:
Write out Info.plist file and Default.png and Icon.png files into archive.
Note: we could also support SWF apps maybe, if we use specify the optional
plugin info in
the plist file.
Tests:
+ load
http://localhost:8080/trunk-clean/examples/contactlist/contactlist.lzx?lzoptions=runtime(dhtml)
+ Click SOLO deploy button, select Apple Dashboard Widget as output format
+ download the zip file, and unzip into a directory named
~/Library/Widgets/OLContacts.wdgt
+ double click the OLContacts.wdgt file in the finder to install dashboard
widget
Files:
M WEB-INF/lps/server/src/org/openlaszlo/utils/DeployUtils.java
M lps/admin/solo-deploy.jsp
M lps/admin/solo-dhtml-deploy.jsp
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/hqm-20100928-Gl3.tar