Skip to content

A demo is available

Edit: This post concerns “The Wall”, a discontinued project.

The Wall is an intelligent home component that can display and update text items, numeric values and bars. Also, The Wall can react to mouse clicks from a computer mouse or from a touch screen. The demo has all the functionality of the full version, but adds an overlay. This is the “Hello world” of The Wall:

BackgroundColor = "#445566"
RegisterTextItem 0, "A", 4, 4, "#aabbcc", "InitializeText"

Sub InitializeText(ByVal Item)
   Item.Value = "Hello!"
End Sub

The demo will display “Hello!” at position 4 x 4 with an overlay, like so:

The MSI file is available for download from here. If you are using Windows Vista or Windows 7, you might need to download the Microsoft Script Control, since The Wall is powered by VBScript.

Categories: Programs.

Tags:

Comment Feed

One Response



Some HTML is OK

or, reply to this post via trackback.

*

Continuing the Discussion

  1. [...] Any drawing that is done before updating will be displayed behind registered objects (se the Hello World example) and any drawing that is done after updating will be displayed on top of registered objects. The [...]