actionscript 3 - Calling static functions that don't exist -


i'd have class resolve calls static functions don't exist.

if have object subclasses proxy class, can override callproperty() method catch calls functions, properties of object, don't exist.

how can done static function calls in class? cannot done making overridden callproperty() method static. there way?

i may wrong, don't think there way asking. static functions have exist , called static compiler knows there. can't see way around that. there way want without being static? maybe if described more trying achieve might able more of help.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -