Skip to content
RichardHerz edited this page Sep 1, 2021 · 17 revisions

This goal of this project is a design tool for one-off web simulations in which page elements are placed in non-grid layouts. The project is not intended to build full-featured web pages. There is no LiveCode script conversion.

Drag and drop web page design!

This project is being built with LiveCode. Get it at LiveCode.com. You need to use the LiveCode IDE, version 8 or higher, in order to use this software.

The instructions here assume that you know how to use the LiveCode IDE. There are resources on the web to help you learn the IDE, including at LiveCode.com. I cannot help you with questions about LiveCode except as they relate specifically to this project.

Each LiveCode control is referenced in CSS by id only, thus cascading is limited. LiveCode controls include groups, standard buttons, menu buttons, checkboxes, radio buttons, locked fields, unlocked fields, and sliders (range inputs).

My use of this project is to develop web apps that are interactive simulations of physical systems. Examples of web apps built with this project are posted at http://reactorlab.net/web-labs/

The css-processor stack can be used to process CSS files in order to scale a card layout to other widths.

Clone this wiki locally