[flexcoders] Binding to Dynamic Object

2006-06-27 Thread Brendan Meutzner



Hi All,Wondering if anyone can clear up the issue surrounding binding to dynamic objects for me. I've got a data structure which I'm refactoring on the client side before using as a dataProvider instance. Because of the nature of the data, I dont' know exactly what properties the structure will contain. Thus, I've created an untyped Object and simply added the properties on as I need them. However, I get compiler warnings (yes only warnings) indicating that it's unable to bind to property... yada yada...
Now, I understand why I'm getting the warning, but I'm at a loss on how to create a solution that works, while avoiding these warnings. While the untyped Object solution does work (except for the annoying warnings), I'd really like to figure out the proper solution for this.
Any help is appreciated.Brendan

__._,_.___





--
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.



  






__,_._,___



Re: [flexcoders] Binding to Dynamic Object

2006-06-27 Thread Tom Bray



You can use an ObjectProxy to wrap your objects and make them bindable.-TomOn 6/27/06, Brendan Meutzner 
[EMAIL PROTECTED] wrote:








  



Hi All,Wondering if anyone can clear up the issue surrounding binding to dynamic objects for me. I've got a data structure which I'm refactoring on the client side before using as a dataProvider instance. Because of the nature of the data, I dont' know exactly what properties the structure will contain. Thus, I've created an untyped Object and simply added the properties on as I need them. However, I get compiler warnings (yes only warnings) indicating that it's unable to bind to property... yada yada...
Now, I understand why I'm getting the warning, but I'm at a loss on how to create a solution that works, while avoiding these warnings. While the untyped Object solution does work (except for the annoying warnings), I'd really like to figure out the proper solution for this.
Any help is appreciated.Brendan

  















__._,_.___





--
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.



  






__,_._,___



Re: [flexcoders] Binding to Dynamic Object

2006-06-27 Thread Brendan Meutzner



Tom,Excellent... thank you.BrendanOn 6/27/06, Tom Bray [EMAIL PROTECTED] wrote:









  



You can use an ObjectProxy to wrap your objects and make them bindable.-TomOn 6/27/06, 
Brendan Meutzner 
[EMAIL PROTECTED] wrote:








  



Hi All,Wondering if anyone can clear up the issue surrounding binding to dynamic objects for me. I've got a data structure which I'm refactoring on the client side before using as a dataProvider instance. Because of the nature of the data, I dont' know exactly what properties the structure will contain. Thus, I've created an untyped Object and simply added the properties on as I need them. However, I get compiler warnings (yes only warnings) indicating that it's unable to bind to property... yada yada...
Now, I understand why I'm getting the warning, but I'm at a loss on how to create a solution that works, while avoiding these warnings. While the untyped Object solution does work (except for the annoying warnings), I'd really like to figure out the proper solution for this.
Any help is appreciated.Brendan

  















  















__._,_.___





--
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.



  






__,_._,___