Re: [flexcoders] Flex2 flash_proxy/Proxy getProperty and Binding

2006-03-15 Thread Michael Schmalle
Well, I was just in this classroom the other day. If I get your question correctly.. Add; use namespace flash_proxy; right under the import flash.util.flash_proxy. If you got this code from an example, it was missing the use statement. I missed this also!, Once the use is in there it works

AW: [flexcoders] Flex2 flash_proxy/Proxy getProperty and Binding

2006-03-15 Thread Harald Dehn
;     }     } } Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Renaun Erickson Gesendet: Mittwoch, 15. März 2006 08:49 An: flexcoders@yahoogroups.com Betreff: [flexcoders] Flex2 flash_proxy/Proxy getProperty and Binding The sample code is located below. I am trying

[flexcoders] Flex2 flash_proxy/Proxy getProperty and Binding

2006-03-14 Thread Renaun Erickson
The sample code is located below. I am trying to find a way to bind dynamic attributes (when using Proxy class). I can't get the dynamic properties to bind, any suggestions or help would be appreciated. Renaun Proxy Class: package { import flash.util.flash_proxy; import