Actually Orbit is much like the DHTML runtime. I don't know the details but I believe it has a Javascript interpreter and a mapping from the DOM to Java's equivalent.

We are working on a project to make the mapping from LZX tags to Javascript 2 classes more direct. When this is done, you will be able to work more easily with the Javascript.

You can see the Javascript that is currently generated from LZX by calling `lzc` with the --script option.

You can also get a glimpse of what we are working toward by looking at lps/components/extensions/drawview.lzx. This is an extension written nearly completely in Javascript with just the interface being specified in LZX.

On 2007-06-26, at 06:15 EDT, Javier Carrasco wrote:

I think project orbit generates java from lzx files, ¿can it be used to debug complicated interfaces?


-----Mensaje original-----
De: [EMAIL PROTECTED] en nombre de gaurav
Enviado el: vie 22/06/2007 5:41
Para: Benjamin Shine
CC: [email protected]
Asunto: Re: [Laszlo-user] GWT Style

I would like to do it myself .........Openlazlo mus have t XML markup to Flash and DHTML compiler or java api ....maybe I can use that ....is there any docs available for that ................any pointer would be
appreciated

On 6/22/07, Benjamin Shine <[EMAIL PROTECTED]> wrote:


Sorry, but that's not really possible. Open Laszlo is built to
support declarative program descriptions.

You could conceivably build an app dynamically at runtime by saying
something like...
<canvas>
<script>var container = new LzView( ... );
// make children for container...
</script>
</canvas>

...but that's not a recommended or supported approach.


On Jun 21, 2007, at 9:43 AM, gaurav wrote:

Hi Folks ,
pl letme know if GWT or swing type development in lazlo is possible
where i can directly manipulate java code which generates flash or
DHTML runtime rather than XML (lzx) + EcmaScript .
Benefits would IDE support and familiar  development  environment


Regards,
Gaurav
--
**********************************************************

               www.PaGux.com
             Innovation Starts Here.

new blog.pagux.com ....get to know Whats Cooking ?
*******************************************************

Benjamin Shine
Software Engineer, Open Laszlo / Laszlo Systems
[EMAIL PROTECTED]






--
**********************************************************

               www.PaGux.com
             Innovation Starts Here.

new blog.pagux.com ....get to know Whats Cooking ?
*******************************************************






Reply via email to