contents   index   previous   next



JSE_ENABLE_DYNAMETH (off)

 

Object callbacks are normally not recursive, they are shut off while active. In other words, if you are implementing the dynamic get for an object and you try to get a member of that object, you won't be stuck in an infinite loop, rather that get will get the property from the internal ScriptEase store. It is possible that a particular application does want the recursive behavior. This option makes available the seEnableDynamicMethod API call, which allows a particular dynamic method to be turned back on.

 


JSE_GETFILENAMELIST (off)