[flexcoders] Apparent bug with static variable access in bindings (f2b3)

2006-05-30 Thread n51red
I have come accross a problem in which certain data bindings invoving static varaibles produce bizarre compilation errors. All the bindings that have caused problems have taken a form similar to this: booleanVariable={myInstance.variable==MyClass.staticVariable} Each instance of the problem

Re: [flexcoders] Apparent bug with static variable access in bindings (f2b3)

2006-05-30 Thread jeremy lu
ran into this problem last month, turned out f2b3 doesn't support bindings to static variables or methods.I have double checked this with adobe engineer and the answer is : this feature won't be supported. the work around here is using getter/setter.On 5/30/06, n51red [EMAIL PROTECTED] wrote: I