[flexcoders] Nested object property in a form?

2009-10-14 Thread wt.ustc
Greetings everyone! I am trying to make a form for editing an entity with a nested object, like business.address.zipcode. As I understand, the flex data binding can't handle this nested property situation. Just wonder how everyone else is dealing with this problem. Any advice/hint/code sample

[flexcoders] Bindable contraint layout property?

2009-11-10 Thread wt.ustc
I am using constraint layout for some images, which will be placed from the left edge 85px. So I have: mx:Image left=85 ... / and it works fine. Now I want to define this spacing at a single point and use it for multiple images, so I have [Bindable] private var LEFT_SPACE:int = 85; ...

Re: [SPAM] [flexcoders] Bindable contraint layout property?

2009-11-10 Thread wt.ustc
The binding way actually works once deployed onto the server, it's only a problem with the Flex Builder designer view. However, the constraint style works in the designer view, thanks.