Programmerare, skeptiker, sekulärhumanist, antirasist.
Författare till bok om C64 och senbliven lantis.
Röstar pirat.
2010-06-22
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: The Wall
Bjud mig på en kopp kaffe (20:-) som tack för bra innehåll!
[…] 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 […]