Magic Transport

This transport uses Livecode Wasm instead of a server.

https://david.livecode.wiki/assets/wasm/Creator2/Simple_Visible.html HEIGHT 450 This is a panel using Creator2 Assets and Simple_Visible.html Use Magic HTTP Transport for sites not using HTTPS.

It is able to interact with code on this page:

set the backgroundcolor of me to random set the backgroundcolor of this cd to random set the backgroundcolor of btn "Context" to random set the backgroundcolor of btn "Visible" to random

set the backgroundcolor of me to lightgreen set the backgroundcolor of this cd to yellow set the backgroundcolor of btn "Context" to red go to card "Cinema"

Currently we use only the first code-item on this page. In the future we should enable multiple code-items by looping through each one.

# Issues 1. Currently, re-ordering the code-items on the page does not immediately make available the code to the (wasm) widget - you must refresh the page for this to take effect. This is due to the way the About Frame Plugin accesses the wiki's context. 1. Focus is hogged by wasm-widget loads - closing the focus in an item being edited. This makes editing content in wiki tricky with widgets visible in the lineup.

# Assets

wasm/Creator2