[REBOL] Re: Laccio Framework
From: jasonic:nomadics at: 22-Aug-2007 21:53
Alessandro Manotti wrote:
> =========================================
> ; CREATE AND INIT CALCULATOR COMPONENT
> myCalculator: make TCalculator[ ]
> myCalculator/init
>
> ; REGISTER YOUR FUNCTION TO GET THE MESSAGE "msgAfterTotal"
> myCalculator/controller/addListener "msgAfterTotal" 'saveResults
> myCalculator/controller/addListener "msgAfterTotal" 'showResultsToVideo
>
Hi Alessandro..
examples examples examples >> oh yes please..
very nice - like Flash Actionscript without all the ECMA syntax junk ;-)
Perhaps you can put presentation with examples into an EasyVID
active-book format [one of Rebols undedeveloped jewels imo]
This is just what I need for my next project -- which uses both flash
and rebol.
Ah how sweet to have a reasonably consistent implementation of interface.
btw, do you know MaxMSP or PD PureData ??
prgrammable patchbay metaphor software for musicians and others...
MaxMSP is the parent system - color, very sexy, sophisticated, powerful. [$]
PD Pure Data is the opensource free child of Max, spawned by one of the
original authors [Miller Puckette]
Anyway, among many great ideas they have neat syntax for ketting
patches and things to communicate
send and receive -- its so sweet and simple -- no 'lucid' like the best
parts of REBOL.
check it out..
http://en.wikipedia.org/wiki/Pure_Data
see the main docs and search for "send" -- generally read intro and
read down from here
http://crca.ucsd.edu/~msp/Pd_documentation/x2.htm#s1.3
thanks
Jason