150 likes | 433 Views
REBOL/View. REBOL/View. grafische Erweiterung zu REBOL sehr „schlank“ schnell kaum dokumentiert. Möglichkeiten in /View. direkt make face […] von VID generiert layout […]. Teil 1 - VID. VID. style attr1 … attrN label „name“ black keywords across. Styles.
E N D
REBOL/View • grafische Erweiterung zu REBOL • sehr „schlank“ • schnell • kaum dokumentiert
Möglichkeiten in /View • direkt • make face […] • von VID generiert • layout […]
VID • style attr1 … attrN label „name“ black • keywords across
Styles • system/view/vid/vid-styles • style […] • Document Text, Video Text • Fields • Buttons • Image, Scroller, Progress
Attribute • color • text, font • offset, size • image • effect • …
Face/Effect/Draw • eigener Dialekt, ähnlich VID • states • pen • fill-pen • line-pattern
Primitives • Line pos1 .. posN • Polygon pos1 .. posN • Box upper-left lower-right • Circle center R
Colors & Patterns • Pen color • Fill-Pen color • Line-pattern Len-on Len-off …
Images • to-image layout […] • make image! 100x100
Face/feel • redraw [face action position] • vor Neuzeichnen • over [face action position] • Mausbewegung • engage [face action event] • Event-Handler • detect [face event] • Event-Filter
Event! • Face • Type (action) • Offset • Key • Time • Shift, Control