Difference between revisions of "Developing with openlaszlo"

From Chumby Wiki
Jump to: navigation, search
(New page: If, like me, you're a Linux user and you are interested in developing Chumby applications without using any closed-source software (Flash, FlashDevelop, ...) which don't run under Linux an...)
 
(Widget Example)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
  
 
Source file of Chummix configuration dialog: [http://www.chummix.org/chummix/services/viewsource.php?src=config chummix_config.lzx] which depends on [http://www.chummix.org/chummix/services/viewsource.php?src=xmlhttprequest xmlhttprequest.lzx]
 
Source file of Chummix configuration dialog: [http://www.chummix.org/chummix/services/viewsource.php?src=config chummix_config.lzx] which depends on [http://www.chummix.org/chummix/services/viewsource.php?src=xmlhttprequest xmlhttprequest.lzx]
 +
 +
= Widget Example =
 +
 +
You can download the source code of the [http://www.chumby.com/guide/widget/Chummix chummix widget] on that page [http://www.chummix.org/contribute#developer].

Latest revision as of 20:35, 26 August 2010

If, like me, you're a Linux user and you are interested in developing Chumby applications without using any closed-source software (Flash, FlashDevelop, ...) which don't run under Linux anyway, this page might interest you.

I developed a communication application using Openlazlo. Openlazlo generates SWF files that can run on Chumby devices. Source files are XML that can be written with you preferred editor (vim, emacs, scite, gedit, kedit, ...).

Widget Configuration Dialog Example

Source file of Chummix configuration dialog: chummix_config.lzx which depends on xmlhttprequest.lzx

Widget Example

You can download the source code of the chummix widget on that page [1].