Questions tagged [openlaszlo]

OpenLaszlo is a Rich Internet Application(RIA) platform which compiles applications written in a custom language called LZX (XML and JavaScript) to either Flash or JavaScript.

OpenLaszlo (http://www.openlaszlo.org) is an open source platform released under Common Public License (CPL) for the development and delivery of rich Internet applications. OpenLaszlo has been created by Laszlo Systems Inc., and open sourced in October 2004.

The OpenLaszlo platform consists of:

  1. the LZX programming language - an Extensible Markup Language (XML) and JavaScript description language. LZX enables a declarative, text-based development process that supports rapid prototyping. It is designed to be familiar to traditional web application developers working with HTML and JavaScript.

  2. OpenLaszlo Server - a Java servlet that compiles LZX applications into executable binaries for targeted run-time environments (Flash and Ajax) and the OpenLaszlo Server.

  3. The Laszlo Foundation Classes (LFC), which consist of a runtime specific kernel written in ActionScript 3 (SWF runtime) and JavaScript, and foundation classes written in LaszloScript (a JavaScript 2 dialect). For the DHTML runtime, the LFC (foundation classes and kernel) is compiled into one JavaScript file, for the SWF runtime a SWF library (SWC) file is generated.

117 questions
8
votes
5 answers

What are the options for a browser-agnostic way of doing a web slideshow with audio?

I have a requirement to put together an application which will generate a web slide show. It needs to be able to do fancy transitions between multiple images (in a browser) and also provide audio while those images are being displayed. The…
paxdiablo
  • 854,327
  • 234
  • 1,573
  • 1,953
8
votes
4 answers

Experiences with OpenLaszlo?

In a related question, I asked about Web Development. I came across something called OpenLaszlo yesterday and thought it looked interesting for doing some website development. The site has a bunch of good information on it and they've got some…
itsmatt
  • 31,265
  • 10
  • 100
  • 164
7
votes
4 answers

Is OpenLaszlo's dual-runtime approach (HTML5 and Flash/SWF) still valid?

OpenLaszlo is - as far as I know - the only rich Internet application platform with the following features: Declarative XML based user interface language (similar to Mozilla's XUL) called LZX. Cross compilation of LZX to either JavaScript or…
user1587219
6
votes
3 answers

Adobe Flex vs openlaszlo

I am currently working on a RIA project in flex, but have recently come across openlaszlo. It seems a lot of large projects have chosen it over flex, such as the streaming music service Pandora. I'm interested in why. So far the biggest advantage…
ryanggfx
  • 108
  • 7
6
votes
7 answers

What editor do you use for OpenLaszlo coding?

I'm new to developing in OpenLaszlo, and have tried Eclipse (hoping for decent code completion), but found it far too heavy for my tastes. fell back to using Textmate, but the bundle for OpenLaszlo is terribly out of date. Any suggestions? or should…
Geoff Holden
  • 105
  • 1
  • 6
5
votes
3 answers

Can OpenLaszlo Use JavaScript Libraries like JQuery and PrototypeJS?

I have been looking at OpenLaszlo and observed that scripting in the client is implemented in JavaScript. Does this mean it is possible to use libraries like JQuery and PrototypeJS ?
Nicholas
  • 15,916
  • 4
  • 42
  • 66
4
votes
3 answers

How do I deploy an OpenLaszlo solo application?

I have been looking at OpenLaszlo. I could not find how to deploy a solo application.. What do I have to copy or what programs do I have to run? I know the deployment type can be dhtml or flash... Thanks in advance.
aftershock
4
votes
5 answers

Internet Explorer does not unload SWF when navigating away from page

I'm writing a conferencing portal using the open-source OpenMeetings, which is a Flash app that is compiled with OpenLaszlo. So, I have access to the SWF source code which is a mix of Laszlo markup and JavaScript, but not ActionScript. The problem I…
Dmitry S.
  • 113
  • 1
  • 8
3
votes
2 answers

Are there any Eclipse IDE+GUI plugins for Openlaszlo?

I intend to customize Openmeetings and am wondering if there is a GUI editor available for Openlaszlo. There was apparently a plugin called IDE4Lazlo, mentioned both at IBM and Eclipse.org, but both links are dead. If the plugin has been definitely…
James P.
  • 19,313
  • 27
  • 97
  • 155
3
votes
3 answers

Is the OpenLaszlo DHTML runtime production ready?

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…
user427051
  • 31
  • 1
3
votes
2 answers

How to get a view based on coordinate in openlaszlo?

In JavaScript we have document.elementfrompoint to get an element based on coordinates. Is there any thing like that in Openlaszlo to get a view based on coordinate?
karthick
  • 11,998
  • 6
  • 56
  • 88
3
votes
1 answer

OpenLaszlo and Accessibility on SWF runtime

I have been trying to add accessibility features some of my OpenLaszlo applications on the SWF10 runtime. Basically I have been getting nowhere. The screen reader I am using to test, "VoiceOver" on Mac refuses to notice my flash widgets, but does…
J.Hunt
  • 55
  • 7
3
votes
2 answers

Can Adobe Flash Builder be used to debug and profile OpenLaszlo SWF10/SWF11 applications?

I've read that Adobe's Flash Builder 4.0+ supports profiling of ActionScript 3 applications. Is it then possible to use Flash Builder to profile OpenLaszlo SWFx runtime applications accordingly? The conversion of OpenLaszlo's LZX source code into an…
user1587219
2
votes
2 answers

Openlaszlo in Eclipse

Can anybody tell me how to add the openlaszlo plugin to the eclipse or any IDE for openlaszlo ? Thank you!
sura2k
  • 7,365
  • 13
  • 61
  • 80
2
votes
3 answers

Efficiently calculate minutes and seconds for MM:ss formatted display from seconds, using OpenLaszlo / javascript?

I'm currently using the following function which is based on an example from the web, it is called every second to display the current progress through a video stream. Is there something I could do to make this more efficient? function…
Geoff Holden
  • 105
  • 1
  • 6
1
2 3 4 5 6 7 8