up vote 1 down vote favorite
share [g+] share [fb]

As a long time time Flex developer I've thought about building my next application - which should run on the iPad as well - with OpenLaszlo. OpenLaszlo offer a Flash and DHTML runtime, but besides the demos on the website I don't see any real world application built with OpenLaszlo: http://openlaszlo.org/showcase

Has anyone built a large application with the DHTML runtime, and what was your experience doing that.

Thanks!

link|improve this question
Since I did not build a large app, I'll comment. I worked with Laszlo back in 2006/2007 and I really liked it. MS essentially stole it as usual and made WPF, IMO. At the time Flash had more features and more wide-spread support. I felt DHTML would only be good in a corporate environment were you had a captive audience. Out in the wild it didn't seem as well supported. Do you feel everyone will have the required binaries if you go DHTML? – JustBoo Aug 21 '10 at 12:09
feedback

2 Answers

I've tested our complicated video editing application under HTML5 mode of OpenLaszlo (formerly known as DHTML mode) and everything works aside from the text mis-aligning a bit. Audio and Video playback is not available in the latest official release (4.9.0) but the latest nightly builds ( http://download.openlaszlo.org/nightly/trunk/ ) contain the html5video and html5audio classes which work fine for media types that play in the new HTML5 and tags (different browsers support different ones). My test results of what works can be viewed here:

http://jira.openlaszlo.org/jira/browse/LPP-10058

In regards to iPad, everything seemed to work fine except that it was not possible to programmatically play more than 1 video/audio item at a time without user interaction. However, this seems to be a limitation of iPad and not OpenLaszlo since a test HTML5 application suffered the same limitation.

link|improve this answer
feedback

Laszlo has not upgraded the HTML5/DHTML runtime to support the newer version of IE (IE9+). If you are planning to use the DHTML runtime for only some browser (Chrome, Firefox, Safari), everything should work relatively well.

The "Mobile" runtime in trunk is ongoing work. It is based on the HTML5 runtime, and should finally be a stripped down version of it, since the size of a simple HTML5 app is almost 600k, without any application logic.

I'd recommend that you use the Trunk version (upcoming 5.0 release) of OpenLaszlo, since a lot of bugs have been fixed in Trunk for DHTML.Despite the fact that it hasn't been released, a number of developers are using that version already for production purposes.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.