Mark Lubratt
2007-11-18 03:20:18 UTC
OK. I guess I have to go through my application and remove all my
visual bindings. I'm not real happy about it; but, I guess I don't
have a choice since it seems that they've eliminated the ability to
add bindings in r5.
So, where's the best place to put the binding code? If, for example,
I have a cache bound to a listbox, textfield, or a checkbox; should I
put the binding function call in the cache's open event? Even though
the other end of the binding might not be instantiated yet (I don't
know if that would be an issue or not). Or, should I put it in the
window's open event, thus guaranteeing that both objects are
instantiated?
Thanks!
Mark
visual bindings. I'm not real happy about it; but, I guess I don't
have a choice since it seems that they've eliminated the ability to
add bindings in r5.
So, where's the best place to put the binding code? If, for example,
I have a cache bound to a listbox, textfield, or a checkbox; should I
put the binding function call in the cache's open event? Even though
the other end of the binding might not be instantiated yet (I don't
know if that would be an issue or not). Or, should I put it in the
window's open event, thus guaranteeing that both objects are
instantiated?
Thanks!
Mark