Announcements

chuq @ Tue, 2008-04-29 17:38

If you're trying to get the most out of OpenLaszlo, consider taking one of our training classes on OpenLaszlo. We've just scheduled sessions here in San Mateo for both OpenLaszlo Fundamentals and our Building OpenLaszlo Applications classes. Sessions in Toronto and Hyderabad are also being scheduled.

More information on the classes is available here

Chuq

chuq @ Tue, 2008-04-15 19:05

We had a glitch with the downloads of 4.0.12 that had to be fixed. If you downloaded it before 11:30AM EDT on 4/15/2008, please redownload it at http://www.openlaszlo.org/download.

To make sure you have the proper release, check the build number in Laszlo Explorer. It should report r8678.

chuq @ Tue, 2008-04-15 03:29

OpenLaszlo 4.0.12 is a is the latest version of OpenLaszlo and contains bug fixes, enhancements, and other changes from previous versions.

If you are using an earlier version, we recommending upgrading to 4.0.12, which is the recommended release for swf development. Support for applications to DHTML remains at "beta" level; it will be fully supported with OL 4.1.

To see the list of changes, please refer to the Release Notes

For every release, we rely on the OpenLaszlo community to help ensure the quality of the platform release and to determine its future direction. To propose or participate in discussion of new features, see the wiki. We encourage you to report any problems, and to make suggestions for enhancements, through our JIRA bug tracking system.

chuq @ Wed, 2008-04-02 20:37

OpenLaszlo 4.0.11 is a is the latest version of OpenLaszlo and contains bug fixes, enhancements, and other changes from previous versions.

If you are using an earlier version, we recommending upgrading to 4.0.11, which is the recommended release for swf development. Support for applications to DHTML remains at "beta" level; it will be fully supported with OL 4.1.

To see the list of changes, please refer to the Release Notes

For every release, we rely on the OpenLaszlo community to help ensure the quality of the platform release and to determine its future direction. To propose or participate in discussion of new features, see the wiki. We encourage you to report any problems, and to make suggestions for enhancements, through our JIRA bug tracking system.

chuq @ Thu, 2008-02-21 20:42

OpenLaszlo 4.0.10 is a is the latest version of OpenLaszlo and contains many bug fixes, enhancements, and other changes from previous versions. OpenLaszlo 4.0.10 is the first release of the code base that contains significant changes for DHTML support. In addition, the documentation effort, while not complete yet, has been significantly updated to include new features, such as explicit replication and data API.

If you are using an earlier version, we recommending upgrading to 4.0.10, which is the recommended release for swf development. Support for applications to DHTML remains at "beta" level; it will be fully supported with OL 4.1.

The list of changes is significant. To see the complete list, please refer to the Release Notes

For every release, we rely on the OpenLaszlo community to help ensure the quality of the platform release and to determine its future direction. To propose or participate in discussion of new features, see the wiki. We encourage you to report any problems, and to make suggestions for enhancements, through our JIRA bug tracking system.

chuq @ Mon, 2008-01-28 23:58

OpenLaszlo 4.0.9 is a bug fix release. For a detailed list of the bugs fixed, see the Release Notes. OpenLaszlo 4.0.9 is the recommended release for swf development. You can download it here.

OpenLaszlo 4.0.9 fixes the following bug:

  • [LPP-5368] - Can't have query string with queryType="POST"

Update (Jan-31-2008): I've changed the download links to point to updated download files, labeled 4.0.9.1. The ONLY change is that the page displayed when you fire it up now correctly says 4.0.9 and not 4.0.8. No need to re-download unless that really, really bothers you when you see it.

chuq @ Mon, 2008-01-14 21:54

OpenLaszlo 4.0.8 is a bug fix release. For a detailed list of the bugs fixed, see the Release Notes. OpenLaszlo 4.0.8 is the recommended release for swf development. You can download it here.

OpenLaszlo 4.0.8 fixes the following bugs:

  • [LPP-2071] - __LzDebug.whyAlive() incorrectly reports leaking arrays with SWF8
  • [LPP-5205] - Debug.whyAlive no longer shows reference keeping object alive
  • [LPP-5217] - windows can leak memory
  • [LPP-5321] - Serious memory leak for CSS styled nodes

Support for DHTML applications remains at "beta" level; it will be fully supported with OL 4.1. Until then, you can find the most recent DHTML bug fixes and support in the trunk branch (4.x nightly builds).

amuntz @ Tue, 2007-11-20 04:37

OpenLaszlo 4.0.7 is a bug fix release with one new feature, improved bug report support in the debugger. For a detailed list of the bugs fixed and information on this new feature, see the Release Notes. OpenLaszlo 4.0.7 is the recommended release for swf development. You can download it here.

OpenLaszlo 4.0.7 fixes the following bugs:

LPP-1636 - Scripts do not handle spaces in path names
LPP-2593 - Trunk: lzc and lzc.bat will not run in a standard Windows configuration
LPP-4099 - Can't get onerror event while loading resources from 403 forbidden image links
LPP-4142 - LZC arguments that use an equal sign (such as --runtime=swf8) do not work on the Windows command line (cmd).
LPP-4664 - test/explicit-replicators/replicator.lzx visually deletes last two items when the second-to-last item is clicked and ...
LPP-4719 - Provide a way to output relevant debug info to copy/paste into mail
LPP-4737 - Empty graphic seen when you navigate to the OL app without Flash
LPP-4784 - OL4.0.5, tag and SWF : http://www.openlaszlo.org/lps4/lps/components/extensions/test/html-swf.jsp NOT WORKING
LPP-4843 - Error parsing arguments to lzc using native Windows
LPP-4844 - ondata event not triggered when dataset loads v4.0.5 SWF
LPP-4884 - All small applications, except weather, will fail to display in IE7/swf.
LPP-4906 - Laszlo Explorer, incorrect text
LPP-4999 - IE resets history to #0 after visiting another site and pressing the back button
LPP-5004 - Generate Release Notes for 4.0.7
LPP-5012 - Multiple calls to callJS fails in Firefox
LPP-5016 - _parse gets called before canvas is initialized
LPP-5070 - Videos not playing in YouTube demo

OpenLaszlo 4.0.7 has the following improvement:
The bugReport method of the Debugger can be used to create a report suitable for copy/pasting into a bug report. To use it, enable backtraces and debugging, then inspect the error message that you believe reveals a bug, then invoke Debug.bugReport() in the debugger. Copy and paste the output of that call into your bug report. This process is described in more detail in the Debugging chapter of the OpenLaszlo Developer's Guide.

Support for DHTML applications remains at "beta" level; it will be fully supported with OL 4.1. Until then, you can find the most recent DHTML bug fixes and support in the trunk branch (4.x nightly builds).

amuntz @ Tue, 2007-10-16 00:16

OpenLaszlo 4.0.6 is a bugfix release with a few changes since OpenLaszlo 4.0.5. If you are using a version before 4.0.5, we recommending upgrading to 4.0.6. If you are not troubled by the few bugs fixed in 4.0.6, there is no need to upgrade to 4.0.6 right now. 4.0.6 is the recommended release for swf development. You can download it here.

OpenLaszlo 4.0.6 fixed the following bugs:
LPP-4175 - DHTML calendar demo wigs out on opening Event Info
LPP-4731 - reloading browser page causes history to trigger "back" action
LPP-4746 - Javascript errors when using the history mechanism in swf7
LPP-4778 - "LzView#setX(..)" and "LzView#setY(..)" optimization breaks xoffset / yoffset
LPP-4779 - Put under debug flag - version info and init timer from LZPIX
LPP-4857 - dojo.flash.comm errors on firefox os x
LPP-4615 - Override resource declarations
LPP-4793 - Using clonenumber emits warning when using replicator

In general, OpenLaszlo 4.0.6 begins a new strategy, where we intend to offer point releases more frequently to address specific bug fixes. By looking at JIRA, you will see that many bugs are fixed in trunk (4.x), our active development branch. However, we understand that many people aren't comfortable moving to the latest, less stable development branch, so we are going to spin more frequent releases from the 4.0.x branch to provide qualified releases of significant bug fixes more quickly to the community. The next point release is named "Cranberry" and you can view the bug fixes currently scheduled for it on the OpenLaszlo Roadmap in JIRA. You can preview the Cranberry release by downloading of the 4.0.x nightly builds.

Support for DHTML applications remains at "beta" level; it will be fully supported with OL 4.1. Until then, you can find the most recent DHTML bug fixes and support in the trunk branch (4.x nightly builds).

amuntz @ Tue, 2007-09-25 14:11

If you missed their talk at AjaxWorld, you can still read about how Benjamin Shine and Bret Simister built an iPhone application in OpenLaszlo at iPhoneDevCamp in two days.

The iPhone application is NEWSMATCH. It’s a game that presents items from a Yahoo! News RSS feed, with images and titles. The challenge is to match an image with the headline it illustrates. To play, you click(or tap) on an image, then click (or tap) on a headline. If they match, you’re given the opportunity to read the story. Try it!

See their OpenLaszlo blog entry, and walk through the progression of NEWSMATCH, illustrating how OpenLaszlo facilitates rapid development of iPhone applications. NEWSMATCH was written from scratch in two days, using OpenLaszlo. It ran on the iPhone, with very few iPhone-specific modifications, from the very first versions.

XML feed