Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

Lino and Qooxdoo

(Don't read. Needs revision.)

We once started working on an interface that uses the Qooxdoo.

How to use it

The makeui command

You invoke the makeui command by executing the following shell command in your local project directory:

python manage.py makeui

This generates a complete Qooxdoo application into the lino_apps directory of your project.

This job consists of two parts:

  • writing all the files that make up a Qooxdoo application (config.json, class files, etc.)

  • runs Qooxdoo's generate.py source build command .

The lino_apps directory

The lino_apps directory is QOOXDOO_PATH/lino_apps/MYPROJECT, where - QOOXDOO_PATH is usually something like /var/snapshots/qooxdoo-1.3-sdk - MYPROJECT is the local name you chose for your project - lino_apps is a hard-coded string that is currently not configurable.

It's actually not very polite that Lino writes into the source tree of your Qooxdoo SDK. But we didn't yet find a better solution. See https://gitlab.com/lino-framework/lino/blob/master/docs/tickets/30