Is there any way to specify a variable as the destination of a binding or is it only possible for it to be the source?
What I thought you could do was bind a variable to (say) the value property of a slider then if the variable changed the slider would change (that works) and if you change the slider then the variable would change (this does not)
Possibly it is not meant to work like that? you can achieve the same effect with the changed event, handle the event and update the variable yourself, but I was hoping that binding worked in that direction also... It does for datagrid doesn't it? Changed in the table are reflected in the datagrid and edits in the datagrid are reflected in the table? Maybe I am wrong about that?
Thanks
--
david
"The difference between theory and practice is that in theory, there is no difference between theory and practice"
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

