REBOL/View

Post on 04-Jan-2016

50 views 6 download

description

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. - PowerPoint PPT Presentation

Transcript of REBOL/View

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 … attrNlabel „name“ black

keywordsacross

Styles

system/view/vid/vid-styles style […]

Document Text, Video Text Fields Buttons Image, Scroller, Progress

Attribute

color text, font offset, size image effect …

Teil 2 - Draw

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

Teil 3 - Events

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