[EMAIL PROTECTED] wrote:

> in /view i tried
>
>   view layout/style [ ... ] [ cust-feel: make feel [ ..some-feel.. ]
> ]
>

you can create your own styles:

my-styles: stylize [txt24 text [font/size: 24]]
view layout [styles my-styles txt24 "ahoy"]

as for feel - it's just object, and so you can pass it to any face ....

view layout [styles my-styles txt24 "ahoy" [print "ahoy"]]

- if you add action block to VID dialect, 'layout func parser recognises
it, and 'text object has assigned a a feel, and for the text it is 'hot
IIRC. You can change it via setting in your own style using 'stylize...

... not sure if it will work that way though ... :-)

-pekr-



>
> and i got
>
>   ** Script Error: layout has no refinement called style.
>
> what am i suppose to do if (possible?) to adjust feel through layout?
> appreciate help.
>
> -z
>
> __________________________________________________
> Do You Yahoo!?
> Send instant messages with Yahoo! Messenger.
> http://im.yahoo.com/

Reply via email to