On 7/21/05, Zhang, Yao <[EMAIL PROTECTED]> wrote: >=20 > Hi see below codes. 'redraw is newly defined function. In layout > 'MyClips an unnamed field has its feel/engage programmed to call 'redraw >=20 > And that call failed, cause in feel/engage 'redraw is none > What could be the solution? How to get object feel recognize the > definition of 'redraw ? >=20
'redraw is part of the feel too, overloading it. try=20 feel [ ? self ]=20 to see whats in a feel. cleanest solution: rename it. another: call it as "system/words/redraw" >=20 >=20 > Thanks very, > -z >=20 >=20 [snip] --=20 -Volker "Any problem in computer science can be solved with another layer of indirection. But that usually will create another problem." David Wheeler -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
