I am trying to use a function for the chain object.
BindingUtils.bindProperty(image, "visible", this, { name: "visible",
getter: IconVisible()});I am getting an error: Error #1034: Type Coercion failed: cannot convert false to Function. Any idea how to make it work? Thanks
