Questions tagged [lzx]

LZX (or Laszlo XML) is an XML-based declarative language created as part of the OpenLaszlo rich Internet application platform.

LZX is the declarative user interface language used by the OpenLaszlo rich Internet applications platform, which was created by Laszlo Systems and open sourced in 2004.

LZX consists of a number of predefined tags for UI widgets, data management, application layout and scripting elements (using JavaScript) . LZX supports a class based development with inheritance and offers support for mixins. LZX tags represent components written either in LZX or in JavaScript and ActionScript under the hood. LZX is runtime agnostic, since the OpenLaszlo compiler supports compiling LZX source code into either JavaScript 1.5 (the DHTML/HTML5 runtime) or ActionScript 3 (SWF10/SWF11 runtime).

When compiling an OpenLaszlo application, the LZX code is compiled into an intermediary JavaScript 2 code, and then - depending on the runtime - further compiled into either JavaScript 1.5 (DHTML runtime), or ActionScript 3 (SWF runtime). For the SWF runtime, an embedded version of the Adobe Flex compiler is used to generate the SWF file.

67 questions
1
vote
1 answer

How to disconnect an rtmp connection?

Do you know if it's possible actually to disconnect a rtmpconnection and how ? There is no "disconnect" method in the official doc, and also in the rtmpconnection.lzx . So if you know a way out to disconnect the rtmp connection,please let me know.…
Pallab
  • 179
  • 1
  • 3
  • 16
1
vote
0 answers

Flash Stage Video component for OpenLaszlo

Is there are video component for OpenLaszlo utilizing Flash Stage Video? Stage video support has been around since Flash Player 10.2. According to Adobe, Processor usage can reduced by up to 85% using Stage Video. For details on Flash Video, check…
raju-bitter
  • 8,906
  • 4
  • 42
  • 53
1
vote
2 answers

Will OpenLaszlo mouse events convert to touch events if i compile the code for mobile target?

I want to know whether the open laszlo mouse down events will be converted to touch events while compiling it in mobile format.
karthick
  • 11,998
  • 6
  • 56
  • 88
1
vote
1 answer

How can i drag a view over an view that has an html content in Open Laszlo 5.0?

I am trying to drag an content over an html content in OL5.0. the observations are i am able to drag from the laszlo component to html component without any problem. I am able to drag from laszlo to html to laszlo. But, if i drag that view to html…
karthick
  • 11,998
  • 6
  • 56
  • 88
1
vote
1 answer

Default placement is not working properly in Open Laszlo 5.0.x

When i tried to use the default placement like this in a class like this $once{property} its giving the following error. Exception in thread "main" org.openlaszlo.sc.parser.TokenMgrError: Lexical error at line 25, column 249. Encountered: "@" (64),…
karthick
  • 11,998
  • 6
  • 56
  • 88
1
vote
1 answer

Migrating OpenLaszlo application to 5.0: The tag xxx cannot be used as a child of view

I want to know has anyone across a defect like this when upgrading open laszlo. The tag xxx cannot be used as a child of view The tag xxx cannot be used as a child of class Why this error happens? Any Idea?
karthick
  • 11,998
  • 6
  • 56
  • 88
0
votes
1 answer

Why does debugger say that the documented OpenLaszlo lz.FocusService.getFocus() method doesn't exist

The lz.Focus reference manual documentation for the latest official release (4.9.0) of the OpenLaszlo programming platform (http://www.openlaszlo.org/lps4.9/docs/reference/) gives many examples of calling methods on the lz.FocusService object,…
Kmeixner
  • 1,664
  • 4
  • 22
  • 32
1 2 3 4
5