Hi, With Flex, all my VO extends from Entity (a class of my framework) and I have the following in Entity:
ChangeWatcher.watch(this, fieldName, entityChanged); So, everytime a field was changed, it runs automatically entityChanged a change a flag to changed so the backend knows that this VO it to update. This have being working flawless for years. I tryed to replicate the same with Royale but seems that all my attenps around ChangeWatcher failed. The isRunning property is always false. ChangeWatcher is not ready and should I go thru another route ?