Code that declares constraint dependencies by annotating the method
will not work in swf9
prototype.getText.dependencies = function(who, self) {
return [ self, "text" ];
}
or
prototype.getAttributeRelative.dependencies = function( who,self, prop ,
refView ){
for now let's make the dependency function into a well-known method
name by appending "$dependencies$" to the method name, like
$dependencies$getAttributeRelative
Then we'll figure out how to make the compiler find them..
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]