soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Allow Properties to be set directly by SetWires or SyncWires #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Currently only wrappers around properties can be connected by SyncWires or 
SetWires. It should be possible to connect Properties directly using 
Sync/SetWires.

What goal would this enhancement help you achieve?
Currently, Properties must be set manually using onAccess or the like. This 
would greatly improve usability and model simplicity.

Original issue reported on code.google.com by soundasleep on 7 Jul 2010 at 5:18

GoogleCodeExporter commented 9 years ago
Only SetWires are supported, because Properties don't have onChange events to 
notify when they have changed, thus SyncWires are impossible.

Resolved in r2451.

Original comment by soundasleep on 7 Jul 2010 at 7:38